Skip to content

Commit 42ffe80

Browse files
Version Packages (#1904)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b7ef741 commit 42ffe80

File tree

9 files changed

+21
-36
lines changed

9 files changed

+21
-36
lines changed

.changeset/curvy-falcons-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-bears-behave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-bottles-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tasty-mice-shine.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tiny-singers-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/true-apples-pick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-hats-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/bits-ui/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# bits-ui
22

3+
## 2.15.0
4+
5+
### Minor Changes
6+
7+
- feat(Popover): add `openOnHover` prop to `Popover.Trigger` ([#1913](https://github.com/huntabyte/bits-ui/pull/1913))
8+
9+
### Patch Changes
10+
11+
- fix(Checkbox): allow form submission when pressing enter on a checkbox that has `type="submit"` ([#1895](https://github.com/huntabyte/bits-ui/pull/1895))
12+
13+
- fix(LinkPreview): add customAnchor to LinkPreviewContent type ([#1905](https://github.com/huntabyte/bits-ui/pull/1905))
14+
15+
- fix(ContextMenu): Add side, sideOffset, and align ([#1911](https://github.com/huntabyte/bits-ui/pull/1911))
16+
17+
- fix(imports): resolve circular dependency ([#1898](https://github.com/huntabyte/bits-ui/pull/1898))
18+
19+
- fix: ensure scroll locking respects stable gutter ([#1914](https://github.com/huntabyte/bits-ui/pull/1914))
20+
21+
- fix(Menu): only call onValueChange once per change to CheckboxGroup value ([#1902](https://github.com/huntabyte/bits-ui/pull/1902))
22+
323
## 2.14.4
424

525
### Patch Changes

packages/bits-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bits-ui",
3-
"version": "2.14.4",
3+
"version": "2.15.0",
44
"license": "MIT",
55
"repository": "github:huntabyte/bits-ui",
66
"funding": "https://github.com/sponsors/huntabyte",

0 commit comments

Comments
 (0)