react-form-manage 1.0.7-beta.2 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,10 +8,11 @@ All notable changes to this project will be documented in this file.
|
|
|
8
8
|
- Improve `getValueFromEvent` in FormItem for custom event handler support
|
|
9
9
|
- Type `errors` as `FormFieldError[]` for better IDE support
|
|
10
10
|
|
|
11
|
-
## [1.0.7
|
|
11
|
+
## [1.0.7] - 2026-01-22
|
|
12
12
|
|
|
13
13
|
- Fix FormItem initial value propagation so cleaned-up items rehydrate correctly
|
|
14
14
|
- Keep `getValueFromEvent` custom extraction while preserving default `target.value` fallback
|
|
15
|
+
- Promote FormFieldError export and error typing improvements from beta to stable
|
|
15
16
|
|
|
16
17
|
## [1.0.6] - 2026-01-22
|
|
17
18
|
|