Skip to content

@itwin/itwinui-react@3.9.0

Compare
Choose a tag to compare
@imodeljs-admin imodeljs-admin released this 16 Apr 19:15
· 268 commits to main since this release
a09cd4b

Minor Changes

  • #1994: Added role="toolbar" support to ButtonGroup. Use this to enable the toolbar pattern, with arrow-key navigation functionality.

    <ButtonGroup role="toolbar">
  • #1986: tableFilters.DateRangeFilter now accepts showYearSelection to enable year-selection buttons.

    tableFilters.DateRangeFilter({ showYearSelection: true });
  • #1971: Added a new stretched prop to Button to allow it to span the full width of its container.

  • #1996: Anchor elements inside Text will now be underlined by default.

Patch Changes

  • #1997: Fixed an issue where draggable Dialog was overriding its intrinsic size after mount.
  • #1981: Fixed jest detection logic to correctly exit from scenarios that should not be executed in unit test environments.
  • #1982: Fixed an issue where some components (such as InputGroup) were trying to render undefined, which is not supported in React 17.
  • #1986: Updated the date pickers in tableFilters.DateRangeFilter to not display dates outside the current month.