Skip to content

Commit 34eafb0

Browse files
committed
chore: v5.0.0
1 parent b4662b4 commit 34eafb0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
[**Example Site**](https://github.surmon.me/vue-codemirror)
1616

17+
**vue-codemirror** v5 has been released, a new version based on [CodeMirorr@6](https://codemirror.net/6) and only available for Vue3; since CodeMirorr@6 is developed with native ES Modules, the new version will no longer support direct browser references to UMD modules; in short, the new version is **completely NOT compatible** with that of previous version. If you wish to continue using Vue2 or a lower version of CodeMirorr, please follow the legacy versions below.
18+
1719
#### Legacy version
1820

1921
- [Examples (Vue2)](https://v1.github.surmon.me/vue-codemirror)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-codemirror",
33
"description": "CodeMirror component for Vue",
4-
"version": "5.0.0-beta.1",
4+
"version": "5.0.0",
55
"homepage": "https://github.com/surmon-china/vue-codemirror#readme",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)