Skip to content

Commit

Permalink
馃摑 docs(changelog): add 7.46.0 changelog (#10881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshyfawn committed Sep 4, 2023
1 parent fecef29 commit e34e96c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [7.46.0] - 2023-09-03

## Added

- Controller `disabled` prop

```jsx
const [disabled, setDisabled] = useState(false)
useController({
disabled
})
```
- Trigger passed names to construct resolver options
- Add `exact` option for array name in `useWatch`

## Changed

- Update `isDirty` when setting `disabled` in `register`

## Fixed
- Prevent `reset` argument mutation

## [7.45.0] - 2023-06-20

## Changed
Expand Down

0 comments on commit e34e96c

Please sign in to comment.