Enhancements
- Replaced hardcoded
paddingormarginvalues with spacing tokens (#5528) - Added
border-width-4andborder-width-5tokens and replaced hardcoded values (#5528) - Replaced any hardcoded
outline-widthwithborder-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
768pxbreakpoint mixins and variables with custom media conditions (#5629) - Added
customListIdprop toListbox(5627) - Pass
domIdas an argument toonActiveOptionChangeprop onListbox(5627) - Adding min-height to
Popover.Panewhen thePopovercontains aheightprop (#5685) - Adjusted a hardcoded
paddingvalue forFileUploadand replaced it with a spacing token (#5675) - Added
disableprop to the action groups title of the Page header (#5702) - Added
onClickprop to the action groups title of the Page header (#5751)
Bug fixes
- Used prop-provided
selectablevalue inIndexTable(#5661) - Fixed passing inline styles to the root element of the
CustomPropertiescomponent (#5661) - Replaced incorrect usage of
aria-expandedonCollapsiblewitharia-hidden(#5661) - Removed usage of deprecated and removed in v18 React types (#5704)
- Fixed
plain-button-backdropbackground color on colored backgrounds (#5687) - Fixed scrolling bug in DataTable sticky header (#5700)
Documentation
- Added wrapper with height on
Comboboxexample for autocomplete with loading (#5624)
Dependency upgrades
- Removed
lodash(#5544) - Uses more permissive dependency for
@types/reactand@types/react-dom(#5575)
Code quality
- Replaced
skeleton-contentandthumbnail-sizemixins with css values (#5630)