2.8.0 (2024-09-20)
2.8.0-beta.0 (2024-09-20)
- 去除不必要的dependencies依赖 (b35d6e1)
2.7.1 (2024-09-05)
2.7.0 (2024-06-13)
- 调整useViewControl逻辑 (8979694)
2.6.1 (2024-06-13)
- 调整文档首页样式 (50a2df0)
2.6.0 (2024-06-11)
2.6.0-beta.0 (2024-06-11)
- 文档更新,支持配置生成案例 (dca8355)
2.5.8 (2024-04-07)
- 🌟 Document optimization: adding code validation cases
- 🌟 Document optimization: Change search to MiniSearch(f0e0880)
- 🌟 Width and height support percentage, removing excess styles
- 🐞 Fix some known issues
- 🌟 文档优化:增加代码校验案例
- 🌟 文档优化:搜索改用MiniSearch (f0e0880)
- 🌟 宽高支持百分比,去除多余样式
- 🐞 修复一些已知问题
2.4.1 (2023-11-07)
2.4.0 (2023-11-07)
2.4.0-beta.1 (2023-11-07)
2.3.1 (2023-11-06)
- docs: - (f13b482)
2.3.0 (2023-03-07)
2.3.0-beta.1 (2023-03-07)
2.3.0-beta2 (2023-03-07)
- Repair the packaging issues lead to cannot be highlighted (a355314)
2.2.1 (2023-03-03)
2.2.0 (2023-02-09)
2.1.9-beta1 (2023-02-09)
2.1.8 (2023-01-31)
2.1.7 (2022-06-06)
2.1.6 (2022-06-02)
2.1.4 (2022-05-29)
- 取出 emit 出现警告 (882d120)
- Set the default height to 200 (1faa2f9)
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 支持
2022-03-23
- 🐞 fix: Repair "PlaceHolder" cannot respond to update issues #15
- 🐞 fix: 修复 "PlaceHolder" 不能响应式更新的 bug #15
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
2022-03-15
- 🐞 Repair cannot dynamically set the width and height #11.
- 🐞 修复无法动态设置宽度和高度问题 #11
2022-03-10
- 🐞 Fix the log mode,
createTitle
function parametersSymbol
has no default value.
- 🐞 修复 log 模式中,
createTitle
函数参数symbol
没有默认值问题
2022-03-09
- 🐞 Fix errors in README
- 🐞 修复 README 中错误
2022-03-08
- 🌟 Use TS reconstruction partial code, fully support TS type check.
- Modify registration global component mode
- 🌟 使用 ts 重构部分代码,全面支持 ts 类型检查
- 修改注册全局组件方式
2022-01-04
- 🌟 Change the version number only.
- 🌟 仅修改版本号
2021-12-16
- 🌟 Update part of document content
- 🐞 Fix the problem that this component is used in pop-up boxes or other animation effects, and changes the value before the animation ends, resulting in style disorder.
- 🌟 更新文档部分内容
- 🐞 修复本组件在弹出框或其他带有动画效果中使用,在动画结束前改变 value 导致样式错乱的问题
2021-12-15
- 🌟 Support styles to be automatically injected into the head tag, and there is no need to introduce component styles separately. (The related styles of codemirror itself still need to be introduced manually)
- 🌟 Increase the support of
KeepCursorInEnd
attribute, which can only be used infclog
mode. - 🌟 Refactor partial code.
- 🐞 Fix cannot call the scrollTo method of the instance.
- 🌟 支持组件样式自动注入 head 标签中,不需要单独引入组件样式。(codemirror 本身的相关样式依然需要手动引入)
- 🌟 所有模式都可以使用
KeepCursorInEnd
属性,之前只能在fclog
模式中使用 - 🌟 重构部分代码
- 🐞 修复不能调用实例的 scrollTo 方法问题
2021-09-08
- Delete useless dependencies
2021-09-01
- Update the readme to English