Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clean-actors-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-baths-create.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/crazy-vans-follow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-shirts-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wide-cobras-thank.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/bits-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# bits-ui

## 2.17.0

### Minor Changes

- feat: support CSS transitions ([#2010](https://github.com/huntabyte/bits-ui/pull/2010))

### Patch Changes

- fix(ContextMenu): nested submenus not opening ([#2010](https://github.com/huntabyte/bits-ui/pull/2010))

- fix(Menu): exit animations not firing on close ([#2010](https://github.com/huntabyte/bits-ui/pull/2010))

- improve(Menu): safe area handling ([#2010](https://github.com/huntabyte/bits-ui/pull/2010))

- perf(PresenceLayer): simplify and improve efficiency ([#2010](https://github.com/huntabyte/bits-ui/pull/2010))

## 2.16.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bits-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bits-ui",
"version": "2.16.5",
"version": "2.17.0",
"license": "MIT",
"repository": "github:huntabyte/bits-ui",
"funding": "https://github.com/sponsors/huntabyte",
Expand Down