Skip to content

Latest commit

 

History

History
116 lines (76 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

116 lines (76 loc) · 3.74 KB

3.1.0 (2022-03-15)

Bug Fixes

  • deprecation warnings in sass template (1c33982)
  • never overwrite presentation files with init command (fixes #35) (3a9d558)

Features

  • migrate from node-sass to sass (ab146fa)

3.0.0 (2021-01-11)

  • fix!: update dependencies (6322db4)

Bug Fixes

BREAKING CHANGES

  • Require Node.js >= 10

2.6.2

  • Fix CSS inlining with relative URLs (PR #77)
  • Remove inlining size limit for images (fix #75)

2.6.1

  • Fix crash with pdf generation using --no-inline (PR #81)

2.6.0

  • Fix crash with export using --no-inline
  • Add --web option to quickly export presentation as a static website (fix #29)

2.5.0

  • Add CSS resources inlining (PR #74)
  • Fix CSS images with relative paths not inlined (#73)

2.4.0

  • Migrate to web-resource-inliner instead of inliner (PR #71)
  • Make decktape an optional external dependency, fixed install on Node > 12 (#70)
  • Update dependencies to fix vulnerabilities

2.3.7

  • Republish to fix #63

2.3.6

  • Fix pdf export and XSS vulnerability when using multiple script tags (PR #62)

2.3.5

  • Fix pdf export error with spaces in path (PR #59)
  • Fix doc (PR #60)

2.3.4

  • Update dependencies to fix vulnerability

2.3.3

  • Fix error with spaces in path (PR #48)
  • Fix issue with </script> tags no being escaped (#51)

2.3.2

  • Fix export (working this time) (PR #42)

2.3.1

  • Fix export issue (#37)

2.3.0

  • Inline local images in markdown (PR #16)
  • Fix relative paths also in html template and sass styles (PR #16)

2.2.1

  • Fix export with data:uri images
  • Add update notifier

2.2.0

  • Add option to strip fragments on export/pdf for handouts (#14)
  • Fix relative image paths in export/pdf (#14)

2.1.0

  • Add support for custom template (#12)

2.0.0

  • Use decktape@2 for PDF export, external installation is no more needed
  • Remove support for Node 6

1.2.1

  • Use fs-extra instead of deprecated fs-promise (PR #6)
  • Fix typo in serve example (PR #6)

1.2.0

  • Add option to disable resources inlining on export

1.1.1

  • Remove browsersync notification

1.1.0

  • Add option to skip opening browser on serve
  • Add option to strip presenter notes on export

1.0.3

  • Fix Windows compatibility

1.0.2

  • Fix sass watch on serve

1.0.1

  • Fix serve command
  • Fix minimum node version

1.0.0

  • Initial version