Skip to content

Releases: marp-team/marpit

v2.1.1

14 Aug 18:38
Compare
Choose a tag to compare

Changed

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

v2.1.0

08 Jul 16:49
Compare
Choose a tag to compare

Added

  • CI test against Node 16 (#306)

Changed

  • Change how to increase specificity of section defined by :root selector (#302)
  • Upgrade dependent packages to the latest version (#301, #306)
  • Follow the latest CommonMark spec 0.30 (#306)

v2.0.1

27 Apr 17:29
Compare
Choose a tag to compare

Fixed

  • Fix regression: Append inline styles into the end of CSS correctly (#288, #289)

v2.0.0

26 Mar 17:54
Compare
Choose a tag to compare

Breaking

  • Marpit requires Node.js >= 10 to install (#284)

Fixed

  • Reset CSS columns in advanced background (#283)

Changed

  • Upgrade to PostCSS 8 (#260, #284)
  • Upgrade Node and dependent packages to the latest version (#285)

Removed

  • Remove deprecated markdownItPlugins, the getter of plugin interface for markdown-it (#286)

v1.6.4

06 Feb 09:18
Compare
Choose a tag to compare

Fixed

  • Split slides only in first level rulers (#273, #277)
  • Fix loose YAML parsing for quoted spot directive (#278)

Changed

  • Upgrade dependent packages to the latest version (#276)
  • Rename master branch to main (#279)

v1.6.3

05 Dec 07:51
Compare
Choose a tag to compare

Added

  • Node 14 support (#267)

Fixed

  • Escape the built selector for scoping CSS (#256)

Changed

  • Upgrade Node and dependent packages to the latest version (#255, #266)

v1.6.2

08 Jun 02:33
Compare
Choose a tag to compare

Changed

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

v1.6.1

17 May 13:37
Compare
Choose a tag to compare

Fixed

  • Slide size defined in :root selector does not reflect to the theme instance (#244, #246)
  • :root selector in Marpit is not following the specification of specificity (#245, #247)

v1.6.0

09 May 13:51
Compare
Choose a tag to compare

Added

  • Make scoped keyframe names if defined @keyframes in <style scoped> (#231, #237)
  • Correct support of :root pseudo-class selector and rem unit for theme CSS (#232, #240)

Fixed

  • Disable CSS transitions and animations in the style for print (#238, #239)

Changed

  • Upgrade dependent packages to the latest version (#241)
  • Use ESLint recommended config instead of eslint-config-airbnb (#242)

v1.5.3

04 May 14:18
Compare
Choose a tag to compare

Fixed

  • Don't prepend scoping selector into keyframes in <style scoped> (#236)

Changed

  • Upgrade dependent packages to the latest version (#234)
  • Bump Node LTS version (#234)

Removed

  • Get rid of browser-sync for previewing docs (#235)