File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to the "vue3-code-block" plugin will be documented in this file.
33
4+ ## v2.2.13
5+ 11-09-2023
6+ [ main] (@webdevnerdstuff )
7+ * Add ` cssPath ` prop to component to allow for custom css file path to be used.
8+ * Update packages.
9+
410## v2.2.11
5- 2023- 06-11
11+ 06-11-2023
612[ main] (@webdevnerdstuff )
713* Changing Highlight.js to include all languages by default.
814 * Unfortunately, adding additional languages was not working as expected, so this is the best solution I can think of for now.
915* Updated typings for Props as well as composables.
1016* Changing compiling to use a Vite config instead of rollup so d.ts file aliases resolve correctly.
1117
1218## v2.1.1
13- 2023- 04-16
19+ 04-16-2023
1420[ main] (@webdevnerdstuff )
1521* Changing importing of css/scss/sass to use @use instead of @import .
1622
1723## v2.1.0
18- 2023- 04-16
24+ 04-16-2023
1925[ main] (@webdevnerdstuff )
2026* Changing component to use the min version of the default themes.
2127* Reorganizing default themes to new location.
@@ -25,21 +31,21 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f
2531* Adding sass scripts to package.json to compile scss files to css.
2632
2733## v2.0.1 - v2.0.6
28- 2023- 04-15
34+ 04-15-2023
2935[ main] (@webdevnerdstuff )
3036* Minor changes to fix issues after testing npm packaging.
3137
3238## v2.0.0
33- 2023- 04-15
39+ 04-15-2023
3440[ main] (@webdevnerdstuff )
3541* Major release update. Added in support to use either PrismJS or HighlightJS.
3642
3743## v1.0.15
38- 2023- 04-02
44+ 04-02-2023
3945[ main] (@webdevnerdstuff )
4046* Minor changes to fix issues after testing npm packaging.
4147
4248## v1.0.0
43- 2023- 03-16
49+ 03-16-2023
4450[ main] (@webdevnerdstuff )
4551* Initial release
You can’t perform that action at this time.
0 commit comments