diff --git a/.changeset/pre.json b/.changeset/pre.json index cf262e1b6..cd1679f38 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -17,6 +17,7 @@ "lucky-chefs-learn", "many-clouds-clean", "many-pandas-fly", + "mighty-chefs-cheer", "moody-islands-chew", "odd-games-guess", "pink-eyes-begin", @@ -28,6 +29,7 @@ "slimy-mails-argue", "soft-comics-sort", "tame-ads-heal", + "weak-ducks-brush", "yellow-dodos-design" ] } diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 2cac21030..40920eacb 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # bits-ui +## 1.0.0-next.18 + +### Patch Changes + +- Breaking: replace existing `Select` implementation with `Listbox` and remove standalone `Listbox` as `Select` now has the exact functionality ([#769](https://github.com/huntabyte/bits-ui/pull/769)) + +- Add support for typeahead select when the trigger is focused and content is closed via the `items` prop on `Select.Root`. ([#769](https://github.com/huntabyte/bits-ui/pull/769)) + ## 1.0.0-next.17 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index bd8b9ed5e..cf2ad1900 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "1.0.0-next.17", + "version": "1.0.0-next.18", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",