Releases: marp-team/marp-cli
Releases · marp-team/marp-cli
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)
- This is the first version of using v3 core as a bundled engine. Refer to major changes in Marp Core v3.0.0.
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
v1.7.1
Fixed
Changed
- Upgrade Marpit to v2.2.4 (#441)
- Fixed: Scoped style does not style pseudo elements
section::before
andsection::after
in advanced background
- Fixed: Scoped style does not style pseudo elements
- Upgrade Marp Core to v2.4.1 (#441)
- Added Unicode 14.0 emoji support (Marp Core v2.4.0 / #438)
- Bump Node LTS, and improve CI settings (#437)
- Upgrade dependent packages to the latest version (#441)
v1.7.0
Added
--notes
option to export presenter notes as text file (#278, #429 by @chrisns, #432)- Timer for the presenter view of bespoke template (#314, #430 by @chrisns)
- The draggable splitter in the presenter view of bespoke template (#427 by @chrisns, #433)
- Make notes font size changeable in bespoke template (#428 by @chrisns, #431)
Changed
- Upgrade Node and dependent packages to the latest version (#434)