Skip to content

Bump react-select from 5.7.4 to 5.8.0

Bumps react-select from 5.7.4 to 5.8.0.

Release notes

Sourced from react-select's releases.

react-select@5.8.0

Minor Changes

  • 884f1c42 #5758 Thanks @​Ke1sy! - 1. Added 'aria-activedescendant' for input and functionality to calculate it;

    1. Added role 'option' and 'aria-selected' for option;
    2. Added role 'listbox' for menu;
    3. Added tests for 'aria-activedescendant';
    4. Changes in aria-live region:
    • the instructions how to use select will be announced only one time when user focuses the input for the first time.
    • instructions for menu or selected value will be announced only once after focusing them.
    • removed aria-live for focused option because currently with correct aria-attributes it will be announced by screenreader natively as well as the status of this option (active or disabled).
    • separated ariaContext into ariaFocused, ariaResults, ariaGuidance to avoid announcing redundant information and higlight only current change.

react-select@5.7.7

Patch Changes

react-select@5.7.6

Patch Changes

react-select@5.7.5

Patch Changes

Commits

Merge request reports