Skip to content

Commit

Permalink
updated packages & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech committed Oct 29, 2024
1 parent 38c3acf commit 1794175
Show file tree
Hide file tree
Showing 12 changed files with 107 additions and 91 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [v4.0.0-beta.1](https://github.com/vazco/uniforms/tree/v4.0.0-beta.1) (2024-10-29)

- **Breaking:** Update React to v18 & AntD to v5 [\#1376](https://github.com/vazco/uniforms/pull/1376)
- **Fixed:** Removed setting initial value for enum types. [\#1354](https://github.com/vazco/uniforms/pull/1354)

## [v4.0.0-alpha.6](https://github.com/vazco/uniforms/tree/v4.0.0-alpha.6) (2024-07-26)

- **Breaking** Initialize model with default values [\#1343](https://github.com/vazco/uniforms/pull/1343)
- **Breaking** Deprecate `uniforms-bootstrap3` package [\#1341](https://github.com/vazco/uniforms/pull/1341)
- **Breaking** Deprecate `uniforms-bootstrap3` package [\#1338](https://github.com/vazco/uniforms/pull/1338)
- **Breaking** Deprecate `uniforms-bridge-simple-schema` package [\#1323](https://github.com/vazco/uniforms/pull/1323)
- **Breaking** Deprecate `uniforms-bridge-graphql` package [\#1322](https://github.com/vazco/uniforms/pull/1322)
- **Added:** Extend `onChangeModel` - add details about what changed. [\#1363](https://github.com/vazco/uniforms/pull/1363)
- **Added:** Blank `TextField` and `LongTextField` [\#1356](https://github.com/vazco/uniforms/pull/1356)
- **Added** Passing props with Zod bridge [\#1321](https://github.com/vazco/uniforms/pull/1321)
- **Added** Improve Zod messages [\#1320](https://github.com/vazco/uniforms/pull/1320)
- **Added** Support for Zod `.refine` and `.superRefine` [\#1319](https://github.com/vazco/uniforms/pull/1319)
- **Fixed** Update `BaseForm` types [\#1325](https://github.com/vazco/uniforms/pull/1325)
- **Fixed** Compatibility with StrictMode [\#1324](https://github.com/vazco/uniforms/pull/1324)
- **Fixed:** Optional array fields (Zod bridge) [\#1352](https://github.com/vazco/uniforms/pull/1352)

## [v4.0.0-alpha.5](https://github.com/vazco/uniforms/tree/v4.0.0-alpha.5) (2023-06-23)

- **Breaking:** Unified the way of handling `label` and `placeholder`. [\#973](https://github.com/vazco/uniforms/issues/973)
Expand Down
7 changes: 4 additions & 3 deletions packages/uniforms-antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-antd",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -33,13 +33,13 @@
],
"peerDependencies": {
"antd": "^5.0.0",
"react": "^18.0.0 || ^17.0.0 || ^16.8.0"
"react": "^18.0.0 || ^17.0.0 || ^16.8.0",
"uniforms": "4.0.0-beta.1"
},
"dependencies": {
"classnames": "^2.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "^4.0.0-alpha.6",
"warning": "^4.0.0"
},
"devDependencies": {
Expand All @@ -53,6 +53,7 @@
"rc-input-number": "^9.2.0",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*",
"zod": "^3.0.0"
},
"scripts": {
Expand Down
7 changes: 4 additions & 3 deletions packages/uniforms-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bootstrap4",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -28,13 +28,13 @@
"src/*.tsx"
],
"peerDependencies": {
"react": "^18.0.0 || ^17.0.0 || ^16.8.0"
"react": "^18.0.0 || ^17.0.0 || ^16.8.0",
"uniforms": "4.0.0-beta.1"
},
"dependencies": {
"classnames": "^2.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "^4.0.0-alpha.6",
"warning": "^4.0.0"
},
"devDependencies": {
Expand All @@ -43,6 +43,7 @@
"@types/react": "18.3.12",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*",
"zod": "^3.0.0"
},
"scripts": {
Expand Down
7 changes: 4 additions & 3 deletions packages/uniforms-bootstrap5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bootstrap5",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -28,13 +28,13 @@
"src/*.tsx"
],
"peerDependencies": {
"react": "^18.0.0 || ^17.0.0 || ^16.8.0"
"react": "^18.0.0 || ^17.0.0 || ^16.8.0",
"uniforms": "4.0.0-beta.1"
},
"dependencies": {
"classnames": "^2.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "^4.0.0-alpha.6",
"warning": "^4.0.0"
},
"devDependencies": {
Expand All @@ -43,6 +43,7 @@
"@types/react": "18.3.12",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*",
"zod": "^3.0.0"
},
"scripts": {
Expand Down
11 changes: 7 additions & 4 deletions packages/uniforms-bridge-json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bridge-json-schema",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -32,16 +32,19 @@
"src/*.ts",
"src/*.tsx"
],
"peerDependencies": {
"uniforms": "4.0.0-beta.1"
},
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "4.0.0-alpha.6"
"lodash": "^4.0.0"
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"tslib": "2.2.0",
"typescript": "5.5.4"
"typescript": "5.5.4",
"uniforms": "workspace:*"
},
"scripts": {
"build:cjs": "tsc --build tsconfig.cjs.json",
Expand Down
11 changes: 6 additions & 5 deletions packages/uniforms-bridge-simple-schema-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bridge-simple-schema-2",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -34,19 +34,20 @@
],
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "4.0.0-alpha.6"
"lodash": "^4.0.0"
},
"peerDependencies": {
"simpl-schema": "^1.0.0 || ^0.0.4"
"simpl-schema": "^1.0.0 || ^0.0.4",
"uniforms": "4.0.0-beta.1"
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"@types/react": "18.3.12",
"@types/simpl-schema": "1.12.7",
"tslib": "2.2.0",
"typescript": "5.5.4"
"typescript": "5.5.4",
"uniforms": "workspace:*"
},
"scripts": {
"build:cjs": "tsc --build tsconfig.cjs.json",
Expand Down
11 changes: 6 additions & 5 deletions packages/uniforms-bridge-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bridge-zod",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -34,17 +34,18 @@
],
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "4.0.0-alpha.6"
"lodash": "^4.0.0"
},
"peerDependencies": {
"zod": "^3.0.0"
"zod": "^3.0.0",
"uniforms": "4.0.0-beta.1"
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"tslib": "2.2.0",
"typescript": "5.5.4"
"typescript": "5.5.4",
"uniforms": "workspace:*"
},
"scripts": {
"build:cjs": "tsc --build tsconfig.cjs.json",
Expand Down
9 changes: 5 additions & 4 deletions packages/uniforms-mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-mui",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -31,12 +31,12 @@
],
"peerDependencies": {
"@mui/material": "^5.0.0",
"react": "^18.0.0 || ^17.0.0"
"react": "^18.0.0 || ^17.0.0",
"uniforms": "4.0.0-beta.1"
},
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "4.0.0-alpha.6"
"lodash": "^4.0.0"
},
"devDependencies": {
"@emotion/react": "11.7.1",
Expand All @@ -46,6 +46,7 @@
"@types/react": "18.3.12",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*",
"zod": "^3.0.0"
},
"scripts": {
Expand Down
9 changes: 5 additions & 4 deletions packages/uniforms-semantic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-semantic",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -28,20 +28,21 @@
"src/*.tsx"
],
"peerDependencies": {
"react": "^18.0.0 || ^17.0.0 || ^16.8.0"
"react": "^18.0.0 || ^17.0.0 || ^16.8.0",
"uniforms": "4.0.0-beta.1"
},
"dependencies": {
"classnames": "^2.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "4.0.0-alpha.6"
"lodash": "^4.0.0"
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"@types/react": "18.3.12",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*",
"zod": "^3.0.0"
},
"scripts": {
Expand Down
11 changes: 6 additions & 5 deletions packages/uniforms-unstyled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-unstyled",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand All @@ -27,19 +27,20 @@
"src/*.tsx"
],
"peerDependencies": {
"react": "^18.0.0 || ^17.0.0 || ^16.8.0"
"react": "^18.0.0 || ^17.0.0 || ^16.8.0",
"uniforms": "4.0.0-beta.1"
},
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"uniforms": "4.0.0-alpha.6"
"lodash": "^4.0.0"
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"@types/react": "18.3.12",
"tslib": "2.2.0",
"typescript": "5.5.4"
"typescript": "5.5.4",
"uniforms": "workspace:*"
},
"scripts": {
"build:cjs": "tsc --build tsconfig.cjs.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down
Loading

0 comments on commit 1794175

Please sign in to comment.