Skip to content

Commit

Permalink
chore(versions): 😊 publish v2.0.0-beta.81
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jul 22, 2021
1 parent 2212486 commit 8632bc3
Show file tree
Hide file tree
Showing 23 changed files with 121 additions and 96 deletions.
44 changes: 30 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## v2.0.0-beta.80(2021-07-19)

### :tada: Enhancements

1. [feat(element): improve docs & add components (#1821)](https://github.com/alibaba/formily/commit/eddc3077) :point_right: ( [Muyao](https://github.com/Muyao) )

1. [feat(reactive): support autorun.memo/autorun.effect (#1819)](https://github.com/alibaba/formily/commit/e43dda6a) :point_right: ( [Janry](https://github.com/Janry) )

1. [feat(setters): support declaration to ReactionsSetter (#1805)](https://github.com/alibaba/formily/commit/b421ae6f) :point_right: ( [Janry](https://github.com/Janry) )

### :beetle: Bug Fixes

1. [fix(antd/next): form-grid and layout props optional with default value (#1809)](https://github.com/alibaba/formily/commit/2738e418) :point_right: ( [gwsbhqt](https://github.com/gwsbhqt) )

### :memo: Documents Changes

1. [docs(project): improve english docs](https://github.com/alibaba/formily/commit/49a74f0a) :point_right: ( [janrywang](https://github.com/janrywang) )

1. [docs(project): add translated docs (#1822)](https://github.com/alibaba/formily/commit/79ab341f) :point_right: ( [Janry](https://github.com/Janry) )

### :rose: Improve code quality

1. [refactor(project): remove Formily.\* use cases (#1820)](https://github.com/alibaba/formily/commit/72a2958c) :point_right: ( [Janry](https://github.com/Janry) )

1. [refactor(designable-ant): expose upload component's textContent property in setting form (#1818)](https://github.com/alibaba/formily/commit/15344449) :point_right: ( [nekic](https://github.com/nekic) )

### :blush: Other Changes

1. [chore(flow): update lint.yml](https://github.com/alibaba/formily/commit/a7502479) :point_right: ( [Janry](https://github.com/Janry) )

## v2.0.0-beta.79(2021-07-15)

### :tada: Enhancements
Expand Down Expand Up @@ -925,17 +955,3 @@
1. [fix(layout): type typo (#962)](https://github.com/alibaba/formily/commit/9b9f052f) :point_right: ( [quirkyvar](https://github.com/quirkyvar) )

1. [fix(core): fix move down throw errors and fix null assign merge throw errors (#961)](https://github.com/alibaba/formily/commit/854feec2) :point_right: ( [Janry](https://github.com/Janry) )

## v1.2.5(2020-07-09)

### :beetle: Bug Fixes

1. [fix(core): fix ci](https://github.com/alibaba/formily/commit/33a48c46) :point_right: ( [janrywang](https://github.com/janrywang) )

1. [fix(core): use form batch to sync errors in array state exchanging](https://github.com/alibaba/formily/commit/0e4880fb) :point_right: ( [janrywang](https://github.com/janrywang) )

1. [fix(editor): remove import lodash/fp](https://github.com/alibaba/formily/commit/a105cff3) :point_right: ( [janrywang](https://github.com/janrywang) )

### :rose: Improve code quality

1. [refactor(project): update styled-component version compat](https://github.com/alibaba/formily/commit/0cf618d5) :point_right: ( [janrywang](https://github.com/janrywang) )
12 changes: 6 additions & 6 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.80",
"version": "2.0.0-beta.81",
"private": true,
"license": "MIT",
"main": "lib",
Expand Down Expand Up @@ -59,11 +59,11 @@
"@designable/core": "^0.4.11",
"@designable/formily": "^0.4.11",
"@designable/react": "^0.4.11",
"@formily/antd": "2.0.0-beta.80",
"@formily/core": "2.0.0-beta.80",
"@formily/designable-setters": "2.0.0-beta.80",
"@formily/react": "2.0.0-beta.80",
"@formily/shared": "2.0.0-beta.80"
"@formily/antd": "2.0.0-beta.81",
"@formily/core": "2.0.0-beta.81",
"@formily/designable-setters": "2.0.0-beta.81",
"@formily/react": "2.0.0-beta.81",
"@formily/shared": "2.0.0-beta.81"
},
"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.80",
"version": "2.0.0-beta.81",
"private": true,
"license": "MIT",
"main": "lib",
Expand Down
10 changes: 5 additions & 5 deletions designable/setters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/designable-setters",
"version": "2.0.0-beta.80",
"version": "2.0.0-beta.81",
"private": true,
"license": "MIT",
"main": "lib",
Expand Down Expand Up @@ -44,10 +44,10 @@
"@designable/formily": "^0.4.11",
"@designable/react": "^0.4.11",
"@designable/react-settings-form": "^0.4.11",
"@formily/antd": "2.0.0-beta.80",
"@formily/core": "2.0.0-beta.80",
"@formily/react": "2.0.0-beta.80",
"@formily/shared": "2.0.0-beta.80"
"@formily/antd": "2.0.0-beta.81",
"@formily/core": "2.0.0-beta.81",
"@formily/react": "2.0.0-beta.81",
"@formily/shared": "2.0.0-beta.81"
},
"publishConfig": {
"access": "public"
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.80",
"version": "2.0.0-beta.81",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -21,8 +21,8 @@
"start": "webpack-dev-server --config config/webpack.dev.ts"
},
"dependencies": {
"@formily/core": "2.0.0-beta.80",
"@formily/shared": "2.0.0-beta.80",
"@formily/core": "2.0.0-beta.81",
"@formily/shared": "2.0.0-beta.81",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-json-view": "^1.19.1",
Expand Down
10 changes: 6 additions & 4 deletions docs/guide/advanced/controlled.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,12 @@ const SchemaForm = observer(({ values }) => {
})

export default () => {
const values = useMemo(() =>
observable({
type: 'type_1',
})
const values = useMemo(
() =>
observable({
type: 'type_1',
}),
[]
)
return <SchemaForm values={values} />
}
Expand Down
10 changes: 6 additions & 4 deletions docs/guide/advanced/controlled.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,12 @@ const SchemaForm = observer(({ values }) => {
})

export default () => {
const values = useMemo(() =>
observable({
type: 'type_1',
})
const values = useMemo(
() =>
observable({
type: 'type_1',
}),
[]
)
return <SchemaForm values={values} />
}
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.80",
"version": "2.0.0-beta.81",
"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.80",
"version": "2.0.0-beta.81",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -52,12 +52,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.80",
"@formily/json-schema": "2.0.0-beta.80",
"@formily/react": "2.0.0-beta.80",
"@formily/reactive": "2.0.0-beta.80",
"@formily/reactive-react": "2.0.0-beta.80",
"@formily/shared": "2.0.0-beta.80",
"@formily/core": "2.0.0-beta.81",
"@formily/json-schema": "2.0.0-beta.81",
"@formily/react": "2.0.0-beta.81",
"@formily/reactive": "2.0.0-beta.81",
"@formily/reactive-react": "2.0.0-beta.81",
"@formily/shared": "2.0.0-beta.81",
"@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.80",
"version": "2.0.0-beta.81",
"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.80",
"@formily/shared": "2.0.0-beta.80",
"@formily/validator": "2.0.0-beta.80"
"@formily/reactive": "2.0.0-beta.81",
"@formily/shared": "2.0.0-beta.81",
"@formily/validator": "2.0.0-beta.81"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 9 additions & 9 deletions packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/element",
"version": "2.0.0-beta.80",
"version": "2.0.0-beta.81",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -44,14 +44,14 @@
"vuepress-plugin-typescript": "^0.3.1"
},
"dependencies": {
"@formily/core": "2.0.0-beta.80",
"@formily/json-schema": "2.0.0-beta.80",
"@formily/reactive": "2.0.0-beta.80",
"@formily/reactive-vue": "2.0.0-beta.80",
"@formily/shared": "2.0.0-beta.80",
"@formily/vue": "2.0.0-beta.80",
"vue-slicksort": "^1.2.0",
"portal-vue": "^2.1.7"
"@formily/core": "2.0.0-beta.81",
"@formily/json-schema": "2.0.0-beta.81",
"@formily/reactive": "2.0.0-beta.81",
"@formily/reactive-vue": "2.0.0-beta.81",
"@formily/shared": "2.0.0-beta.81",
"@formily/vue": "2.0.0-beta.81",
"portal-vue": "^2.1.7",
"vue-slicksort": "^1.2.0"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-beta.1",
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.80",
"version": "2.0.0-beta.81",
"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.80",
"@formily/reactive": "2.0.0-beta.80",
"@formily/shared": "2.0.0-beta.80"
"@formily/core": "2.0.0-beta.81",
"@formily/reactive": "2.0.0-beta.81",
"@formily/shared": "2.0.0-beta.81"
},
"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.80",
"version": "2.0.0-beta.81",
"license": "MIT",
"main": "lib",
"umd:main": "dist/formily.next.umd.production.js",
Expand Down Expand Up @@ -52,12 +52,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.80",
"@formily/json-schema": "2.0.0-beta.80",
"@formily/react": "2.0.0-beta.80",
"@formily/reactive": "2.0.0-beta.80",
"@formily/reactive-react": "2.0.0-beta.80",
"@formily/shared": "2.0.0-beta.80",
"@formily/core": "2.0.0-beta.81",
"@formily/json-schema": "2.0.0-beta.81",
"@formily/react": "2.0.0-beta.81",
"@formily/reactive": "2.0.0-beta.81",
"@formily/reactive-react": "2.0.0-beta.81",
"@formily/shared": "2.0.0-beta.81",
"@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.80",
"version": "2.0.0-beta.81",
"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.80",
"version": "2.0.0-beta.81",
"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.80",
"@formily/json-schema": "2.0.0-beta.80",
"@formily/reactive": "2.0.0-beta.80",
"@formily/reactive-react": "2.0.0-beta.80",
"@formily/shared": "2.0.0-beta.80",
"@formily/validator": "2.0.0-beta.80",
"@formily/core": "2.0.0-beta.81",
"@formily/json-schema": "2.0.0-beta.81",
"@formily/reactive": "2.0.0-beta.81",
"@formily/reactive-react": "2.0.0-beta.81",
"@formily/shared": "2.0.0-beta.81",
"@formily/validator": "2.0.0-beta.81",
"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.80",
"version": "2.0.0-beta.81",
"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.80",
"@formily/reactive": "2.0.0-beta.81",
"hoist-non-react-statics": "^3.3.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/reactive-test-cases-for-react18/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/reactive-test-cases-for-react18",
"version": "2.0.0-beta.80",
"version": "2.0.0-beta.81",
"license": "MIT",
"private": true,
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"react-is": "next"
},
"dependencies": {
"@formily/reactive": "2.0.0-beta.80",
"@formily/reactive-react": "2.0.0-beta.80",
"@formily/reactive": "2.0.0-beta.81",
"@formily/reactive-react": "2.0.0-beta.81",
"react": "next",
"react-dom": "next",
"react-is": "next"
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.80",
"version": "2.0.0-beta.81",
"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.80",
"@formily/reactive": "2.0.0-beta.81",
"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.80",
"version": "2.0.0-beta.81",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down
Loading

0 comments on commit 8632bc3

Please sign in to comment.