Skip to content

Commit 1e96e14

Browse files
Version Packages (#1394)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 739edeb commit 1e96e14

File tree

8 files changed

+19
-31
lines changed

8 files changed

+19
-31
lines changed

.changeset/cool-beans-eat.md

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

.changeset/fresh-gifts-bathe.md

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

.changeset/stale-toys-promise.md

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

.changeset/thick-ducks-train.md

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

.changeset/warm-onions-kick.md

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

.changeset/young-tomatoes-sit.md

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

packages/bits-ui/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- feat(Combobox): add `delay` prop to scroll buttons for custom scroll delay ([#1395](https://github.com/huntabyte/bits-ui/pull/1395))
8+
9+
- feat(Select): add `delay` prop to scroll buttons for custom scroll delay ([#1395](https://github.com/huntabyte/bits-ui/pull/1395))
10+
11+
### Patch Changes
12+
13+
- fix(Slider): update tick position calculation for consistent scaling ([#1375](https://github.com/huntabyte/bits-ui/pull/1375))
14+
15+
- chore(Popover): export `PopoverPortalPropsWithoutHTML` from Popover types ([#1397](https://github.com/huntabyte/bits-ui/pull/1397))
16+
17+
- fix(FocusScope): safely call onCloseAutoFocus handler if defined ([#1366](https://github.com/huntabyte/bits-ui/pull/1366))
18+
19+
- fix(Select): ensure `scrollAlignment` prop is used (if provided) when scrolling ([#1390](https://github.com/huntabyte/bits-ui/pull/1390))
20+
321
## 1.3.19
422

523
### 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": "1.3.19",
3+
"version": "1.4.0",
44
"license": "MIT",
55
"repository": "github:huntabyte/bits-ui",
66
"funding": "https://github.com/sponsors/huntabyte",

0 commit comments

Comments
 (0)