This repository was archived by the owner on Nov 10, 2023. It is now read-only.
File tree 1 file changed +13
-7
lines changed
1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to the "vue3-code-block" plugin will be documented in this file.
3
3
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
+
4
10
## v2.2.11
5
- 2023- 06-11
11
+ 06-11-2023
6
12
[ main] (@webdevnerdstuff )
7
13
* Changing Highlight.js to include all languages by default.
8
14
* Unfortunately, adding additional languages was not working as expected, so this is the best solution I can think of for now.
9
15
* Updated typings for Props as well as composables.
10
16
* Changing compiling to use a Vite config instead of rollup so d.ts file aliases resolve correctly.
11
17
12
18
## v2.1.1
13
- 2023- 04-16
19
+ 04-16-2023
14
20
[ main] (@webdevnerdstuff )
15
21
* Changing importing of css/scss/sass to use @use instead of @import .
16
22
17
23
## v2.1.0
18
- 2023- 04-16
24
+ 04-16-2023
19
25
[ main] (@webdevnerdstuff )
20
26
* Changing component to use the min version of the default themes.
21
27
* 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
25
31
* Adding sass scripts to package.json to compile scss files to css.
26
32
27
33
## v2.0.1 - v2.0.6
28
- 2023- 04-15
34
+ 04-15-2023
29
35
[ main] (@webdevnerdstuff )
30
36
* Minor changes to fix issues after testing npm packaging.
31
37
32
38
## v2.0.0
33
- 2023- 04-15
39
+ 04-15-2023
34
40
[ main] (@webdevnerdstuff )
35
41
* Major release update. Added in support to use either PrismJS or HighlightJS.
36
42
37
43
## v1.0.15
38
- 2023- 04-02
44
+ 04-02-2023
39
45
[ main] (@webdevnerdstuff )
40
46
* Minor changes to fix issues after testing npm packaging.
41
47
42
48
## v1.0.0
43
- 2023- 03-16
49
+ 03-16-2023
44
50
[ main] (@webdevnerdstuff )
45
51
* Initial release
You can’t perform that action at this time.
0 commit comments