Releases: ant-design/pro-editor
Releases · ant-design/pro-editor
v0.4.0-alpha.7
Version 0.4.0-alpha.7
Released on 2023-06-15
✨ 新特性
- component-asset: 添加 createTestAssetStore 方法,便于下游测试.
- pro-editor: 支持 getCanvasInteraction,并调整 store set、get 命名风格.
Improvements and Fixes
What's improved
v0.4.0-alpha.6
v0.4.0-alpha.5
Version 0.4.0-alpha.5
Released on 2023-06-15
✨ 新特性
- pro-editor: 支持配置 ProEditorStore 在 devtools 中的名称.
🐛 修复
- pro-editor: 调整 devtools api 名称.
v0.4.0-alpha.4
Version 0.4.0-alpha.4
Released on 2023-06-15
🐛 修复
- component-asset: 修正 CreateAssetStore 的类型,对齐到 ProEditorInstance.
Improvements and Fixes
What's fixed
- component-asset: 修正 CreateAssetStore 的类型,对齐到 ProEditorInstance (70008a8)
v0.4.0-alpha.3
v0.4.0-alpha.2
Version 0.4.0-alpha.2
Released on 2023-06-14
✨ 新特性
- component-asset: CreateUseAssetStore 方法支持导出 AssetProvider.
Improvements and Fixes
What's improved
- component-asset: CreateUseAssetStore 方法支持导出 AssetProvider (557ff3b)
v0.4.0-alpha.1
Version 0.4.0-alpha.1
Released on 2023-06-14
✨ 新特性
- pro-editor: 增加 updateCanvasInteraction 方法.
🐛 修复
- sortable-tree: 修正 ReactNodeProps 方法类型定义.
v0.3.0
Version 0.3.0
Released on 2023-06-14
✨ 新特性
- Support undo/redo for ProEditor, 完善 AssetStore 数据链路, 实现 AssetStore 与 EditorStore 的状态自动同步, 新增 ContextMenu 组件, 新增 LevaPanel 属性面板, 重构优化 ComponentAsset store 实现,收敛 AssetStore 的定义方式.
🐛 修复
- Fix config update, remove lucide icon, 修正潜藏的 undo/redo bug,并补充单测.
💄 样式
- leva-panel: 添加 style 与 className 属性.
- Update empty style.
v0.3.0-alpha.8
Version 0.3.0-alpha.8
Released on 2023-06-14
✨ 新特性
- 完善 AssetStore 数据链路.
💄 样式
- leva-panel: 添加 style 与 className 属性.
v0.3.0-alpha.7
Version 0.3.0-alpha.7
Released on 2023-06-14
✨ 新特性
- 实现 AssetStore 与 EditorStore 的状态自动同步, 新增 LevaPanel 属性面板.