mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
- @ali/lowcode-code-generator@0.9.0 - @ali/lowcode-demo-server@0.9.0 - @ali/lowcode-demo@0.9.0 - @ali/lowcode-designer@0.10.0 - @ali/lowcode-editor-core@0.9.0 - @ali/lowcode-editor-preset-general@0.10.0 - @ali/lowcode-editor-preset-vision@0.9.0 - @ali/lowcode-editor-setters@0.10.0 - @ali/lowcode-editor-skeleton@0.9.0 - @ali/lowcode-material-parser@0.10.0 - @ali/lowcode-plugin-components-pane@0.9.0 - @ali/lowcode-plugin-designer@0.10.0 - @ali/lowcode-plugin-event-bind-dialog@0.9.0 - @ali/lowcode-plugin-outline-pane@0.9.0 - @ali/lowcode-plugin-sample-logo@0.9.0 - @ali/lowcode-plugin-sample-preview@0.9.0 - @ali/lowcode-plugin-source-editor@0.9.0 - @ali/lowcode-plugin-undo-redo@0.9.0 - @ali/lowcode-plugin-variable-bind-dialog@0.9.0 - @ali/lowcode-plugin-zh-en@0.9.0 - @ali/lowcode-rax-provider@0.9.0 - @ali/lowcode-rax-simulator-renderer@0.9.0 - @ali/lowcode-react-provider@0.9.0 - @ali/lowcode-react-renderer@0.9.0 - @ali/lowcode-react-simulator-renderer@0.9.0 - @ali/lowcode-runtime@0.9.0 - @ali/lowcode-types@0.9.0 - @ali/lowcode-utils@0.9.0
6.3 KiB
6.3 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.10.0 (2020-08-14)
Note: Version bump only for package @ali/lowcode-material-parser
0.9.2 (2020-05-07)
Note: Version bump only for package @ali/lowcode-material-parser
0.9.0 (2020-03-31)
Bug Fixes
- [material-parser]fix bug of main field & remove useless debugger (8fde0ec)
- fix bug of build errors (770a1b6)
- fix bug of missing types in material-parser (9ce0a73)
Features
0.8.4 (2020-03-30)
Note: Version bump only for package @ali/lowcode-material-parser
0.8.3 (2020-03-30)
Note: Version bump only for package @ali/lowcode-material-parser
0.8.2 (2020-03-30)
Bug Fixes
Code Refactoring
- 💡 refactor with react-docgen (64c9daa)
Features
- complete component protocol json schema & validate method (3df360d)
- immigrate aimake materialin (44ac85f)
- import react-docgen to parse propTypes (6e66168)
- remove -p tslint.json for test (6d013e1)
- remove useless codes & modify generator (dcd1b33)
- support multiple exported components (db1b6de)
BREAKING CHANGES
- 🧨 use react-docgen to replace parser
0.8.1 (2020-03-30)
Bug Fixes
<<<<<<< HEAD
- 🐛 fix bug of transforming type (ebbe58d)
- 🐛 fix bug of validate schema (3f97523) =======
- 🐛 fix bug of transforming type (ebbe58d)
- 🐛 fix bug of validate schema (3f97523)
Code Refactoring
<<<<<<< HEAD
Features
<<<<<<< HEAD
- complete component protocol json schema & validate method (3df360d)
- immigrate aimake materialin (44ac85f)
- import react-docgen to parse propTypes (6e66168)
- remove -p tslint.json for test (6d013e1)
- remove useless codes & modify generator (dcd1b33)
- support multiple exported components (db1b6de) =======
- complete component protocol json schema & validate method (3df360d)
- immigrate aimake materialin (44ac85f)
- import react-docgen to parse propTypes (6e66168)
- remove -p tslint.json for test (6d013e1)
- remove useless codes & modify generator (dcd1b33)
- support multiple exported components (db1b6de)
BREAKING CHANGES
- 🧨 use react-docgen to replace parser