Skip to content

Commit

Permalink
docs: add next changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Nov 27, 2024
1 parent 8161a05 commit 24a0112
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ All notable changes to this project will be documented in this file.

See the [Changesets](./.changeset) for the latest changes.

## [0.78.0](./#0.78.0) - 2024-11-27

### Fixed

- **Presence, Collapsible**: Fix memory leak where machine might hold on to the element and it's styles after element is
unmounted

- **Svelte**: Fix issue where `mergeProps` doesn't merge styles correctly

### Added

- **Angle Slider [NEW]**: Add new angle slider component to allow for selecting an angle between 0 and 360 degrees.

- **Combobox**: Add `syncSelectedItems` api to allow rehydrating the select items after fetching from async items.

- **ColorPicker**: Add support for `invalid` and `openAutoFocus` props.

## [0.77.1](./#0.77.1) - 2024-10-29

### Fixed
Expand Down

0 comments on commit 24a0112

Please sign in to comment.