Releases: marp-team/marp-cli
Releases · marp-team/marp-cli
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)
v2.0.1
Fixed
- [Experimental transition] Fix inconsistent transition by backward navigation via presenter view (#452, #455)
- Preview mode has unexpected message in the information bar "You are using an unsupported command-line flag" (#453, #454)
v2.0.0
⚡️ Breaking
- End-of-Lifed Node.js 12 is no longer supported, and required the latest Node.js 14 and later (#450)
- Upgrade Marp Core to v3.2.0 (#450)
Changed
- Upgrade Marpit to v2.3.1 (#450)
- Updates of experimental transition for bespoke template
--bespoke.transition
(#447, #448)
- More built-in transitions (5 transitions -> 33 transitions)
- Define custom transitions by
@keyframes
declaration in CSS
- Update spec of
transition
local directive
- Opt-out transition animation by preferring
prefers-reduced-motion
media query
Deprecated
- Marpit v2.3.0: Shorthand syntax for setting colors
![](red)
has been deprecated (#450)
v1.7.2
Changed
- Upgrade Marp Core to v2.4.2 (#446)
- Make compatible with a patched markdown-it-emoji (#445)
- Upgrade dependent packages to the latest version (#446)