Releases: aviemet/useInertiaForm
Releases · aviemet/useInertiaForm
v4.6.0
03 Apr 18:11
Compare
Sorry, something went wrong.
No results found
4.6.0 (2025-04-03)
Features
🎸 changes lodash to es-toolkit (bc84730 ), closes #39
v4.5.0
07 Jan 01:04
Compare
Sorry, something went wrong.
No results found
4.5.0 (2025-01-07)
Features
🎸 fixes support for async form submission (23b162e )
fixes async submit not applying transofmration or attributes rewrites (5113126 )
v4.4.0
03 Jan 00:41
Compare
Sorry, something went wrong.
No results found
4.4.0 (2025-01-03)
Features
v4.3.3
06 Dec 20:58
Compare
Sorry, something went wrong.
No results found
4.3.3 (2024-12-06)
Bug Fixes
properly generates dist files, updates yarn (a0b987e )
v4.3.1
09 Jun 18:22
Compare
Sorry, something went wrong.
No results found
4.3.1 (2024-06-09)
Bug Fixes
uses unsetCompact for Form filter prop (e5947ae )
v4.3.0
09 Jun 17:56
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
4.2.0 (2024-05-27)
Bug Fixes
Features
🎸 Builds data object from useInertiaInput (fa74815 )
v4.1.0
23 May 01:00
Compare
Sorry, something went wrong.
No results found
4.1.0 (2024-05-23)
Features
useinertiainput: exports UseInertiaInputProps (6e63ef2 )
v4.0.0
21 May 17:03
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
3.7.0 (2024-05-03)
Features
input: makes Input more extensible (406e6c6 )