diff --git a/packages/code-generator/CHANGELOG.md b/packages/code-generator/CHANGELOG.md
index 3918fdb18..257f7c5bc 100644
--- a/packages/code-generator/CHANGELOG.md
+++ b/packages/code-generator/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-code-generator@0.8.5...@ali/lowcode-code-generator@0.8.6) (2020-06-23)
+
+
+### Bug Fixes
+
+* 更改生成 id 的规则, 否则命中 recore 解析 id 的一个限制 ([5adff44](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/5adff44))
+
+
+
+
## [0.8.5](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-code-generator@0.8.4...@ali/lowcode-code-generator@0.8.5) (2020-04-15)
diff --git a/packages/code-generator/package.json b/packages/code-generator/package.json
index 72c688dbb..af7a4e06c 100644
--- a/packages/code-generator/package.json
+++ b/packages/code-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-code-generator",
- "version": "0.8.5",
+ "version": "0.8.6",
"description": "出码引擎 for LowCode Engine",
"main": "lib/index.js",
"files": [
diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md
index 6d6ae33a7..97b3184bd 100644
--- a/packages/demo/CHANGELOG.md
+++ b/packages/demo/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.31](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@0.8.30...@ali/lowcode-demo@0.8.31) (2020-06-23)
+
+
+### Bug Fixes
+
+* 更改生成 id 的规则, 否则命中 recore 解析 id 的一个限制 ([5adff44](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/5adff44))
+
+
+
+
## [0.8.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@0.8.29...@ali/lowcode-demo@0.8.30) (2020-06-16)
diff --git a/packages/demo/package.json b/packages/demo/package.json
index b7fef79f9..0ba65504d 100644
--- a/packages/demo/package.json
+++ b/packages/demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-demo",
- "version": "0.8.30",
+ "version": "0.8.31",
"private": true,
"description": "低代码引擎 DEMO",
"scripts": {
@@ -9,21 +9,21 @@
},
"config": {},
"dependencies": {
- "@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-editor-skeleton": "^0.8.26",
- "@ali/lowcode-plugin-components-pane": "^0.8.23",
- "@ali/lowcode-plugin-designer": "^0.9.20",
- "@ali/lowcode-plugin-event-bind-dialog": "^0.8.16",
- "@ali/lowcode-plugin-outline-pane": "^0.8.26",
- "@ali/lowcode-plugin-sample-logo": "^0.8.15",
- "@ali/lowcode-plugin-sample-preview": "^0.8.25",
+ "@ali/lowcode-editor-core": "^0.8.17",
+ "@ali/lowcode-editor-skeleton": "^0.8.27",
+ "@ali/lowcode-plugin-components-pane": "^0.8.24",
+ "@ali/lowcode-plugin-designer": "^0.9.21",
+ "@ali/lowcode-plugin-event-bind-dialog": "^0.8.17",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.27",
+ "@ali/lowcode-plugin-sample-logo": "^0.8.16",
+ "@ali/lowcode-plugin-sample-preview": "^0.8.26",
"@ali/lowcode-plugin-settings-pane": "^0.8.8",
- "@ali/lowcode-plugin-undo-redo": "^0.8.25",
- "@ali/lowcode-plugin-variable-bind-dialog": "^0.8.14",
- "@ali/lowcode-plugin-zh-en": "^0.8.18",
- "@ali/lowcode-react-renderer": "^0.8.0",
- "@ali/lowcode-runtime": "^0.8.13",
- "@ali/lowcode-utils": "^0.8.7",
+ "@ali/lowcode-plugin-undo-redo": "^0.8.26",
+ "@ali/lowcode-plugin-variable-bind-dialog": "^0.8.15",
+ "@ali/lowcode-plugin-zh-en": "^0.8.19",
+ "@ali/lowcode-react-renderer": "^0.8.9",
+ "@ali/lowcode-runtime": "^0.8.16",
+ "@ali/lowcode-utils": "^0.8.8",
"@ali/ve-action-pane": "^4.7.0-beta.0",
"@ali/ve-datapool-pane": "^6.4.3",
"@ali/ve-history-pane": "4.0.0",
diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md
index 142f815fc..c71b5ed74 100644
--- a/packages/designer/CHANGELOG.md
+++ b/packages/designer/CHANGELOG.md
@@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.9.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@0.9.20...@ali/lowcode-designer@0.9.21) (2020-06-23)
+
+
+### Bug Fixes
+
+* 1. 修复dialog拖入不显示问题 2. dialog 只能在根节点下 3. 引入 modalNodeManager ([65977e7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/65977e7))
+* add extraEnv ([9058ac8](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/9058ac8))
+* 修复低代码组件设计器、区块设计器根节点为 Page 的问题,修复 topArea 样式 ([e85b542](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/e85b542))
+* 支持事件 VE_EVENTS.VE_PAGE_PAGE_READY ([935ffad](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/935ffad))
+* 支持页面回滚 ([5d7dc2f](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/5d7dc2f))
+* 更改生成 id 的规则, 否则命中 recore 解析 id 的一个限制 ([5adff44](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/5adff44))
+* 根据目标元素的canDropIn函数判断是否能放入其他元素 ([21d4f64](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/21d4f64))
+* 简化 onPageReady 实现逻辑 ([a36e5f2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/a36e5f2))
+
+
+### Features
+
+* 增加 node replaceWith 方法 ([d44f95b](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/d44f95b))
+* 引擎层埋点 ([69de533](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/69de533))
+
+
+
+
## [0.9.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@0.9.19...@ali/lowcode-designer@0.9.20) (2020-06-16)
diff --git a/packages/designer/package.json b/packages/designer/package.json
index 7e4cc07c3..abbd0f79e 100644
--- a/packages/designer/package.json
+++ b/packages/designer/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-designer",
- "version": "0.9.20",
+ "version": "0.9.21",
"description": "Designer for Ali LowCode Engine",
"main": "lib/index.js",
"module": "es/index.js",
@@ -15,9 +15,9 @@
},
"license": "MIT",
"dependencies": {
- "@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-types": "^0.8.6",
- "@ali/lowcode-utils": "^0.8.7",
+ "@ali/lowcode-editor-core": "^0.8.17",
+ "@ali/lowcode-types": "^0.8.7",
+ "@ali/lowcode-utils": "^0.8.8",
"classnames": "^2.2.6",
"event": "^1.0.0",
"react": "^16",
diff --git a/packages/editor-core/CHANGELOG.md b/packages/editor-core/CHANGELOG.md
index a1eecb91f..d4f386392 100644
--- a/packages/editor-core/CHANGELOG.md
+++ b/packages/editor-core/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-core@0.8.16...@ali/lowcode-editor-core@0.8.17) (2020-06-23)
+
+
+### Features
+
+* export Monitor ([51025f0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/51025f0))
+* 引擎层埋点 ([69de533](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/69de533))
+
+
+
+
## [0.8.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-core@0.8.15...@ali/lowcode-editor-core@0.8.16) (2020-06-15)
diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json
index 39461e56c..09513e25c 100644
--- a/packages/editor-core/package.json
+++ b/packages/editor-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-editor-core",
- "version": "0.8.16",
+ "version": "0.8.17",
"description": "Core Api for Ali lowCode engine",
"license": "MIT",
"main": "lib/index.js",
@@ -15,8 +15,8 @@
"cloud-build": "build-scripts build --skip-demo"
},
"dependencies": {
- "@ali/lowcode-types": "^0.8.6",
- "@ali/lowcode-utils": "^0.8.7",
+ "@ali/lowcode-types": "^0.8.7",
+ "@ali/lowcode-utils": "^0.8.8",
"@alifd/next": "^1.19.16",
"@recore/obx": "^1.0.9",
"@recore/obx-react": "^1.0.8",
diff --git a/packages/editor-preset-general/CHANGELOG.md b/packages/editor-preset-general/CHANGELOG.md
index b4cfaaada..55eb66b5a 100644
--- a/packages/editor-preset-general/CHANGELOG.md
+++ b/packages/editor-preset-general/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.9.7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@0.9.6...@ali/lowcode-editor-preset-general@0.9.7) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-preset-general
+
## [0.9.6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@0.9.5...@ali/lowcode-editor-preset-general@0.9.6) (2020-06-16)
diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json
index 08f7e2e83..4b24cd6b1 100644
--- a/packages/editor-preset-general/package.json
+++ b/packages/editor-preset-general/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-editor-preset-general",
- "version": "0.9.6",
+ "version": "0.9.7",
"private": true,
"description": "Ali General Editor Preset",
"main": "lib/index.js",
@@ -15,12 +15,12 @@
},
"license": "MIT",
"dependencies": {
- "@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-editor-skeleton": "^0.8.26",
- "@ali/lowcode-plugin-designer": "^0.9.20",
- "@ali/lowcode-plugin-outline-pane": "^0.8.26",
- "@ali/lowcode-types": "^0.8.6",
- "@ali/lowcode-utils": "^0.8.7",
+ "@ali/lowcode-editor-core": "^0.8.17",
+ "@ali/lowcode-editor-skeleton": "^0.8.27",
+ "@ali/lowcode-plugin-designer": "^0.9.21",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.27",
+ "@ali/lowcode-types": "^0.8.7",
+ "@ali/lowcode-utils": "^0.8.8",
"@alifd/next": "^1.19.12",
"@alife/theme-lowcode-dark": "^0.1.0",
"@alife/theme-lowcode-light": "^0.1.0",
@@ -28,7 +28,7 @@
"react-dom": "^16.8.1"
},
"devDependencies": {
- "@ali/lowcode-editor-setters": "^0.9.3",
+ "@ali/lowcode-editor-setters": "^0.9.4",
"@alib/build-scripts": "^0.1.18",
"@types/events": "^3.0.0",
"@types/react": "^16.8.3",
diff --git a/packages/editor-preset-vision/CHANGELOG.md b/packages/editor-preset-vision/CHANGELOG.md
index 0de13ca5f..11587e32e 100644
--- a/packages/editor-preset-vision/CHANGELOG.md
+++ b/packages/editor-preset-vision/CHANGELOG.md
@@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@0.8.21...@ali/lowcode-editor-preset-vision@0.8.22) (2020-06-23)
+
+
+### Bug Fixes
+
+* add extraEnv ([9058ac8](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/9058ac8))
+* compatiable bug ([45574db](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/45574db))
+* Trunk add getSetter ([b6d64c3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b6d64c3))
+* Trunk.getSetter return ReactElement ([34bf71d](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/34bf71d))
+* 修复低代码组件设计器、区块设计器根节点为 Page 的问题,修复 topArea 样式 ([e85b542](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/e85b542))
+* 右侧配置面板样式修复 ([05f62da](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/05f62da))
+* 支持事件 VE_EVENTS.VE_PAGE_PAGE_READY ([935ffad](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/935ffad))
+* 支持页面回滚 ([5d7dc2f](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/5d7dc2f))
+* 简化 onPageReady 实现逻辑 ([a36e5f2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/a36e5f2))
+
+
+### Features
+
+* export Monitor ([51025f0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/51025f0))
+
+
+
+
## [0.8.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@0.8.20...@ali/lowcode-editor-preset-vision@0.8.21) (2020-06-16)
diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json
index a5ca322b0..f70678c1c 100644
--- a/packages/editor-preset-vision/package.json
+++ b/packages/editor-preset-vision/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-editor-preset-vision",
- "version": "0.8.21",
+ "version": "0.8.22",
"private": true,
"description": "Vision Polyfill for Ali lowCode engine",
"main": "lib/index.js",
@@ -15,11 +15,11 @@
},
"license": "MIT",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.20",
- "@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-editor-skeleton": "^0.8.26",
- "@ali/lowcode-plugin-designer": "^0.9.20",
- "@ali/lowcode-plugin-outline-pane": "^0.8.26",
+ "@ali/lowcode-designer": "^0.9.21",
+ "@ali/lowcode-editor-core": "^0.8.17",
+ "@ali/lowcode-editor-skeleton": "^0.8.27",
+ "@ali/lowcode-plugin-designer": "^0.9.21",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.27",
"@ali/ve-i18n-util": "^2.0.0",
"@ali/ve-icons": "^4.1.9",
"@ali/ve-less-variables": "2.0.3",
diff --git a/packages/editor-setters/CHANGELOG.md b/packages/editor-setters/CHANGELOG.md
index 0bd60714f..aa8467f6c 100644
--- a/packages/editor-setters/CHANGELOG.md
+++ b/packages/editor-setters/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.9.4](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-setters@0.9.3...@ali/lowcode-editor-setters@0.9.4) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-setters
+
## [0.9.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-setters@0.9.2...@ali/lowcode-editor-setters@0.9.3) (2020-06-15)
diff --git a/packages/editor-setters/package.json b/packages/editor-setters/package.json
index edc6a1f17..35cc1c427 100644
--- a/packages/editor-setters/package.json
+++ b/packages/editor-setters/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-editor-setters",
- "version": "0.9.3",
+ "version": "0.9.4",
"description": "Builtin setters for Ali lowCode engine",
"files": [
"es",
@@ -22,7 +22,7 @@
"@ali/iceluna-comp-react-node": "^1.0.5",
"@ali/iceluna-sdk": "^1.0.5-beta.24",
"@ali/lc-style-setter": "^0.0.1",
- "@ali/lowcode-editor-core": "^0.8.16",
+ "@ali/lowcode-editor-core": "^0.8.17",
"@alifd/next": "^1.19.16",
"acorn": "^6.4.1",
"classnames": "^2.2.6",
diff --git a/packages/editor-skeleton/CHANGELOG.md b/packages/editor-skeleton/CHANGELOG.md
index 639f93044..a91aa22dd 100644
--- a/packages/editor-skeleton/CHANGELOG.md
+++ b/packages/editor-skeleton/CHANGELOG.md
@@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.27](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@0.8.26...@ali/lowcode-editor-skeleton@0.8.27) (2020-06-23)
+
+
+### Bug Fixes
+
+* 修复低代码组件设计器、区块设计器根节点为 Page 的问题,修复 topArea 样式 ([e85b542](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/e85b542))
+* 右侧配置面板样式修复 ([05f62da](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/05f62da))
+
+
+### Features
+
+* 引擎层埋点 ([69de533](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/69de533))
+
+
+
+
## [0.8.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@0.8.25...@ali/lowcode-editor-skeleton@0.8.26) (2020-06-16)
diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json
index 0ec27050b..d28ef9eae 100644
--- a/packages/editor-skeleton/package.json
+++ b/packages/editor-skeleton/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-editor-skeleton",
- "version": "0.8.26",
+ "version": "0.8.27",
"description": "alibaba lowcode editor skeleton",
"main": "lib/index.js",
"module": "es/index.js",
@@ -19,10 +19,10 @@
"editor"
],
"dependencies": {
- "@ali/lowcode-designer": "^0.9.20",
- "@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-types": "^0.8.6",
- "@ali/lowcode-utils": "^0.8.7",
+ "@ali/lowcode-designer": "^0.9.21",
+ "@ali/lowcode-editor-core": "^0.8.17",
+ "@ali/lowcode-types": "^0.8.7",
+ "@ali/lowcode-utils": "^0.8.8",
"@alifd/next": "^1.20.12",
"classnames": "^2.2.6",
"react": "^16.8.1",
diff --git a/packages/plugin-components-pane/CHANGELOG.md b/packages/plugin-components-pane/CHANGELOG.md
index 113e4a732..8c5122497 100644
--- a/packages/plugin-components-pane/CHANGELOG.md
+++ b/packages/plugin-components-pane/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.24](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@0.8.23...@ali/lowcode-plugin-components-pane@0.8.24) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-components-pane
+
## [0.8.23](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@0.8.22...@ali/lowcode-plugin-components-pane@0.8.23) (2020-06-16)
diff --git a/packages/plugin-components-pane/package.json b/packages/plugin-components-pane/package.json
index 576e7aa0c..f758696b8 100644
--- a/packages/plugin-components-pane/package.json
+++ b/packages/plugin-components-pane/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-components-pane",
- "version": "0.8.23",
+ "version": "0.8.24",
"description": "alibaba lowcode editor component-list plugin",
"files": [
"es/",
@@ -20,9 +20,9 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.20",
- "@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-types": "^0.8.6",
+ "@ali/lowcode-designer": "^0.9.21",
+ "@ali/lowcode-editor-core": "^0.8.17",
+ "@ali/lowcode-types": "^0.8.7",
"@ali/ve-component-list": "^1.1.1",
"@alifd/next": "^1.19.19",
"react": "^16.8.1"
diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md
index 2ff2dcc36..0d59c7312 100644
--- a/packages/plugin-designer/CHANGELOG.md
+++ b/packages/plugin-designer/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.9.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@0.9.20...@ali/lowcode-plugin-designer@0.9.21) (2020-06-23)
+
+
+### Bug Fixes
+
+* add extraEnv ([9058ac8](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/9058ac8))
+
+
+
+
## [0.9.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@0.9.19...@ali/lowcode-plugin-designer@0.9.20) (2020-06-16)
diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json
index f5b6bf450..3cc9bd057 100644
--- a/packages/plugin-designer/package.json
+++ b/packages/plugin-designer/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-designer",
- "version": "0.9.20",
+ "version": "0.9.21",
"description": "alibaba lowcode editor designer plugin",
"files": [
"es",
@@ -20,8 +20,8 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.20",
- "@ali/lowcode-editor-core": "^0.8.16",
+ "@ali/lowcode-designer": "^0.9.21",
+ "@ali/lowcode-editor-core": "^0.8.17",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
diff --git a/packages/plugin-event-bind-dialog/CHANGELOG.md b/packages/plugin-event-bind-dialog/CHANGELOG.md
index 395845187..053e84109 100644
--- a/packages/plugin-event-bind-dialog/CHANGELOG.md
+++ b/packages/plugin-event-bind-dialog/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-event-bind-dialog@0.8.16...@ali/lowcode-plugin-event-bind-dialog@0.8.17) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-event-bind-dialog
+
## [0.8.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-event-bind-dialog@0.8.15...@ali/lowcode-plugin-event-bind-dialog@0.8.16) (2020-06-15)
diff --git a/packages/plugin-event-bind-dialog/package.json b/packages/plugin-event-bind-dialog/package.json
index 5bd955f74..bc79608ac 100644
--- a/packages/plugin-event-bind-dialog/package.json
+++ b/packages/plugin-event-bind-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-event-bind-dialog",
- "version": "0.8.16",
+ "version": "0.8.17",
"description": "alibaba lowcode editor event bind dialog plugin",
"files": [
"es",
@@ -19,8 +19,8 @@
],
"author": "zude.hzd",
"dependencies": {
- "@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-types": "^0.8.6",
+ "@ali/lowcode-editor-core": "^0.8.17",
+ "@ali/lowcode-types": "^0.8.7",
"@alifd/next": "^1.19.16",
"react": "^16.8.1",
"react-dom": "^16.8.1"
diff --git a/packages/plugin-outline-pane/CHANGELOG.md b/packages/plugin-outline-pane/CHANGELOG.md
index ee74cd541..4e10f16c6 100644
--- a/packages/plugin-outline-pane/CHANGELOG.md
+++ b/packages/plugin-outline-pane/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.27](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@0.8.26...@ali/lowcode-plugin-outline-pane@0.8.27) (2020-06-23)
+
+
+### Features
+
+* 大纲树埋点 ([fa24821](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/fa24821))
+
+
+
+
## [0.8.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@0.8.25...@ali/lowcode-plugin-outline-pane@0.8.26) (2020-06-16)
diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json
index 64cec1af9..ff878f0f4 100644
--- a/packages/plugin-outline-pane/package.json
+++ b/packages/plugin-outline-pane/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-outline-pane",
- "version": "0.8.26",
+ "version": "0.8.27",
"description": "Outline pane for Ali lowCode engine",
"files": [
"es",
@@ -14,10 +14,10 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
- "@ali/lowcode-designer": "^0.9.20",
- "@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-types": "^0.8.6",
- "@ali/lowcode-utils": "^0.8.7",
+ "@ali/lowcode-designer": "^0.9.21",
+ "@ali/lowcode-editor-core": "^0.8.17",
+ "@ali/lowcode-types": "^0.8.7",
+ "@ali/lowcode-utils": "^0.8.8",
"@alifd/next": "^1.19.16",
"classnames": "^2.2.6",
"react": "^16",
diff --git a/packages/plugin-sample-logo/CHANGELOG.md b/packages/plugin-sample-logo/CHANGELOG.md
index 86c7c4ffe..44801a92e 100644
--- a/packages/plugin-sample-logo/CHANGELOG.md
+++ b/packages/plugin-sample-logo/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-logo@0.8.15...@ali/lowcode-plugin-sample-logo@0.8.16) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-sample-logo
+
## [0.8.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-logo@0.8.14...@ali/lowcode-plugin-sample-logo@0.8.15) (2020-06-15)
diff --git a/packages/plugin-sample-logo/package.json b/packages/plugin-sample-logo/package.json
index e1b3e9cd3..8e1250ac5 100644
--- a/packages/plugin-sample-logo/package.json
+++ b/packages/plugin-sample-logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-sample-logo",
- "version": "0.8.15",
+ "version": "0.8.16",
"description": "alibaba lowcode editor logo plugin",
"files": [
"es/",
@@ -20,7 +20,7 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-editor-core": "^0.8.16",
+ "@ali/lowcode-editor-core": "^0.8.17",
"react": "^16.8.1"
},
"devDependencies": {
diff --git a/packages/plugin-sample-preview/CHANGELOG.md b/packages/plugin-sample-preview/CHANGELOG.md
index b4f29a5e7..15c640e58 100644
--- a/packages/plugin-sample-preview/CHANGELOG.md
+++ b/packages/plugin-sample-preview/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@0.8.25...@ali/lowcode-plugin-sample-preview@0.8.26) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-sample-preview
+
## [0.8.25](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@0.8.24...@ali/lowcode-plugin-sample-preview@0.8.25) (2020-06-16)
diff --git a/packages/plugin-sample-preview/package.json b/packages/plugin-sample-preview/package.json
index 7eb98093b..021d004e8 100644
--- a/packages/plugin-sample-preview/package.json
+++ b/packages/plugin-sample-preview/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-sample-preview",
- "version": "0.8.25",
+ "version": "0.8.26",
"description": "alibaba lowcode editor sample preview plugin",
"files": [
"es",
@@ -18,8 +18,8 @@
"editor"
],
"dependencies": {
- "@ali/lowcode-designer": "^0.9.20",
- "@ali/lowcode-editor-core": "^0.8.16",
+ "@ali/lowcode-designer": "^0.9.21",
+ "@ali/lowcode-editor-core": "^0.8.17",
"@alifd/next": "^1.x",
"react": "^16.8.1"
},
diff --git a/packages/plugin-source-editor/CHANGELOG.md b/packages/plugin-source-editor/CHANGELOG.md
index 135a7bf97..f49418f64 100644
--- a/packages/plugin-source-editor/CHANGELOG.md
+++ b/packages/plugin-source-editor/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-source-editor@0.8.13...@ali/lowcode-plugin-source-editor@0.8.14) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-source-editor
+
## [0.8.13](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-source-editor@0.8.12...@ali/lowcode-plugin-source-editor@0.8.13) (2020-06-15)
diff --git a/packages/plugin-source-editor/package.json b/packages/plugin-source-editor/package.json
index 69ca4e671..3e1857d60 100644
--- a/packages/plugin-source-editor/package.json
+++ b/packages/plugin-source-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-source-editor",
- "version": "0.8.13",
+ "version": "0.8.14",
"description": "alibaba lowcode editor source-editor plugin",
"files": [
"es",
@@ -19,7 +19,7 @@
],
"author": "zude.hzd",
"dependencies": {
- "@ali/lowcode-editor-core": "^0.8.16",
+ "@ali/lowcode-editor-core": "^0.8.17",
"@alifd/next": "^1.19.16",
"js-beautify": "^1.10.1",
"prettier": "^1.18.2",
diff --git a/packages/plugin-undo-redo/CHANGELOG.md b/packages/plugin-undo-redo/CHANGELOG.md
index 3de8b34f3..85cb75fc4 100644
--- a/packages/plugin-undo-redo/CHANGELOG.md
+++ b/packages/plugin-undo-redo/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@0.8.25...@ali/lowcode-plugin-undo-redo@0.8.26) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-undo-redo
+
## [0.8.25](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@0.8.24...@ali/lowcode-plugin-undo-redo@0.8.25) (2020-06-16)
diff --git a/packages/plugin-undo-redo/package.json b/packages/plugin-undo-redo/package.json
index 9acd6597a..23ffe8cd2 100644
--- a/packages/plugin-undo-redo/package.json
+++ b/packages/plugin-undo-redo/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-undo-redo",
- "version": "0.8.25",
+ "version": "0.8.26",
"description": "alibaba lowcode editor undo redo plugin",
"files": [
"es",
@@ -19,11 +19,11 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.20",
- "@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-editor-skeleton": "^0.8.26",
- "@ali/lowcode-types": "^0.8.6",
- "@ali/lowcode-utils": "^0.8.7",
+ "@ali/lowcode-designer": "^0.9.21",
+ "@ali/lowcode-editor-core": "^0.8.17",
+ "@ali/lowcode-editor-skeleton": "^0.8.27",
+ "@ali/lowcode-types": "^0.8.7",
+ "@ali/lowcode-utils": "^0.8.8",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
diff --git a/packages/plugin-variable-bind-dialog/CHANGELOG.md b/packages/plugin-variable-bind-dialog/CHANGELOG.md
index a1e8169f3..ec85b8673 100644
--- a/packages/plugin-variable-bind-dialog/CHANGELOG.md
+++ b/packages/plugin-variable-bind-dialog/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-variable-bind-dialog@0.8.14...@ali/lowcode-plugin-variable-bind-dialog@0.8.15) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-variable-bind-dialog
+
## [0.8.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-variable-bind-dialog@0.8.13...@ali/lowcode-plugin-variable-bind-dialog@0.8.14) (2020-06-15)
diff --git a/packages/plugin-variable-bind-dialog/package.json b/packages/plugin-variable-bind-dialog/package.json
index 38334c573..b37e9fa53 100644
--- a/packages/plugin-variable-bind-dialog/package.json
+++ b/packages/plugin-variable-bind-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-variable-bind-dialog",
- "version": "0.8.14",
+ "version": "0.8.15",
"description": "alibaba lowcode editor variable bind dialog plugin",
"files": [
"es",
@@ -19,7 +19,7 @@
],
"author": "zude.hzd",
"dependencies": {
- "@ali/lowcode-editor-core": "^0.8.16",
+ "@ali/lowcode-editor-core": "^0.8.17",
"@alifd/next": "^1.19.16",
"react": "^16.8.1",
"react-dom": "^16.8.1"
diff --git a/packages/plugin-zh-en/CHANGELOG.md b/packages/plugin-zh-en/CHANGELOG.md
index 93eaaeb67..d4ccd0f31 100644
--- a/packages/plugin-zh-en/CHANGELOG.md
+++ b/packages/plugin-zh-en/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.19](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-zh-en@0.8.18...@ali/lowcode-plugin-zh-en@0.8.19) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-zh-en
+
## [0.8.18](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-zh-en@0.8.17...@ali/lowcode-plugin-zh-en@0.8.18) (2020-06-15)
diff --git a/packages/plugin-zh-en/package.json b/packages/plugin-zh-en/package.json
index 1bc9dde9e..6e5daa759 100644
--- a/packages/plugin-zh-en/package.json
+++ b/packages/plugin-zh-en/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-zh-en",
- "version": "0.8.18",
+ "version": "0.8.19",
"description": "alibaba lowcode editor zhong english plugin",
"files": [
"es",
@@ -14,9 +14,9 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
- "@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-types": "^0.8.6",
- "@ali/lowcode-utils": "^0.8.7",
+ "@ali/lowcode-editor-core": "^0.8.17",
+ "@ali/lowcode-types": "^0.8.7",
+ "@ali/lowcode-utils": "^0.8.8",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
diff --git a/packages/rax-provider/CHANGELOG.md b/packages/rax-provider/CHANGELOG.md
index e9fb6ecf5..901ee2dd4 100644
--- a/packages/rax-provider/CHANGELOG.md
+++ b/packages/rax-provider/CHANGELOG.md
@@ -1,4 +1,20 @@
# Change Log
All notable changes to this project will be documented in this file.
-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
\ No newline at end of file
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## 0.8.14 (2020-06-23)
+
+
+### Features
+
+* **rax-provider:** init ([cb0f382](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/cb0f382))
+
+
+
+
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
diff --git a/packages/rax-provider/package.json b/packages/rax-provider/package.json
index 62712f312..00b6245dd 100644
--- a/packages/rax-provider/package.json
+++ b/packages/rax-provider/package.json
@@ -1,6 +1,7 @@
{
"name": "@ali/lowcode-rax-provider",
- "version": "0.8.14-beta.0",
+ "version": "0.8.14",
+ "private": true,
"description": "Rax Provider for Runtime",
"files": [
"es",
@@ -9,16 +10,15 @@
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
- "start": "build-scripts start",
- "build": "build-scripts build"
+ "start": "build-scripts start"
},
"license": "MIT",
"dependencies": {
- "@ali/lowcode-runtime": "^0.8.14-beta.0",
- "rax": "1.1.2",
+ "@ali/lowcode-runtime": "^0.8.16",
"driver-universal": "^3.1.3",
- "rax-use-router": "^3.0.0",
- "history": "^4.10.1"
+ "history": "^4.10.1",
+ "rax": "1.1.2",
+ "rax-use-router": "^3.0.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",
diff --git a/packages/rax-render/CHANGELOG.md b/packages/rax-render/CHANGELOG.md
new file mode 100644
index 000000000..f9c6868fa
--- /dev/null
+++ b/packages/rax-render/CHANGELOG.md
@@ -0,0 +1,17 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## 0.1.1 (2020-06-23)
+
+
+### Bug Fixes
+
+* 修复低代码组件设计器、区块设计器根节点为 Page 的问题,修复 topArea 样式 ([e85b542](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/e85b542))
+
+
+### Features
+
+* init rax-render ([7167767](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/7167767))
diff --git a/packages/rax-render/package.json b/packages/rax-render/package.json
index 986341bd5..d8b96bc76 100644
--- a/packages/rax-render/package.json
+++ b/packages/rax-render/package.json
@@ -1,6 +1,7 @@
{
"name": "@ali/lowcode-engine-rax-renderer",
- "version": "0.1.0",
+ "version": "0.1.1",
+ "private": true,
"description": "Rax renderer for Ali lowCode engine",
"main": "lib/index.js",
"module": "lib/index.js",
@@ -24,12 +25,11 @@
"npm": ">=3.0.0"
},
"peerDependencies": {
- "rax": "^1.1.0",
- "prop-types": "^15.7.2"
+ "prop-types": "^15.7.2",
+ "rax": "^1.1.0"
},
"scripts": {
"start": "build-scripts start",
- "build": "build-scripts build",
"prepublish": "npm run build"
},
"dependencies": {
diff --git a/packages/react-provider/CHANGELOG.md b/packages/react-provider/CHANGELOG.md
index e4d87c4d4..31dc9fdf7 100644
--- a/packages/react-provider/CHANGELOG.md
+++ b/packages/react-provider/CHANGELOG.md
@@ -1,3 +1,19 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+## 0.8.15 (2020-06-23)
+
+
+### Features
+
+* ReactProvider ([0e50a20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/0e50a20))
+
+
+
+
# Change Log
All notable changes to this project will be documented in this file.
diff --git a/packages/react-provider/package.json b/packages/react-provider/package.json
index 29cca8ab3..99ea36628 100644
--- a/packages/react-provider/package.json
+++ b/packages/react-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-react-provider",
- "version": "0.8.14",
+ "version": "0.8.15",
"description": "React Provider for Runtime",
"files": [
"es",
@@ -25,17 +25,17 @@
},
"license": "MIT",
"dependencies": {
- "@ali/lowcode-runtime": "^0.8.13",
+ "@ali/lowcode-runtime": "^0.8.16",
+ "@recore/router": "^1.0.11",
"react": "^16",
- "react-dom": "^16",
- "@recore/router": "^1.0.11"
+ "react-dom": "^16"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",
- "build-plugin-component": "^0.2.16",
"@types/node": "^13.7.1",
"@types/react": "^16",
- "@types/react-dom": "^16"
+ "@types/react-dom": "^16",
+ "build-plugin-component": "^0.2.16"
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
diff --git a/packages/react-renderer/CHANGELOG.md b/packages/react-renderer/CHANGELOG.md
index 5ccb2a58b..c6011f7f1 100644
--- a/packages/react-renderer/CHANGELOG.md
+++ b/packages/react-renderer/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.9](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-renderer@0.8.8...@ali/lowcode-react-renderer@0.8.9) (2020-06-23)
+
+
+### Bug Fixes
+
+* 修复低代码组件设计器、区块设计器根节点为 Page 的问题,修复 topArea 样式 ([e85b542](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/e85b542))
+
+
+
+
## [0.8.8](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-renderer@0.8.7...@ali/lowcode-react-renderer@0.8.8) (2020-05-15)
diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json
index 4092c04c7..9ea7e4f59 100644
--- a/packages/react-renderer/package.json
+++ b/packages/react-renderer/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-react-renderer",
- "version": "0.8.8",
+ "version": "0.8.9",
"description": "react renderer for ali lowcode engine",
"main": "lib/index.js",
"module": "es/index.js",
diff --git a/packages/react-simulator-renderer/CHANGELOG.md b/packages/react-simulator-renderer/CHANGELOG.md
index 6f7ed6dd4..2e9d5b86f 100644
--- a/packages/react-simulator-renderer/CHANGELOG.md
+++ b/packages/react-simulator-renderer/CHANGELOG.md
@@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.27](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@0.8.26...@ali/lowcode-react-simulator-renderer@0.8.27) (2020-06-23)
+
+
+### Bug Fixes
+
+* cloneElement bug ([d5c5614](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/d5c5614))
+* 支持事件 VE_EVENTS.VE_PAGE_PAGE_READY ([935ffad](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/935ffad))
+* 简化 onPageReady 实现逻辑 ([a36e5f2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/a36e5f2))
+
+
+
+
## [0.8.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@0.8.25...@ali/lowcode-react-simulator-renderer@0.8.26) (2020-06-16)
diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json
index 7d03e7032..b3236bbe0 100644
--- a/packages/react-simulator-renderer/package.json
+++ b/packages/react-simulator-renderer/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ali/lowcode-react-simulator-renderer",
- "version": "0.8.26",
+ "version": "0.8.27",
"description": "react simulator renderer for alibaba lowcode designer",
"main": "lib/index.js",
"module": "es/index.js",
@@ -13,10 +13,10 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
- "@ali/lowcode-designer": "^0.9.20",
- "@ali/lowcode-react-renderer": "^0.8.0",
- "@ali/lowcode-types": "^0.8.6",
- "@ali/lowcode-utils": "^0.8.7",
+ "@ali/lowcode-designer": "^0.9.21",
+ "@ali/lowcode-react-renderer": "^0.8.9",
+ "@ali/lowcode-types": "^0.8.7",
+ "@ali/lowcode-utils": "^0.8.8",
"@ali/vu-css-style": "^1.0.2",
"@recore/obx": "^1.0.8",
"@recore/obx-react": "^1.0.7",
diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md
index c7af6e751..c717a1742 100644
--- a/packages/runtime/CHANGELOG.md
+++ b/packages/runtime/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-runtime@0.8.13...@ali/lowcode-runtime@0.8.16) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-runtime
+
## [0.8.13](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-runtime@0.8.10...@ali/lowcode-runtime@0.8.13) (2020-04-27)
diff --git a/packages/runtime/package.json b/packages/runtime/package.json
index 095b2e785..be0bf62d7 100644
--- a/packages/runtime/package.json
+++ b/packages/runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-runtime",
- "version": "0.8.15",
+ "version": "0.8.16",
"description": "Runtime for Ali lowCode engine",
"files": [
"es",
diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md
index 0a854bb2c..7b0b98027 100644
--- a/packages/types/CHANGELOG.md
+++ b/packages/types/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-types@0.8.6...@ali/lowcode-types@0.8.7) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-types
+
## [0.8.6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-types@0.8.5...@ali/lowcode-types@0.8.6) (2020-06-15)
diff --git a/packages/types/package.json b/packages/types/package.json
index 2c83c0d54..f1e05b8f1 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-types",
- "version": "0.8.6",
+ "version": "0.8.7",
"description": "Types for Ali lowCode engine",
"files": [
"es",
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index a62cb4ab8..ddbf54954 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.8.8](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-utils@0.8.7...@ali/lowcode-utils@0.8.8) (2020-06-23)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-utils
+
## [0.8.7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-utils@0.8.6...@ali/lowcode-utils@0.8.7) (2020-06-15)
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 0c2ec1653..041193414 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-utils",
- "version": "0.8.7",
+ "version": "0.8.8",
"description": "Utils for Ali lowCode engine",
"files": [
"es",
@@ -14,7 +14,7 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
- "@ali/lowcode-types": "^0.8.6",
+ "@ali/lowcode-types": "^0.8.7",
"@alifd/next": "^1.19.16",
"react": "^16"
},