Releases: webdevnerdstuff/vue-code-block
Releases · webdevnerdstuff/vue-code-block
v2.1.2
- Updated node engine
v2.1.0
- 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.
- This is a breaking change if you are importing the default themes from the
- 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
Updating component to support PrismJS as well as HighlightJS packages.
v2.0.0-beta.1
Major update to integrate the option to use either PrismJS or Highlight.js libraries.
v1.0.15
Minor changes to fix issues after testing npm packaging.