Releases: marp-team/marpit
Releases · marp-team/marpit
v1.1.0
Added
- Allow passing markdown-it instance as
markdown
constructor option (#164) - Add size argument for split background (#166, #168)
Fixed
- Fix color shorthand detection to use the value before of validation (#165)
Changed
- Upgrade dependent packages to the latest version (#167)
Deprecated
- A plugin interface for markdown-it (
markdownItPlugins
) is deprecated (#164)
v1.0.0
Breaking
- Marpit requires Node >= 8.
Added
- Add shorthand for setting text color via image syntax (#154, #159)
- Add documentation of fragmented list (#152)
- Test with Node 12 (Erbium) (#160)
- Automate GitHub release (#161)
Changed
- Use browser-sync instead of docsify-cli to serve docs on local (#157)
- Upgrade dependent packages to the latest version (#158)
- Swap Sass compiler for document from node-sass to Dart Sass (#158)
Removed
v0.9.2
v0.9.1
v0.9.0
Added
Changed
- Upgrade dependent packages to the latest version (#143, #149)
- Simplify Marpit plugins by using injected instance into markdown-it instance (#147)
Deprecated
- Mark unused constructor options as deprecated:
backgroundSyntax
,filters
,inlineStyle
, andscopedStyle
(#144)
Removed
- Enhanced plugin system (#146)