Skip to content

Latest commit

 

History

History
118 lines (40 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

118 lines (40 loc) · 3.65 KB

3.1.5 (2023-05-09)

Bug Fixes

  • fix code language detection in some edge case (8bd37cf)

3.1.4 (2023-01-07)

Bug Fixes

  • compile root templates only (e5ac671), closes #11

3.1.3 (2022-02-07)

Bug Fixes

  • fix missing compnent wrapper element (5df459d)

3.1.2 (2022-02-07)

3.1.1 (2021-10-01)

Bug Fixes

  • escape inline code spans (a03a544)

3.1.0 (2021-01-01)

3.0.0 (2020-10-31)

Features

  • use the built-in this.getOptions as of Webpack 5 (d771aef)

BREAKING CHANGES

  • Upgrade to Webpack 5, and drop support for Webpack 4 and below.

2.0.0 (2019-10-19)

2.0.0-beta (2019-10-12)

Bug Fixes

  • avoid removing any global <style> elements (9a938db)
  • improve regexps (9a517f4)

2.0.0-alpha.2 (2019-07-11)

Features

  • use componentNamespace as the class prefix for the root element (4a2d90e)

2.0.0-alpha.1 (2019-03-21)

Features

2.0.0-alpha (2019-03-06)

Code Refactoring

  • drop the escapeApostrophes option (c7fc2df)

Features

  • add configureMarkdownIt option (a487300)
  • support root <style> elements (1fb0ac1)

BREAKING CHANGES

  • not to escape apostrophes anymore

1.0.1 (2018-12-10)

1.0.0 (2018-12-09)