2
2
All notable changes to the "vue-code-block" plugin will be documented in this file.
3
3
4
4
## v2.3.3
5
- 03-13-2024
5
+ 03-13-2024
6
6
[ main] (@kymtwyf )
7
7
* Fix cssPath prop not being reactive. Fixes [ #49 ] ( https://github.com/webdevnerdstuff/vue-code-block/issues/49 )
8
8
9
9
[ main] (@webdevnerdstuff )
10
10
* Update packages.
11
11
12
12
## v2.3.2
13
- 03-13-2024
13
+ 03-13-2024
14
14
[ main] (@webdevnerdstuff )
15
15
* Change component to use ` defineAsyncComponent `
16
16
17
17
## v2.3.1
18
- 12-02-2023
18
+ 12-02-2023
19
19
[ main] (@webdevnerdstuff )
20
20
* Add default export
21
21
22
22
## v2.3.0
23
- 12-02-2023
23
+ 12-02-2023
24
24
[ main] (@webdevnerdstuff )
25
25
* Improve/Fix TypeScript support
26
26
27
27
## v2.2.15
28
- 11-13-2023
28
+ 11-13-2023
29
29
[ main] (@webdevnerdstuff )
30
30
* Add binding props to slots
31
31
* Update docs
32
32
33
33
## v2.2.13
34
- 11-09-2023
34
+ 11-09-2023
35
35
[ main] (@webdevnerdstuff )
36
36
* Add ` cssPath ` prop to component to allow for custom css file path to be used.
37
37
* Update packages.
38
38
39
39
## v2.2.11
40
- 06-11-2023
40
+ 06-11-2023
41
41
[ main] (@webdevnerdstuff )
42
42
* Changing Highlight.js to include all languages by default.
43
43
* Unfortunately, adding additional languages was not working as expected, so this is the best solution I can think of for now.
44
44
* Updated typings for Props as well as composables.
45
45
* Changing compiling to use a Vite config instead of rollup so d.ts file aliases resolve correctly.
46
46
47
47
## v2.1.1
48
- 04-16-2023
48
+ 04-16-2023
49
49
[ main] (@webdevnerdstuff )
50
50
* Changing importing of css/scss/sass to use @use instead of @import .
51
51
@@ -60,21 +60,21 @@ All notable changes to the "vue-code-block" plugin will be documented in this fi
60
60
* Adding sass scripts to package.json to compile scss files to css.
61
61
62
62
## v2.0.1 - v2.0.6
63
- 04-15-2023
63
+ 04-15-2023
64
64
[ main] (@webdevnerdstuff )
65
65
* Minor changes to fix issues after testing npm packaging.
66
66
67
67
## v2.0.0
68
- 04-15-2023
68
+ 04-15-2023
69
69
[ main] (@webdevnerdstuff )
70
70
* Major release update. Added in support to use either PrismJS or HighlightJS.
71
71
72
72
## v1.0.15
73
- 04-02-2023
73
+ 04-02-2023
74
74
[ main] (@webdevnerdstuff )
75
75
* Minor changes to fix issues after testing npm packaging.
76
76
77
77
## v1.0.0
78
- 03-16-2023
78
+ 03-16-2023
79
79
[ main] (@webdevnerdstuff )
80
80
* Initial release
0 commit comments