Releases: huntabyte/bits-ui
bits-ui@1.3.6
Patch Changes
-
fix(Calendar): ensure outside days are not focusable when
disableOutsideDays
istrue
(#1264) -
fix(Range Calendar): ensure outside days are not focusable when
disableOutsideDays
istrue
(#1264) -
fix: ensure default placeholder is not a disabled date, which would prevent users from navigating the calendar using tab/keyboard (#1264)
bits-ui@1.3.5
Patch Changes
- fix: Checkboxes within a group not reflecting correct
checked
state during SSR (#1254)
bits-ui@1.3.4
Patch Changes
- fix: ensure all hidden inputs are not in the tab order (#1245)
bits-ui@1.3.3
Patch Changes
- fix:
Switch
hidden input receiving focus (#1243)
bits-ui@1.3.2
bits-ui@1.3.1
bits-ui@1.3.0
Minor Changes
- New Component:
Meter
documentation (#1199)
Patch Changes
- fix: issue where
RadioGroup
tabindex wasn't calculated before other focus logic kicks in, causing a value to be unintentionally overwritten (#1200)
bits-ui@1.2.1
bits-ui@1.2.0
Minor Changes
-
feat: expose
min
prop onProgress.Root
to specify a custom minimum value for the progress bar (defaults to0
) (#1193) -
feat: apply
data-indeterminate
toProgress.Root
when thevalue
isnull
for easier styling of indeterminate state (#1193) -
feat: apply
data-min
attribute toProgress.Root
for custom styling based on the minimum value of the progress bar (#1193)
Patch Changes
-
fix: don't apply
aria-valuenow
anddata-value
attributes whenProgress.Root
'svalue === null
(#1193) -
fix: remove invalid
max
attribute applied to theProgress.Root
element as it is redundant toaria-valuemax
(#1193) -
fix: bug causing
disableCloseOnTriggerClick
to not be respected inTooltip
(#1191) -
fix: removed improperly exposed/unused
onCloseAutoFocus
prop fromCombobox.Content/ContentStatic
andSelect.Content/ContentStatic
(#1191) -
fix: change
Progress.Root
role
from"meter"
to"progressbar"
to improve accessibility (#1193)
bits-ui@1.1.0
(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.