Skip to content

Releases: hutchgrant/wc-markdown-loader

v0.2.0

21 Apr 23:56
8aa0803
Compare
Choose a tag to compare

Changes

Re-release of v0.1.4 as it was a minor release.

v0.1.5

21 Apr 23:47
01e13ac
Compare
Choose a tag to compare

Reverts to version 0.1.2 to prevent breaking changes.

v0.1.4

20 Apr 21:56
cd5e953
Compare
Choose a tag to compare

Hotfix

Quick update to demo, linting, tests, and dependencies.

v0.1.3

20 Apr 21:31
d432c13
Compare
Choose a tag to compare

Changes

  • remarkable is no longer included or supported
  • unified with remark-parse is now supported for markdown to html string
  • rehype-prism is now used by default for syntax highlighting
  • additional loader option preset is now available if you want to provide unified presets
  • Update dependencies

Breaking Changes

  • no longer use render in md fencing for syntax highlighting

v0.1.2

10 May 04:01
1fb5667
Compare
Choose a tag to compare

Changes

  • Added support for customStyle option, add any global css in loader options
  • Added support for shadowRoot toggle, if you need to use LightDOM
  • Added support for defaultStyle toggle option

v0.1.0

01 May 22:06
000487c
Compare
Choose a tag to compare

Changes

  • Added auto element label hash. Will now generate a label for each component by default.

Markdown pages that do not contain a label front-matter variable, and without any graph added to loader options, will be defined using the last 15 characters of a sha256 hash of the file's resource path, as well as prepended with wc-md-. e.g. <wc-md-4e53214c7f8108e></wc-md-4e53214c7f8108e>

v0.0.9

30 Apr 05:52
43c3e1c
Compare
Choose a tag to compare

Changes

  • replacing graph option with graph file path instead of graph array.

See advanced options. This breaks v0.0.8.

v0.0.8

27 Apr 07:42
8eab577
Compare
Choose a tag to compare

Changes

  • added advanced usage option. Can now include graph array of md file generated labels.

v0.0.6

17 Feb 04:29
3dfba73
Compare
Choose a tag to compare
fix: demo lint