Releases: aviemet/useInertiaForm
Releases · aviemet/useInertiaForm
v3.5.0
3.5.0 (2024-04-29)
Features
- usedynamicinputs: adds override option to addInput (91979ce)
v3.4.0
3.4.0 (2024-04-14)
Features
- removeInput returns the removed record (#16) (b4ac146)
v3.3.3
3.3.3 (2024-02-01)
Bug Fixes
- 🐛 Remove memoization of returned methods (9198d6b)
v3.3.2
3.3.2 (2023-12-16)
Bug Fixes
- 🐛 Changes default form data type to NestedObject (c7690f9)
v3.3.1
3.3.1 (2023-12-16)
Bug Fixes
- 🐛 Adds second generic to useInertiaInput type definition (bcf3d39)
v3.3.0
3.3.0 (2023-08-19)
Features
- 🎸 Force release for breaking change in rollup export (e87c4cc)
v3.2.1
3.2.1 (2023-06-12)
Bug Fixes
- 🐛 Replaces isEmpty with isUnset for detecting empty inputs (886b0de)
v3.2.0
3.2.0 (2023-06-10)
Features
- 🎸 Adds optional requiredFields prop to Submit button (#8) (b064ef3)
v3.1.5
3.1.5 (2023-06-09)
Bug Fixes
v3.1.4
3.1.4 (2023-04-18)
Bug Fixes
- 🐛 Fixes type for clearErrors (7751649)