- @ali/lowcode-code-generator@0.8.1
 - @ali/lowcode-demo@0.8.1
 - @ali/lowcode-designer@0.8.2
 - @ali/lowcode-editor-core@0.8.1
 - @ali/lowcode-editor-skeleton@0.8.1
 - @ali/lowcode-globals@0.8.1
 - @ali/lowcode-material-parser@0.8.1
 - @ali/lowcode-plugin-components-pane@0.8.1
 - @ali/lowcode-plugin-designer@0.8.1
 - @ali/lowcode-plugin-event-bind-dialog@0.8.2
 - @ali/lowcode-plugin-outline-pane@0.8.2
 - @ali/lowcode-plugin-sample-logo@0.8.1
 - @ali/lowcode-plugin-sample-preview@0.8.1
 - @ali/lowcode-plugin-sample-save@0.8.1
 - @ali/lowcode-plugin-settings-pane@0.8.3
 - @ali/lowcode-plugin-undo-redo@0.8.1
 - @ali/lowcode-plugin-zh-en@0.8.1
 - @ali/lowcode-react-renderer@0.8.2
 - @ali/lowcode-react-simulator-renderer@0.8.1
 - @ali/lowcode-runtime@0.8.1
 - @ali/lowcode-setters@0.8.1
This commit is contained in:
kangwei 2020-03-30 19:47:28 +08:00
parent 1732e7db5f
commit de914ecedd
42 changed files with 316 additions and 81 deletions

View File

