From a962202c4cec2c9bd7019f1da8bfe37803a860be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 May 2024 16:39:11 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d620ea5..813dafd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e1af381..11ed435 100644 --- a/package.json +++ b/package.json @@ -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",