We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f942b8 commit bbe9575Copy full SHA for bbe9575
CHANGELOG.md
@@ -1,8 +1,13 @@
1
# Change Log
2
All notable changes to the "vue-code-block" plugin will be documented in this file.
3
4
+## v2.3.3
5
+03-13-2024
6
+[main] (@kymtwyf)
7
+* Fix cssPath prop not being reactive. Fixes [#49](https://github.com/webdevnerdstuff/vue-code-block/issues/49)
8
+
9
## v2.3.2
-13-03-2024
10
11
[main] (@webdevnerdstuff)
12
* Change component to use `defineAsyncComponent`
13
package.json
@@ -1,6 +1,6 @@
{
"name": "@wdns/vue-code-block",
- "version": "2.3.2",
+ "version": "2.3.3",
"description": "Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js.",
"private": false,
"publishConfig": {
0 commit comments