File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,8 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f
3030 * If you are using the default themes without using ` import ` then you will not be affected by this change.
3131* Fixing HighlightJS default theme style causing icon to appear over a scrollbar when present.
3232* Adding sass scripts to package.json to compile scss files to css.
33+
34+ ## v2.1.1
35+ 2023-04-16
36+ [ main] (@webdevnerdstuff )
37+ * Changing importing of css/scss/sass to use @use instead of @import .
Original file line number Diff line number Diff line change 11{
22 "name" : " vue3-code-block" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js." ,
55 "private" : false ,
66 "main" : " dist/vue3-code-block.js" ,
You can’t perform that action at this time.
0 commit comments