Releases: aviemet/useInertiaForm
Releases · aviemet/useInertiaForm
v4.6.0
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
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
Compare
Sorry, something went wrong.
No results found
4.4.0 (2025-01-03)
Features
v4.3.3
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
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
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
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
Compare
Sorry, something went wrong.
No results found
4.1.0 (2024-05-23)
Features
useinertiainput: exports UseInertiaInputProps (6e63ef2 )
v4.0.0
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
Compare
Sorry, something went wrong.
No results found
3.7.0 (2024-05-03)
Features
input: makes Input more extensible (406e6c6 )