- @ali/lowcode-code-generator@1.0.12 - @ali/lowcode-datasource-engine@0.1.16 - @ali/lowcode-demo-server@1.0.12 - @ali/lowcode-demo@1.0.12 - @ali/lowcode-designer@1.0.12 - @ali/lowcode-editor-core@1.0.12 - @ali/lowcode-editor-preset-general@1.0.12 - @ali/lowcode-editor-preset-vision@1.0.12 - @ali/lowcode-editor-setters@1.0.12 - @ali/lowcode-editor-skeleton@1.0.12 - @ali/lowcode-material-parser@1.0.12 - @ali/lowcode-plugin-components-pane@1.0.12 - @ali/lowcode-plugin-designer@1.0.12 - @ali/lowcode-plugin-event-bind-dialog@1.0.12 - @ali/lowcode-plugin-outline-pane@1.0.12 - @ali/lowcode-plugin-sample-logo@1.0.12 - @ali/lowcode-plugin-sample-preview@1.0.12 - @ali/lowcode-plugin-source-editor@1.0.12 - @ali/lowcode-plugin-undo-redo@1.0.12 - @ali/lowcode-plugin-variable-bind-dialog@1.0.12 - @ali/lowcode-plugin-zh-en@1.0.12 - @ali/lowcode-rax-provider@1.0.12 - @ali/lowcode-rax-renderer@1.0.12 - @ali/lowcode-rax-simulator-renderer@1.0.12 - @ali/lowcode-react-provider@1.0.14 - @ali/lowcode-react-renderer@1.0.12 - @ali/lowcode-react-simulator-renderer@1.0.12 - @ali/lowcode-runtime@1.0.14 - @ali/lowcode-types@1.0.12 - @ali/lowcode-utils@1.0.12
30 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.12 (2020-10-20)
Note: Version bump only for package @ali/lowcode-designer
1.0.11 (2020-10-19)
Bug Fixes
- checkId 需要传递 (bdff2b1)
1.0.10 (2020-09-29)
Note: Version bump only for package @ali/lowcode-designer
1.0.9 (2020-09-28)
Note: Version bump only for package @ali/lowcode-designer
1.0.8 (2020-09-28)
Bug Fixes
- 支持 checkId 开关功能, 在 setSchema 时关闭, 避免 id 被不断重置 (44bdda1)
1.0.8-0 (2020-09-09)
Bug Fixes
- 不应该限定 parent 才做解绑操作 (2e616e3)
- 合并master分支 (bd2c6ad)
- 兼容modal模式 (1092ee9)
- 解决 set('schema') 后 componentsTree 越来越多的 bug (a171d3e)
- 优化树子节点删除逻辑 (47e814f)
Features
1.0.7-0 (2020-09-02)
0.9.55 (2020-09-08)
Bug Fixes
- 拖拽时要解除与原来节点的关系 (7a6bf2c)
0.9.54 (2020-09-03)
Note: Version bump only for package @ali/lowcode-designer
0.9.53 (2020-09-03)
Note: Version bump only for package @ali/lowcode-designer
1.0.6-0 (2020-09-02)
Bug Fixes
Features
Note: Version bump only for package @ali/lowcode-designer
1.0.5-0 (2020-08-20)
0.9.52 (2020-08-27)
Bug Fixes
- 在 renderer 层面做 function component 包装,避免影响 rax 等其他场景 (1f920dd)
0.9.51 (2020-08-26)
Bug Fixes
- 处理 function component 无法选中的问题,本质上是没有 ref (fa94aab)
0.9.50 (2020-08-24)
Bug Fixes
- 修复在切换页面时,没有销毁相应节点导致的一系列bug (59fac25)
- 在设计器里,所有组件都需要展示,不管 condition 为何值 (0e7e038)
- 实现 removeDocument (c07b447)
0.9.49 (2020-08-23)
Bug Fixes
- nextId() 逻辑调整 (488a5d8)
0.9.48 (2020-08-20)
Note: Version bump only for package @ali/lowcode-designer
0.9.47 (2020-08-19)
Bug Fixes
- 修复获取 currentPage 的逻辑 (d8221db)
0.9.46 (2020-08-19)
Bug Fixes
- support dropObject is data (809fda7)
Note: Version bump only for package @ali/lowcode-designer
0.12.0 (2020-08-17)
Note: Version bump only for package @ali/lowcode-designer
0.11.0 (2020-08-16)
Note: Version bump only for package @ali/lowcode-designer
0.10.0 (2020-08-14)
0.9.43 (2020-08-14)
Bug Fixes
- 修改移动端设备宽度 (cd7b1e6)
0.9.42 (2020-08-14)
Bug Fixes
- createComponent 支持所有 schema (7f946f5)
- 不对外暴露 Node (05957ce)
- 卡片内容不可用拖动 (6a85c43)
- 处理选区的 toolkit 位置不对的 bug (bfc63db)
- 快捷键增加判断 (0f64829)
- 快捷键增加判断 (e18a231)
- 组件缺失占位 (aff2f34)
Features
- 导出的schema增加componentsMap (dbc958c)
0.9.41 (2020-08-07)
Bug Fixes
- canDropIn 为 boolean 时失效 (7508fb6)
0.9.40 (2020-08-06)
Bug Fixes
- fieldId 重复问题 (e761b1a)
0.9.39 (2020-08-06)
Bug Fixes
0.9.38 (2020-08-06)
Bug Fixes
- 兼容modal模式 (1092ee9)
0.9.37 (2020-08-04)
Note: Version bump only for package @ali/lowcode-designer
0.9.36 (2020-08-04)
Bug Fixes
0.9.35 (2020-08-04)
Bug Fixes
0.9.34 (2020-07-29)
Bug Fixes
0.9.33 (2020-07-28)
Bug Fixes
- props.getNode 防死循环 (444e25c)
- vc-filter bug fix (31ea5d5)
- VC-Filter组件的适配问题 (1f581b8)
- 增加 getNode 兼容接口 (5b6792f)
- 补充documnet-model中addonData 相关方法 (cbc70ea)
- 调整visionNode修改未知 (da59235)
0.9.32 (2020-07-23)
Bug Fixes
- prop type=UNSET 时返回 undefined (f437f30)
0.9.31 (2020-07-22)
Features
- rax simulator (05b262d)
0.9.30 (2020-07-21)
Bug Fixes
- settingField items is empty when type is not 'group' (582c41a)
- updateProps before init (760e6a6)
- 低代码组件修改之后渲染为空 (ef71632)
- 修复导入的组件拖入画布报错 (caf9915)
- 调整 upgrade 和 init 的流程 (09fc1a0)
Features
- support subtreeModified (7eeb51c)
0.9.29 (2020-07-21)
Note: Version bump only for package @ali/lowcode-designer
0.9.28 (2020-07-21)
Bug Fixes
- modal node locate (9a72dd7)
- 修复取不到值的情况 (5e7e488)
- 可以降级到历史的 JSBlock 格式 (af1746b)
- 画布BorderAction埋点数据 (d813b50)
Features
- 大纲树支持模态视图 (3785e1c)
0.9.27 (2020-07-14)
Note: Version bump only for package @ali/lowcode-designer
0.9.26 (2020-07-13)
Note: Version bump only for package @ali/lowcode-designer
0.9.25 (2020-07-12)
Note: Version bump only for package @ali/lowcode-designer
0.9.24 (2020-07-12)
Bug Fixes
- nextId append the id of document (80a5c93)
- NodeChildren伪装为Array保证向前兼容 (7950bf5)
- 低代码组件 props 显示 object 问题 (116498e)
0.9.23 (2020-06-23)
Note: Version bump only for package @ali/lowcode-designer
0.9.21 (2020-06-23)
Bug Fixes
-
- 修复dialog拖入不显示问题 2. dialog 只能在根节点下 3. 引入 modalNodeManager (65977e7)
- add extraEnv (9058ac8)
- 修复低代码组件设计器、区块设计器根节点为 Page 的问题,修复 topArea 样式 (e85b542)
- 支持事件 VE_EVENTS.VE_PAGE_PAGE_READY (935ffad)
- 支持页面回滚 (5d7dc2f)
- 更改生成 id 的规则, 否则命中 recore 解析 id 的一个限制 (5adff44)
- 根据目标元素的canDropIn函数判断是否能放入其他元素 (21d4f64)
- 简化 onPageReady 实现逻辑 (a36e5f2)
Features
0.9.20 (2020-06-16)
Note: Version bump only for package @ali/lowcode-designer
0.9.19 (2020-06-15)
Bug Fixes
- force schema (6d0a8ff)
- patch prototype (f20bfaa)
- try get settingfield (56f242f)
- 禁止组件拉到 Page 的直接子节点, 以及替换 tab 组件 (d93a291)
Features
- complete live-editing expr & i18n (3ac08ba)
- get SettingField instead of SettingPropEntry for compatibility (2787a12)
- support prop.autorun (c0a5235)
- ve事件埋点 (700e5b0)
0.9.18 (2020-05-20)
Note: Version bump only for package @ali/lowcode-designer
0.9.17 (2020-05-19)
Note: Version bump only for package @ali/lowcode-designer
0.9.16 (2020-05-18)
Bug Fixes
- uniqueid (8db52f0)
0.9.15 (2020-05-16)
Note: Version bump only for package @ali/lowcode-designer
0.9.14 (2020-05-16)
Note: Version bump only for package @ali/lowcode-designer
0.9.13 (2020-05-16)
Note: Version bump only for package @ali/lowcode-designer
0.9.12 (2020-05-15)
Features
- change reducer stage (c2e83c7)
0.9.11 (2020-05-15)
Features
- add ? to component designer/src/designer/setting/utils.js (0025e3c)
- add alias for get index (e853a4f)
- add resize box (14a55ae)
- bord resizing (361f4f6)
- border resizing (c7fc28c)
- for box resizing (77e325f)
- for box resizing (cb2854d)
0.9.10 (2020-05-15)
Bug Fixes
0.9.9 (2020-05-13)
Bug Fixes
- 🐛 add hotkey up/down/left/right (9c8afe8)
- 🐛 error when quick search (801d954)
- 🐛 快捷键支持 (73374dd)
- 🐛 移动快捷键 (7c8a27c)
- cancel dragging on invalid position (f961096)
- panel visible time (18ac1fa)
- quickSearch error (a8009ef)
- supports (371b84c)
Features
- show value state (bd49e50)
- support global inline editing (4f7179b)
- support plaintext liveediting (ea62f12)
0.9.8 (2020-05-08)
Note: Version bump only for package @ali/lowcode-designer
0.9.7 (2020-05-07)
Bug Fixes
- 🐛 add pollyfill for vision page.getHistory (0b905d0)
- 🐛 title缺少icon字段,临时转接一下 (2f9bb25)
- 🐛 增加 getAddonData api (68b7e29)
- 🐛 增加剪切快捷键 (a73a82e)
- border action style (6b91535)
- documentModel toData 方法 (1ea0d73)
- settingfield添加props修复地区组件切换类型报错 (88348f7)
- 在Transducer中添加对MixedSetter的支持 (7317f2f)
Features
0.9.6 (2020-04-27)
Note: Version bump only for package @ali/lowcode-designer
0.9.5 (2020-04-27)
Note: Version bump only for package @ali/lowcode-designer
0.9.4 (2020-04-27)
Note: Version bump only for package @ali/lowcode-designer
0.9.3 (2020-04-16)
Note: Version bump only for package @ali/lowcode-designer
0.9.2 (2020-04-15)
Features
- 🎸 polyfill exchange (7070557)
- 🎸 polyfill exchange (286e7d8)
- Exchange (ef5a72e)
- run vision polyfill (33750b7)
0.9.1 (2020-03-31)
Note: Version bump only for package @ali/lowcode-designer
0.9.0 (2020-03-30)
Bug Fixes
- designer: fix insertion style (82c10d2)
Features
0.8.5 (2020-03-30)
Note: Version bump only for package @ali/lowcode-designer
0.8.4 (2020-03-30)
Note: Version bump only for package @ali/lowcode-designer
0.8.3 (2020-03-30)
Features
- 🎸 merge material-parser (b40c286)
- history log (fbb3577)
- import react-docgen to parse propTypes (6e66168)