Skip to content

Commit 1cc1471

Browse files
Version Packages (#1506)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hunter Johnston <64506580+huntabyte@users.noreply.github.com>
1 parent 9d04db3 commit 1cc1471

14 files changed

+35
-63
lines changed

.changeset/afraid-walls-wash.md

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

.changeset/clean-squids-hammer.md

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

.changeset/eight-owls-dig.md

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

.changeset/every-buttons-strive.md

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

.changeset/four-bugs-count.md

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

.changeset/full-bushes-hide.md

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

.changeset/happy-socks-wash.md

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

.changeset/metal-windows-sort.md

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

.changeset/mighty-ladybugs-tell.md

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

.changeset/slow-buckets-cross.md

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

.changeset/whole-radios-slide.md

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

.changeset/young-chicken-shave.md

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

packages/bits-ui/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
(Had to publish 2.1.0 instead of 2.0.0 as someone published 2.0.x to NPM many years ago)
6+
7+
### Major Changes
8+
9+
- breaking: bump minimum Svelte peer dependency to `^5.33.0` to support [Attachments](https://svelte.dev/docs/svelte/svelte-attachments) and ][$props.id()](<https://svelte.dev/docs/svelte/$props#$props.id()>). ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
10+
11+
- breaking: `@internationalized/date` is now a required peer dependency. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
12+
13+
### Minor Changes
14+
15+
- feat(Slider): add `Slider.ThumbLabel` for rendering a label positioned relative to a `Slider.Thumb`. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
16+
17+
- feat(Slider): add `Slider.TickLabel` for rendering a label positioned relative to a `Slider.Tick`. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
18+
19+
- feat(Slider): introduce `tickItems` snippet prop to `Slider.Root` as a replacement for `ticks` which is now deprecated. Prefer `tickItems` going forward. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
20+
21+
- feat(Slider): support discrete step values via `steps`: `number[] | number` on `Slider.Root`. If an array is passed, it defines the selectable values directly, and `min`/`max` default to the array's bounds. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
22+
23+
- feat: add `TimeField` component for time input with segmented control and full keyboard support. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
24+
25+
- feat(Slider): introduce the `tickItems` snippet prop on `Slider.Root` as a replacement for the now-deprecated `ticks`, enabling a more flexible API that better supports rendering `TickLabels`. Prefer `tickItems` going forward. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
26+
27+
- feat: add `TimeRangeField` component for selecting a start and end time. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
28+
29+
- feat(Slider): introduce the `thumbItems` snippet prop on `Slider.Root` as a replacement for the now-deprecated `thumbs`, enabling a more flexible API that better supports rendering `ThumbLabels`. Prefer `thumbItems` going forward. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
30+
31+
- feat(Slider): add `trackPadding` prop to `Slider.Root` as an SSR-friendly alternative to `thumbPositioning="contain"`, which requires client-side measurement. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
32+
33+
### Patch Changes
34+
35+
- fix(Button): add missing fallback to `null` for `ref` prop to align with other components. ([#1494](https://github.com/huntabyte/bits-ui/pull/1494))
36+
337
## 1.8.0
438

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

0 commit comments

Comments
 (0)