Skip to content

Dev #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 16, 2023
Merged

Dev #12

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dist-ssr
*.sw?

.stylelintcache
src/plugin/themes/highlight/scss/template.scss
dist/themes/highlight/scss/template.scss
src/plugin/themes/scss/highlight-template.scss
dist/themes/scss/highlight-template.scss
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,30 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f

## v1.0.0
2023-03-16
[main] Initial release (@webdevnerdstuff)
[main] (@webdevnerdstuff)
* Initial release

## v1.0.15
2023-04-02
[main] Minor changes to fix issues after testing npm packaging. (@webdevnerdstuff)
[main] (@webdevnerdstuff)
* Minor changes to fix issues after testing npm packaging.

## v2.0.0
2023-04-15
[main] Major release update. Added in support to use either PrismJS or HighlightJS. (@webdevnerdstuff)
[main] (@webdevnerdstuff)
* Major release update. Added in support to use either PrismJS or HighlightJS.

## v2.0.1 - v2.0.6
2023-04-15
[main] (@webdevnerdstuff)
* Minor changes to fix issues after testing npm packaging.

## v2.1.0
2023-04-16
[main] (@webdevnerdstuff)
* Changing component to use the min version of the default themes.
* Reorganizing default themes to new location.
* 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.
* If you are using the default themes without using `import` then you will not be affected by this change.
* Fixing HighlightJS default theme style causing icon to appear over a scrollbar when present.
* Adding sass scripts to package.json to compile scss files to css.
Loading