Skip to content

Releases: huntabyte/bits-ui

[email protected]

25 Feb 02:57
050d0db
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure all hidden inputs are not in the tab order (#1245)

[email protected]

24 Feb 21:38
103ae5f
Compare
Choose a tag to compare

Patch Changes

  • fix: Switch hidden input receiving focus (#1243)

[email protected]

20 Feb 00:08
1d2fb47
Compare
Choose a tag to compare

Patch Changes

  • fix: Select.Trigger toggle on touch devices (#1219)

  • fix: Popover.Trigger receiving focusable when closed with outside click (#1218)

[email protected]

19 Feb 14:54
6b4eb96
Compare
Choose a tag to compare

Patch Changes

  • fix: issue where selected item in select/combobox wouldnt scroll into view if scroll down button was present on open (#1209)

  • fix: Include data-button-root on <Button/> (#1212)

  • fix: Select.Trigger receiving focus-visible even though it was never interacted with via keyboard (#1209)

[email protected]

17 Feb 20:20
c3393fe
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • fix: issue where RadioGroup tabindex wasn't calculated before other focus logic kicks in, causing a value to be unintentionally overwritten (#1200)

[email protected]

17 Feb 16:56
9207d39
Compare
Choose a tag to compare

Patch Changes

  • fix: issue where Dialog would apply :focus-visible to trigger on close, even if opened and closed via pointer (#1197)

  • fix: DateRangePicker not allowing range selection under certain value conditions (#1195)

[email protected]

17 Feb 01:40
0e15d8f
Compare
Choose a tag to compare

Minor Changes

  • feat: expose min prop on Progress.Root to specify a custom minimum value for the progress bar (defaults to 0) (#1193)

  • feat: apply data-indeterminate to Progress.Root when the value is null for easier styling of indeterminate state (#1193)

  • feat: apply data-min attribute to Progress.Root for custom styling based on the minimum value of the progress bar (#1193)

Patch Changes

  • fix: don't apply aria-valuenow and data-value attributes when Progress.Root's value === null (#1193)

  • fix: remove invalid max attribute applied to the Progress.Root element as it is redundant to aria-valuemax (#1193)

  • fix: bug causing disableCloseOnTriggerClick to not be respected in Tooltip (#1191)

  • fix: removed improperly exposed/unused onCloseAutoFocus prop from Combobox.Content/ContentStatic and Select.Content/ContentStatic (#1191)

  • fix: change Progress.Root role from "meter" to "progressbar" to improve accessibility (#1193)

[email protected]

13 Feb 00:46
d53ec16
Compare
Choose a tag to compare

(NPM doesn't allow us to publish 1.0.0)

Bits UI v1 (Svelte 5). This release includes many breaking changes, bug fixes, and new features. (#469)

Please see the Migration Guide and Documentation to learn more.

[email protected]

12 Feb 23:19
50e329d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • breaking: rename PinInput onPaste to pasteTransformer (#1152)

[email protected]

12 Feb 16:45
3a16171
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: use getAttribute("style") instead of getComputedStyle() when restoring styles on body scroll lock removal (#1045)