Releases: sammysaglam/axe-markdown-loader
Releases · sammysaglam/axe-markdown-loader
v2.0.3
v2.0.1
published version 2.0.1
v2.0.0
Changes:
- Source codes in example renders are now fully editable
- Allow template variable injection using
#{variable}
syntax - removed PrismJS code highlighting as it takes up too much space in final bundles
- to be replaced soon with a lightweight regex based highlighter
v1.1.2
Changes
- Allow creating React component props table using "[PROPS_TABLE(Component)]" in markdown
v1.0.12
fixed null react ref error which occurs when creating line numbers (by adding 1ms delay to resize timeout)
v1.0.11
Changes:
- now correctly escapes backslashes in source code render
- added badges to README (below main title)
v1.0.9
-
Created seperate module entries for prod vs. dev modes:
- index.development.js
- index.production.js (default file for package)
-
Adjusted webpack config to use development entry on building the example
v1.0.8
Patches:
- Updated readme
- Updated tests
- Removed some unnecessary code