1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-29 13:58:02 +03:00
mdx-deck/CHANGELOG.md
2018-08-04 12:47:15 -04:00

92 lines
1.4 KiB
Markdown

# Changelog
## v1.4.4 2018-08-04
- Fix for how Appear children display on slide change
## v1.4.3 2018-08-04
- Update build setup for smaller package
- Adjust keyboard shortcuts
## v1.4.2 2018-08-03
- Update ok-cli for better HTML output
## v1.4.1 2018-08-03
- Update docs
- Add `yellow` theme
## v1.4.0 2018-08-03
- Adds Appear component
- Adds propTypes to components
- Update README
## v1.3.2 2018-08-02
- Remove default `target="_blank"` from links
- Move custom Provider component into app
## v1.3.1 2018-08-02
- Add speaker notes markdown syntax and component
## v1.3.0 2018-08-02
- Add presenter mode with preview of next slide and timer
## v1.2.3 2018-08-01
- Fix `history.pushState` hash
## v1.2.2 2018-07-31
- Update dev server for static file server
## v1.2.1 2018-07-31
- Merge custom components with defaults
## v1.2.0 2018-07-31
- Add PDF export to CLI
## v1.1.3 2018-07-31
- Add emoji support
- Update `.npmignore`
## v1.1.2 2018-07-31
- Fix `--no-open` option
- Add ability to ignore key events
- Normalize newlines for cross-platform compatibility
## v1.1.1 2018-07-31
- Fix for supporting markdown tables
## v1.1.0 2018-07-30
- Updated styles and theming
- Updated docs
## v1.0.3 2018-07-29
- Updated docs
## v1.0.2 2018-07-29
- Add hashchange listeners
## v1.0.1 2018-07-29
- Fix for `--out-dir` CLI flag
## v1.0.0 2018-07-29
Initial release