Skip to content

Releases: huntabyte/bits-ui

[email protected]

17 Oct 01:03
e1715ce
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Select: add data-placeholder to Select.Trigger when the select doesn't have a value (#778)

[email protected]

17 Oct 00:48
6de27bc
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: issues with body scroll lock not resetting on destroy with no transition time (#775)

  • fix: bug with calendar months sometimes not rendering the first day of the month (#777)

  • breaking: rename onValueChangeEnd to onValueCommit (#774)

[email protected]

16 Oct 23:51
44db2f1
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Breaking: replace existing Select implementation with Listbox and remove standalone Listbox as Select now has the exact functionality (#769)

  • Add support for typeahead select when the trigger is focused and content is closed via the items prop on Select.Root. (#769)

[email protected]

14 Oct 17:34
1a23152
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • update PaginationSnippetProps type (#761)

[email protected]

14 Oct 17:19
2fe4ddf
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • expose currentPage to the Pagination.Root snippets (#759)

[email protected]

08 Oct 00:44
705e7f2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: cleanup a few untracks that were left unhandled (#746)

[email protected]

06 Oct 23:21
bd3e9b8
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • rename various BitsHTMLAttributes types to avoid autocomplete interference with Svelte's HTMLAttributes types (#744)

[email protected]

06 Oct 18:43
3ef6fa9
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Radio Group: allow both arrow up/down and left/right per WAI-ARIA spec (#742)

[email protected]

06 Oct 01:54
d0ec6ca
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • change: don't include open on children snippet props, only child (#737)

[email protected]

05 Oct 19:15
858129b
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: Select trigger refocus in firefox/safari (#735)