Skip to content

Commit

Permalink
docs: reword changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikorin committed Feb 13, 2024
1 parent 7a78d4f commit 96be267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/frameworks/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 96be267

Please sign in to comment.