Marp Core Versions Save

The core of Marp converter

v3.9.0

7 months ago

Added

Changed

  • Upgrade Marpit to v2.6.1 (#358)
    • Added cssContainerQuery constructor option
    • Added lang global directive and constructor option
  • Slightly changed the color scheme of default theme to match as the current GitHub style (#358)
  • Upgrade Node.js and dependent packages to the latest version (#358)

v3.8.1

8 months ago

Changed

Fixed

  • Regression: Auto-scaling for KaTeX block is always enabled regardless of @auto-scaling theme metadata (#353, #354)

v3.8.0

9 months ago

Added

  • highlightjs getter, to access the generated highlight.js instance per Marp Core instances (#350)

Changed

  • Marp Core instance is no longer using the shared highlight.js instance (#350)
  • Upgrade Node.js and dependent packages to the latest version (#351)

v3.7.0

11 months ago

Changed

  • Upgrade Marpit to v2.5.0 (#342)
    • Added paginate: skip and paginate: hold
  • Upgrade Node.js and dependent packages to the latest version (#345)

Fixed

  • Regression: Not working emoji.twemoji.base constructor option (#343, #344)

v3.6.0

1 year ago

Added

  • Assign auto-generated slug to id attribute of each headings (#299, #338)
  • slug constructor option (#338)

Changed

  • Upgrade Node.js and dependent packages (#336)
  • Use @twemoji/api package instead of twemoji (#337)

v3.5.0

1 year ago

Changed

  • Upgrade marpit-svg-polyfill to v2.1.0 (#329)
  • Upgrade Node.js and dependencies (#331)

Deprecated

  • An observer() function exported by @marp-team/marp-core/browser, which was actually designed for internal (#330)

v3.4.2

1 year ago

Fixed

  • Patch KaTeX style to fix visibility of some math symbol in Chromium-flavored browsers (#326)

Changed

  • Upgrade Node and dependent packages (#327)

v3.4.1

1 year ago

Changed

  • Bundle external modules used by emoji plugin (#323)
  • Upgrade dependent packages to the latest version (#325)

v3.4.0

1 year ago

Added

  • Test against Node.js 18 LTS (#318)

Changed

  • Change CDN for Twemoji images from default to jsDelivr (#320, #321)
  • Upgrade Marpit to v2.4.2 (#318)
  • Upgrade development Node.js and dependent packages (#318)

Removed

  • Test against no longer supported Node.js 12 (#318)

v3.3.3

1 year ago

Fixed

  • Prebundle PostCSS plugins for minifyCSS option, to fix incompatibility with ESM (#314, #315)