Releases: hutchgrant/wc-markdown-loader
Releases · hutchgrant/wc-markdown-loader
v0.2.0
v0.1.5
Reverts to version 0.1.2 to prevent breaking changes.
v0.1.4
Hotfix
Quick update to demo, linting, tests, and dependencies.
v0.1.3
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
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
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
Changes
- replacing graph option with graph file path instead of graph array.
See advanced options. This breaks v0.0.8.
v0.0.8
Changes
- added advanced usage option. Can now include graph array of md file generated labels.
v0.0.6
fix: demo lint