Skip to content

Releases: JedWatson/react-select

[email protected]

19 Sep 13:48
a8b8f43
Compare
Choose a tag to compare

Patch Changes

  • dd740ced #5960 Thanks @leonaves! - No longer send pop-value action when multi-select is empty. This correctly resolves typings with that event, where removedValue cannot be undefined.

[email protected]

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.

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Minor Changes