Skip to content

Commit 875ad68

Browse files
Merge pull request #12 from webdevnerdstuff/dev
Dev
2 parents 9fa2c16 + 61980b8 commit 875ad68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5896
-5597
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ dist-ssr
2424
*.sw?
2525

2626
.stylelintcache
27-
src/plugin/themes/highlight/scss/template.scss
28-
dist/themes/highlight/scss/template.scss
27+
src/plugin/themes/scss/highlight-template.scss
28+
dist/themes/scss/highlight-template.scss

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,30 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f
33

44
## v1.0.0
55
2023-03-16
6-
[main] Initial release (@webdevnerdstuff)
6+
[main] (@webdevnerdstuff)
7+
* Initial release
78

89
## v1.0.15
910
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.
1113

1214
## v2.0.0
1315
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+
* Changing component to use the min version of the default themes.
28+
* Reorganizing default themes to new location.
29+
* 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.
30+
* If you are using the default themes without using `import` then you will not be affected by this change.
31+
* Fixing HighlightJS default theme style causing icon to appear over a scrollbar when present.
32+
* Adding sass scripts to package.json to compile scss files to css.

0 commit comments

Comments
 (0)