Enhancements
- Updated
Listboxto only scroll when active option outside of view (#5401) - Added visual density updates to
Tagcomponent for mobile view (#5353) - Added visual density updates to
Tagcomponent (#5312) - Added
ReactNodeas an accepted prop type tosecondaryActionson thePagecomponent (#5258) - Added
useCaptureandoptionsprops inKeypressListenerto allow passing through those options to the underlyingaddEventListenercall (#5221) - Add option to make
Thumbnailcomponent transparent (#5109) - Replaced hard coded
transitionvalues with tokens (5340) - Replaced hard coded
font-sizeandline-heightvalues with tokens (5355) - Replaced hard coded spacing values with tokens (5364)
- Simplified usage of color tokens (5360)
- Increased token coverage by replacing hard coded
border-widthvalues with tokens, replaced sass var with css custom property, removed unused sass vars, and updatedBannerSecondary action styles (5389) - Created
icon-attentionandsurface-attentioncolor tokens (5389) - Increased token coverage by removing unnecessary
transitionsandanimationswith hard coded duration values (5405) - Added optional visual density updates and zebra striping to
DataTable(#5365)
Bug fixes
- Fixed accessibility issues on focus and option create in
ComboboxandListbox(#5298) - Fixed accessibility issues and logic to set active descendant in
Listbox(#5297) - Fixed alignment of right-hand side of
HeaderinPage(#5390) - Fixed
disabledListbox.TextOptionnot settingdisabledon theCheckboxrendered whenallowMultipleistrue(#5428)
Dependency upgrades
Code quality
- Replace
calc()with space token equivalent (#5295)