Minor Changes
- 
feat: expose
minprop onProgress.Rootto specify a custom minimum value for the progress bar (defaults to0) (#1193) - 
feat: apply
data-indeterminatetoProgress.Rootwhen thevalueisnullfor easier styling of indeterminate state (#1193) - 
feat: apply
data-minattribute toProgress.Rootfor custom styling based on the minimum value of the progress bar (#1193) 
Patch Changes
- 
fix: don't apply
aria-valuenowanddata-valueattributes whenProgress.Root'svalue === null(#1193) - 
fix: remove invalid
maxattribute applied to theProgress.Rootelement as it is redundant toaria-valuemax(#1193) - 
fix: bug causing
disableCloseOnTriggerClickto not be respected inTooltip(#1191) - 
fix: removed improperly exposed/unused
onCloseAutoFocusprop fromCombobox.Content/ContentStaticandSelect.Content/ContentStatic(#1191) - 
fix: change
Progress.Rootrolefrom"meter"to"progressbar"to improve accessibility (#1193)