Skip to content

v2.1.0

Compare
Choose a tag to compare
@webdevnerdstuff webdevnerdstuff released this 16 Apr 20:45
· 202 commits to main since this release
875ad68
  • Changing component to use the min version of the default themes.
  • Reorganizing default themes to new location.
    • This is a breaking change if you are importing the default themes from the node_modules folder. You will need to update your import paths to the new location.
    • If you are using the default themes without using import then you will not be affected by this change.
  • Fixing HighlightJS default theme style causing icon to appear over a scrollbar when present.
  • Adding sass scripts to package.json to compile scss files to css.