All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.6.0 (2019-02-22)
- package: update marked to version 0.6.0 (160f23e)
- background image preloading (9a3bb9e)
3.5.1 (2018-11-04)
- package: update get-port to version 4.0.0 (#163) (69dfede)
- package: update marked to version 0.5.0 (#166) (c9220b9)
- package: update mustache to version 3.0.0 (#170) (e05bc39)
3.5.0 (2018-07-31)
- compose: Make theme configurable with a --theme or -t CLI flag (8435450)
3.4.1 (2018-07-20)
3.4.0 (2018-06-10)
3.3.0 (2018-05-29)
3.2.3 (2018-05-16)
3.2.2 (2018-05-12)
3.2.1 (2018-04-15)
- package: update cpy to version 6.0.0 (#107) (22b2c41)
- package: update ecstatic to version 3.0.0 (#103) (d4612b4)
- package: update ecstatic to version 3.1.1 (#115) (e62bb04), closes #114
- Use event.key instead of event.which (#131) (41e46d4), closes #129
3.2.0 (2017-08-04)
3.2.0-0 (2017-08-04)
- command-line interface for generating presentations from markdown (c5e3aa7)
3.3.0-0 (2017-08-04)
- command-line interface for generating presentations from markdown (c5e3aa7)
3.1.0 (2017-06-01)
- Remove unused groupEnd argument (f37e9fd)
3.1.0-alpha.0 (2017-06-01)
- Remove unused groupEnd argument (f37e9fd)
- modes: hit t, p, and j for talk, presentation, and jump modes
- tooling: now has cli tools to init, serve, and offline-pack presentations
- breaking change: background images are now specified with the data-background-image property, rather than an img tag
- code style: now uses normal style, longer, more commented code
- Nested
<div>
elements are now allowed in slides.
- Notes in
<notes>
are no longer included in the title of slides.
- Fixes an issue where clicking on a link in a slide advanced the slide as well as clicked the link.
- 63: a big performance improvement! Flipping between slides is now much faster.