Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Sep 13, 2024
1 parent 82d889e commit 83a9901
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ description: All notable changes will be documented in this file.

### Added

- **Frame (Preview)**: Added `Frame` component for rendering components inside an iframe.
- **Frame (Preview)**: Introduced the `Frame` component for rendering content within an iframe.
- **Timer (Preview)**: Added `Area` and `Control` parts to improve structure and anatomy.

### Fixed

- **Combobox**: Resolved an issue where the highlighted item remained persistent when the list of items was empty.

## [3.11.1] - 2024-09-11

Expand Down
7 changes: 6 additions & 1 deletion packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ description: All notable changes will be documented in this file.

### Added

- **Frame (Preview)**: Added `Frame` component for rendering components inside an iframe.
- **Frame (Preview)**: Introduced the `Frame` component for rendering content within an iframe.
- **Timer (Preview)**: Added `Area` and `Control` parts to improve structure and anatomy.

### Fixed

- **Combobox**: Resolved an issue where the highlighted item remained persistent when the list of items was empty.

## [3.11.0] - 2024-09-10

Expand Down
7 changes: 6 additions & 1 deletion packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ description: All notable changes will be documented in this file.

### Added

- **Frame (Preview)**: Added `Frame` component for rendering components inside an iframe.
- **Frame (Preview)**: Introduced the `Frame` component for rendering content within an iframe.
- **Timer (Preview)**: Added `Area` and `Control` parts to improve structure and anatomy.

### Fixed

- **Combobox**: Resolved an issue where the highlighted item remained persistent when the list of items was empty.

## [3.12.1] - 2024-09-11

Expand Down

0 comments on commit 83a9901

Please sign in to comment.