codemirror-editor-vue3
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -0,1 +1,16 @@ | ||
## [2.3.1](https://github.com/RennCheung/codemirror-editor-vue3/compare/v2.3.0...v2.3.1) (2023-11-06) | ||
### Bug Fixes | ||
* **docs:** - ([f13b482](https://github.com/RennCheung/codemirror-editor-vue3/commit/f13b482515aa619f01922284a961c97643731087)) | ||
### Features | ||
* 增加 favicon ([f0cb9fa](https://github.com/RennCheung/codemirror-editor-vue3/commit/f0cb9fa71ed34eedf1cf602c268cbbaba2dd549b)) | ||
* update install command ([956b150](https://github.com/RennCheung/codemirror-editor-vue3/commit/956b150d3c05f4d0c8fd5bd02af44a9be0b71168)) | ||
# [2.3.0](https://github.com/RennCheung/codemirror-editor-vue3/compare/v2.3.0-beta.1...v2.3.0) (2023-03-07) | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "codemirror-editor-vue3", | ||
"description": "CodeMirror component for Vue3", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -1,10 +0,12 @@ | ||
[![GitHub stars](https://img.shields.io/github/stars/RennCheung/codemirror-editor-vue3)](https://github.com/RennCheung/codemirror-editor-vue3/stargazers) | ||
[![npm downloads](https://img.shields.io/npm/dt/codemirror-editor-vue3)](https://github.com/RennCheung/codemirror-editor-vue3) | ||
[![GitHub issues](https://img.shields.io/github/issues/RennCheung/codemirror-editor-vue3)](https://github.com/RennCheung/codemirror-editor-vue3/issues) | ||
[![GitHub forks](https://img.shields.io/github/forks/RennCheung/codemirror-editor-vue3)](https://github.com/RennCheung/codemirror-editor-vue3/network) | ||
[![GitHub last commit](https://img.shields.io/github/last-commit/RennCheung/codemirror-editor-vue3)](https://github.com/RennCheung/codemirror-editor-vue3) | ||
[![license](https://img.shields.io/github/license/RennCheung/codemirror-editor-vue3)](https://github.com/RennCheung/codemirror-editor-vue3) | ||
[![GitHub stars](https://img.shields.io/github/stars/RennZhang/codemirror-editor-vue3)](https://github.com/RennZhang/codemirror-editor-vue3/stargazers) | ||
[![npm downloads](https://img.shields.io/npm/dt/codemirror-editor-vue3)](https://www.npmjs.com/package/codemirror-editor-vue3) | ||
[![GitHub issues](https://img.shields.io/github/issues/RennZhang/codemirror-editor-vue3)](https://github.com/RennZhang/codemirror-editor-vue3/issues) | ||
[![GitHub forks](https://img.shields.io/github/forks/RennZhang/codemirror-editor-vue3)](https://github.com/RennZhang/codemirror-editor-vue3/network) | ||
[![GitHub last commit](https://img.shields.io/github/last-commit/RennZhang/codemirror-editor-vue3)](https://github.com/RennZhang/codemirror-editor-vue3) | ||
[![license](https://img.shields.io/github/license/RennZhang/codemirror-editor-vue3)](https://github.com/RennZhang/codemirror-editor-vue3) | ||
# Introduction | ||
[简体中文](https://rennzhang.github.io/codemirror-editor-vue3/zh-CN/guide/getting-started) | ||
The codemirror component of vue3. This component is developed based on [Codemirror 5](http://codemirror.net/5/) and only vue3 is supported. | ||
@@ -14,3 +16,3 @@ | ||
For complete documentation and more cases, please check [codemirror-editor-vue3 docs](https://renncheung.github.io/codemirror-editor-vue3/en/guide/getting-started). | ||
For complete documentation and more cases, please check [codemirror-editor-vue3 docs](https://RennZhang.github.io/codemirror-editor-vue3/). | ||
@@ -24,7 +26,7 @@ ## Install | ||
```bash | ||
yarn add codemirror-editor-vue3 codemirror@5.x | ||
yarn add codemirror-editor-vue3 codemirror@">=5.64.0 <6" | ||
``` | ||
```bash | ||
pnpm i codemirror-editor-vue3 codemirror@^5.65.12 -S | ||
pnpm i codemirror-editor-vue3 codemirror@">=5.64.0 <6" -S | ||
``` | ||
@@ -114,3 +116,3 @@ | ||
[cm_editor_type_url]: https://codemirror.net/doc/manual.html#config | ||
[default_options_url]: https://github.com/RennCheung/codemirror-editor-vue3/blob/main/packages/src/config/index.ts#L68 | ||
[default_options_url]: https://github.com/RennZhang/codemirror-editor-vue3/blob/main/packages/src/config/index.ts#L68 | ||
@@ -117,0 +119,0 @@ | name | description | type | default | |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
181
19079
4
0
1
2