Skip to content

Releases: marp-team/marp-cli

v0.19.0

18 Jul 17:13
Compare
Choose a tag to compare

Added

  • Skip fragments when navigated page while holding shift key (#206, #248)
  • Keep awake the display in bespoke template if Screen Wake Lock API is available (Chrome >= 84) (#239, #246)
  • Test against Node 14 (Fermium) (#251)
  • Set up GitHub Dependabot for marp-team packages (#252)

Changed

  • Upgrade Marp Core to v1.2.2 (#253)
  • Upgrade dependent packages to the latest version (#255)
  • Migrate from TSLint to ESLint (#250)

Removed

  • Remove Gitpod button (#254)

v0.18.3

09 Jul 15:32
Compare
Choose a tag to compare

Fixed

  • Fix regression about not working --engine option (#240, #242)
  • Normalize font family for presenter view and server index (#241)

Changed

  • Upgrade Marp Core to v1.2.1 (#243)
  • Upgrade Node LTS and dependent packages to the latest version (#243)

v0.18.2

28 Jun 10:29
Compare
Choose a tag to compare

Fixed

  • Slides with code block always verbalized by screen-reader (#236, #238)

Changed

  • Upgrade Node and dependent packages to the latest version (#237)

v0.18.1

13 Jun 11:33
Compare
Choose a tag to compare

Added

  • Recognize CHROME_ENABLE_EXTENSIONS environment value for enabling Chrome extensions while converting (#231, #234)

Fixed

  • Recover experimental preview window option (--preview, -p) and back out deprecation (#211, #232)
  • Show helpful message if the executable Chrome path could not find out (#220, #234)

Changed

  • Reduce direct dependencies (#233)
  • Upgrade Node and dependent packages to the latest version (#235)

v0.18.0

08 Jun 16:41
Compare
Choose a tag to compare

Fixed

  • Add a trailing slash to the directory links on server index page to avoid broken path resolution (#221 by @n-ari)
  • Restart CSS animations when switching page in bespoke template (#222)
  • Fix path resolution of the directory whose name included glob special chars (#227, #230)

Changed

v0.17.4

18 Apr 02:58
Compare
Choose a tag to compare

Changed

v0.17.3

19 Mar 19:55
Compare
Choose a tag to compare

Fixed

  • Ignore installing step of puppeteer-core in Dockerfile if the compatible tag was not found (#214)

Changed

  • Upgrade dependent packages to the latest version (#212, #215)

Deprecated

  • Hide the experimental --preview / -p option and show deprecation warning when used (#211, #213)

v0.17.2

25 Feb 13:34
Compare
Choose a tag to compare

Fixed

  • PPTX creation does no longer make multiple master slides (#166, #205)
  • Make bespoke plugins robust against storage error (#207, #208)

Changed

  • Use PptxGenJS v3 instead of @marp-team/pptx (#205)
  • Disable opening presenter view in bespoke template if using localStorage has restricted in browser (#208)
  • Use passive event listener as much as possible (#209)

v0.17.1

22 Feb 10:10
Compare
Choose a tag to compare

Added

  • Output warning if enabled --allow-local-files and missing local file(s) (#200 by @cosnomi)

Fixed

Changed

  • Upgrade Node and dependent packages to the latest version (#204)

v0.17.0

18 Jan 10:39
Compare
Choose a tag to compare

Breaking

  • Drop support for EOL Node 8 (Require Node >= 10) (#198)

Added

  • Presenter view for bespoke template (#142, #157)
  • Setup cache, badge, and skip tag support for GitHub Actions (#186, #192)

Changed