Skip to content

Releases: marp-team/marp-core

v0.10.1

17 Jun 14:17
Compare
Choose a tag to compare

Changed

  • Upgrade Marpit to v1.2.0 and Marpit SVG polyfill to v1.0.0 (#92)
  • Upgrade Node and dependent packages to the latest version (#92)

v0.10.0

03 Jun 13:33
Compare
Choose a tag to compare

Changed

  • Upgrade Marpit to v1.1.0 (#89)
  • Upgrade dependent packages to the latest version (#89)

v0.9.0

06 May 14:41
Compare
Choose a tag to compare

Breaking

  • Marp Core requires Node >= 8.

Added

  • Shorthand for text color by image syntax, from Marpit v1 (#87)
  • Test with Node 12 (Erbium) (#87)
  • Automate GitHub release (#87)

Fixed

  • Improve rendering compatibility of uncover theme's pagination in PDF.js (#84, #86)

Changed

  • Upgrade Marpit to v1 (#87)
  • Swap Sass compiler from node-sass to Dart Sass (#87)

Removed

  • Remove unnecessary dependency of markdown-it (#88)

v0.8.0

08 Apr 09:46
Compare
Choose a tag to compare

Breaking

  • Change auto-scaling features to require enabling by @auto-scaling metadata of theme CSS explicitly (#72, #81)

Changed

  • Upgrade Marpit to v0.9.2 (#80, #82)
  • Upgrade dependent packages to the latest version (#82)

Removed

  • Deprecated twemojiBase option (#80)

v0.7.1

20 Mar 09:16
Compare
Choose a tag to compare

Fixed

  • Fix incorrect scaling in WebKit browser with custom zoom factor, by updating @marp-team/marpit-svg-polyfill to v0.3.0 (#79)

v0.7.0

13 Mar 10:23
Compare
Choose a tag to compare

Added

Changed

  • Upgrade Node and dependent packages to the latest (#76)
  • Output warning when used deprecated twemojiBase option (#77)

v0.6.2

09 Mar 18:35
Compare
Choose a tag to compare

Changed

  • Use markdown-it's html option instead of Marp Core option to sanitize HTML (#74)
  • Upgrade dependent packages to the latest (#75)

v0.6.1

13 Feb 05:59
Compare
Choose a tag to compare

Removed

  • Remove dependency to PostCSS (#71)

Changed

  • Upgrade dependent packages to the latest (#73)

v0.6.0

04 Feb 07:28
Compare
Choose a tag to compare

Added

  • Allow using twemoji via PNG by added emoji.twemoji.ext option (#67)
  • Support custom sanitizer for whitelisted HTML attributes (#68)
  • Add usage of multiple classes in Gaia theme (#69)

Fixed

  • Fix over-sanitized attributes with HTML whitelist (#68)

Changed

  • Normalize known self-closing HTML elements with xhtmlOut: true (#66)
  • Upgrade Node and dependent packages to the latest (#70)

Deprecated

  • emoji.twemojiBase option has soft-deprecated in favor of emoji.twemoji.base (#67)

v0.5.2

31 Jan 07:48
Compare
Choose a tag to compare

Changed

  • Upgrade dependent packages to latest version, includes Marpit v0.7.0 (#63)
  • Support an enhanced Marpit enable state (#64)