- Implement CLI workflow. User will use script
spectacle-cli init
to kick off the workflow to create a server or build directory.
- Update to
spectacle@8
.
- Update to
spectacle@7
.
- Update to
spectacle@6
.
- Fix
template
andtheme
options with empty defaults. #27
- Refactor source template examples to come from
spectacle
andspectacle-mdx-loader
dependencies instead of being duplicated in this project. #26
- Fix
.npmrc
, removing unneeded examples. #24
- Breaking Remove
autoLayout
since the flex-based layout feature is intrinsic to Spectacle now. - Fix incorrect usage message in
spectacle-boilerplate
.
- Feature: Add
spectacle-boilerplate
generation tool.
- Breaking: Extract MDX loader to https://github.com/FormidableLabs/spectacle-mdx-loader
- Corrects small bug in webpack
resolve.alias
for nested path imports.
- Breaking: Require node10+.
- Update various dependencies.
- Bugfix: Get hot reload properly working with
*.md
files. (Now runs.md
throughfile-loader
and just.mdx
throughspectacle-mdx-loader
). - Tests: Add
autoLayout
andtemplate
features toexamples
. #10
- Updates to Spectacle 6.0.0-alpha.3 for presenter mode overflow fix
- Bugfix:
-b|--build
output builds now enableproduction
webpack-optimized builds. #6
- Add
--autoLayout, -f
option for autolayout. #8 - Add
--template, -t
option for user-provided deck template. #8
- 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
)