Skip to content

Releases: hmsk/frontmatter-markdown-loader

v3.5.0 Require front-matter v4 and markdown-it v11

22 May 06:49
v3.5.0
4c2d867
Compare
Choose a tag to compare
  • Update dependencies
    • front-matter: ^4.0.0
    • markdown-it: ^11.0.0
  • Update some devDependencies

v3.4.3...v3.5.0

v3.4.3

09 May 22:17
v3.4.3
f3615b6
Compare
Choose a tag to compare
  • Fix the bug: The unintentional preserving of <code> on VUE_* mode
  • Update devDependencies

v3.4.2...v3.4.3

v3.4.2

02 May 19:02
v3.4.2
6664af8
Compare
Choose a tag to compare
  • Fix the bug: "react.root" option doesn't work correctly #151
    • Thanks for your contribution @volkert 💖

Other Changes

  • Update devDependencies

v3.4.1...v3.4.2

v3.4.1

30 Apr 05:12
v3.4.1
6d22e43
Compare
Choose a tag to compare
  • Fix bug: "vue-component", "vue-render-functions" mode don't work on IE11 #144
    • Thanks for your contribution @vinzBad 💖

Other Changes

  • Update devDependencies

v3.4.0...v3.4.1

v3.4.0: Support react.root option

25 Apr 08:25
v3.4.0
f10b070
Compare
Choose a tag to compare

Add new option react.root for the similar purpose of vue.root.

options: {
    mode: [Mode.REACT],
    react: {
      root: "importedFromMarkdown"
    }
  }

Imported React component renders a root element as div.importedFromMarkdown

The default class is .frontmatter-markdown now. This change may be breaking change if you expected the root component doesn't have any class.

Other Changes

  • Update devDependencies

v3.3.0...v3.4.0

v3.3.0: Update loader-utils

21 Mar 20:53
v3.3.0
b952b46
Compare
Choose a tag to compare
  • Use loader-utils: ^2.0.0
    • This expects Node 8 as a result

Other Changes

  • Update devDependencies

v3.2.1...v3.3.0

v3.2.1: Support old browsers

09 Mar 05:20
v3.2.1
2be1862
Compare
Choose a tag to compare

Get rid of an arrow function and Object.entries from outputs to support old browsers more.

Thanks for your contribution! @austinsheep #120

Other changes

  • Update devDependencies

v3.2.0...v3.2.1

v3.2.0: xhtmlOut: true for React mode as default

01 Mar 23:16
v3.2.0
3c75425
Compare
Choose a tag to compare

By #114, the default option for markdown-it on React mode gets { html: true, xhtmlOut: true } automatically.

Other Changes

  • Update devDependencies
  • Remove the deprecated badge for Dev Protocol

v3.1.0...v3.2.0

v3.1.0: Remove unnecessary dependencies

06 Nov 06:15
v3.1.0
8032ea2
Compare
Choose a tag to compare

As #78, remove optionalDependencies to avoid installing unexpected modules. If your project uses a mode but the required modules are not installed, the loader throws an error for the project's build.

Other Changes

  • Update dependencies

v3.0.0...v3.1.0

v3.1.0-0

03 Nov 21:39
62d9e2d
Compare
Choose a tag to compare
v3.1.0-0 Pre-release
Pre-release

The beta is running with #78

  • Throw if implicit dependencies are not fulfilled
  • Delete optionalDependencies

v3.0.0...v3.1.0-0