Skip to content

Releases: huntabyte/bits-ui

bits-ui@2.15.5

29 Jan 18:56
7dba301

Choose a tag to compare

Patch Changes

  • fix(Tooltip): allow overriding trigger tabindex (#1932)

  • fix(Pin Input): keyboard navigation (#1872)

  • fix(ScrollArea): cleanup when pointercapture is lost (#1935)

  • fix(Accordion): allow overriding trigger tabindex (#1932)

  • fix(Presence): optimize animation detection for large DOMs (#1924)

  • fix: floating components should respect style prop (#1934)

  • fix(FocusScope): ensure focus scopes works with only 1 tabbable item (#1933)

bits-ui@2.15.4

05 Jan 20:05
f47bf44

Choose a tag to compare

Patch Changes

  • fix(Popover): openOnHover trigger click while open behavior (#1921)

bits-ui@2.15.3

05 Jan 16:56
ef8db53

Choose a tag to compare

Patch Changes

  • fix(ContextMenu): Ensure props are applied correctly when force mounted (#1919)

bits-ui@2.15.2

04 Jan 00:32
15bd8a2

Choose a tag to compare

Patch Changes

  • fix(Tooltip): content should not have pointer events if disableHoverableContent is true (#1917)

bits-ui@2.15.1

03 Jan 04:06
649fd08

Choose a tag to compare

Patch Changes

  • fix(Tooltip): inconsistent grace area (#1915)

  • fix(LinkPreview): inconsistent grace area (#1915)

bits-ui@2.15.0

03 Jan 03:11
42ffe80

Choose a tag to compare

Minor Changes

  • feat(Popover): add openOnHover prop to Popover.Trigger (#1913)

Patch Changes

  • fix(Checkbox): allow form submission when pressing enter on a checkbox that has type="submit" (#1895)

  • fix(LinkPreview): add customAnchor to LinkPreviewContent type (#1905)

  • fix(ContextMenu): Add side, sideOffset, and align (#1911)

  • fix(imports): resolve circular dependency (#1898)

  • fix: ensure scroll locking respects stable gutter (#1914)

  • fix(Menu): only call onValueChange once per change to CheckboxGroup value (#1902)

bits-ui@2.14.4

19 Nov 06:41
798d695

Choose a tag to compare

Patch Changes

  • fix(Command): scroll initial selected into view (#1896)

bits-ui@2.14.3

10 Nov 20:58
b66883e

Choose a tag to compare

Patch Changes

  • fix(ContextMenu): allow overriding tabindex of trigger (#1887)

  • fix(Calendar, DateField, DatePicker, DateRangeField, DateRangePicker, RangeCalendar): Change default placeholder behaviour to choose the closest available value to current date, in case current date is outside of allowed range by minValue and maxValue. (#1874)

bits-ui@2.14.2

01 Nov 00:23
ab6131d

Choose a tag to compare

Patch Changes

  • added $bindable to menu.root value (#1868)
  • fix(Tooltip): ensure hovering between triggers of the same provider is smooth (#1875)

bits-ui@2.14.1

23 Oct 22:48
5bb38ba

Choose a tag to compare

Patch Changes

  • chore: simplify internals (#1853)

  • fix(DateField): fallback to infer hour cycle from locale (#1859)