Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.7.0...v4.0.0) (2024-05-21)

### Features

* 🎸 Clears errors on an input when the value changes ([aaca443](aaca443))

### BREAKING CHANGES

* 🧨 Clears errors by default on value change. Must pass
`clearErrorsOnChange: false` to `useInertiaInput` to disable behavior
  • Loading branch information
semantic-release-bot committed May 21, 2024
1 parent 08251e6 commit a962202
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0](https://github.com/aviemet/useInertiaForm/compare/v3.7.0...v4.0.0) (2024-05-21)


### Features

* 🎸 Clears errors on an input when the value changes ([aaca443](https://github.com/aviemet/useInertiaForm/commit/aaca443a7a3b05b9988af7a698f353ba5f51883c))


### BREAKING CHANGES

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

# [3.7.0](https://github.com/aviemet/useInertiaForm/compare/v3.6.0...v3.7.0) (2024-05-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-inertia-form",
"version": "3.7.0",
"version": "4.0.0",
"description": "Extra functionality for Inertia.js useForm hook",
"main": "dist/useInertiaForm.js",
"cjs": "dist/useInertiaForm.cjs",
Expand Down

0 comments on commit a962202

Please sign in to comment.