New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

codemirror-editor-vue3

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemirror-editor-vue3 - npm Package Versions

zhangren
published 2.1.6 •

Changelog

Source

2.1.6 (2022-06-02)

Bug Fixes

  • type: change codemirror event type(#19) (f29a9f5)
zhangren
published 2.1.5 •

Changelog

Source

2.1.6 (2022-06-02)

Bug Fixes

  • type: change codemirror event type(#19) (f29a9f5)
zhangren
published 2.1.4 •

Changelog

Source

2.1.4 (2022-05-29)

Bug Fixes

  • 取出 emit 出现警告 (882d120)

Features

  • Set the default height to 200 (1faa2f9)
zhangren
published 2.1.3 •

Changelog

Source

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 支持

zhangren
published 2.1.2 •
zhangren
published 2.1.1-beta •
zhangren
published 2.1.0-beta •
zhangren
published 2.0.6 •

Changelog

Source

2.0.6

2022-03-23

  • 🐞 fix: Repair "PlaceHolder" cannot respond to update issues #15
  • 🐞 fix: 修复 "PlaceHolder" 不能响应式更新的 bug #15
zhangren
published 2.0.5 •
zhangren
published 2.0.4 •

Changelog

Source

2.0.4

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