Skip to content

Releases: JedWatson/react-select

react-select@5.8.0

06 Nov 09:38
17ab36e
Compare
Choose a tag to compare

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

02 Oct 03:58
b53e647
Compare
Choose a tag to compare

Patch Changes

react-select@5.7.6

02 Oct 03:11
d598ac6
Compare
Choose a tag to compare

Patch Changes

react-select@5.7.5

20 Sep 23:32
b284329
Compare
Choose a tag to compare

Patch Changes

react-select@5.7.4

13 Jul 13:58
011a9d9
Compare
Choose a tag to compare

Patch Changes

react-select@5.7.3

03 May 04:16
a465818
Compare
Choose a tag to compare

Patch Changes

react-select@5.7.2

22 Mar 17:17
1bbbc47
Compare
Choose a tag to compare

Patch Changes

react-select@5.7.1

20 Mar 11:20
11a7b34
Compare
Choose a tag to compare

Patch Changes

react-select@5.7.0

01 Dec 02:10
c350a12
Compare
Choose a tag to compare

Minor Changes

react-select@5.6.1

14 Nov 21:38
5f52869
Compare
Choose a tag to compare

Patch Changes