Skip to content

Commit

Permalink
chore(versions): 😊 publish v2.0.0-beta.67
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jun 18, 2021
1 parent c8aff09 commit 63b9fdd
Show file tree
Hide file tree
Showing 19 changed files with 76 additions and 90 deletions.
50 changes: 18 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v2.0.0-beta.66(2021-06-17)

### :tada: Enhancements

1. [feat(designable-antd): add DesignableArrayCards](https://github.com/alibaba/formily/commit/8a7a788d) :point_right: ( [janrywang](https://github.com/janrywang) )

### :beetle: Bug Fixes

1. [fix(core): fix array initialValue empty side case](https://github.com/alibaba/formily/commit/0a7b32a4) :point_right: ( [janrywang](https://github.com/janrywang) )

1. [fix(vue): add deep copy to decorator props (#1587)](https://github.com/alibaba/formily/commit/710f5e1b) :point_right: ( [Muyao](https://github.com/Muyao) )

### :blush: Other Changes

1. [chore(designable-antd): improve ui](https://github.com/alibaba/formily/commit/b994bccc) :point_right: ( [janrywang](https://github.com/janrywang) )

1. [chore: replace 'disgusting' with 'sophisticated' (#1574)](https://github.com/alibaba/formily/commit/d14c042e) :point_right: ( [Riting LIU](https://github.com/Riting LIU) )

## v2.0.0-beta.65(2021-06-14)

### :tada: Enhancements
Expand Down Expand Up @@ -1007,35 +1025,3 @@
### :rocket: Improve Performance

1. [Fix devtools perf (#776)](https://github.com/alibaba/formily/commit/0c7272d9) :point_right: ( [Janry](https://github.com/Janry) )

## v1.0.10(2020-03-28)

### :tada: Enhancements

1. [feat(docs): add service worker cache (#745)](https://github.com/alibaba/formily/commit/a5879b72) :point_right: ( [Janry](https://github.com/Janry) )

### :beetle: Bug Fixes

1. [fix(antd): fix error auto scroll is not work for antd4 (#750)](https://github.com/alibaba/formily/commit/9d0f2196) :point_right: ( [Janry](https://github.com/Janry) )

1. [fix(schema-renderer): fix onBlur/onFocus (#748)](https://github.com/alibaba/formily/commit/1907ed2d) :point_right: ( [Janry](https://github.com/Janry) )

1. [fix(core): fix unmount onChange trigger and x-linkages array merge (#742)](https://github.com/alibaba/formily/commit/b928dc3a) :point_right: ( [Janry](https://github.com/Janry) )

### :memo: Documents Changes

1. [docs(antd-components): update import package name (#758)](https://github.com/alibaba/formily/commit/c038dbdd) :point_right: ( [Janry](https://github.com/Janry) )

1. [docs: add introduction and support FormTab and support FieldState. unmountRemoveValue (#752)](https://github.com/alibaba/formily/commit/bfaa3ed7) :point_right: ( [Janry](https://github.com/Janry) )

1. [doc(next/antd): array item docs optimization (#749)](https://github.com/alibaba/formily/commit/b12bce24) :point_right: ( [quirkyvar](https://github.com/quirkyvar) )

1. [Update docs.js](https://github.com/alibaba/formily/commit/6b741096) :point_right: ( [Janry](https://github.com/Janry) )

1. [Feat docs sw (#747)](https://github.com/alibaba/formily/commit/12f30057) :point_right: ( [Janry](https://github.com/Janry) )

1. [feat(docs): add service worker cache (#745)](https://github.com/alibaba/formily/commit/a5879b72) :point_right: ( [Janry](https://github.com/Janry) )

### :rocket: Improve Performance

1. [perf(core): improve validate perf (#755)](https://github.com/alibaba/formily/commit/3ea64169) :point_right: ( [Janry](https://github.com/Janry) )
10 changes: 5 additions & 5 deletions designable/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/designable-antd",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"private": true,
"license": "MIT",
"main": "lib",
Expand Down Expand Up @@ -56,10 +56,10 @@
"dependencies": {
"@designable/core": "^0.2.0",
"@designable/react": "^0.2.0",
"@formily/antd": "2.0.0-beta.66",
"@formily/core": "2.0.0-beta.66",
"@formily/react": "2.0.0-beta.66",
"@formily/shared": "2.0.0-beta.66"
"@formily/antd": "2.0.0-beta.67",
"@formily/core": "2.0.0-beta.67",
"@formily/react": "2.0.0-beta.67",
"@formily/shared": "2.0.0-beta.67"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion designable/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/designable-next",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"private": true,
"license": "MIT",
"main": "lib",
Expand Down
6 changes: 3 additions & 3 deletions devtools/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/chrome-extension",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -21,8 +21,8 @@
"start": "webpack-dev-server --config config/webpack.dev.js"
},
"dependencies": {
"@formily/core": "2.0.0-beta.66",
"@formily/shared": "2.0.0-beta.66",
"@formily/core": "2.0.0-beta.67",
"@formily/shared": "2.0.0-beta.67",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-json-view": "^1.19.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
Expand Down
14 changes: 7 additions & 7 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/antd",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -51,12 +51,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.66",
"@formily/json-schema": "2.0.0-beta.66",
"@formily/react": "2.0.0-beta.66",
"@formily/reactive": "2.0.0-beta.66",
"@formily/reactive-react": "2.0.0-beta.66",
"@formily/shared": "2.0.0-beta.66",
"@formily/core": "2.0.0-beta.67",
"@formily/json-schema": "2.0.0-beta.67",
"@formily/react": "2.0.0-beta.67",
"@formily/reactive": "2.0.0-beta.67",
"@formily/reactive-react": "2.0.0-beta.67",
"@formily/shared": "2.0.0-beta.67",
"@juggle/resize-observer": "^3.3.1",
"classnames": "^2.2.6",
"react-sortable-hoc": "^1.11.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/core",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -33,9 +33,9 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/reactive": "2.0.0-beta.66",
"@formily/shared": "2.0.0-beta.66",
"@formily/validator": "2.0.0-beta.66"
"@formily/reactive": "2.0.0-beta.67",
"@formily/shared": "2.0.0-beta.67",
"@formily/validator": "2.0.0-beta.67"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/__tests__/effects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
onFormValuesChange,
isVoidField,
} from '../'
import { runEffects } from '../shared'
import { runEffects } from '../shared/effectbox'
import { attach, sleep } from './shared'

test('onFormInit/onFormMount/onFormUnmount', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/__tests__/graph.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createForm } from '../'
import { isVoidField } from '../shared'
import { isVoidField } from '../shared/checkers'
import { attach } from './shared'

test('getGraph/setGraph', () => {
Expand Down
8 changes: 4 additions & 4 deletions packages/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/json-schema",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build:global": "ts-node ../../scripts/build-global"
},
"dependencies": {
"@formily/core": "2.0.0-beta.66",
"@formily/reactive": "2.0.0-beta.66",
"@formily/shared": "2.0.0-beta.66"
"@formily/core": "2.0.0-beta.67",
"@formily/reactive": "2.0.0-beta.67",
"@formily/shared": "2.0.0-beta.67"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/next",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"umd:main": "dist/formily.next.umd.production.js",
Expand Down Expand Up @@ -51,12 +51,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.66",
"@formily/json-schema": "2.0.0-beta.66",
"@formily/react": "2.0.0-beta.66",
"@formily/reactive": "2.0.0-beta.66",
"@formily/reactive-react": "2.0.0-beta.66",
"@formily/shared": "2.0.0-beta.66",
"@formily/core": "2.0.0-beta.67",
"@formily/json-schema": "2.0.0-beta.67",
"@formily/react": "2.0.0-beta.67",
"@formily/reactive": "2.0.0-beta.67",
"@formily/reactive-react": "2.0.0-beta.67",
"@formily/shared": "2.0.0-beta.67",
"@juggle/resize-observer": "^3.3.1",
"classnames": "^2.2.6",
"react-sortable-hoc": "^1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/path",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down
14 changes: 7 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/react",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -40,12 +40,12 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/core": "2.0.0-beta.66",
"@formily/json-schema": "2.0.0-beta.66",
"@formily/reactive": "2.0.0-beta.66",
"@formily/reactive-react": "2.0.0-beta.66",
"@formily/shared": "2.0.0-beta.66",
"@formily/validator": "2.0.0-beta.66",
"@formily/core": "2.0.0-beta.67",
"@formily/json-schema": "2.0.0-beta.67",
"@formily/reactive": "2.0.0-beta.67",
"@formily/reactive-react": "2.0.0-beta.67",
"@formily/shared": "2.0.0-beta.67",
"@formily/validator": "2.0.0-beta.67",
"hoist-non-react-statics": "^3.3.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/reactive-react",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/reactive": "2.0.0-beta.66",
"@formily/reactive": "2.0.0-beta.67",
"hoist-non-react-statics": "^3.3.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/reactive-vue",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -33,7 +33,7 @@
"vue": "^2.6.12"
},
"dependencies": {
"@formily/reactive": "2.0.0-beta.66",
"@formily/reactive": "2.0.0-beta.67",
"vue-demi": "^0.9.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/reactive",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/shared",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -31,7 +31,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/path": "2.0.0-beta.66",
"@formily/path": "2.0.0-beta.67",
"camel-case": "^4.1.1",
"lower-case": "^2.0.1",
"no-case": "^3.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/validator",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand All @@ -27,7 +27,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/shared": "2.0.0-beta.66"
"@formily/shared": "2.0.0-beta.67"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/vue",
"version": "2.0.0-beta.66",
"version": "2.0.0-beta.67",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -35,12 +35,12 @@
"vuepress-plugin-typescript": "^0.3.1"
},
"dependencies": {
"@formily/core": "2.0.0-beta.66",
"@formily/json-schema": "2.0.0-beta.66",
"@formily/reactive": "2.0.0-beta.66",
"@formily/reactive-vue": "2.0.0-beta.66",
"@formily/shared": "2.0.0-beta.66",
"@formily/validator": "2.0.0-beta.66",
"@formily/core": "2.0.0-beta.67",
"@formily/json-schema": "2.0.0-beta.67",
"@formily/reactive": "2.0.0-beta.67",
"@formily/reactive-vue": "2.0.0-beta.67",
"@formily/shared": "2.0.0-beta.67",
"@formily/validator": "2.0.0-beta.67",
"@type-helper/vue3": "npm:vue@3",
"vue-demi": "^0.9.0",
"vue-frag": "^1.1.4"
Expand Down

0 comments on commit 63b9fdd

Please sign in to comment.