- Add missing dependency
- Update colors on notes theme
- Add support for static asset directory
- Refactored implementation for
mdx-deck
CLI - New
Header
andFooter
components for adding persistent header and footer content - Deprecated: CLI
eject
command - Deprecated: Swipe gestures - to be replaced with new UI
- Deprecated: Title is no longer inferred from first heading
- Deprecated:
export const themes
has been removed - merge themes in a separate module if needed - Deprecated: Functional themes are no longer supported, merge themes in a separate module if needed
- Deprecated:
theme.Provider
- useHeader
andFooter
components instead - Deprecated: Fixed aspect ratio has been removed
- Bug fixes
- Update dependencies
- Deprecated:
gatsby-theme-mdx-deck
: no longer resolves title from first heading
- Update dependencies
- Adjust schema customization in Gatsby theme
- Adjust Gatsby content digest
- Update dependencies
- Add support for up and down keys #467
- Fix for double slash in print route #473
- Add remark-import-code #457
- Fix pathname in windows #465
- Fix for remounting component #428
- Add support for Gatsby
pathPrefix
option
- Refactored to leverage Gatsby
- Rewritten CLI based on Gatsby
- Updated Gatsby theme to allow for component shadowing
- Gatsby theme has been renamed to
gatsby-theme-mdx-deck
- Now uses Theme UI for theming
- Improved touchscreen and mobile views
- Deprecated:
@mdx-deck/components
@mdx-deck/layouts
@mdx-deck/loader
@mdx-deck/mdx-plugin
@mdx-deck/webpack-html-plugin
See the Migration docs for more
- Fix loader #357
- Update Gatsby theme to official API #389 #387 #385
- Update docs #382
- Add
useTheme
hook to API #359 - Makes presenter mode themeable #366
- Add support for
--webpack
flag #369
- Fixed issue when Head only had one element #345
- Add experimental support for fluid aspect ratios #342
- Refactor localStorage to use hooks #334
- Refactor keyboard shortcuts #335
- Refactor query string to use hooks #336
- Refactor to use hooks #337
- Adds
MDXDeckState
provider component - Fixes an issue with rerenders in Gatsby theme
- Adjusts styles in grid mode
- Refactors
useSteps
to use effect hook
- Adds
- Refactor Head component #329
- Fix typos #333
- Refactor themes for better bundle sizes #328
- Add support for page up/down keys #319
- Fix: remove global styles from Embed component #331
- Add Embed component #323
- Adjust context passed to Slide component
- Add default props to Slide to show all Appear steps
- Adds header and footer components for shadowing in Gatsby theme
- Refactor and clean up code
- Add
mdx
option to Gatsby theme #325
- Update docs for Gatsby theme #324
- Bump dependencies to MDX 1.0.0 #322
- Add support for single deck mode in Gatsby theme #320
- Added Gatsby theme #318
- Rename internal const #312
- Update MDX #311
- Add
--no-html
flag back #295
- Pin alpha version of MDX #302
- Update remark-unwrap-images #289
- Update webpack config merging #290
- Fix for css-loader #288
- Fix for building decks with Google Fonts #287
- Fix syntax error in theme #286
- Add language support to syntax highlighter themes #278
- Simplified custom mdx loader, removing unused front-matter support
- Simplified theming and default styles
- Removes default Provider component with dot indicator
- Uses Reach Router - resolves issues with focus trapping
- Removed PDF export and screenshots from core CLI - now available with the
@mdx-deck/export
package - Removed built-in syntax highlighting
- Removed
notes
language attribute for fenced code blocks - Refactored dev server
- Fix bad release
- Prevent Appear children from disappearing during slide transition #253
- Update to Babel 7
- Fix for font size in nested lists #204
- Add
--hot-port
option to CLI #206 - Add support for
.jsx
file extensions #239 - Fix typos in syntax highlighting component #250
- Add context to grid view #187
- Add
--no-sandbox
option to CLI #200 - Surface compilation errors from webpack #252
- Bugfix for window check
- Show Appear children in PDF export
- Adds button to open new window for presenting in presenter mode
- Fix typo in SlideDeck
- Add overflow auto to FullScreenCode
- Keep styles intact for Appear children
- Fix prop types for Appear component
- Add missing CLI option to docs
- Update remark-unwrap-images
- Update dependencies
- Update dependencies
- Fix typo in Root prop types
- Edit docs
- Remove overflow hidden styles from body
- Adds prettier
- Changes styles to use
translate3d
- Add support for page up and page down keys
- Add
Horizontal
layout component
- Add
--host
option
- Fix swipe direction on touchscreens
- Fix for localStorage updater
- Adds support for stepping through Appear component with left and right arrows #144
- Refactor internal context
- Adds support for custom webpack configs #136
- Fixes
build
when using Notes or Appear components #138 - Fixes slide number in presenter mode #142
- Use
mkdirp
for build and export - Adds ability to change slide transition timing function and duration via themes
- Left align text in code blocks #130
- Extract static CSS on build #129
- Adds
--no-html
option for client-side only builds
- Adjust slide number in overview mode #122
- Add respository field to package.json #117
- Remove trailing comma in function arguments #115
- Disable swiping with mouse #113
- Adjust import/export parsing in loader #110
- Add missing
babel-core
dependency
- Adds
Head
component for setting document head - Adds screenshot command to create a screenshot of the first slide
- Removes the
--title
option in favor of using theHead
component
- Adds swipe gesture support for touchscreen devices
- Fixes URL bug when initializing mode
- Fixes bug previous/next buttons are not rendered
- Prevents last slide from cycling back to the beginning
- Adds
size
prop to Image component
- Fixes an issue where speaker notes would incorrectly show on the wrong slide
- Add FullScreenCode layout component
- Adjust querystring updater to fix mode showing as undefined
- Update overview mode styles
- Add grid view mode
- Update docs
- Update docs
- Add support for
components
andProvider
in themes
- Add more built-in themes
- Add invisible buttons to left and right for use on mobile devices
- Update docs
- Add docs for syntax highlighting
- Add overview mode to see multiple slides at once
- Add default layouts for inverting colors and creating a split layout slide
- Add default styles for tables
- Use remark-unwrap-images plugin
- Add syntax highlighting option for fenced code blocks
- Fix for how Appear children display on slide change
- Update build setup for smaller package
- Adjust keyboard shortcuts
- Update ok-cli for better HTML output
- Update docs
- Add
yellow
theme
- Adds Appear component
- Adds propTypes to components
- Update README
- Remove default
target="_blank"
from links - Move custom Provider component into app
- Add speaker notes markdown syntax and component
- Add presenter mode with preview of next slide and timer
- Fix
history.pushState
hash
- Update dev server for static file server
- Merge custom components with defaults
- Add PDF export to CLI
- Add emoji support
- Update
.npmignore
- Fix
--no-open
option - Add ability to ignore key events
- Normalize newlines for cross-platform compatibility
- Fix for supporting markdown tables
- Updated styles and theming
- Updated docs
- Updated docs
- Add hashchange listeners
- Fix for
--out-dir
CLI flag
Initial release