Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@LincZero LincZero released this 17 Dec 23:59
· 24 commits to master since this release

en

  • Refactor
    • BREAKCHANGE! The demo annotation is no longer written on the code block type, but should be written in the code block content. Refactoring logic using demo
    • Substantial changes in program structure
    • Some text descriptions are modified
  • Feat
    • Added DropdownButton, toolbar categorizes and compresses space with new components
    • New type: Item and ListItem, new component: ItemNode
      • Supports node nesting
      • Support for different node items (color, Markdown, drop-down box, input box, etc.)
      • New nodes use a new architecture, which is easy to scale
    • Improved old List type (replaced by ListItem upper)
    • The ObCanvas type supports Markdown parsing rendering
  • Fix
    • Lock TAB bar #3

zh

  • 重构
    • BREAKCHANGE! demo标注不再写在代码块类型上,应写在代码块内容中。重构使用demo的逻辑
    • 程序结构的大幅变动
    • 部分文本描述修改
  • 新增
    • 新增DropdownButton,工具栏使用新组件分类和压缩空间
    • 新增类型:Item以及ListItem、新增组件:ItemNode
      • 支持节点嵌套节点
      • 支持不同的节点项(颜色、Markdown、下拉框、输入框等)
      • 新节点使用全新的架构,利于扩展
    • 改进旧的List类型(通过ListItem上位替代)
    • ObCanvas类型支持Markdown解析渲染
  • 修复
    • 锁定标签栏时存在bug #3