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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. 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-beta.2] - 2026-01-22
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-form-manage",
3
- "version": "1.0.7-beta.2",
3
+ "version": "1.0.7",
4
4
  "description": "Lightweight React form management with list and listener support.",
5
5
  "license": "MIT",
6
6
  "type": "module",