Skip to content

Releases: aviemet/useInertiaForm

v4.3.1

09 Jun 18:22
Compare
Choose a tag to compare

4.3.1 (2024-06-09)

Bug Fixes

  • uses unsetCompact for Form filter prop (e5947ae)

v4.3.0

09 Jun 17:56
Compare
Choose a tag to compare

4.3.0 (2024-06-09)

Features

  • unsetcompact: adds special [] syntax to unsetCompact (a06396a)
  • working on unset algorithm (8f8c9b0)

Performance Improvements

  • unsetcompact: avoids recursion for trailing [] notation (3d888ba)

v4.2.0

27 May 16:06
Compare
Choose a tag to compare

4.2.0 (2024-05-27)

Bug Fixes

  • 🐛 Fixes potential circular object (128bb0c)
  • 🐛 Updates types (cf1c777)

Features

  • 🎸 Builds data object from useInertiaInput (fa74815)

v4.1.0

23 May 01:00
Compare
Choose a tag to compare

4.1.0 (2024-05-23)

Features

  • useinertiainput: exports UseInertiaInputProps (6e63ef2)

v4.0.0

21 May 17:03
Compare
Choose a tag to compare

4.0.0 (2024-05-21)

Features

  • 🎸 Clears errors on an input when the value changes (aaca443)
  • 🎸 Updates tests (28da649)

BREAKING CHANGES

  • 🧨 Clears errors by default on value change. Must pass
    clearErrorsOnChange: false to useInertiaInput to disable behavior

v3.7.0

03 May 19:33
Compare
Choose a tag to compare

3.7.0 (2024-05-03)

Features

  • input: makes Input more extensible (406e6c6)

v3.6.0

02 May 20:45
Compare
Choose a tag to compare

3.6.0 (2024-05-02)

Features

  • usedynamicinputs: adds support for a plain object override (08698f5)

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)