diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf80bd7..faf8ffc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,95 +2,174 @@ ## [Unreleased] -- Update Marpit API URL to use own domains ([#59](https://github.com/marp-team/marpit/pull/59)) +### Added + +- Support image resizing with `width` and `height` keyword ([#62](https://github.com/marp-team/marpit/pull/62)) - Add document page on [https://marpit.marp.app/](https://marpit.marp.app/) ([#60](https://github.com/marp-team/marpit/pull/60), [#61](https://github.com/marp-team/marpit/pull/61)) +### Changed + +- Update Marpit API URL to use own domains ([#59](https://github.com/marp-team/marpit/pull/59)) + ## v0.0.13 - 2018-08-27 -- Improve type definition about slide containers, theme metas, and internal variables ([#56](https://github.com/marp-team/marpit/pull/56), [#58](https://github.com/marp-team/marpit/pull/58)) +### Added + - Support CSS scoping by element id ([#57](https://github.com/marp-team/marpit/pull/57)) +### Fixed + +- Improve type definition about slide containers, theme metas, and internal variables ([#56](https://github.com/marp-team/marpit/pull/56), [#58](https://github.com/marp-team/marpit/pull/58)) + ## v0.0.12 - 2018-08-18 +### Removed + - Remove Unicode Emoji support due to many issues on stable Chrome ([#53](https://github.com/marp-team/marpit/pull/53)) + +### Changed + - Improve lazy YAML parsing to apply in defined directives only ([#54](https://github.com/marp-team/marpit/pull/54)) - Upgrade Node LTS and depenent packages ([#55](https://github.com/marp-team/marpit/pull/55)) ## v0.0.11 - 2018-08-12 -- Bugfix: Pass `class` attribute to pseudo section on advanced background ([#48](https://github.com/marp-team/marpit/pull/48)) +### Added + - Lazy yaml support by `lazyYAML` option ([#49](https://github.com/marp-team/marpit/pull/49)) -- Migrate coverage report service from [Coveralls](https://coveralls.io/github/marp-team/marpit?branch=master) to [Codecov](https://codecov.io/gh/marp-team/marpit) ([#50](https://github.com/marp-team/marpit/pull/50)) - Support `class` directive defined by array ([#51](https://github.com/marp-team/marpit/pull/51)) - Parse inline comment ([#52](https://github.com/marp-team/marpit/pull/52)) +### Fixed + +- Bugfix: Pass `class` attribute to pseudo section on advanced background ([#48](https://github.com/marp-team/marpit/pull/48)) + +### Changed + +- Migrate coverage report service from [Coveralls](https://coveralls.io/github/marp-team/marpit?branch=master) to [Codecov](https://codecov.io/gh/marp-team/marpit) ([#50](https://github.com/marp-team/marpit/pull/50)) + ## v0.0.10 - 2018-08-05 -- **[BREAKING]** Improve appending/prepending style on `ThemeSet#pack` ([#47](https://github.com/marp-team/marpit/pull/47)) - - `ThemeSet#pack`'s [`appendStyle` option](https://github.com/marp-team/marpit/blob/c1fce7c7f80fb563111b8b0e34d98eabc5c834a3/src/theme_set.js#L171) is renamed to [`after`](https://github.com/marp-team/marpit/blob/e68f0bb38a6d894cce80fa811d41952635a886b6/src/theme_set.js#L172). +### Breaking + +- Improve appending/prepending style on `ThemeSet#pack` ([`appendStyle` option](https://github.com/marp-team/marpit/blob/c1fce7c7f80fb563111b8b0e34d98eabc5c834a3/src/theme_set.js#L171) is renamed to [`after`](https://github.com/marp-team/marpit/blob/e68f0bb38a6d894cce80fa811d41952635a886b6/src/theme_set.js#L172)) ([#47](https://github.com/marp-team/marpit/pull/47)) + +### Changed + +- Mark Marpit's `options` property as immutable ([#46](https://github.com/marp-team/marpit/pull/46)) - Migrate test framework from mocha to jest ([#43](https://github.com/marp-team/marpit/pull/43)) - Migrate CI from Travis CI to CircleCI ([#44](https://github.com/marp-team/marpit/pull/44)) -- Mark Marpit's `options` property as immutable ([#46](https://github.com/marp-team/marpit/pull/46)) ## v0.0.9 - 2018-07-23 +### Added + - Add the basic TypeScript definition ([#40](https://github.com/marp-team/marpit/pull/40)) - Support heading divider ([#41](https://github.com/marp-team/marpit/pull/41)) + +### Changed + - Upgrade Node LTS and depenent packages ([#42](https://github.com/marp-team/marpit/pull/42)) ## v0.0.8 - 2018-06-28 +### Added + +- Support Unicode 11.0 emoji ([#39](https://github.com/marp-team/marpit/pull/39)) + +### Fixed + - Apply `color` style to pseudo layer of advanced backgrounds ([#37](https://github.com/marp-team/marpit/pull/37)) - Fix JSDoc: Missing `color` prop in the definition of local directives ([#38](https://github.com/marp-team/marpit/pull/38)) -- Support Unicode 11.0 emoji ([#39](https://github.com/marp-team/marpit/pull/39)) ## v0.0.7 - 2018-06-04 +### Added + - Support `backgroundColor` and `color` local directives ([#32](https://github.com/marp-team/marpit/pull/32)) + +### Fixed + - Suppress confusable theme import when tweaking ([#33](https://github.com/marp-team/marpit/pull/33)) + +### Removed + - Remove `workaround` flag support from Marpit's `inlineSVG` option ([#35](https://github.com/marp-team/marpit/pull/35)) ## v0.0.6 - 2018-05-29 +### Added + - Add `header` and `footer` directives ([#22](https://github.com/marp-team/marpit/pull/22)) - Support importing other theme CSS with `@import` (or `@import-theme`) ([#24](https://github.com/marp-team/marpit/pull/24)) - Support tweaking theme style through `