Releases: marp-team/marpit
Releases · marp-team/marpit
v0.1.3
Fixed
- Improve conversion performance by using
for-of
loop (40-70% faster) (#79)
Changed
- Upgrade dependent packages to latest version (#80)
v0.1.2
Fixed
Changed
- Upgrade devDependencies to latest version (#78)
v0.1.1
Fixed
- Fix that
before
option of ThemeSet.pack
breaks importing another theme (#71, #72)
v0.1.0
Breaking
- Rename
lazyYAML
constructor option into looseYAML
(#68)
Added
Changed
v0.0.15
Fixed
- Improve rendering header and footer to use inline tokens (#66)
v0.0.14
Added
Changed
- Upgrade Babel to 7 stable (#64)
- Update Marpit API URL to use own domains (#59)
v0.0.13
Added
- Support CSS scoping by element id (#57)
Fixed
- Improve type definition about slide containers, theme metas, and internal variables (#56, #58)
v0.0.12
Removed
- Remove Unicode Emoji support due to many issues on stable Chrome (#53)
Changed
- Improve lazy YAML parsing to apply in defined directives only (#54)
- Upgrade Node LTS and depenent packages (#55)
v0.0.11
Added
- Lazy yaml support by
lazyYAML
option (#49)
- Support
class
directive defined by array (#51)
- Parse inline comment (#52)
Fixed
- Bugfix: Pass
class
attribute to pseudo section on advanced background (#48)
Changed
v0.0.10
Breaking
Changed
- Mark Marpit's
options
property as immutable (#46)
- Migrate test framework from mocha to jest (#43)
- Migrate CI from Travis CI to CircleCI (#44)