Skip to content

Releases: fengyuanchen/markdown-to-vue-loader

v3.1.0

01 Jan 08:16
Compare
Choose a tag to compare

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.

v2.1.0

01 Jan 08:12
Compare
Choose a tag to compare

v3.0.0

31 Oct 07:09
Compare
Choose a tag to compare

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

v2.0.0

19 Oct 11:28
Compare
Choose a tag to compare
  • Release as a stable version.

v2.0.0-beta

12 Oct 14:09
Compare
Choose a tag to compare
  • Avoid removing any global <style> elements.
  • Improve RegExps for better performance.

v2.0.0-alpha.2

11 Jul 12:11
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release
  • Use the componentNamespace option as the class prefix for the root element.
  • Upgrade markdown-it to v9.

v2.0.0-alpha.1

11 Jul 12:10
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
  • Export all components as the ES6 Module.

v2.0.0-alpha

08 Mar 06:06
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release
  • add 2 new options: cheerioLoadOptions and configureMarkdownIt.
  • Support root <style> elements.
  • Set the decodeEntities option of cheerio.load() from true to false.
  • Drop the escapeApostrophes option.

v1.0.1

11 Jul 12:10
Compare
Choose a tag to compare
  • Add missing dependencies and upgrade some dependencies.

v1.0.0

09 Dec 10:18
Compare
Choose a tag to compare
  • 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 and tableWrapper.