Skip to content

Releases: webdevnerdstuff/vue-code-block

v2.1.2

Choose a tag to compare

@webdevnerdstuff webdevnerdstuff released this 16 May 18:02
63cb36f
  • Updated node engine

v2.1.0

Choose a tag to compare

@webdevnerdstuff webdevnerdstuff released this 16 Apr 20:45
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.

v2.0.6

Choose a tag to compare

@webdevnerdstuff webdevnerdstuff released this 15 Apr 23:14
987c060

Updating component to support PrismJS as well as HighlightJS packages.

v2.0.0-beta.1

v2.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@webdevnerdstuff webdevnerdstuff released this 10 Apr 00:18
2d9ff78

Major update to integrate the option to use either PrismJS or Highlight.js libraries.

v1.0.15

Choose a tag to compare

@webdevnerdstuff webdevnerdstuff released this 02 Apr 21:52

Minor changes to fix issues after testing npm packaging.