diff --git a/packages/frameworks/react/CHANGELOG.md b/packages/frameworks/react/CHANGELOG.md index b091350988..ad58aba39a 100644 --- a/packages/frameworks/react/CHANGELOG.md +++ b/packages/frameworks/react/CHANGELOG.md @@ -11,7 +11,7 @@ description: All notable changes to this project will be documented in this file - Added new `LocaleProvider` component to provide locale context to all components that require it. - Add an optional `index` prop to the `DatePicker.Input` to support multiple inputs. - Add the `DatePicker.PresetTrigger` component -- Add `open.controlled` prop in `ColorPicker`, `DatePicker`, `Dialog`, `HoverCard`, `Menu`, `Popover`, `Select`, and `Tooltip` component to improve a controlled state +- Improve a controlled state in `ColorPicker`, `DatePicker`, `Dialog`, `HoverCard`, `Menu`, `Popover`, `Select`, and `Tooltip` components ### Fixed diff --git a/packages/frameworks/solid/CHANGELOG.md b/packages/frameworks/solid/CHANGELOG.md index a62b251a87..6bcb3e257d 100644 --- a/packages/frameworks/solid/CHANGELOG.md +++ b/packages/frameworks/solid/CHANGELOG.md @@ -12,7 +12,7 @@ description: All notable changes to this project will be documented in this file - Add an optional `index` prop to the `DatePicker.Input` to support multiple inputs. - Add the `DatePicker.PresetTrigger` component - Exported `SelectionDetails` type for `Menu` component -- Add `open.controlled` prop in `ColorPicker`, `DatePicker`, `Dialog`, `HoverCard`, `Menu`, `Popover`, `Select`, and `Tooltip` component to improve a controlled state +- Improve a controlled state in `ColorPicker`, `DatePicker`, `Dialog`, `HoverCard`, `Menu`, `Popover`, `Select`, and `Tooltip` components ### Changed diff --git a/packages/frameworks/vue/CHANGELOG.md b/packages/frameworks/vue/CHANGELOG.md index 5f28b3580e..3280699f42 100644 --- a/packages/frameworks/vue/CHANGELOG.md +++ b/packages/frameworks/vue/CHANGELOG.md @@ -10,7 +10,7 @@ description: All notable changes to this project will be documented in this file - Add an optional `index` prop to the `DatePicker.Input` to support multiple inputs. - Add the `DatePicker.PresetTrigger` component -- Add `open.controlled` prop in `ColorPicker`, `DatePicker`, `Dialog`, `HoverCard`, `Menu`, `Popover`, `Select`, and `Tooltip` component to improve a controlled state +- Improve a controlled state in `ColorPicker`, `DatePicker`, `Dialog`, `HoverCard`, `Menu`, `Popover`, `Select`, and `Tooltip` components ### Changed