Skip to content

Releases: webdevnerdstuff/vue-code-block

v2.1.2

16 May 18:02
63cb36f
Compare
Choose a tag to compare
  • Updated node engine

v2.1.0

16 Apr 20:45
875ad68
Compare
Choose a tag to compare
  • 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

15 Apr 23:14
987c060
Compare
Choose a tag to compare

Updating component to support PrismJS as well as HighlightJS packages.

v2.0.0-beta.1

10 Apr 00:18
2d9ff78
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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

v1.0.15

02 Apr 21:52
Compare
Choose a tag to compare

Minor changes to fix issues after testing npm packaging.