Enhancements
- Updated
Listbox
to only scroll when active option outside of view (#5401) - Added visual density updates to
Tag
component for mobile view (#5353) - Added visual density updates to
Tag
component (#5312) - Added
ReactNode
as an accepted prop type tosecondaryActions
on thePage
component (#5258) - Added
useCapture
andoptions
props inKeypressListener
to allow passing through those options to the underlyingaddEventListener
call (#5221) - Add option to make
Thumbnail
component transparent (#5109) - Replaced hard coded
transition
values with tokens (5340) - Replaced hard coded
font-size
andline-height
values 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-width
values with tokens, replaced sass var with css custom property, removed unused sass vars, and updatedBanner
Secondary action styles (5389) - Created
icon-attention
andsurface-attention
color tokens (5389) - Increased token coverage by removing unnecessary
transitions
andanimations
with 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
Combobox
andListbox
(#5298) - Fixed accessibility issues and logic to set active descendant in
Listbox
(#5297) - Fixed alignment of right-hand side of
Header
inPage
(#5390) - Fixed
disabled
Listbox.TextOption
not settingdisabled
on theCheckbox
rendered whenallowMultiple
istrue
(#5428)
Dependency upgrades
Code quality
- Replace
calc()
with space token equivalent (#5295)