Skip to content

Releases: webdevnerdstuff/vue-code-block

v2.3.5

12 Dec 19:06
Compare
Choose a tag to compare
  • update typescript to try to fix github build error (ba8fcc7)

v2.3.4

12 Dec 18:32
Compare
Choose a tag to compare
  • add check for valid json, convert lang to text if not valid to prevent errors (8f5af6b)

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.