Skip to content

Releases: huntabyte/bits-ui

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)

bits-ui@2.14.0

19 Oct 02:11
42e85b7

Choose a tag to compare

Minor Changes

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

bits-ui@2.13.1

18 Oct 22:24
82e8c3d

Choose a tag to compare

Patch Changes

  • fix(ContextMenu): left clicking the trigger when open should register as outside click event (#1848)

bits-ui@2.13.0

18 Oct 21:26
90a24e6

Choose a tag to compare

Minor Changes

  • feat(Menu): expose openDelay prop on *Menu.SubTrigger to control open delay (#1845)

bits-ui@2.12.0

18 Oct 14:16
1c75cec

Choose a tag to compare

Minor Changes

  • feat(AlertDialog): add nested attributes and CSS vars for better styling of nested dialogs (#1841)

  • feat(Dialog): add nested attributes and CSS vars for better styling of nested dialogs (#1841)

bits-ui@2.11.8

16 Oct 21:42
aca192a

Choose a tag to compare

Patch Changes

  • fix(Command): allow selection of the initial value when passed as the value prop (#1837)

  • fix(Select): prevent interrupting scroll when virtual select items are added (#1830)

  • chore: update runed and svelte-toolbelt (#1838)

bits-ui@2.11.7

16 Oct 01:29
f5dd8e0

Choose a tag to compare

Patch Changes

  • fix(ContextMenu): not opening under certain conditions (#1831)