Releases: marp-team/marp-cli
Releases · marp-team/marp-cli
v2.2.1
Added
- Test against Node.js 18 LTS (#486)
Changed
- Upgrade development Node.js and dependent packages (#486)
Fixed
- Docker image: Use CDN instead of specific mirrors for apk repositories (#481 by @rhtenhove)
v2.2.0
Added
Changed
- Upgrade dependent packages to the latest version (#480)
v2.1.4
Fixed
- Don't suggest to install Chromium in error message if the current platform cannot resolve Chromium by
chrome-launcher
module (#475, #476)
Changed
v2.1.3
Changed
- Re-packaged standalone binaries with no code changes
v2.1.1
Added
- Allow enabling LayoutNG while PDF conversion via
CHROME_LAYOUTNG_PRINTING
env (#469)
Changed
v2.1.0
Added
- macOS: Auto detection of executable path when
CHROME_PATH
env has pointed .app
directory (#460, #463)
Changed
- Docker image: Set
PATH
env to the project directory (#462 by @rhtenhove)
- Upgrade Marpit to v2.4.0 (#467)
- Upgrade Marp Core to v3.3.0 (#467)
- Upgrade dependent packages to the latest version (#467)
v2.0.4
Added
- [Experimental transition] Allow setting default duration in custom transition through
--marp-transition-duration
(#459)
v2.0.3
Changed
- Upgrade Marp Core to v3.2.1 (#458)
- Upgrade dependent packages to the latest version (#458)
v2.0.2
Added
- [Experimental transition] Parse custom transitions declared in
<style scoped>
(#456)
- [Experimental transition] A basic support of transition with shared elements (just like PowerPoint Morph and Keynote Magic Move) (#457)