Skip to content

Commit

Permalink
🥼 update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed May 9, 2021
1 parent 604ba16 commit 878fee0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.5.0] - 2021-09-5

### Changed

- `isSubmitSuccessful` will return false when `handleSubmit` callback failed with `Error` or `Promise` reject.
- unmounted input will no longer get validated even with `shouldUnregister: false`

## [7.4.0] - 2021-05-4

### Added
Expand All @@ -8,8 +15,8 @@

```ts
useFormState({
name: 'inputName' // optional and can be array of inputs' name as well
})
name: 'inputName', // optional and can be array of inputs' name as well
});
```

## [7.2.2] - 2021-04-21
Expand Down

0 comments on commit 878fee0

Please sign in to comment.