You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,29 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f
3
3
4
4
## v1.0.0
5
5
2023-03-16
6
-
[main] Initial release (@webdevnerdstuff)
6
+
[main] (@webdevnerdstuff)
7
+
* Initial release
7
8
8
9
## v1.0.15
9
10
2023-04-02
10
-
[main] Minor changes to fix issues after testing npm packaging. (@webdevnerdstuff)
11
+
[main] (@webdevnerdstuff)
12
+
* Minor changes to fix issues after testing npm packaging.
11
13
12
14
## v2.0.0
13
15
2023-04-15
14
-
[main] Major release update. Added in support to use either PrismJS or HighlightJS. (@webdevnerdstuff)
16
+
[main] (@webdevnerdstuff)
17
+
* Major release update. Added in support to use either PrismJS or HighlightJS.
18
+
19
+
## v2.0.1 - v2.0.6
20
+
2023-04-15
21
+
[main] (@webdevnerdstuff)
22
+
* Minor changes to fix issues after testing npm packaging.
23
+
24
+
## v2.1.0
25
+
2023-04-16
26
+
[main] (@webdevnerdstuff)
27
+
* Reorganizing default themes to new location.
28
+
* This is a breaking change if you are importing the default themes from the `node_modules` folder. You will need to update your import paths to the new location.
29
+
* If you are using the default themes without using `import` then you will not be affected by this change.
30
+
* Fixing HighlightJS default theme style causing icon to appear over a scrollbar when present.
31
+
* Adding sass scripts to package.json to compile scss files to css.
0 commit comments