Skip to content

Releases: webdevnerdstuff/vue-code-block

v2.3.3

06 Jul 21:04
666f54c
Compare
Choose a tag to compare

@kymtwyf

  • Fix cssPath prop not being reactive. Fixes #49

@webdevnerdstuff

  • Update packages.

v2.3.2

13 Mar 20:05
434a238
Compare
Choose a tag to compare
  • Change component to use defineAsyncComponent

v2.3.1

02 Dec 23:14
6073819
Compare
Choose a tag to compare
  • Add default export

v2.3.0

02 Dec 23:04
c7ee3b4
Compare
Choose a tag to compare
  • Improve/Fix TypeScript support

v2.2.15

13 Nov 22:36
a4757f4
Compare
Choose a tag to compare
  • Add binding props to slots

v2.2.14

10 Nov 01:07
13a6d83
Compare
Choose a tag to compare
  • Add cssPath prop to component to allow for custom css file path to be used.
  • Update packages.

v2.2.12

20 Jul 18:23
a8423a5
Compare
Choose a tag to compare
  • Update packages
  • Remove node engine from package.json

v2.2.11

12 Jun 01:14
574589b
Compare
Choose a tag to compare
  • Changing Highlight.js to include all languages by default.
    • Unfortunately, adding additional languages was not working as expected, so this is the best solution I can think of for now.
  • Updated typings for Props as well as composables.
  • Changing compiling to use a Vite config instead of rollup so d.ts file aliases resolve correctly.

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.