Skip to content

Latest commit

 

History

History
198 lines (92 loc) · 6.11 KB

CHANGELOG.md

File metadata and controls

198 lines (92 loc) · 6.11 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.6.0 (2019-02-22)

Bug Fixes

  • package: update marked to version 0.6.0 (160f23e)

Features

  • background image preloading (9a3bb9e)

3.5.1 (2018-11-04)

Bug Fixes

  • 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)

Features

  • compose: Make theme configurable with a --theme or -t CLI flag (8435450)

3.4.1 (2018-07-20)

Bug Fixes

3.4.0 (2018-06-10)

Bug Fixes

  • package: update marked to version 0.4.0 (#150) (1e2ede6)

Features

3.3.0 (2018-05-29)

Features

  • Listen for connections on the specified port (#156) (3d54f90)

3.2.3 (2018-05-16)

Bug Fixes

3.2.2 (2018-05-12)

Bug Fixes

  • package: update cpy to version 7.0.0 (#146) (d96a22c)

3.2.1 (2018-04-15)

Bug Fixes

3.2.0 (2017-08-04)

3.2.0-0 (2017-08-04)

Features

  • command-line interface for generating presentations from markdown (c5e3aa7)

3.3.0-0 (2017-08-04)

Features

  • command-line interface for generating presentations from markdown (c5e3aa7)

3.1.0 (2017-06-01)

Bug Fixes

  • Remove unused groupEnd argument (f37e9fd)

Features

  • apply data-bodyclass also on print/jump views (#80) (52e6a31)
  • Make it beautiful (fd5d14f)

3.1.0-alpha.0 (2017-06-01)

Bug Fixes

  • Remove unused groupEnd argument (f37e9fd)

Features

  • apply data-bodyclass also on print/jump views (#80) (52e6a31)
  • Make it beautiful (97c5972)

3.0.0

  • 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

2.0.3

  • Nested <div> elements are now allowed in slides.

2.0.2

  • Notes in <notes> are no longer included in the title of slides.

2.0.1

  • Fixes an issue where clicking on a link in a slide advanced the slide as well as clicked the link.

2.0.0

  • 63: a big performance improvement! Flipping between slides is now much faster.

1.0.0

  • 50 Fixed IE9 and earlier support by accessing data attributes with getAttribute rather than the dataset object.
  • 53 Speakers notes: adding notes in a <notes> element will show those notes in your developer console when you visit that slide.