Releases: marp-team/marpit
Releases · marp-team/marpit
v2.1.1
Changed
- Upgrade dependent packages to the latest version (#308)
v2.1.0
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
Fixed
- Fix regression: Append inline styles into the end of CSS correctly (#288, #289)
v2.0.0
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
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
Added
Fixed
- Escape the built selector for scoping CSS (#256)
Changed
- Upgrade Node and dependent packages to the latest version (#255, #266)
v1.6.2
Changed
- Upgrade dependent packages to the latest version (#249)
v1.6.1
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
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
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)