Skip to content

Releases: marp-team/marpit

v0.0.11

12 Aug 17:08
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

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

05 Aug 12:16
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

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)

v0.0.9

23 Jul 02:02
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

Added

  • Add the basic TypeScript definition (#40)
  • Support heading divider (#41)

Changed

  • Upgrade Node LTS and depenent packages (#42)

v0.0.8

28 Jun 00:25
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Added

  • Support Unicode 11.0 emoji (#39)

Fixed

  • Apply color style to pseudo layer of advanced backgrounds (#37)
  • Fix JSDoc: Missing color prop in the definition of local directives (#38)

v0.0.7

04 Jun 15:54
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Added

  • Support backgroundColor and color local directives (#32)

Fixed

  • Suppress confusable theme import when tweaking (#33)

Removed

  • Remove workaround flag support from Marpit's inlineSVG option (#35)

v0.0.6

29 May 12:13
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Added

  • Add header and footer directives (#22)
  • Support importing other theme CSS with @import (or @import-theme) (#24)
  • Support tweaking theme style through <style> element or style global directive (#25)
  • Add PostCSS import rollup plugin to work @charset and @import at-rules correctly (#26)

Fixed

  • Fix over-stripped comments in the inline code (#28)
  • Hide section::after pseudo-element without pagination (#29)

Changed

  • Change role of pagination layer to pseudo layer on advanced background (#27)

v0.0.5

12 May 11:05
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Added

  • Add paginate local directive (#17)
  • Make Unicode emoji printable (#18)

Security

  • Prevent style injections (#19)

v0.0.4

05 May 16:26
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Added

  • Implement CSS filter for image and advanced backgrounds (#14)
  • Implement split backgrounds in advanced background mode (#16)

Fixed

  • Fix PostCSS printable plugin to allow printing the advanced backgrounds (#15)

v0.0.3

02 May 15:57
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Added

  • Implement background image resizing with keyword and scale (#10)
  • Support advanced background mode with inline SVG, for multiple images and filters (#11)
  • Update docs about background images (#13)

Changed

  • Upgrade node to the latest LTS version v8.11.1 (#12)

v0.0.2

28 Apr 18:45
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Added

Changed

  • Improve the sweep logic of blank paragraphs by split into another plugin (#8)