Skip to content

Releases: sammysaglam/axe-markdown-loader

v2.0.3

15 May 08:11
Compare
Choose a tag to compare

Fixed minor bugs

v2.0.1

07 May 00:28
Compare
Choose a tag to compare
published version 2.0.1

v2.0.0

06 May 17:12
Compare
Choose a tag to compare

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

31 Mar 12:33
Compare
Choose a tag to compare

Changes

  • Allow creating React component props table using "[PROPS_TABLE(Component)]" in markdown

v1.0.12

01 Mar 16:20
Compare
Choose a tag to compare

fixed null react ref error which occurs when creating line numbers (by adding 1ms delay to resize timeout)

v1.0.11

28 Feb 21:13
Compare
Choose a tag to compare

Changes:

  • now correctly escapes backslashes in source code render
  • added badges to README (below main title)

v1.0.9

27 Feb 18:27
Compare
Choose a tag to compare
  • 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

28 Feb 20:52
Compare
Choose a tag to compare

Patches:

  • Updated readme
  • Updated tests
  • Removed some unnecessary code