Releases: hmsk/frontmatter-markdown-loader
Releases · hmsk/frontmatter-markdown-loader
v3.7.0: Requires markdown-it 12+
- Update
markdown-it
to use 12+ - Update devDependencies
This release will be the last version which supports Webpack 4 and Vue 2
v3.6.3
v3.6.2
- Add /example which runs with the latest Webpack 5
- Include only essential files in npm package
- Update devDependencies
v3.6.2-0
- Include only essential files in npm package
- Add
/example
which runs with the latest Webpack 5 - Update devDependencies
v3.6.1
- Update devDependencies
- Fix a bug that React importing crashes with an unescaped backtick or backslash in a code block 1f6cf38
- Thanks @KoharaKazuya for reporting!
v3.6.1-1
- Escape backslashes and backticks for dangerouslySetInnerHTML
- Update devDependencies
v3.6.1-0
- Update devDependencies
- Fix a crashing problem by unescaped backtick #197
- Thanks @KoharaKazuya for your contribution ✨
v3.6.0: A couple of bugfixes
- Bugfixes
- Imported React component shows
className
vsclass
error on the console for language specified code blocks - Imported React component can't render code blocks correctly (break lines are ignored)
- Thanks @guillett for reporting the issue and trying on fixing 🙏
- An object which is imported with
require('markdown-it')
can't be used formarkdownIt
option
- Imported React component shows
- Update devDependencies
These fixes for imported React components aren't sufficient strictly, the next release will bring persistent fixes with having an HTML parser.