Skip to content

Releases: rennzhang/codemirror-editor-vue3

v2.1.6

02 Jun 10:31
860124b
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v2.1.3

07 May 02:53
Compare
Choose a tag to compare

2.1.3

2022-05-07

  • 🌟 feat: Provides an option to turn off automatic style injection. Disable the plugin's secondary modifications and direct injection of styles into this header, removing all '! important` #17

  • ⚙️ type: Ts type adjustment, better TS support.


  • 🌟 新功能: 提供关闭自动样式注入的选项,禁用本插件二次修改并直接注入到此头部的样式,去掉所有的!important #17

  • ⚙️ 类型: ts 类型调整,更好的 ts 支持

v2.0.6

23 Mar 07:16
Compare
Choose a tag to compare

2.0.6

2022-03-23

  • 🐞 fix: Repair "PlaceHolder" cannot respond to update issues #15

  • 🐞 fix: 修复 "PlaceHolder" 不能响应式更新的 bug #15

v2.0.4

17 Mar 07:35
Compare
Choose a tag to compare

2022-03-17

  • 🐞 Fix the problem that the merge mode failed to be used. #14
  • 🌟 Add ts type: get the type of component through ref CmComponentRef.

  • 🐞 修复 merge 模式报错无法使用问题 #14
  • 🌟 增加 ts 类型:通过 ref 获取组件的类型CmComponentRef

Full Changelog: v2.0.0...v2.0.4

v1.0.1

06 Jan 07:54
Compare
Choose a tag to compare
chore: -