3.1.0 (2022-03-15)
- deprecation warnings in sass template (1c33982)
- never overwrite presentation files with init command (fixes #35) (3a9d558)
- migrate from node-sass to sass (ab146fa)
3.0.0 (2021-01-11)
- fix!: update dependencies (6322db4)
- Require Node.js >= 10
- Fix CSS inlining with relative URLs (PR #77)
- Remove inlining size limit for images (fix #75)
- Fix crash with pdf generation using
--no-inline
(PR #81)
- Fix crash with export using
--no-inline
- Add
--web
option to quickly export presentation as a static website (fix #29)
- Add CSS resources inlining (PR #74)
- Fix CSS images with relative paths not inlined (#73)
- Migrate to
web-resource-inliner
instead ofinliner
(PR #71) - Make
decktape
an optional external dependency, fixed install on Node > 12 (#70) - Update dependencies to fix vulnerabilities
- Republish to fix #63
- Fix pdf export and XSS vulnerability when using multiple script tags (PR #62)
- Update dependencies to fix vulnerability
- Fix export (working this time) (PR #42)
- Fix export issue (#37)
- Inline local images in markdown (PR #16)
- Fix relative paths also in html template and sass styles (PR #16)
- Fix export with
data:uri
images - Add update notifier
- Add option to strip fragments on export/pdf for handouts (#14)
- Fix relative image paths in export/pdf (#14)
- Add support for custom template (#12)
- Use
decktape@2
for PDF export, external installation is no more needed - Remove support for Node 6
- Add option to disable resources inlining on export
- Remove browsersync notification
- Add option to skip opening browser on serve
- Add option to strip presenter notes on export
- Fix Windows compatibility
- Fix sass watch on serve
- Fix serve command
- Fix minimum node version
- Initial version