Releases: marp-team/marp-core
Releases · marp-team/marp-core
v0.15.2
Fixed
- Fix visual regression by moving script position to after closing section (#131)
Changed
- Upgrade dependent packages to the latest version (#130)
v0.15.1
Changed
- Upgrade Marpit to v1.4.2 (#126)
- Upgrade dependent packages to the latest version (#126)
Removed
- Remove dollar prefix plugin for obsolated syntax (#127)
v0.15.0
Added
Fixed
- Fix type definition for browser to export default func (#120)
Changed
- Upgrade Node for development to v12 LTS (#125)
- Upgrade dependent packages to the latest version (#125)
v0.14.0
Added
- Inject the inline helper script for browser into rendered Markdown automatically (#115)
- Add
script
constructor option (#115)
Changed
- Upgrade Marpit to v1.4.1 (#113)
- Upgrade dependent packages to the latest version (#109, #113)
- Apply
font-display: swap
to Google Fonts in gaia theme (#114)
- Define
word-wrap
css property as break-word
in gaia and uncover theme (#108, #119)
- Reduce inconsistency about
html
option between Marp Core and markdown-it option (#111, #117)
Deprecated
Marp.ready()
had deprecated in favor of new entrypoint @marp-team/marp-core/browser
(#115)
Removed
- Remove unused inline web font from default theme (#116)
v0.13.1
Fixed
- Fix dollar prefix option to support
size
directive (#107)
v0.13.0
Added
- Add
minifyCSS
option (#103)
- Add
dollarPrefixForGlobalDirectives
option (not for users) (#104)
Fixed
- Optimize default theme CSS by removing
.markdown-body
selector on build time (#106)
Changed
- Update CircleCI configuration to use v2.1 (#101)
- Upgrade Marpit to v1.4.0 (#105)
- Upgrade Node and dependent packages to the latest version (#105)
v0.12.1
Changed
- Upgrade Marpit to v1.3.2 (#100)
- Upgrade dependent packages to the latest version (#100)
v0.12.0
Changed
- Upgrade Marpit to v1.3.0 and Marpit SVG polyfill to v1.1.1 (#97, #99)
- Upgrade Node and dependent packages to the latest version (#97)
v0.11.0
Added
size
global directive and @size
theme metadata to get easier way for using 4:3 deck in built-in theme (#91, #94)
v0.10.2
Fixed
- Improve bundle size of script for browser to be about one fifth (#93)