22All notable changes to the "vue-code-block" plugin will be documented in this file.
33
44## v2.3.3
5- 03-13-2024
5+ 03-13-2024
66[ main] (@kymtwyf )
77* Fix cssPath prop not being reactive. Fixes [ #49 ] ( https://github.com/webdevnerdstuff/vue-code-block/issues/49 )
88
99[ main] (@webdevnerdstuff )
1010* Update packages.
1111
1212## v2.3.2
13- 03-13-2024
13+ 03-13-2024
1414[ main] (@webdevnerdstuff )
1515* Change component to use ` defineAsyncComponent `
1616
1717## v2.3.1
18- 12-02-2023
18+ 12-02-2023
1919[ main] (@webdevnerdstuff )
2020* Add default export
2121
2222## v2.3.0
23- 12-02-2023
23+ 12-02-2023
2424[ main] (@webdevnerdstuff )
2525* Improve/Fix TypeScript support
2626
2727## v2.2.15
28- 11-13-2023
28+ 11-13-2023
2929[ main] (@webdevnerdstuff )
3030* Add binding props to slots
3131* Update docs
3232
3333## v2.2.13
34- 11-09-2023
34+ 11-09-2023
3535[ main] (@webdevnerdstuff )
3636* Add ` cssPath ` prop to component to allow for custom css file path to be used.
3737* Update packages.
3838
3939## v2.2.11
40- 06-11-2023
40+ 06-11-2023
4141[ main] (@webdevnerdstuff )
4242* Changing Highlight.js to include all languages by default.
4343 * Unfortunately, adding additional languages was not working as expected, so this is the best solution I can think of for now.
4444* Updated typings for Props as well as composables.
4545* Changing compiling to use a Vite config instead of rollup so d.ts file aliases resolve correctly.
4646
4747## v2.1.1
48- 04-16-2023
48+ 04-16-2023
4949[ main] (@webdevnerdstuff )
5050* Changing importing of css/scss/sass to use @use instead of @import .
5151
@@ -60,21 +60,21 @@ All notable changes to the "vue-code-block" plugin will be documented in this fi
6060* Adding sass scripts to package.json to compile scss files to css.
6161
6262## v2.0.1 - v2.0.6
63- 04-15-2023
63+ 04-15-2023
6464[ main] (@webdevnerdstuff )
6565* Minor changes to fix issues after testing npm packaging.
6666
6767## v2.0.0
68- 04-15-2023
68+ 04-15-2023
6969[ main] (@webdevnerdstuff )
7070* Major release update. Added in support to use either PrismJS or HighlightJS.
7171
7272## v1.0.15
73- 04-02-2023
73+ 04-02-2023
7474[ main] (@webdevnerdstuff )
7575* Minor changes to fix issues after testing npm packaging.
7676
7777## v1.0.0
78- 03-16-2023
78+ 03-16-2023
7979[ main] (@webdevnerdstuff )
8080* Initial release
0 commit comments