We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdf392 commit 18fda4aCopy full SHA for 18fda4a
packages/react/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the library will be documented in this file.
4
5
+## v0.11.1 (February 28, 2025)
6
+
7
+- Fix `setValues` for field arrays (pull request #274)
8
9
## v0.11.0 (November 15, 2024)
10
11
- Upgrade Valibot dependency to v1.0.0-beta.6
packages/react/package.json
@@ -1,7 +1,7 @@
1
{
"name": "@modular-forms/react",
"description": "The modular and type-safe form library for React",
- "version": "0.11.0",
+ "version": "0.11.1",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://modularforms.dev",
0 commit comments