mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
10 KiB
10 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.4 (2022-04-12)
Bug Fixes
- 🐛 解决 react 中 jsx 出码的时候对于循环数据漏包 __$evalArray 的问题 (eb4cc69)
1.0.4-beta.1 (2022-04-11)
Bug Fixes
- 🐛 解决 react 中 jsx 出码的时候对于循环数据漏包 __$evalArray 的问题 (987f4ce)
1.0.4-beta.0 (2022-04-10)
Features
- material-parser: check module before install it; fix default value issue in ts parser (fc452f7)
Bug Fixes
- 🐛 修正 i18n 里面的一个参数命名问题 (1e9e388)
- 🐛 解决出码缺乏对于 i18n 数据的 params 的处理的问题 (1eb9add), closes #288
- 🐛 解决小程序环境没有 window, 而 rax 出码中却默认在 __$eval 中用到 window 的问题 (67dabb0)
- Fix the conversion failure of some props expressions under Slot props of low-code components (7db5461)
- fix unnecessary props calculation (f1fed75)
- 修正 react 框架出码中在严格模式对 methods 和 context 的处理 (79db4ac)
1.0.3 (2022-03-29)
Features
- add getConvertedExtraKey / getOriginalExtraKey to utils (8e7bb9d)
Bug Fixes
- 🐛 出码: 解决 componentName 和 exportName 不一致时生成的 import 语句的问题 (eefc091)
- component cannot be redisplayed by configuration after rendering is closed (c54f369)
- fix loop configuration auto fill empty array issue (d087092)
- make important true by default (c63b6e1)
- make insertAfter & insertBefore work (70fd372)
- npm源 (437adcc)
- prop should return undefined when all items are undefined (5bb9ec7)
- should not create new prop while querying fileName (19c207d)
- variable binding lost after modify the mock value (ef95b56)
- Workbench should receive the original skeleton other than shell skeleton (d5c3ca1)
1.0.2 (2022-03-08)
1.0.2-beta.1 (2022-03-08)
Bug Fixes
- 🐛 补充 icejs 模板中缺失的依赖包 (a94553e)
1.0.2-beta.0 (2022-03-08)
Features
- 在 skeleton 增加几个方法和事件 (a7d436a)
- modify npm private control & version (ee55d02)
- modify yuque link in README (d522034)
- remove CHANGELOG.md (b996414)
- remove module field in material-parser package.json (6141c27)
- rename build:umd (23c7959)
- replace tnpm with npm (36caf0f)
- support UMD packageing for react-renderer (982d0d6)
Bug Fixes
- 🐛 去掉 npm 上没有的依赖 (#68) (e7ce779)
- 兼容 setters 为空的情况 (56b459a)
- 解决 package.json 中误添加了没有用到的数据源类型的 handler 的包的问题 (#56) (76341c8)
- 解决出码的一些问题 (#87) (4a01c97)
- 修复 setup 的逻辑 (1cfb15a)
- 修正一些对内的地址 (07cc1f2)
- 增加必要的方法 (1b38a81)
- fix tsconfig of material-parser (46725cb)
- lint&fix auto generated types.ts (7dde970)
- The outline tree does not display the loop flag when the loop is an empty array (191e284)
1.0.1 (2022-03-08)
Features
- 在 skeleton 增加几个方法和事件 (a7d436a)
- modify npm private control & version (ee55d02)
- modify yuque link in README (d522034)
- remove CHANGELOG.md (b996414)
- remove module field in material-parser package.json (6141c27)
- rename build:umd (23c7959)
- replace tnpm with npm (36caf0f)
- support UMD packageing for react-renderer (982d0d6)
Bug Fixes
- 🐛 修正一些示例地址 (8d21283)
- 兼容 setters 为空的情况 (56b459a)
- 修复 setup 的逻辑 (1cfb15a)
- 修正一些对内的地址 (07cc1f2)
- 增加必要的方法 (1b38a81)
- fix tsconfig of material-parser (46725cb)
- lint&fix auto generated types.ts (7dde970)
- The outline tree does not display the loop flag when the loop is an empty array (191e284)
1.0.0 (2022-02-17)
Features
- first commit - genesis (4f4ac51)