Skip to content

v4.8.0

Compare
Choose a tag to compare
@imzbf imzbf released this 13 Oct 08:10
· 306 commits to develop since this release

新增特性:

  • 🌟 拖拽输入框滚动条边缘以调整输入框的宽度(#360 )。
  • 🌟 属性inputBoxWitdh,输入框默认的宽度。
  • 🌟 事件onInputBoxWitdhChange,输入框宽度变化事件。
  • 🌟 下拉菜单特定的类名。
  • 🌟 导出部分内部配置
    import { iconfontClassUrl, iconfontSvgUrl, allToolbar, allFooter, zh_CN, en_US } from 'md-editor-v3';

修复问题:

  • 🐞 移除了代码中的正常的空格(#370 )。

New Features:

  • 🌟 Drag the edge of input box scrollbar to adjust the width of the input box(#360 ).
  • 🌟 Attribute inputBoxWitdh, default width of input box.
  • 🌟 Event onInputBoxWitdhChange, occurs when width of input box has been changed.
  • 🌟 Add special menu class.
  • 🌟 Export more internal configuration
    import { iconfontClassUrl, iconfontSvgUrl, allToolbar, allFooter, zh_CN, en_US } from 'md-editor-v3';

Fixed Bugs:

  • 🐞 Removed legal spaces in code(#370 ).