Skip to content

Commit

Permalink
changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-taran committed Jul 22, 2023
1 parent cb93560 commit 8f231d0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

All notable changes to this project will be documented in this file.

## [9.0.1] - 2023-07-22

### Breaking Changes

- Modified the `preventSubmit` option, which now accepts enum values for more granular control. Previously a boolean, it now accepts `Never` (form submission is not prevented), `Always` (form submission is always prevented), and `OnSelect` (form submission is only prevented when a value is selected in dropdown).

## [9.0.0] - 2023-07-21
## [9.0.0] - 2023-07-22

### Added

Expand All @@ -17,6 +11,7 @@ All notable changes to this project will be documented in this file.
### Breaking Changes

- Due to the above optimization, the `render` and `renderGroup` functions will now only be invoked on the initial render and when text in the autocomplete changes.
- Modified the `preventSubmit` option, which now accepts enum values for more granular control. Previously a boolean, it now accepts `Never` (form submission is not prevented), `Always` (form submission is always prevented), and `OnSelect` (form submission is only prevented when a value is selected in dropdown).

## [8.0.4] - 2023-06-13

Expand Down

0 comments on commit 8f231d0

Please sign in to comment.