Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (29 loc) · 2.34 KB

UNRELEASED.md

File metadata and controls

47 lines (29 loc) · 2.34 KB

Unreleased changes

Use the changelog guidelines to format new entries. 💜

Use the 🤖Skip Changelog label to ignore a failing changelog check in your pull request if you feel the code changes do not warrant a changelog entry.


Breaking changes

Deprecations

New components

Enhancements

  • Improved the performance of ResourceList (#1313)

Bug fixes

  • Fixed ResourceList.Item interaction states from being incorrectly applied (#1312
  • Fixed selected state for date picker in windows high contrast mode (#1342)
  • Added background into media query for Microsoft high contrast to fix skeleton accessibility. (#1341)

Documentation

  • Updated Link accessibility documentation for the external prop to reflect new behavior. (#1347)
  • Added accessibility documentation for VisuallyHidden. (#1348)
  • Added accessibility documentation for TextStyle. (#1350)
  • Added accessibility guidance for Heading and Subheading. (#1351)
  • Added accessibility documentation for List and Stack. (#1353)
  • Added accessibility guidance for DisplayText. (#1354)
  • Added accessibility documentation and guidance for ActionList and OptionList. (#1365)
  • Added accessibility documentation for Card and CalloutCard. (#1366)
  • Added accessibility documentation for Badge. (#1364)

Development workflow

Dependency upgrades

  • Bump react-utilites to remove a transitive dependency on core-js. (#1343)

  • Updated App Bridge to version 1.3.0 (#1349)

Code quality

Deprecations