11# Change Log
22All notable changes to the "vue3-code-block" plugin will be documented in this file.
33
4- ## v1.0.0
5- 2023-03-16
6- [ main] (@webdevnerdstuff )
7- * Initial release
8-
9- ## v1.0.15
10- 2023-04-02
11- [ main] (@webdevnerdstuff )
12- * Minor changes to fix issues after testing npm packaging.
13-
14- ## v2.0.0
15- 2023-04-15
4+ ## v2.2.11
5+ 2023-06-11
166[ main] (@webdevnerdstuff )
17- * Major release update. Added in support to use either PrismJS or HighlightJS.
7+ * Changing Highlight.js to include all languages by default.
8+ * Unfortunately, adding additional languages was not working as expected, so this is the best solution I can think of for now.
9+ * Updated typings for Props as well as composables.
10+ * Changing compiling to use a Vite config instead of rollup so d.ts file aliases resolve correctly.
1811
19- ## v2.0.1 - v2.0.6
20- 2023-04-15
12+ ## v2.1.1
13+ 2023-04-16
2114[ main] (@webdevnerdstuff )
22- * Minor changes to fix issues after testing npm packaging .
15+ * Changing importing of css/scss/sass to use @ use instead of @ import .
2316
2417## v2.1.0
25182023-04-16
@@ -31,7 +24,22 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f
3124* Fixing HighlightJS default theme style causing icon to appear over a scrollbar when present.
3225* Adding sass scripts to package.json to compile scss files to css.
3326
34- ## v2.1.1
35- 2023-04-16
27+ ## v2.0.1 - v2.0.6
28+ 2023-04-15
3629[ main] (@webdevnerdstuff )
37- * Changing importing of css/scss/sass to use @use instead of @import .
30+ * Minor changes to fix issues after testing npm packaging.
31+
32+ ## v2.0.0
33+ 2023-04-15
34+ [ main] (@webdevnerdstuff )
35+ * Major release update. Added in support to use either PrismJS or HighlightJS.
36+
37+ ## v1.0.15
38+ 2023-04-02
39+ [ main] (@webdevnerdstuff )
40+ * Minor changes to fix issues after testing npm packaging.
41+
42+ ## v1.0.0
43+ 2023-03-16
44+ [ main] (@webdevnerdstuff )
45+ * Initial release
0 commit comments