@itwin/itwinui-react@3.9.0
imodeljs-admin
released this
16 Apr 19:15
·
268 commits
to main
since this release
Minor Changes
-
#1994: Added
role="toolbar"
support toButtonGroup
. Use this to enable the toolbar pattern, with arrow-key navigation functionality.<ButtonGroup role="toolbar">
-
#1986:
tableFilters.DateRangeFilter
now acceptsshowYearSelection
to enable year-selection buttons.tableFilters.DateRangeFilter({ showYearSelection: true });
-
#1971: Added a new
stretched
prop toButton
to allow it to span the full width of its container. -
#1996:
Anchor
elements insideText
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 renderundefined
, which is not supported in React 17. - #1986: Updated the date pickers in
tableFilters.DateRangeFilter
to not display dates outside the current month.