Enhancements
- Added
focus-visiblepolyfill and default styles (#3695) - Added
removeUnderlineprop toButtonto remove underline whenplainandmonochromeare true (#3998) - Removed
#AppFrameMainContentlink and updated SkipToContent link to target#AppFrameMaininstead (#3912) - Reset
colorinunstyled-buttonmixin (#4008) - Added
IndexTable / IndexProvidercomponent (#3646) - Added
dataHrefprop toResourceItemwhich gets passed to the mainlielement asdata-href(#3975)
Bug fixes
- Updated examples for
DropZoneso they accept all image types (#3701) (thanks @malanjp for the pull request) - Added focus styles to the dismissiable navigation button in
Frame(#3936) - Fixed virtual cursor leaving dialog in
Modal,NavigationandSheet(#3931) - Fixed
Modalremoving focus from internal elements (#3964) - Simplified output of
Badge's css (#3950) - Fixed click propagation that was preventing the
Tooltipto open when used as suffix on aTextField(#3959) - Made items in
ActionListmore clear in high contrast mode (#3971) - Fixed the MediaCard thumbnail’s corner roundness, so it wouldn’t overflow out of the parent Card (#3974)
- Fixed
Tabslayout issue on browser resize (#3980) - Fixed
ActionListItemnot disabling properly when url prop is passed (#3979) - Update
IndexTable's checkbox header to be aligned with other headers (#3990) - Fixed
CheckableButtonmissing border when focused (#3988) - Fixed accessibility issue on
Tabsdisclosure popover on close (#3994) - Fixed accessibility issue when tabbing into
IndexTable(#4004) - Fixed an issue where inline code would be hard to select (#4005)
- Update
Toastclose button alignment for small views (#4006) - Fixed
Collapsiblebug where animation complete logic was being prematurely triggered by transitions in the children (#4000) - Fixed
IndexTablebug where bulk actions are operable when no rows are selected (#4009) - Fixed
CheckableButtonmissing border when focused (#3987) - Removed all
outlineandborderinstances of-ms-high-contrastas it is non-standard (#3962) - Fixed
Autocompletepopover height not being calculated correctly (#4015)
Documentation
- Added an example for the
onRemoveprop toTagand clarified that no remove button is rendered whenonClickis set (#2987)
Development workflow
- Convert
List,Tabs.List,Connected.ItemandFilter.ConnectedFiltterControl.Itemto be functional components (#3961)