Skip to content

Commit

Permalink
chore(versions): 😊 publish v0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Aug 27, 2021
1 parent 4fadb24 commit 72b7b0b
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 29 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.5.14(2021-08-27)

### :rose: Improve code quality

1. [refactor(core): support drag source designerProps](https://github.com/alibaba/designable/commit/82ee47f) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )

### :blush: Other Changes

1. [chore(core): improve node quick selection](https://github.com/alibaba/designable/commit/fc8e6c3) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )

## v0.5.13(2021-08-27)

### :beetle: Bug Fixes
Expand Down Expand Up @@ -285,9 +295,3 @@
### :blush: Other Changes

1. [chore(settings): fix MonacoInput onChangeHandler](https://github.com/alibaba/designable/commit/29c89e7) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )

## v0.4.17(2021-07-28)

### :blush: Other Changes

1. [chore(settings): improve DrawerSetter ui](https://github.com/alibaba/designable/commit/c2387a6) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.14",
"version": "0.5.15",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/core",
"version": "0.5.14",
"version": "0.5.15",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@designable/shared": "0.5.14",
"@designable/shared": "0.5.15",
"@formily/json-schema": "^2.0.0-beta.84",
"@formily/path": "^2.0.0-beta.84",
"@formily/reactive": "^2.0.0-beta.84",
Expand Down
6 changes: 3 additions & 3 deletions packages/formily/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/formily",
"version": "0.5.14",
"version": "0.5.15",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"access": "public"
},
"dependencies": {
"@designable/core": "0.5.14",
"@designable/shared": "0.5.14",
"@designable/core": "0.5.15",
"@designable/shared": "0.5.15",
"@formily/core": "^2.0.0-beta.84",
"@formily/json-schema": "^2.0.0-beta.84"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/formily/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const transformToSchema = (
Object.assign(schema, clone(node.props))
}
schema['_designableId'] = node.id
schema['_sourceName'] = node.sourceName
if (schema.type === 'array') {
if (node.children[0]) {
if (
Expand Down Expand Up @@ -91,6 +92,7 @@ export const transformToTreeNode = (
if (!schema) return
const current = {
id: schema['_designableId'] || uid(),
sourceName: schema['_sourceName'],
componentName: realOptions.designableFieldName,
props: cleanProps(schema.toJSON(false)),
children: [],
Expand Down
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/playground",
"version": "0.5.14",
"version": "0.5.15",
"license": "MIT",
"private": true,
"engines": {
Expand All @@ -25,11 +25,11 @@
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"@designable/core": "0.5.14",
"@designable/react": "0.5.14",
"@designable/react-sandbox": "0.5.14",
"@designable/react-settings-form": "0.5.14",
"@designable/shared": "0.5.14",
"@designable/core": "0.5.15",
"@designable/react": "0.5.15",
"@designable/react-sandbox": "0.5.15",
"@designable/react-settings-form": "0.5.15",
"@designable/shared": "0.5.15",
"@formily/reactive": "^2.0.0-beta.84",
"@formily/reactive-react": "^2.0.0-beta.84",
"antd": "^4.15.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/react-sandbox",
"version": "0.5.14",
"version": "0.5.15",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"react": "16.x || 17.x"
},
"dependencies": {
"@designable/react": "0.5.14",
"@designable/shared": "0.5.14"
"@designable/react": "0.5.15",
"@designable/shared": "0.5.15"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-settings-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/react-settings-form",
"version": "0.5.14",
"version": "0.5.15",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -22,9 +22,9 @@
},
"dependencies": {
"@babel/parser": "^7.14.7",
"@designable/core": "0.5.14",
"@designable/react": "0.5.14",
"@designable/shared": "0.5.14",
"@designable/core": "0.5.15",
"@designable/react": "0.5.15",
"@designable/shared": "0.5.15",
"@formily/antd": "^2.0.0-beta.84",
"@formily/core": "^2.0.0-beta.84",
"@formily/react": "^2.0.0-beta.84",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/react",
"version": "0.5.14",
"version": "0.5.15",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -19,8 +19,8 @@
"react": "16.x || 17.x"
},
"dependencies": {
"@designable/core": "0.5.14",
"@designable/shared": "0.5.14",
"@designable/core": "0.5.15",
"@designable/shared": "0.5.15",
"@formily/reactive": "^2.0.0-beta.84",
"@formily/reactive-react": "^2.0.0-beta.84",
"@juggle/resize-observer": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/shared",
"version": "0.5.14",
"version": "0.5.15",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 72b7b0b

Please sign in to comment.