From 99cbdd5f561acb33bcfddf3d8aed3a6b51db3bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=9B=E7=9A=93?= Date: Fri, 15 Jan 2021 12:24:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BB=B6=E8=BF=9F=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E5=86=85=E7=BD=AE=20setter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/designer/CHANGELOG.md | 8 ++++++++ packages/designer/package.json | 8 ++++---- packages/editor-core/CHANGELOG.md | 8 ++++++++ packages/editor-core/package.json | 6 +++--- packages/editor-preset-general/CHANGELOG.md | 8 ++++++++ packages/editor-preset-general/package.json | 14 +++++++------- packages/editor-preset-vision/CHANGELOG.md | 8 ++++++++ packages/editor-preset-vision/package.json | 14 +++++++------- packages/editor-preset-vision/src/index.ts | 5 +++-- packages/editor-skeleton/CHANGELOG.md | 8 ++++++++ packages/editor-skeleton/package.json | 10 +++++----- packages/engine/CHANGELOG.md | 11 +++++++++++ packages/engine/package.json | 14 +++++++------- packages/ignitor/CHANGELOG.md | 8 ++++++++ packages/ignitor/package.json | 2 +- packages/plugin-designer/CHANGELOG.md | 8 ++++++++ packages/plugin-designer/package.json | 6 +++--- packages/plugin-outline-pane/CHANGELOG.md | 8 ++++++++ packages/plugin-outline-pane/package.json | 10 +++++----- packages/rax-renderer/CHANGELOG.md | 12 ++++++++++-- packages/rax-renderer/package.json | 4 ++-- packages/rax-simulator-renderer/CHANGELOG.md | 8 ++++++++ packages/rax-simulator-renderer/package.json | 12 ++++++------ packages/react-renderer/CHANGELOG.md | 8 ++++++++ packages/react-renderer/package.json | 2 +- packages/react-simulator-renderer/CHANGELOG.md | 8 ++++++++ packages/react-simulator-renderer/package.json | 10 +++++----- packages/types/CHANGELOG.md | 8 ++++++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 8 ++++++++ packages/utils/package.json | 4 ++-- packages/vision-polyfill/CHANGELOG.md | 11 +++++++++++ packages/vision-polyfill/package.json | 10 +++++----- 35 files changed, 220 insertions(+), 69 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 888d80db3..e8e0427f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + +### Bug Fixes + +* 修复 vc-live-editing 功能 ([8c019a3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/8c019a3)) + + +### Features + +* setters 下增加 getSettersMap 方法 ([7e020a1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/7e020a1)) + + + + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/lerna.json b/lerna.json index 18e3232cf..244017b4b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "1.0.30", + "version": "1.0.31-beta.0", "npmClient": "tyarn", "registry": "http://registry.npm.alibaba-inc.com", "useWorkspaces": true, diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index b2040d91f..120463a1d 100644 --- a/packages/designer/CHANGELOG.md +++ b/packages/designer/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-designer + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/designer/package.json b/packages/designer/package.json index 7c8b0e838..83bb2e7f6 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-designer", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -14,9 +14,9 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.30", - "@ali/lowcode-types": "^1.0.30", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-editor-core": "^1.0.31-beta.0", + "@ali/lowcode-types": "^1.0.31-beta.0", + "@ali/lowcode-utils": "^1.0.31-beta.0", "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", diff --git a/packages/editor-core/CHANGELOG.md b/packages/editor-core/CHANGELOG.md index d87aad333..6c9942bca 100644 --- a/packages/editor-core/CHANGELOG.md +++ b/packages/editor-core/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-core + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 4e3335ef9..e49dfa185 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-core", - "version": "1.0.30", + "version": "1.0.31-beta.0", "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": "^1.0.30", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-types": "^1.0.31-beta.0", + "@ali/lowcode-utils": "^1.0.31-beta.0", "@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 a008ca4d7..967ec85d9 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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-general + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json index 47a3b89a0..f4660eb6e 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": "1.0.30", + "version": "1.0.31-beta.0", "description": "Ali General Editor Preset", "main": "lib/index.js", "files": [ @@ -14,12 +14,12 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.30", - "@ali/lowcode-editor-skeleton": "^1.0.30", - "@ali/lowcode-plugin-designer": "^1.0.30", - "@ali/lowcode-plugin-outline-pane": "^1.0.30", - "@ali/lowcode-types": "^1.0.30", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-editor-core": "^1.0.31-beta.0", + "@ali/lowcode-editor-skeleton": "^1.0.31-beta.0", + "@ali/lowcode-plugin-designer": "^1.0.31-beta.0", + "@ali/lowcode-plugin-outline-pane": "^1.0.31-beta.0", + "@ali/lowcode-types": "^1.0.31-beta.0", + "@ali/lowcode-utils": "^1.0.31-beta.0", "@alifd/next": "^1.19.12", "@alife/theme-lowcode-dark": "^0.1.0", "@alife/theme-lowcode-light": "^0.1.0", diff --git a/packages/editor-preset-vision/CHANGELOG.md b/packages/editor-preset-vision/CHANGELOG.md index 50cb13002..6d0811817 100644 --- a/packages/editor-preset-vision/CHANGELOG.md +++ b/packages/editor-preset-vision/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-vision + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json index d507eed2c..6f10262ca 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": "1.0.30", + "version": "1.0.31-beta.0", "description": "Preset Vision for AliLowCode engine", "main": "lib/index.js", "private": true, @@ -18,13 +18,13 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.30", - "@ali/lowcode-editor-core": "^1.0.30", + "@ali/lowcode-designer": "^1.0.31-beta.0", + "@ali/lowcode-editor-core": "^1.0.31-beta.0", "@ali/lowcode-editor-setters": "^1.0.22", - "@ali/lowcode-editor-skeleton": "^1.0.30", - "@ali/lowcode-plugin-designer": "^1.0.30", - "@ali/lowcode-plugin-outline-pane": "^1.0.30", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-editor-skeleton": "^1.0.31-beta.0", + "@ali/lowcode-plugin-designer": "^1.0.31-beta.0", + "@ali/lowcode-plugin-outline-pane": "^1.0.31-beta.0", + "@ali/lowcode-utils": "^1.0.31-beta.0", "@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-preset-vision/src/index.ts b/packages/editor-preset-vision/src/index.ts index d6ab01fce..21116716e 100644 --- a/packages/editor-preset-vision/src/index.ts +++ b/packages/editor-preset-vision/src/index.ts @@ -33,12 +33,13 @@ import DragEngine from './drag-engine'; import Viewport from './viewport'; import Project from './project'; import Symbols from './symbols'; -import builtinSetters from '@ali/lowcode-editor-setters'; -registerSetter(builtinSetters); import './vision.less'; async function init(container?: Element) { + // 因为这里的 setter 可能已经用到了 VisualEngine 的 API,所以延迟到此加载,而不是一开始就加载 + const builtinSetters = require('@ali/lowcode-editor-setters').default; + registerSetter(builtinSetters as any); if (!container) { container = document.createElement('div'); document.body.appendChild(container); diff --git a/packages/editor-skeleton/CHANGELOG.md b/packages/editor-skeleton/CHANGELOG.md index 2a8a959f4..2bb06c619 100644 --- a/packages/editor-skeleton/CHANGELOG.md +++ b/packages/editor-skeleton/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-skeleton + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index c56fd3bd4..00467edda 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-skeleton", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -19,10 +19,10 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^1.0.30", - "@ali/lowcode-editor-core": "^1.0.30", - "@ali/lowcode-types": "^1.0.30", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-designer": "^1.0.31-beta.0", + "@ali/lowcode-editor-core": "^1.0.31-beta.0", + "@ali/lowcode-types": "^1.0.31-beta.0", + "@ali/lowcode-utils": "^1.0.31-beta.0", "@ali/ve-icons": "latest", "@ali/ve-less-variables": "^2.0.0", "@alifd/next": "^1.20.12", diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index 10573c373..b0bcaec52 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + +### Features + +* setters 下增加 getSettersMap 方法 ([7e020a1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/7e020a1)) + + + + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/engine/package.json b/packages/engine/package.json index 8d64deb0b..46aea2376 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-engine", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "Universal API for AliLowCode engine", "main": "lib/engine.js", "module": "es/engine.js", @@ -18,12 +18,12 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.30", - "@ali/lowcode-editor-core": "^1.0.30", - "@ali/lowcode-editor-skeleton": "^1.0.30", - "@ali/lowcode-plugin-designer": "^1.0.30", - "@ali/lowcode-plugin-outline-pane": "^1.0.30", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-designer": "^1.0.31-beta.0", + "@ali/lowcode-editor-core": "^1.0.31-beta.0", + "@ali/lowcode-editor-skeleton": "^1.0.31-beta.0", + "@ali/lowcode-plugin-designer": "^1.0.31-beta.0", + "@ali/lowcode-plugin-outline-pane": "^1.0.31-beta.0", + "@ali/lowcode-utils": "^1.0.31-beta.0", "@ali/ve-i18n-util": "^2.0.0", "@ali/ve-icons": "^4.1.9", "@ali/ve-less-variables": "2.0.3", diff --git a/packages/ignitor/CHANGELOG.md b/packages/ignitor/CHANGELOG.md index 1551a54d7..a81420509 100644 --- a/packages/ignitor/CHANGELOG.md +++ b/packages/ignitor/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-ignitor + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index 942392348..5dedac9e4 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-ignitor", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "点火器,bootstrap lce project", "main": "lib/index.js", "private": true, diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md index 2d56cb345..cf35d65b6 100644 --- a/packages/plugin-designer/CHANGELOG.md +++ b/packages/plugin-designer/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-designer + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 7a714dca5..559aca8c1 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-designer", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -20,8 +20,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^1.0.30", - "@ali/lowcode-editor-core": "^1.0.30", + "@ali/lowcode-designer": "^1.0.31-beta.0", + "@ali/lowcode-editor-core": "^1.0.31-beta.0", "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 15bc9d636..480393cdd 100644 --- a/packages/plugin-outline-pane/CHANGELOG.md +++ b/packages/plugin-outline-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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index aa411d5ba..c059c3782 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": "1.0.30", + "version": "1.0.31-beta.0", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -14,10 +14,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^1.0.30", - "@ali/lowcode-editor-core": "^1.0.30", - "@ali/lowcode-types": "^1.0.30", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-designer": "^1.0.31-beta.0", + "@ali/lowcode-editor-core": "^1.0.31-beta.0", + "@ali/lowcode-types": "^1.0.31-beta.0", + "@ali/lowcode-utils": "^1.0.31-beta.0", "@alifd/next": "^1.19.16", "classnames": "^2.2.6", "react": "^16", diff --git a/packages/rax-renderer/CHANGELOG.md b/packages/rax-renderer/CHANGELOG.md index 36003d21a..cde5b8bb2 100644 --- a/packages/rax-renderer/CHANGELOG.md +++ b/packages/rax-renderer/CHANGELOG.md @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-renderer + + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) @@ -11,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @ali/lowcode-rax-renderer - + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/rax-renderer/package.json b/packages/rax-renderer/package.json index aa8a0015a..7af357462 100644 --- a/packages/rax-renderer/package.json +++ b/packages/rax-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-renderer", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "Rax renderer for Ali lowCode engine", "main": "lib/index.js", "module": "lib/index.js", @@ -36,7 +36,7 @@ "@ali/bzb-request": "2.6.1", "@ali/lib-mtop": "^2.5.1", "@ali/lowcode-datasource-engine": "^1.0.22", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-utils": "^1.0.31-beta.0", "@ali/ui-table": "^1.0.1-beta.6", "classnames": "^2.2.6", "debug": "^4.1.1", diff --git a/packages/rax-simulator-renderer/CHANGELOG.md b/packages/rax-simulator-renderer/CHANGELOG.md index 58fc3af83..f3ac66ac6 100644 --- a/packages/rax-simulator-renderer/CHANGELOG.md +++ b/packages/rax-simulator-renderer/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-simulator-renderer + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index b55426f90..150c7e996 100644 --- a/packages/rax-simulator-renderer/package.json +++ b/packages/rax-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-simulator-renderer", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "rax 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": "^1.0.30", - "@ali/lowcode-rax-renderer": "^1.0.30", - "@ali/lowcode-types": "^1.0.30", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-designer": "^1.0.31-beta.0", + "@ali/lowcode-rax-renderer": "^1.0.31-beta.0", + "@ali/lowcode-types": "^1.0.31-beta.0", + "@ali/lowcode-utils": "^1.0.31-beta.0", "@ali/recore-rax": "^1.2.4", "@ali/vu-css-style": "^1.0.2", "@recore/obx": "^1.0.8", @@ -57,5 +57,5 @@ "publishConfig": { "registry": "https://registry.npm.alibaba-inc.com" }, - "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.30-beta.16/build/index.html" + "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.30/build/index.html" } diff --git a/packages/react-renderer/CHANGELOG.md b/packages/react-renderer/CHANGELOG.md index baa18532d..0310d30d1 100644 --- a/packages/react-renderer/CHANGELOG.md +++ b/packages/react-renderer/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-react-renderer + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 8eaa09858..b992cfb42 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-renderer", - "version": "1.0.30", + "version": "1.0.31-beta.0", "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 a90277104..9eb024a98 100644 --- a/packages/react-simulator-renderer/CHANGELOG.md +++ b/packages/react-simulator-renderer/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index f65df3a81..eb7ef0642 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-simulator-renderer", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -16,10 +16,10 @@ "build": "build-scripts build --skip-demo" }, "dependencies": { - "@ali/lowcode-designer": "^1.0.30", - "@ali/lowcode-react-renderer": "^1.0.30", - "@ali/lowcode-types": "^1.0.30", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-designer": "^1.0.31-beta.0", + "@ali/lowcode-react-renderer": "^1.0.31-beta.0", + "@ali/lowcode-types": "^1.0.31-beta.0", + "@ali/lowcode-utils": "^1.0.31-beta.0", "@ali/vu-css-style": "^1.0.2", "@recore/obx": "^1.0.8", "@recore/obx-react": "^1.0.7", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index e48111279..001b527f8 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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-types + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/types/package.json b/packages/types/package.json index 02a1b35e5..773a35fe1 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-types", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "Types for Ali lowCode engine", "files": [ "es", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 4c0c3ede8..f2b33a978 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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + + + +**Note:** Version bump only for package @ali/lowcode-utils + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/utils/package.json b/packages/utils/package.json index 11fe23fdf..7cd7887bb 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-utils", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "Utils for Ali lowCode engine", "files": [ "es", @@ -14,7 +14,7 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-types": "^1.0.30", + "@ali/lowcode-types": "^1.0.31-beta.0", "@alifd/next": "^1.19.16", "lodash.get": "^4.4.2", "react": "^16" diff --git a/packages/vision-polyfill/CHANGELOG.md b/packages/vision-polyfill/CHANGELOG.md index f70646ce6..0602a5791 100644 --- a/packages/vision-polyfill/CHANGELOG.md +++ b/packages/vision-polyfill/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. + +## [1.0.31-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30...v1.0.31-beta.0) (2021-01-15) + + +### Bug Fixes + +* 修复 vc-live-editing 功能 ([8c019a3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/8c019a3)) + + + + ## [1.0.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) diff --git a/packages/vision-polyfill/package.json b/packages/vision-polyfill/package.json index a77694231..3c678d925 100644 --- a/packages/vision-polyfill/package.json +++ b/packages/vision-polyfill/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-vision-polyfill", - "version": "1.0.30", + "version": "1.0.31-beta.0", "description": "Vision Polyfill for Ali lowCode engine", "main": "lib/index.js", "files": [ @@ -17,10 +17,10 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.30", - "@ali/lowcode-editor-core": "^1.0.30", - "@ali/lowcode-editor-skeleton": "^1.0.30", - "@ali/lowcode-utils": "^1.0.30", + "@ali/lowcode-designer": "^1.0.31-beta.0", + "@ali/lowcode-editor-core": "^1.0.31-beta.0", + "@ali/lowcode-editor-skeleton": "^1.0.31-beta.0", + "@ali/lowcode-utils": "^1.0.31-beta.0", "@ali/ve-i18n-util": "^2.0.0", "@ali/ve-icons": "^4.1.9", "@ali/ve-less-variables": "2.0.3",