Releases: marp-team/marpit
Releases · marp-team/marpit
v3.1.1
Fixed
- Update type definition to add
cssNesting
constructor option (#401)
v3.1.0
Added
- Support for CSS nesting (
cssNesting
constructor option) (#397, #399)
- Allow CSS
Q
unit as slide size definitions (#400)
Changed
- Upgrade development Node.js and dependent packages to the latest (#398)
v3.0.0
Breaking
- Drop support against end-of-lifed Node.js versions (v16 and earlier) (#291, #380)
Added
- Add
-webkit-text-size-adjust: 100%;
to the scaffold theme (#389)
Changed
- Bump markdown-it to v14.1.0, and follow the latest spec of CommonMark 0.31.2 (#393)
- Switch package manager from yarn to npm (#391)
- Upgrade development Node.js to v20 LTS (#392)
- Upgrade dependent packages to the latest version (#393)
- Migrate ESLint config to Flat config (#394)
Removed
- Deprecated color setting shorthand via Markdown image syntax (#331, #379)
v2.6.1
Fixed
- Add TypeScript definition for
cssContainerQuery
constructor option (#378)
v2.6.0
Added
cssContainerQuery
constructor option (#355, #377)
lang
global directive and constructor option (#376)
Changed
- Upgrade dependent packages to the latest version (#375)
v2.5.3
Fixed
- Advanced background: Exclude Marpit reserved image keywords from
<figcaption>
correctly (#373)
v2.5.2
Fixed
- Fix blocking
paginate: skip
and hold
in v2.5.1 inline SVG mode (#372)
v2.5.1
Added
- Advanced background: Render the image's alt text to
<figcaption>
(#368, #371)
Fixed
- Begin the page number from 1 even if used
paginate: hold
at the first page (#365, #370)
Changed
- Upgrade Node.js and dependent packages to the latest version (#369)
v2.5.0
Added
paginate: skip
and paginate: hold
(#218, #359 by @JannikWibker)
Changed
- Upgrade Node.js LTS and dependent packages to the latest version (#360)
- New looks for Marpit API documentation (#360)
v2.4.2
Added
- Test against Node.js 18 LTS (#344, #345)
Changed
- Upgrade dependent packages to the latest version (#345)