1.5.2 (2024-07-10)
- fix useSubscribe init value undefined bug (83a20dd)
1.4.6 (2024-04-27)
- fix useWatch not getting the latest status (3545084)
- optimize the handling of special fields in forms such as Date and Blob (6b4b5ff)
1.4.3 (2024-03-14)
1.4.2 (2024-03-11)
useSubscribe
subscribing to a field under a dynamic array form (8fc9265)
- adjusts the priority of the value attribute passed by
defineProps
(ef2ae3b)
1.4.1 (2024-02-05)
- deleting certain item values incorrectly in dynamic arrays (dd7f8c3)
1.4.0 (2024-01-29)
- incorrect data display in dynamic forms (de656d8)
1.3.9 (2024-01-28)
- fix useSubscribe bug (76b905e)
1.3.8 (2024-01-19)
- add type export (353d4cf)
1.3.7 (2024-01-02)
- fix bug with invalid externally defined attributes (fcf5728)
- fix reset bug when rendering form items in pop-up windows (3135cc4)
- Revert "chore: source repo use https" (19374b0)
1.3.6 (2023-12-30)
- Fix a bug in useSubscribe type return (af373d2)
- Fix bug where onChange definition is overwritten on UI controls (c9872c1)
- fix setValues api bug (8038d81)
- Revert "chore: source repo use https" (19374b0)
1.3.5 (2023-12-26)
- fix the bug that prompts setState() method type incompatibility when using type UseFormReturnType (2386dc0)
- Fixed model type prompt error bug when using useWatch (2801509)
- Optimize the release of memory resources after destruction when using useForm (360f00b)
1.3.4 (2023-12-25)
- Fix label type error and add support for label passing in ReactNode type (647e97c)
- Adding form atomic components can add style class names externally. (6e5fa57)
1.3.3 (2023-12-25)
- fix a bug in the invalid direction setting of the Form component (8c8d989)
1.3.2 (2023-12-13)
1.3.1 (2023-12-11)
- fix types (0ce34d2)
1.3.0 (2023-12-08)
1.2.0 (2023-11-29)
- v1.1.1 (603098a)
1.1.0 (2023-11-16)
- add firsr release version (263e112)
1.0.0 (2023-11-16)
- first release version
- add first release version v1.2.0 (3eda5c4)