Skip to content

Releases: huntabyte/bits-ui

bits-ui@2.18.0

17 Apr 17:03
8435594

Choose a tag to compare

Minor Changes

  • feat(Select): Add <Select.Value/> component (#2026)

  • feat(PinInput): add bindable inputRef on PinInput.Root (#2028)

bits-ui@2.17.3

08 Apr 15:34
a6ee9ae

Choose a tag to compare

Patch Changes

  • fix(ContextMenu): treat outside interactions correctly for nested floaters inside the trigger (#2020)

bits-ui@2.17.2

05 Apr 02:41
514ba23

Choose a tag to compare

Patch Changes

  • fix(ContextMenu): prevent left-click on nested context-menu triggers from dismissing parent layers (#2019)

  • fix(Slider): use ResizeObserver to recompute thumb positioning (#2015)

  • fix(TimeField): preserve current AM/PM when typing the hour in 12-hour mode so PM values no longer flip to AM (#2016)

  • fix(HiddenInput): prevent page scroll in nested overflow layouts by anchoring the visually hidden input at top-left (#2018)

bits-ui@2.17.1

05 Apr 00:28
8a6727f

Choose a tag to compare

Patch Changes

  • fix(MenuSubTriggerState): handle open delay correctly (#2013)

bits-ui@2.17.0

04 Apr 18:47
e9eec93

Choose a tag to compare

Minor Changes

  • feat: support CSS transitions (#2010)

Patch Changes

  • fix(ContextMenu): nested submenus not opening (#2010)

  • fix(Menu): exit animations not firing on close (#2010)

  • improve(Menu): safe area handling (#2010)

  • perf(PresenceLayer): simplify and improve efficiency (#2010)

bits-ui@2.16.5

30 Mar 17:33
f4fc532

Choose a tag to compare

Patch Changes

  • fix(DateField): onbeforeinput handling (#1990)

  • fix(Select): scroll jumping (#2005)

  • fix(Tooltip): skip delay race condition with multiple tooltips (#2002)

  • fix(NavigationMenu): delay hover close; add leave-delay regression test (#1983)

bits-ui@2.16.4

27 Mar 02:00
d3a5f7e

Choose a tag to compare

Patch Changes

  • fix: menu not ignoring onCloseAutoFocus when closed as another focus scope (#1999)

  • fix: floating layer bouncing on scroll (#1997)

bits-ui@2.16.3

04 Mar 18:23
09e12e7

Choose a tag to compare

Patch Changes

  • fix: floating content exit animations (#1980)

  • fix(Tooltip): improve transit handling from trigger to content (#1981)

bits-ui@2.16.2

22 Feb 01:56
d93334a

Choose a tag to compare

Patch Changes

  • fix(TimeField): prevent mobile keyboard input from appending raw characters to the day period (AM/PM) segment by handling beforeinput events (#1970)

bits-ui@2.16.1

19 Feb 20:07
86bb60a

Choose a tag to compare

Patch Changes

  • fix(FloatingLayer): prevent floating content from visibly jumping to the viewport origin when its reference becomes hidden by ignoring detached/hidden-anchor position updates until close completes (#1964)