Skip to content

Releases: aviemet/useInertiaForm

v3.5.0

29 Apr 16:29
Compare
Choose a tag to compare

3.5.0 (2024-04-29)

Features

  • usedynamicinputs: adds override option to addInput (91979ce)

v3.4.0

14 Apr 21:24
Compare
Choose a tag to compare

3.4.0 (2024-04-14)

Features

  • removeInput returns the removed record (#16) (b4ac146)

v3.3.3

01 Feb 21:45
Compare
Choose a tag to compare

3.3.3 (2024-02-01)

Bug Fixes

  • 🐛 Remove memoization of returned methods (9198d6b)

v3.3.2

16 Dec 01:43
Compare
Choose a tag to compare

3.3.2 (2023-12-16)

Bug Fixes

  • 🐛 Changes default form data type to NestedObject (c7690f9)

v3.3.1

16 Dec 01:04
Compare
Choose a tag to compare

3.3.1 (2023-12-16)

Bug Fixes

  • 🐛 Adds second generic to useInertiaInput type definition (bcf3d39)

v3.3.0

19 Aug 23:16
Compare
Choose a tag to compare

3.3.0 (2023-08-19)

Features

  • 🎸 Force release for breaking change in rollup export (e87c4cc)

v3.2.1

12 Jun 18:14
Compare
Choose a tag to compare

3.2.1 (2023-06-12)

Bug Fixes

  • 🐛 Replaces isEmpty with isUnset for detecting empty inputs (886b0de)

v3.2.0

10 Jun 16:12
Compare
Choose a tag to compare

3.2.0 (2023-06-10)

Features

  • 🎸 Adds optional requiredFields prop to Submit button (#8) (b064ef3)

v3.1.5

09 Jun 17:00
Compare
Choose a tag to compare

3.1.5 (2023-06-09)

Bug Fixes

  • 🐛 Makes to a required prop (#7) (0822d5c)

v3.1.4

18 Apr 04:42
Compare
Choose a tag to compare

3.1.4 (2023-04-18)

Bug Fixes

  • 🐛 Fixes type for clearErrors (7751649)