Skip to content

Latest commit

 

History

History
107 lines (55 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

107 lines (55 loc) · 3.54 KB

Change Log

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

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.