We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde769b commit bd832a4Copy full SHA for bd832a4
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 2.0.5
2
+
3
+`2022-03-23`
4
5
+- 🐞 fix: Repair "PlaceHolder" cannot respond to update issues [#15](https://github.com/RennCheung/codemirror-editor-vue3/issues/15)
6
7
+---
8
9
+- 🐞 fix: 修复 "PlaceHolder" 不能响应式更新的 bug [#15](https://github.com/RennCheung/codemirror-editor-vue3/issues/15)
10
11
## 2.0.4
12
13
`2022-03-17`
package.json
@@ -1,7 +1,7 @@
{
"name": "codemirror-editor-vue3",
"description": "CodeMirror component for Vue3",
- "version": "2.0.4",
+ "version": "2.0.5",
"license": "MIT",
"files": [
"dist/codemirror-editor-vue3.es.js",
0 commit comments