Skip to content

Latest commit

 

History

History
183 lines (100 loc) · 9.37 KB

CHANGELOG.md

File metadata and controls

183 lines (100 loc) · 9.37 KB

Changelog

1.5.2 (2024-07-10)

Bug Fixes

  • fix useSubscribe init value undefined bug (83a20dd)

Features

  • add global useWatch\useSubscribe and form.watch (8616687)
  • add vaildate select field vaild (eb5a9b7)

1.4.6 (2024-04-27)

Bug Fixes

  • 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)

Bug Fixes

  • performance issues caused by excessive deletion operations (#62) (2ed5a73)

1.4.2 (2024-03-11)

Bug Fixes

  • useSubscribe subscribing to a field under a dynamic array form (8fc9265)

Features

  • adjusts the priority of the value attribute passed by defineProps (ef2ae3b)

1.4.1 (2024-02-05)

Bug Fixes

  • deleting certain item values incorrectly in dynamic arrays (dd7f8c3)

1.4.0 (2024-01-29)

Bug Fixes

  • incorrect data display in dynamic forms (de656d8)

1.3.9 (2024-01-28)

Bug Fixes

1.3.8 (2024-01-19)

Bug Fixes

  • fix reset bug (ef0b036)
  • fix the bug of readOnlyText not dynamically rendering (0e3e6f5)

Features

1.3.7 (2024-01-02)

Bug Fixes

  • fix bug with invalid externally defined attributes (fcf5728)
  • fix reset bug when rendering form items in pop-up windows (3135cc4)

Reverts

  • Revert "chore: source repo use https" (19374b0)

1.3.6 (2023-12-30)

Bug Fixes

  • Fix a bug in useSubscribe type return (af373d2)
  • Fix bug where onChange definition is overwritten on UI controls (c9872c1)
  • fix setValues api bug (8038d81)

Reverts

  • Revert "chore: source repo use https" (19374b0)

1.3.5 (2023-12-26)

Bug Fixes

  • fix the bug that prompts setState() method type incompatibility when using type UseFormReturnType (2386dc0)
  • Fixed model type prompt error bug when using useWatch (2801509)

Features

  • Optimize the release of memory resources after destruction when using useForm (360f00b)

1.3.4 (2023-12-25)

Bug Fixes

  • Fix label type error and add support for label passing in ReactNode type (647e97c)

Features

  • Adding form atomic components can add style class names externally. (6e5fa57)

1.3.3 (2023-12-25)

Bug Fixes

  • fix a bug in the invalid direction setting of the Form component (8c8d989)

Features

1.3.2 (2023-12-13)

Bug Fixes

1.3.1 (2023-12-11)

Bug Fixes

1.3.0 (2023-12-08)

Features

1.2.0 (2023-11-29)

Features

1.1.0 (2023-11-16)

Features

  • add firsr release version (263e112)

1.0.0 (2023-11-16)

⚠ BREAKING CHANGES

  • first release version

Features

  • add first release version v1.2.0 (3eda5c4)

0.2.0 (2023-11-16)

Features

0.1.0 (2023-11-16)

Features

  • add v1.1.0 or release or tag (1322195)
  • add v1.1.0 or release or tags (4b136e0)
  • add v1.1.0 or tag or release (c7428c2)
  • add v1.10.0 or release or tag (271d8c1)
  • add v1.10.0 or release or tag (554e22b)
  • add workflow (8381abb)

Bug Fixes