1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-19 02:47:09 +03:00
Commit Graph

215 Commits

Author SHA1 Message Date
Brent Jackson
575b2499d3
Merge pull request #357 from aleclarson/fix-4
fix(loader): syntax errors in dev mode
2019-07-16 22:02:51 -04:00
Brent Jackson
58b90f3f38 v2.5.0 2019-07-07 13:13:26 -04:00
Brent Jackson
16ae53f557 Update dependencies 2019-07-07 13:07:00 -04:00
Brent Jackson
8d01d3001b Update core dependencies 2019-07-07 13:03:39 -04:00
Brent Jackson
45d3c85576 Update husky and lint-staged 2019-07-07 13:00:53 -04:00
Brent Jackson
ffb4b6e19f Undo changes 2019-07-07 12:50:09 -04:00
Brent Jackson
a0c9d41f4e Adjust slide styles 2019-07-07 12:46:38 -04:00
Brent Jackson
a11bec9f13 Adjust Slide styles in embed 2019-07-07 12:42:09 -04:00
Brent Jackson
8a3b51dc44 Adjust embed component 2019-07-07 12:36:35 -04:00
Brent Jackson
73432a7ea1 Clean up gatsby-theme package 2019-07-07 16:14:11 +01:00
Brent Jackson
7c3da3e01c Update dependencies and docs for gatsby theme 2019-06-30 11:57:43 -04:00
Josh Dzielak
afff4997b7
Add mdx-talk presentation to Real Examples
👋 This PR adds a talk I recently gave to the examples section of the README. This talk uses mdx-deck 2.x, which there aren't as many examples of in that section compared to 1.x.

Here's the talk [source code](https://github.com/developermode/mdx-talk). I'm using a custom provider to add a footer to the presentation, as well as other theme customizations and speaker notes.
2019-06-25 11:58:35 +02:00
Brent Jackson
e5a27b012f v2.4.0 2019-06-19 14:24:06 -04:00
Brent Jackson
769b1d5684
Merge pull request #369 from iam-merlin/master
Add support for webpack config
2019-06-19 14:21:23 -04:00
Brent Jackson
e7d73f1374
Merge pull request #359 from pomber/use-theme
Add useTheme hook
2019-06-19 14:19:47 -04:00
Romain DARY
684f7f4498
Add support for webpack config (backport from cli.js) 2019-05-23 13:57:25 +02:00
Christoph Werner
f74181fdf9 fix: clock export 2019-05-20 23:32:58 +02:00
Christoph Werner
a4fb7f74d5 feat: themable Presenter 2019-05-20 20:08:17 +02:00
Rodrigo Pombo
79ce0e82c5 Add useTheme hook 2019-05-14 17:51:11 +02:00
Alec Larson
8409cc6b39 fix(loader): syntax errors in dev mode
The dev server would silently hang when a syntax error was encountered in the @mdx-deck/loader module. You would only see the error after pressing ctrl+c to exit the process manually.
2019-05-13 08:57:51 -04:00
Brent Jackson
6b680d25d3 Add example for themes 2019-04-21 20:59:42 -04:00
Brent Jackson
f52e6cb6d6 v2.3.2 2019-04-21 20:40:38 -04:00
Brent Jackson
928244b2ef Add links to examples in readme 2019-04-21 20:32:38 -04:00
Brent Jackson
a91101363e Add examples 2019-04-21 20:07:57 -04:00
Brent Jackson
371f6c9cf5 v2.3.1 2019-04-21 18:02:37 -04:00
Brent Jackson
3bf6442fde Update snapshot 2019-04-21 17:58:07 -04:00
Brent Jackson
aa5dc04122 Merge branch 'master' into aspect-ratio 2019-04-21 17:46:49 -04:00
Brent Jackson
8ca3ce1517 Edit aspect ratio themes 2019-04-21 17:44:52 -04:00
Brent Jackson
5e5fcd4e4e Adjust base aspect theme 2019-04-21 17:41:00 -04:00
Brent Jackson
8dd974b26a Edit readme 2019-04-21 16:03:03 -04:00
Brent Jackson
5e8db00cd2 Edit readme 2019-04-21 16:00:55 -04:00
Brent Jackson
8feb58c6fc Undo change to Slide styles 2019-04-21 11:31:49 -04:00
Brent Jackson
a0a5af7dc0 Adjust themes 2019-04-20 22:58:36 -04:00
Brent Jackson
69474bc693 Fix themes 2019-04-20 22:53:19 -04:00
Brent Jackson
01ac5dedbb Clean up aspect ratio mode 2019-04-20 22:50:15 -04:00
Brent Jackson
fa35e64695 Spike out aspect ratio slide 2019-04-20 21:56:46 -04:00
Brent Jackson
99ed83c187 Add docs 2019-04-20 20:52:13 -04:00
Brent Jackson
d6ed8bbd70 Start API doc 2019-04-20 20:45:59 -04:00
Brent Jackson
0d764a58c2 v2.3.0 2019-04-20 19:44:59 -04:00
Brent Jackson
565929e0ae Adjust storage focus state 2019-04-20 19:24:48 -04:00
Brent Jackson
2259a9d270 Add export script 2019-04-20 19:03:49 -04:00
Brent Jackson
69fdde8000 Adjust local storage handler 2019-04-20 18:32:11 -04:00
Brent Jackson
8b72daadfe Fix search query component 2019-04-20 18:21:05 -04:00
Brent Jackson
3bb487f0c1 Update tests 2019-04-20 17:11:48 -04:00
Brent Jackson
6761ff65c3 Adjust Slide default props 2019-04-20 16:46:59 -04:00
Brent Jackson
1c4e8bd0c8 Refactor Steps and Notes to use hooks 2019-04-20 16:44:54 -04:00
Brent Jackson
6c2efe83d2 Adjust styles for print 2019-04-20 16:30:31 -04:00
Brent Jackson
111e5f2755 Refactor gatsby theme layout 2019-04-20 16:21:08 -04:00
Brent Jackson
7d9dcf7278 Split state from UI 2019-04-20 16:04:57 -04:00
Brent Jackson
fa7964f200 Adjust context 2019-04-20 15:41:30 -04:00