Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 01:40
· 25 commits to main since this release
0e15d8f

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)