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)