Releases: aviemet/useInertiaForm
Releases · aviemet/useInertiaForm
v4.4.0
4.4.0 (2025-01-03)
Features
v4.3.3
4.3.3 (2024-12-06)
Bug Fixes
- properly generates dist files, updates yarn (a0b987e)
v4.3.1
4.3.1 (2024-06-09)
Bug Fixes
- uses unsetCompact for Form filter prop (e5947ae)
v4.3.0
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
4.2.0 (2024-05-27)
Bug Fixes
Features
- 🎸 Builds data object from useInertiaInput (fa74815)
v4.1.0
4.1.0 (2024-05-23)
Features
- useinertiainput: exports UseInertiaInputProps (6e63ef2)
v4.0.0
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
3.7.0 (2024-05-03)
Features
- input: makes Input more extensible (406e6c6)
v3.6.0
3.6.0 (2024-05-02)
Features
- usedynamicinputs: adds support for a plain object override (08698f5)
v3.5.0
3.5.0 (2024-04-29)
Features
- usedynamicinputs: adds override option to addInput (91979ce)