Skip to content

Latest commit

 

History

History
142 lines (108 loc) · 5.57 KB

CHANGELOG.md

File metadata and controls

142 lines (108 loc) · 5.57 KB

Changelog

Breaking

  • Drop support for node v0.10 and v0.12.

Changes

  • Update yeoman-generator dependency to v1.
  • Update all packaged dependencies like reveal.js, grunt, etc. to the latest version.

Changes

  • Update yeoman-generator dependency to v0.23.

Fixes

  • Update grunt-sass dependency in generated package.json (#76).

Fixes

  • Only gitignore /index.html in generated directory (#75).

Changes

  • Update dependencies in generated bower.json (#74).

Changes

  • Update yeoman-generator dependency to v0.22.

Changes

  • Use repository entry of generated package.json file for configuration of grunt deploy task (#73).

Fixes

  • Fix possible slide filename regression (commit).

Fixes

  • Enable syntax highlighting by default (#69).

Changes

  • Update dependencies of generator.

Fixes

  • Fix path to font css in theme.scss template.

Changes

  • Update dependencies in own package.json and generated package.json. Possibly breaking change.
  • Most importantly update reveal.js to v3 and everything that goes along with it. Possibly breaking change.
  • Dropped dependency on ruby sass for custom themes. node-sass does it now.

Changes

  • Bump dependencies.
  • Allow for resource inclusion. Thanks to @atomaka.

Fixes

  • Fix path to fonts for dist and deploy tasks. Thanks to @mischah.

Changes

  • Remove grunt server task. Use grunt serve instead.
  • Library updates. Possibly breaking change.
  • Update npm and node engine requirements. Possibly breaking change.

Changes

  • Add Highlight.js support using reveal-highlight-themes. Thanks to @nwinkler.
  • Add Reveal theme selection on generator prompt. Thanks to @tristola.
  • Library updates.

Changes

  • Library updates.

Fixes

  • Fix font path in Theme.scss

Fixes

  • Fix whitespace issue in _Gruntfile template. Thanks to @daformat.

Changes

  • Add documentation for grunt deploy task

Changes

  • Add grunt deploy task

Fixes

Changes

  • Library updates.

Fixes

Changes

  • Library updates.
  • Update version of reveal.js in bower.json (i.e. ~2.6.1).

Same as v0.3.1 but this time ran prepublish script. Compare https://github.com/isaacs/npm/issues/3856.

Changes

  • Lock down version of reveal.js in bower.json to specific commit.

Fixes

v0.3.0

Changes

  • Add grunt dist task.
  • Add optional sass support for custom themes.
  • Clean up API: HTML slides behave the same as markdown slides:
    • Both may use the --attributes option.
    • HTML slides no longer need to contain their own encapsulating <section> element.
    • Support {}, {"attr": "some-attr"}, {"filename":"some-filename"} and {"attr": "some-attr", "filename":"some-filename"} as valid slide Objects in the slides/list.json Array.
  • Use .yo-rc.json, i.e. store user input in config.
  • Add Changelog :)
  • Remove coffee-script as a production dependency.

Fixes

v0.2.0

Changes

  • Rewritten in Coffee, but keeping API compatibility.
  • Add --attributes option.