@ -0,0 +1,14 @@
# 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.1 (2020-03-30)
### Features
* code generator main process ([021d6e0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/021d6e0fe9fb29a8b6c1c5d5f4d06ec71896faa5))
* demo schema & complex children type ([a5ee6bd](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/a5ee6bd55806fc9aea695096ccd4c7f50b8e31c4))
* fix gaps ([32af3d3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/32af3d3a3ca4d5aca15be25e05c840c8ea0cb6ae))
* project builder fix & publish demo to disk ([26983b3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/26983b38c2b0f1d39d79964eb54d8ce60250dd82))

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-code-generator",
"version": "0.8.0",
"version": "0.8.1",
"description": "出码引擎 for LowCode Engine",
"main": "lib/index.js",
"files": [

View File

@ -0,0 +1,12 @@
# 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.1 (2020-03-30)
### Features
* complet preview ([56c16ff](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/56c16ffa5c39c2d01abd9cfa90fea49a4539da1d))
* double outline & ZH_EN support ([b379bd7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b379bd7c0c488ef24f825760750a13d3fa083c96))

View File

@ -1,30 +1,30 @@
{
"name": "@ali/lowcode-demo",
"private": true,
"version": "0.8.0",
"version": "0.8.1",
"description": "低代码引擎 DEMO",
"scripts": {
"start": "build-scripts start",
"cloud-build": "build-scripts build --config cloud-build.json"
},
"dependencies": {
"@ali/lowcode-editor-core": "^0.8",
"@ali/lowcode-editor-skeleton": "^0.8.0",
"@ali/lowcode-plugin-designer": "^0.8.0",
"@ali/lowcode-setters": "^0.8.0",
"@ali/lowcode-plugin-components-pane": "^0.8.0",
"@ali/lowcode-plugin-settings-pane": "^0.8.0",
"@ali/lowcode-plugin-outline-pane": "^0.8.0",
"@ali/lowcode-plugin-undo-redo": "^0.8.0",
"@ali/lowcode-plugin-zh-en": "^0.8.0",
"@ali/lowcode-plugin-sample-logo": "^0.8.0",
"@ali/lowcode-plugin-sample-preview": "^0.8.0",
"@ali/lowcode-plugin-event-bind-dialog": "^0.8.0",
"@ali/lowcode-editor-core": "^0.8.1",
"@ali/lowcode-editor-skeleton": "^0.8.1",
"@ali/lowcode-plugin-components-pane": "^0.8.1",
"@ali/lowcode-plugin-designer": "^0.8.1",
"@ali/lowcode-plugin-event-bind-dialog": "^0.8.2",
"@ali/lowcode-plugin-outline-pane": "^0.8.2",
"@ali/lowcode-plugin-sample-logo": "^0.8.1",
"@ali/lowcode-plugin-sample-preview": "^0.8.1",
"@ali/lowcode-plugin-settings-pane": "^0.8.3",
"@ali/lowcode-plugin-undo-redo": "^0.8.1",
"@ali/lowcode-plugin-zh-en": "^0.8.1",
"@ali/lowcode-react-renderer": "^0.8.2",
"@ali/lowcode-runtime": "^0.0.3",
"@ali/lowcode-react-renderer": "^0.8.0",
"@ali/lowcode-setters": "^0.8.1",
"@alifd/next": "^1.19.21",
"@alife/theme-lowcode-dark": "^0.1.0",
"@alife/theme-lowcode-light": "^0.1.0",
"@alifd/next": "^1.19.21",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},

View File

@ -0,0 +1,13 @@
# 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.2 (2020-03-30)
### Features
* 🎸 merge material-parser ([b40c286](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b40c2869a0bc901d855279735fe86b84dabaa04d))
* history log ([fbb3577](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/fbb3577bd434c0ac77cc907abc36e3efe110fe8c))
* import react-docgen to parse propTypes ([6e66168](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/6e661686e4693e69279c496f3be1dd173703c55e))

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-designer",
"version": "0.8.1",
"version": "0.8.2",
"description": "Designer for Ali LowCode Engine",
"main": "lib/index.js",
"module": "es/index.js",
@ -15,18 +15,18 @@
},
"license": "MIT",
"dependencies": {
"@ali/lowcode-globals": "^0.8.1",
"classnames": "^2.2.6",
"react": "^16",
"react-dom": "^16.7.0",
"@ali/lowcode-globals": "^0.8"
"react-dom": "^16.7.0"
},
"devDependencies": {
"@types/medium-editor": "^5.0.3",
"@alib/build-scripts": "^0.1.18",
"@types/classnames": "^2.2.7",
"@types/medium-editor": "^5.0.3",
"@types/node": "^13.7.1",
"@types/react": "^16",
"@types/react-dom": "^16",
"@alib/build-scripts": "^0.1.18",
"build-plugin-component": "^0.2.10"
},
"ava": {

View File

@ -0,0 +1,8 @@
# 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.1 (2020-03-30)
**Note:** Version bump only for package @ali/lowcode-editor-core

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-editor-core",
"version": "0.8.0",
"version": "0.8.1",
"description": "alibaba lowcode editor core",
"main": "lib/index.js",
"module": "es/index.js",
@ -20,15 +20,15 @@
],
"author": "xiayang.xy",
"dependencies": {
"@alifd/next": "1.x",
"debug": "^4.1.1",
"events": "^3.1.0",
"intl-messageformat": "^8.3.1",
"lodash": "^4.17.15",
"prop-types": "^15.5.8",
"store": "^2.0.12",
"whatwg-fetch": "^3.0.0",
"react": "^16.8.0",
"@alifd/next": "1.x"
"store": "^2.0.12",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",

View File

@ -0,0 +1,11 @@
# 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.1 (2020-03-30)
### Features
* 🎸 merge material-parser ([b40c286](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b40c2869a0bc901d855279735fe86b84dabaa04d))

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-editor-skeleton",
"version": "0.8.0",
"version": "0.8.1",
"description": "alibaba lowcode editor skeleton",
"main": "lib/index.js",
"module": "es/index.js",
@ -20,7 +20,7 @@
],
"author": "xiayang.xy",
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.0",
"@ali/lowcode-editor-core": "^0.8.1",
"@alifd/next": "^1.x",
"prop-types": "^15.5.8",
"react": "^16.8.1",

View File

@ -0,0 +1,11 @@
# 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.1 (2020-03-30)
### Features
* double outline & ZH_EN support ([b379bd7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b379bd7c0c488ef24f825760750a13d3fa083c96))

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-globals",
"version": "0.8.0",
"version": "0.8.1",
"description": "Globals api for Ali lowCode engine",
"license": "MIT",
"main": "lib/index.js",

View File

@ -0,0 +1,32 @@
# 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.1 (2020-03-30)
### Bug Fixes
* 🐛 fix bug of transforming type ([ebbe58d](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/ebbe58df70f047f4b5fe367ac4b4a08de8a65e5d))
* 🐛 fix bug of validate schema ([3f97523](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/3f975232c7cd551bc9c74962095dcc9b127af489))
### Code Refactoring
* 💡 refactor with react-docgen ([64c9daa](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/64c9daa1f451fdfeab2777e4beefc5d5e1890ba1))
### Features
* complete component protocol json schema & validate method ([3df360d](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/3df360de85d425b2926ea50ff26a8df27ec36a78))
* immigrate aimake materialin ([44ac85f](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/44ac85f8a6a35bcd50f2e2b74a022e3cebe3cdef))
* import react-docgen to parse propTypes ([6e66168](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/6e661686e4693e69279c496f3be1dd173703c55e))
* remove -p tslint.json for test ([6d013e1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/6d013e18f93bad5647cb9ea0a497336f64e1459a))
* remove useless codes & modify generator ([dcd1b33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/dcd1b33d3bf8bdf5577dcc980608d9eac8d99372))
* support multiple exported components ([db1b6de](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/db1b6deaca256b0d107fe607de6cd0fc90517a9c))
### BREAKING CHANGES
* 🧨 use react-docgen to replace parser

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-material-parser",
"version": "0.8.0",
"version": "0.8.1",
"description": "material parser for Ali lowCode engine",
"main": "lib/index.js",
"files": [

View File

@ -0,0 +1,8 @@
# 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.1 (2020-03-30)
**Note:** Version bump only for package @ali/lowcode-plugin-components-pane

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-components-pane",
"version": "0.8.0",
"version": "0.8.1",
"description": "alibaba lowcode editor component-list plugin",
"files": [
"es/",
@ -20,12 +20,12 @@
],
"author": "xiayang.xy",
"dependencies": {
"react": "^16.8.1",
"@ali/iceluna-sdk": "^1.0.6-beta.6",
"@alifd/next": "^1.19.19",
"@ali/lowcode-editor-core": "0.8.0",
"@ali/iceluna-addon-component-list": "^1.0.11",
"@ali/iceluna-comp-material-show": "^1.0.10",
"@ali/iceluna-addon-component-list": "^1.0.11"
"@ali/iceluna-sdk": "^1.0.6-beta.6",
"@ali/lowcode-editor-core": "^0.8.1",
"@alifd/next": "^1.19.19",
"react": "^16.8.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",

View File

@ -0,0 +1,8 @@
# 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.1 (2020-03-30)
**Note:** Version bump only for package @ali/lowcode-plugin-designer

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-designer",
"version": "0.8.0",
"version": "0.8.1",
"description": "alibaba lowcode editor designer plugin",
"files": [
"es",
@ -20,15 +20,15 @@
],
"author": "xiayang.xy",
"dependencies": {
"@ali/lowcode-designer": "^0.8.2",
"@ali/lowcode-editor-core": "^0.8.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"@ali/lowcode-designer": "0.8",
"@ali/lowcode-editor-core": "0.8"
"react-dom": "^16.8.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"@alib/build-scripts": "^0.1.3",
"build-plugin-component": "^0.2.7-1"
},
"publishConfig": {

View File

@ -0,0 +1,8 @@
# 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.2 (2020-03-30)
**Note:** Version bump only for package @ali/lowcode-plugin-event-bind-dialog

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-event-bind-dialog",
"version": "0.8.1",
"version": "0.8.2",
"description": "alibaba lowcode editor event bind dialog plugin",
"files": [
"es",
@ -19,8 +19,8 @@
],
"author": "zude.hzd",
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.1",
"@alifd/next": "^1.19.16",
"@ali/lowcode-editor-core": "^0.8.0",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},

View File

@ -0,0 +1,11 @@
# 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.2 (2020-03-30)
### Features
* double outline & ZH_EN support ([b379bd7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b379bd7c0c488ef24f825760750a13d3fa083c96))

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-outline-pane",
"version": "0.8.1",
"version": "0.8.2",
"description": "Outline pane for Ali lowCode engine",
"files": [
"es",
@ -14,12 +14,12 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
"@ali/lowcode-designer": "^0.8.2",
"@ali/lowcode-globals": "^0.8.1",
"@alifd/next": "^1.19.16",
"classnames": "^2.2.6",
"react": "^16",
"react-dom": "^16.7.0",
"@ali/lowcode-designer": "^0.8.0",
"@ali/lowcode-globals": "^0.8.0"
"react-dom": "^16.7.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",

View File

@ -0,0 +1,8 @@
# 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.1 (2020-03-30)
**Note:** Version bump only for package @ali/lowcode-plugin-sample-logo

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-sample-logo",
"version": "0.8.0",
"version": "0.8.1",
"description": "alibaba lowcode editor logo plugin",
"files": [
"es/",
@ -20,7 +20,7 @@
],
"author": "xiayang.xy",
"dependencies": {
"@ali/lowcode-editor-core": "^0.8",
"@ali/lowcode-editor-core": "^0.8.1",
"react": "^16.8.1"
},
"devDependencies": {

View File

@ -0,0 +1,8 @@
# 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.1 (2020-03-30)
**Note:** Version bump only for package @ali/lowcode-plugin-sample-preview

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-sample-preview",
"version": "0.8.0",
"version": "0.8.1",
"description": "alibaba lowcode editor sample preview plugin",
"files": [
"es",
@ -18,10 +18,10 @@
"editor"
],
"dependencies": {
"@ali/lowcode-designer": "^0.8.2",
"@ali/lowcode-editor-core": "^0.8.1",
"@alifd/next": "^1.x",
"react": "^16.8.1",
"@ali/lowcode-editor-core": "^0.8.0",
"@ali/lowcode-designer": "^0.8.0"
"react": "^16.8.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",

View File

@ -0,0 +1,8 @@
# 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.1 (2020-03-30)
**Note:** Version bump only for package @ali/lowcode-plugin-sample-save

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-sample-save",
"version": "0.8.0",
"version": "0.8.1",
"description": "alibaba lowcode editor sample save plugin",
"files": [
"es",
@ -19,9 +19,9 @@
],
"author": "xiayang.xy",
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.1",
"@alifd/next": "^1.x",
"react": "^16.8.1",
"@ali/lowcode-editor-core": "^0.8.0"
"react": "^16.8.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",

View File

@ -0,0 +1,13 @@
# 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.3 (2020-03-30)
### Features
* add color-setter ([a149921](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/a14992174b65b1241e7bb82561c7efdfd6589606))
* double outline & ZH_EN support ([b379bd7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b379bd7c0c488ef24f825760750a13d3fa083c96))
* 增加color-setter,json-setter ([93e76ce](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/93e76ce3606603ee926ad83b21b29ffe28dc0682))

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-settings-pane",
"version": "0.8.2",
"version": "0.8.3",
"description": "Settings pane for Ali lowCode engine",
"files": [
"es",
@ -14,10 +14,10 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.0",
"@ali/lowcode-designer": "^0.8.0",
"@ali/lowcode-globals": "^0.8.0",
"@ali/lowcode-plugin-outline-pane": "^0.8.0",
"@ali/lowcode-designer": "^0.8.2",
"@ali/lowcode-editor-core": "^0.8.1",
"@ali/lowcode-globals": "^0.8.1",
"@ali/lowcode-plugin-outline-pane": "^0.8.2",
"@alifd/next": "^1.19.16",
"classnames": "^2.2.6",
"react": "^16"

View File

@ -0,0 +1,8 @@
# 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.1 (2020-03-30)
**Note:** Version bump only for package @ali/lowcode-plugin-undo-redo

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-undo-redo",
"version": "0.8.0",
"version": "0.8.1",
"description": "alibaba lowcode editor undo redo plugin",
"files": [
"es",
@ -19,8 +19,8 @@
],
"author": "xiayang.xy",
"dependencies": {
"@ali/lowcode-editor-skeleton": "^0.8.0",
"@ali/lowcode-editor-core": "^0.8.0",
"@ali/lowcode-editor-core": "^0.8.1",
"@ali/lowcode-editor-skeleton": "^0.8.1",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},

View File

@ -0,0 +1,11 @@
# 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.1 (2020-03-30)
### Features
* double outline & ZH_EN support ([b379bd7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b379bd7c0c488ef24f825760750a13d3fa083c96))

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-zh-en",
"version": "0.8.0",
"version": "0.8.1",
"description": "alibaba lowcode editor zhong english plugin",
"files": [
"es",
@ -14,8 +14,8 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
"@ali/lowcode-globals": "^0.8.0",
"@ali/lowcode-editor-core": "^0.8.0",
"@ali/lowcode-editor-core": "^0.8.1",
"@ali/lowcode-globals": "^0.8.1",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},

View File

@ -0,0 +1,8 @@
# 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.2 (2020-03-30)
**Note:** Version bump only for package @ali/lowcode-react-renderer

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-react-renderer",
"version": "0.8.1",
"version": "0.8.2",
"description": "react renderer for ali lowcode engine",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -0,0 +1,8 @@
# 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.1 (2020-03-30)
**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@ali/lowcode-react-simulator-renderer",
"version": "0.8.0",
"version": "0.8.1",
"description": "react simulator renderer for alibaba lowcode designer",
"main": "lib/index.js",
"module": "es/index.js",
@ -13,9 +13,9 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
"@ali/lowcode-globals": "^0.8",
"@ali/lowcode-designer": "^0.8",
"@ali/lowcode-react-renderer": "^0.8.0",
"@ali/lowcode-designer": "^0.8.2",
"@ali/lowcode-globals": "^0.8.1",
"@ali/lowcode-react-renderer": "^0.8.2",
"@recore/obx": "^1.0.8",
"@recore/obx-react": "^1.0.7",
"classnames": "^2.2.6",
@ -23,12 +23,12 @@
"react-dom": "^16.7.0"
},
"devDependencies": {
"@types/react-dom": "^16",
"@alib/build-scripts": "^0.1.18",
"build-plugin-component": "^0.2.11",
"@types/classnames": "^2.2.7",
"@types/node": "^13.7.1",
"@types/react": "^16"
"@types/react": "^16",
"@types/react-dom": "^16",
"build-plugin-component": "^0.2.11"
},
"ava": {
"compileEnhancements": false,

View File

@ -0,0 +1,16 @@
# 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.1 (2020-03-30)
### Bug Fixes
* remove abstract identifer ([2e45266](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/2e4526667d563dccb85b9e3c60d862500f308915))
### Features
* complet preview ([56c16ff](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/56c16ffa5c39c2d01abd9cfa90fea49a4539da1d))

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-runtime",
"version": "0.8.0",
"version": "0.8.1",
"description": "Runtime for Ali lowCode engine",
"files": [
"es",
@ -28,11 +28,11 @@
"@ali/recore": "^1.6.9"
},
"devDependencies": {
"@types/react-dom": "^16",
"@alib/build-scripts": "^0.1.18",
"build-plugin-component": "^0.2.11",
"@types/node": "^13.7.1",
"@types/react": "^16"
"@types/react": "^16",
"@types/react-dom": "^16",
"build-plugin-component": "^0.2.11"
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"

View File

@ -0,0 +1,11 @@
# 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.1 (2020-03-30)
### Bug Fixes
* ts type ([1732e7d](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/1732e7db5fccb6e185cfa12e197ae698932fe127))

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-setters",
"version": "0.8.0",
"version": "0.8.1",
"description": "Builtin setters for Ali lowCode engine",
"files": [
"es",
@ -14,7 +14,6 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
"@ali/lowcode-globals": "^0.8",
"@ali/iceluna-comp-expression": "^1.0.6",
"@ali/iceluna-comp-form": "^1.0.20",
"@ali/iceluna-comp-list": "^1.0.26",
@ -23,6 +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-globals": "^0.8.1",
"@alifd/next": "^1.19.16",
"acorn": "^6.4.1",
"classnames": "^2.2.6",
@ -34,11 +34,11 @@
"react-monaco-editor": "^0.34.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",
"@types/classnames": "^2.2.7",
"@types/node": "^13.7.1",
"@types/react": "^16",
"@types/react-dom": "^16",
"@alib/build-scripts": "^0.1.18",
"build-plugin-component": "^0.2.10",
"build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0"