- 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