Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/bright-forms-submit.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/clean-future-exports.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/fuzzy-pans-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-trees-narrow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/quiet-results-value.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/soft-tools-serialize.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/tidy-submit-target.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
╚══════╝ ╚═════╝ ╚═╝ ╚══╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
```

Version 1.20.2 / License MIT / Copyright (c) 2026 Edmund Hung
Version 1.21.0 / License MIT / Copyright (c) 2026 Edmund Hung

Progressively enhance HTML forms with React. Build resilient, type-safe forms with no hassle using web standards.

Expand Down
4 changes: 2 additions & 2 deletions examples/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@chakra-ui/react": "^2.4.2",
"@conform-to/react": "^1.20.2",
"@conform-to/zod": "^1.20.2",
"@conform-to/react": "^1.21.0",
"@conform-to/zod": "^1.21.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"framer-motion": "^7.6.19",
Expand Down
4 changes: 2 additions & 2 deletions examples/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@conform-to/react": "^1.20.2",
"@conform-to/zod": "^1.20.2",
"@conform-to/react": "^1.21.0",
"@conform-to/zod": "^1.21.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^5.17.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "playwright test"
},
"dependencies": {
"@conform-to/react": "1.20.2",
"@conform-to/zod": "1.20.2",
"@conform-to/react": "1.21.0",
"@conform-to/zod": "1.21.0",
"next": "16.2.11",
"react": "19.2.7",
"react-dom": "19.2.7",
Expand Down
4 changes: 2 additions & 2 deletions examples/radix-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"typecheck": "tsc -b"
},
"dependencies": {
"@conform-to/react": "^1.20.2",
"@conform-to/zod": "^1.20.2",
"@conform-to/react": "^1.21.0",
"@conform-to/zod": "^1.21.0",
"@radix-ui/react-icons": "^1.3.2",
"clsx": "^2.1.0",
"radix-ui": "^1.6.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-aria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@conform-to/react": "^1.20.2",
"@conform-to/zod": "^1.20.2",
"@conform-to/react": "^1.21.0",
"@conform-to/zod": "^1.21.0",
"@internationalized/date": "^3.8.0",
"react": "^18.2.0",
"react-aria-components": "^1.8.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@conform-to/react": "1.20.2",
"@conform-to/zod": "1.20.2",
"@conform-to/react": "1.21.0",
"@conform-to/zod": "1.21.0",
"@react-router/node": "8.2.0",
"@react-router/serve": "8.2.0",
"isbot": "^5.1.36",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"typecheck": "tsc -b"
},
"dependencies": {
"@conform-to/react": "1.20.2",
"@conform-to/zod": "1.20.2",
"@conform-to/react": "1.21.0",
"@conform-to/zod": "1.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router": "^8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "remix-serve build"
},
"dependencies": {
"@conform-to/react": "1.20.2",
"@conform-to/zod": "1.20.2",
"@conform-to/react": "1.21.0",
"@conform-to/zod": "1.21.0",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@conform-to/react": "^1.20.2",
"@conform-to/zod": "^1.20.2",
"@conform-to/react": "^1.21.0",
"@conform-to/zod": "^1.21.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/conform-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A set of opinionated helpers built on top of the Constraint Validation API",
"homepage": "https://conform.guide",
"license": "MIT",
"version": "1.20.2",
"version": "1.21.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/conform-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Conform view adapter for react",
"homepage": "https://conform.guide",
"license": "MIT",
"version": "1.20.2",
"version": "1.21.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/conform-valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Conform helpers for integrating with Valibot",
"homepage": "https://conform.guide",
"license": "MIT",
"version": "1.20.2",
"version": "1.21.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/conform-yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Conform helpers for integrating with yup",
"homepage": "https://conform.guide",
"license": "MIT",
"version": "1.20.2",
"version": "1.21.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/conform-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Conform helpers for integrating with Zod",
"homepage": "https://conform.guide",
"license": "MIT",
"version": "1.20.2",
"version": "1.21.0",
"main": "./dist/default/index.js",
"module": "./dist/default/index.mjs",
"types": "./dist/default/index.d.ts",
Expand Down
Loading