Releases: fengyuanchen/markdown-to-vue-loader
Releases · fengyuanchen/markdown-to-vue-loader
v3.1.0
v2.1.0
- Support Vue 3.
- Upgrade to postcss 8.
- Upgrade to markdown-it 12.
v3.0.0
Upgrade to Webpack 5, and drop support for Webpack 4 and below.
v2.0.0
- Release as a stable version.
v2.0.0-beta
- Avoid removing any global
<style>
elements. - Improve RegExps for better performance.
v2.0.0-alpha.2
- Use the
componentNamespace
option as the class prefix for the root element. - Upgrade markdown-it to v9.
v2.0.0-alpha.1
- Export all components as the ES6 Module.
v2.0.0-alpha
- add 2 new options:
cheerioLoadOptions
andconfigureMarkdownIt
. - Support root
<style>
elements. - Set the
decodeEntities
option ofcheerio.load()
fromtrue
tofalse
. - Drop the
escapeApostrophes
option.
v1.0.1
- Add missing dependencies and upgrade some dependencies.
v1.0.0
- Supports scoped css.
- Supports to load a markdown file as a Vue component.
- Supports to load code blocks of Vue and HTML as Vue components.
- Supports 8 options:
componentNamespace
,componentWrapper
,escapeApostrophes
,exportSource
,languages
,markdownItOptions
,preClass
,preWrapper
,tableClass
andtableWrapper
.