1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-11 06:35:24 +03:00
Commit Graph

379 Commits

Author SHA1 Message Date
Brent Jackson
ee1bd90870 Adjust modes 2020-01-16 13:56:16 -05:00
Brent Jackson
640e0626f4 Add basic presenter view 2020-01-15 18:22:14 -05:00
Brent Jackson
9f2d4e3b24 Add slide styles 2020-01-15 18:07:08 -05:00
Brent Jackson
bdc102b72f Add emoji support 2020-01-15 14:16:43 -05:00
Brent Jackson
c676d88de5 Add steps logic 2020-01-15 14:01:20 -05:00
Brent Jackson
df7b952a0d Clean up 2020-01-14 15:21:37 -05:00
Brent Jackson
73b90eb9a3 Add new prototype plugin 2020-01-14 15:19:40 -05:00
dependabot-preview[bot]
9fd519a2a2
Bump react-syntax-highlighter from 11.0.2 to 12.2.1
Bumps [react-syntax-highlighter](https://github.com/conorhastings/react-syntax-highlighter) from 11.0.2 to 12.2.1.
- [Release notes](https://github.com/conorhastings/react-syntax-highlighter/releases)
- [Changelog](https://github.com/conorhastings/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/conorhastings/react-syntax-highlighter/compare/v11.0.2...v12.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 15:34:38 +00:00
dependabot-preview[bot]
c1b7b4bb59
Bump chalk from 2.4.2 to 3.0.0
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 3.0.0.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v2.4.2...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-11 15:43:09 +00:00
dependabot-preview[bot]
8d377feda6
Bump puppeteer from 1.20.0 to 2.0.0
Bumps [puppeteer](https://github.com/GoogleChrome/puppeteer) from 1.20.0 to 2.0.0.
- [Release notes](https://github.com/GoogleChrome/puppeteer/releases)
- [Commits](https://github.com/GoogleChrome/puppeteer/compare/v1.20.0...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-04 16:38:33 +00:00
dependabot-preview[bot]
aacf72bb07
Bump execa from 2.1.0 to 3.2.0
Bumps [execa](https://github.com/sindresorhus/execa) from 2.1.0 to 3.2.0.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v2.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-21 14:15:24 +00:00
Brent Jackson
a7b5291552 v3.0.13 2019-09-23 16:23:30 -04:00
Brent Jackson
273204fdeb Adjust content digest 2019-09-23 16:03:28 -04:00
Brent Jackson
3ffec527cc v3.0.12 2019-09-23 15:32:24 -04:00
Nathan Kessler
718d5f0d28
Change height: 100vw to 100vh in readme
In the example layout code, the CSS height was erroneously set to 100vw instead of 100vh.
2019-09-19 21:36:12 -04:00
Brent Jackson
85ab910018 v3.0.11 2019-09-10 11:39:49 -04:00
Robin Pokorny
6f4bc9ed26
Use correct path for print (fixes #440) 2019-09-10 12:58:47 +02:00
Artem Sapegin
16a2d2464a Support more clickers
Change slides on up/down arrow press.
2019-09-09 08:42:07 +02:00
Brent Jackson
92f67fd41e v3.0.10 2019-09-05 11:48:44 -04:00
Brent Jackson
79c50b3766
Merge pull request #457 from pomber/remark-import-code
Add plugin to import code blocks from files
2019-09-05 11:40:38 -04:00
Josh Rasmussen
cbbe37d8cf Fix slug generation in windows
When building on a windows machine, slugs maintain a windows path
format. Forced npm path module to use posix formats to fix this.
2019-09-03 09:05:41 -07:00
Rodrigo Pombo
3663272143 Add gatsby-remark-import-code 2019-08-29 17:19:37 -03:00
Brent Jackson
eb878becc9 v3.0.9 2019-08-05 17:15:15 -04:00
Brent Jackson
7f85ad2c42
Merge branch 'master' into add-new-example 2019-08-05 17:06:19 -04:00
Rodrigo Pombo
b63776e3b6 Fix unmount on every render 2019-08-05 15:27:39 +02:00
Brent Jackson
c32612fdc7 v3.0.8 2019-07-28 18:15:15 -04:00
Brent Jackson
769e8e7d78 Edit readme 2019-07-28 15:08:48 -04:00
Brent Jackson
03b6c8c28b Adjust static print routes 2019-07-28 15:03:28 -04:00
Brent Jackson
ca6c940441 v3.0.8-alpha.2 2019-07-28 14:56:42 -04:00
Brent Jackson
88ec890fa8 v3.0.8-alpha.1 2019-07-28 14:55:41 -04:00
Brent Jackson
9fdb3c90b6 Adjust slug in theme 2019-07-28 14:54:02 -04:00
Brent Jackson
cf96ee3d5f Add gatsby exmample 2019-07-28 13:28:15 -04:00
Brent Jackson
e7d7645995 v3.0.8-alpha.0 2019-07-28 12:58:53 -04:00
Brent Jackson
6226456870 Use pathPrefix in Gatsby theme 2019-07-28 12:58:22 -04:00
Luke Herrington
8961bb4c5e
Add Components as Data example 2019-07-20 17:26:10 -04:00
Brent Jackson
31cf2a86f3 v3.0.7 2019-07-19 10:21:40 -04:00
Brent Jackson
79f9e09d93 Adjust slug in single deck mode 2019-07-19 10:05:44 -04:00
Brent Jackson
82485aa783 v3.0.6 2019-07-18 20:01:22 -04:00
Brent Jackson
4f93cf7d9d Undo dependency change 2019-07-18 20:01:08 -04:00
Brent Jackson
2e6e342ccc v3.0.5 2019-07-18 20:00:16 -04:00
Brent Jackson
7456e1e6f2 bad lerna publish 2019-07-18 19:58:32 -04:00
Brent Jackson
43feadab66 v3.0.4 2019-07-18 19:55:15 -04:00
Brent Jackson
2a86652244 bad lerna publish 2019-07-18 19:55:02 -04:00
Brent Jackson
09ae891be9 v3.0.3 2019-07-18 19:54:02 -04:00
Brent Jackson
affc18c8c1 Merge branch 'master' of https://github.com/jxnblk/mdx-deck 2019-07-18 19:49:50 -04:00
Brent Jackson
152b36a2bb Add missing dependency 2019-07-18 19:45:30 -04:00
Brent Jackson
ed3e7a2dc6 Adjust import in themes package 2019-07-18 19:43:56 -04:00
Bryan Kegley
23d7c8b9f7 fix basePath issue on single deck site 2019-07-18 12:59:47 -05:00
Brent Jackson
4f340a3caf v3.0.1 2019-07-18 11:07:41 -04:00
Brent Jackson
5b2655c4a2 Add compile es6 plugin to gatsby theme 2019-07-18 10:44:36 -04:00
Brent Jackson
3d61e639f6 Attempt publish 2019-07-16 23:14:59 -04:00
Brent Jackson
36497d5571 v3.0.0 2019-07-16 23:12:43 -04:00
Brent Jackson
59dfdf6c9f Merge branch 'master' into next-v3 2019-07-16 22:44:18 -04:00
Brent Jackson
2a6053b8e4 Rename package directories 2019-07-16 22:39:12 -04:00
Brent Jackson
a9c979c56c Edit demo deck 2019-07-16 22:37:16 -04:00
Brent Jackson
af66027e60 v2.5.1 2019-07-16 22:05:53 -04:00
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
c021e00061 Merge branch 'next-v3' of https://github.com/jxnblk/mdx-deck into next-v3 2019-07-16 21:54:18 -04:00
Brent Jackson
a7fb86c6de Edit readme 2019-07-16 21:54:15 -04:00
Brent Jackson
711195d91e
Merge pull request #397 from jxnblk/v3-tests
Add tests for v3
2019-07-16 21:54:01 -04:00
Brent Jackson
18255fc4da Edit readme 2019-07-16 21:52:22 -04:00
Brent Jackson
06b94f46e7 Add basic docs for usage with Gatsby 2019-07-16 21:44:46 -04:00
Brent Jackson
a2021e676e Edit docs 2019-07-16 20:42:14 -04:00
Brent Jackson
622a478bf2 Edit docs and add dots theme 2019-07-16 20:22:04 -04:00
Brent Jackson
031ca0a6d9 Edit docs 2019-07-16 19:50:45 -04:00
Brent Jackson
dc98e46866 Add basic cypress test 2019-07-16 19:15:01 -04:00
Brent Jackson
9b8b732cc6 Adjust export package 2019-07-16 18:45:43 -04:00
Brent Jackson
85876c54e2 Adjust export package and copy public dir on build 2019-07-16 18:06:01 -04:00
Brent Jackson
2bed807e8e Add static print routes to gatsby theme 2019-07-16 17:26:00 -04:00
Brent Jackson
cba72a5ca7 Change eject template 2019-07-16 17:08:35 -04:00
Brent Jackson
56ff695cf1 Adjust eject script 2019-07-16 17:07:36 -04:00
Brent Jackson
af0931d5cc Add eject command 2019-07-16 17:06:54 -04:00
Brent Jackson
4a1e06a514 Add basic starter package 2019-07-16 16:51:17 -04:00
Brent Jackson
22d16889f6 Adjust themes for v3 2019-07-16 16:36:52 -04:00
Brent Jackson
f344387277 Update themes 2019-07-16 16:01:42 -04:00
Brent Jackson
094697f22f Ignore keyboard when input elements are focused 2019-07-16 15:37:04 -04:00
Brent Jackson
8f0bf8f58f Clean up cli 2019-07-16 15:26:25 -04:00
Brent Jackson
cfdbcdc099 Remove code comments 2019-07-16 15:21:54 -04:00
Brent Jackson
909025225f Adjust demo and update dependencies 2019-07-16 15:19:13 -04:00
Brent Jackson
dc0e522963 Merge branch 'next-v3' into gatsby-cli 2019-07-16 13:46:25 -04:00
Brent Jackson
1e224d6c4b Remove deprecated v2 packages 2019-07-16 13:31:23 -04:00
Brent Jackson
9257764442 Refactor CLI 2019-07-16 12:15:12 -04:00
Brent Jackson
a8b37f3762 Remove comments 2019-07-10 16:10:39 -04:00
Brent Jackson
72d017e0bc Adjust gatsby theme package 2019-07-10 15:56:07 -04:00
Brent Jackson
fe5a6d9f6e Add Image component to theme 2019-07-10 15:01:41 -04:00
Brent Jackson
e072a1b7bc Add missing dependencies and adjust styles in gatsby theme 2019-07-10 14:46:43 -04:00
Brent Jackson
b40fdd7294 Adjust default Slide styles 2019-07-09 16:35:07 -04:00
Brent Jackson
64bccd6a08 Adjust default theme 2019-07-09 16:32:32 -04:00
Brent Jackson
c03b814327 Adjust default theme 2019-07-09 16:31:58 -04:00
Brent Jackson
e09e0d6a5d Adjust styles for print 2019-07-09 16:18:26 -04:00
Brent Jackson
258e22ce21 Add Embed component 2019-07-09 16:05:08 -04:00
Brent Jackson
68cbdbbb70 Add swipe support 2019-07-09 12:39:58 -04:00
Brent Jackson
3f4b64814a Fix Head component 2019-07-09 11:51:33 -04:00
Brent Jackson
c88a695c47 Adjust exports 2019-07-09 11:32:29 -04:00
Brent Jackson
4f7eebf054 Rename component 2019-07-09 11:31:49 -04:00
Brent Jackson
28353c36b3 Adjust styles for index page 2019-07-09 10:38:48 -04:00
Brent Jackson
6b63bc4068 Single deck mode 2019-07-09 10:23:15 -04:00
Brent Jackson
f5399a3a5c show all steps in print mode 2019-07-09 03:52:36 +01:00
Brent Jackson
4cdeefd058 Add basic print mode 2019-07-08 21:57:42 -04:00
Brent Jackson
143eb683ca Add modal components 2019-07-08 21:47:16 -04:00