Enhancements
- Replaced hardcoded
padding
ormargin
values with spacing tokens (#5528) - Added
border-width-4
andborder-width-5
tokens and replaced hardcoded values (#5528) - Replaced any hardcoded
outline-width
withborder-width
(#5528) - Added the ability to disable specific dates in the
DatePicker
, to go along with date ranges (#5356) - Added breakpoint CSS custom properties and SCSS media conditions (#5558)
- Replaced
768px
breakpoint mixins and variables with custom media conditions (#5629) - Added
customListId
prop toListbox
(5627) - Pass
domId
as an argument toonActiveOptionChange
prop onListbox
(5627) - Adding min-height to
Popover.Pane
when thePopover
contains aheight
prop (#5685) - Adjusted a hardcoded
padding
value forFileUpload
and replaced it with a spacing token (#5675) - Added
disable
prop to the action groups title of the Page header (#5702) - Added
onClick
prop to the action groups title of the Page header (#5751)
Bug fixes
- Used prop-provided
selectable
value inIndexTable
(#5661) - Fixed passing inline styles to the root element of the
CustomProperties
component (#5661) - Replaced incorrect usage of
aria-expanded
onCollapsible
witharia-hidden
(#5661) - Removed usage of deprecated and removed in v18 React types (#5704)
- Fixed
plain-button-backdrop
background color on colored backgrounds (#5687) - Fixed scrolling bug in DataTable sticky header (#5700)
Documentation
- Added wrapper with height on
Combobox
example for autocomplete with loading (#5624)
Dependency upgrades
- Removed
lodash
(#5544) - Uses more permissive dependency for
@types/react
and@types/react-dom
(#5575)
Code quality
- Replaced
skeleton-content
andthumbnail-size
mixins with css values (#5630)