diff --git a/changelog.md b/changelog.md index fd2be53..87b214a 100644 --- a/changelog.md +++ b/changelog.md @@ -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 @@ -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