ITADN
huntabyte/bits-ui

版本发布 8

bits-ui@2.17.2
? · 2026-04-05

### Patch Changes - fix(ContextMenu): prevent left-click on nested context-menu triggers from dismissing parent layers ([#2019](https://github.com/huntabyte/bits-ui/pull/2019)) - fix(Slider): use ResizeObserver to recompute thumb positioning ([#2015](https://github.com/huntabyte/bits-ui/pull/2015)) - fix(TimeField): preserve current AM/PM when typing the hour in 12-hour mode so PM values no longer flip to AM ([#2016](https://github.com/huntabyte/bits-ui/pull/2016)) - fix(HiddenInput): prevent page scroll in nested overflow layouts by anchoring the visually hidden input at top-left ([#2018](https://github.com/huntabyte/bits-ui/pull/2018))

bits-ui@2.17.1
? · 2026-04-05

### Patch Changes - fix(MenuSubTriggerState): handle open delay correctly ([#2013](https://github.com/huntabyte/bits-ui/pull/2013))

bits-ui@2.16.2
? · 2026-02-22

### Patch Changes - fix(TimeField): prevent mobile keyboard input from appending raw characters to the day period (AM/PM) segment by handling `beforeinput` events ([#1970](https://github.com/huntabyte/bits-ui/pull/1970))

bits-ui@2.15.6
? · 2026-02-17

### Patch Changes - fix(Dialog): remove paint containment ([#1946](https://github.com/huntabyte/bits-ui/pull/1946)) - fix(Popover): remove paint containment ([#1946](https://github.com/huntabyte/bits-ui/pull/1946)) - fix(Menu): remove paint containment ([#1946](https://github.com/huntabyte/bits-ui/pull/1946))

bits-ui@2.15.2
? · 2026-01-04

### Patch Changes - fix(Tooltip): content should not have pointer events if `disableHoverableContent` is `true` ([#1917](https://github.com/huntabyte/bits-ui/pull/1917))

bits-ui@2.15.1
? · 2026-01-03

### Patch Changes - fix(Tooltip): inconsistent grace area ([#1915](https://github.com/huntabyte/bits-ui/pull/1915)) - fix(LinkPreview): inconsistent grace area ([#1915](https://github.com/huntabyte/bits-ui/pull/1915))

bits-ui@2.15.0
? · 2026-01-03

### Minor Changes - feat(Popover): add `openOnHover` prop to `Popover.Trigger` ([#1913](https://github.com/huntabyte/bits-ui/pull/1913)) ### Patch Changes - fix(Checkbox): allow form submission when pressing enter on a checkbox that has `type="submit"` ([#1895](https://github.com/huntabyte/bits-ui/pull/1895)) - fix(LinkPreview): add customAnchor to LinkPreviewContent type ([#1905](https://github.com/huntabyte/bits-ui/pull/1905)) - fix(ContextMenu): Add side, sideOffset, and align ([#1911](https://github.com/huntabyte/bits-ui/pull/1911)) - fix(imports): resolve circular dependency ([#1898](https://github.com/huntabyte/bits-ui/pull/1898)) - fix: ensure scroll locking respects stable gutter ([#1914](https://github.com/huntabyte/bits-ui/pull/1914)) - fix(Menu): only call onValueChange once per change to CheckboxGroup value ([#1902](https://github.com/huntabyte/bits-ui/pull/1902))

bits-ui@2.14.1
? · 2025-10-23

### Patch Changes - chore: simplify internals ([#1853](https://github.com/huntabyte/bits-ui/pull/1853)) - fix(DateField): fallback to infer hour cycle from locale ([#1859](https://github.com/huntabyte/bits-ui/pull/1859))