Releases: LincZero/obsidian-node-flow
Releases · LincZero/obsidian-node-flow
1.1.0
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
1.0.2
en
- BREAKCHANGE
- Refactor the list syntax
- Feat/Enhanced
- Supports multiple lines
- Fix
- Some errors in vuepress version
- Style
- The color consistency between handle and line increases
- Click on style optimization
- Code/Refactor
- Some changes the shelf community needs
- Added workflow system
- Partial refactoring to improve code reusability
- Added debugging
zh
- 破坏性修改
- 重构list语法
- 新增/增强
- 支持多行
- 修复
- vuepress版本中的部分错误
- 样式
- handle和线的颜色对应性增强
- 点击样式的优化
- 代码/重构
- 一些上架社区需要的改动
- 新增工作流系统
- 提高代码复用性的部分重构
- 新增调试开关