Skip to content

Latest commit

 

History

History
74 lines (42 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

74 lines (42 loc) · 2.22 KB

Changes

0.6.5

  • Implement CLI workflow. User will use script spectacle-cli init to kick off the workflow to create a server or build directory.

0.6.4

  • Update to spectacle@8.

0.6.3

  • Update to spectacle@7.

0.6.2

  • Update to spectacle@6.

0.6.1

  • Fix template and theme options with empty defaults. #27

0.6.0

  • Refactor source template examples to come from spectacle and spectacle-mdx-loader dependencies instead of being duplicated in this project. #26

0.5.1

  • Fix .npmrc, removing unneeded examples. #24

0.5.0

  • Breaking Remove autoLayout since the flex-based layout feature is intrinsic to Spectacle now.
  • Fix incorrect usage message in spectacle-boilerplate.

0.4.1

  • Feature: Add spectacle-boilerplate generation tool.

0.4.0

0.3.0

  • Breaking: Require node10+.
  • Update various dependencies.

0.2.3

  • Bugfix: Get hot reload properly working with *.md files. (Now runs .md through file-loader and just .mdx through spectacle-mdx-loader).
  • Tests: Add autoLayout and template features to examples. #10

0.2.2

  • Updates to Spectacle 6.0.0-alpha.3 for presenter mode overflow fix

0.2.1

  • Bugfix: -b|--build output builds now enable production webpack-optimized builds. #6

0.2.0

  • Add --autoLayout, -f option for autolayout. #8
  • Add --template, -t option for user-provided deck template. #8

0.1.0

  • Initial release.
  • Markdown support --src slides.md with babel-less pure transform.
  • MDX support --src slides.mdx with full babel + JS support.
  • Actions (-a|--action): server (default), build
  • Custom theme file support (--theme theme.js)