Skip to content

Releases: huntabyte/bits-ui

[email protected]

05 Jan 20:05
f47bf44

Choose a tag to compare

Patch Changes

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

[email protected]

05 Jan 16:56
ef8db53

Choose a tag to compare

Patch Changes

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

[email protected]

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)

[email protected]

03 Jan 04:06
649fd08

Choose a tag to compare

Patch Changes

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

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

[email protected]

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)

[email protected]

19 Nov 06:41
798d695

Choose a tag to compare

Patch Changes

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

[email protected]

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)

[email protected]

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)

[email protected]

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)

[email protected]

19 Oct 02:11
42e85b7

Choose a tag to compare

Minor Changes

  • feat(Popover): add Popover.Overlay component (#1851)