react-form-manage 1.0.6-beta.4 → 1.0.6
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 +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [1.0.6
|
|
5
|
+
## [1.0.6] - 2026-01-22
|
|
6
|
+
|
|
7
|
+
- Promote ValidationRule typing + regex pattern support to stable
|
|
8
|
+
- Update README with validation examples (pattern, async validator) and remove template boilerplate
|
|
9
|
+
- Finalize TypeScript migration and docs for npm landing page
|
|
10
|
+
|
|
11
|
+
## [1.0.6-beta.5] - 2026-01-22
|
|
6
12
|
|
|
7
13
|
- Update README with validation rule examples (pattern, async validator)
|
|
8
14
|
- Remove Vite template boilerplate from docs
|
|
15
|
+
- Republish docs to npm
|
|
9
16
|
|
|
10
17
|
## [1.0.6-beta.3] - 2026-01-22
|
|
11
18
|
|