Skip to content

Releases: marp-team/marpit

v3.1.1

31 Aug 08:00
Compare
Choose a tag to compare

Fixed

  • Update type definition to add cssNesting constructor option (#401)

v3.1.0

30 Aug 21:46
Compare
Choose a tag to compare

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

17 May 16:52
Compare
Choose a tag to compare

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

15 Oct 15:24
Compare
Choose a tag to compare

Fixed

  • Add TypeScript definition for cssContainerQuery constructor option (#378)

v2.6.0

15 Oct 15:03
Compare
Choose a tag to compare

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

11 Sep 17:16
Compare
Choose a tag to compare

Fixed

  • Advanced background: Exclude Marpit reserved image keywords from <figcaption> correctly (#373)

v2.5.2

11 Sep 16:12
Compare
Choose a tag to compare

Fixed

  • Fix blocking paginate: skip and hold in v2.5.1 inline SVG mode (#372)

v2.5.1

09 Sep 23:45
Compare
Choose a tag to compare

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

06 Jun 10:35
Compare
Choose a tag to compare

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

13 Nov 14:31
Compare
Choose a tag to compare

Added

  • Test against Node.js 18 LTS (#344, #345)

Changed

  • Upgrade dependent packages to the latest version (#345)