Skip to content

Commit

Permalink
Version Packages (#5797)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Nov 6, 2023
1 parent 884f1c4 commit 17ab36e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .changeset/blue-kings-serve.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/react-select/CHANGELOG.md
@@ -1,5 +1,21 @@
# react-select

## 5.8.0

### Minor Changes

- [`884f1c42`](https://github.com/JedWatson/react-select/commit/884f1c42549faad7cb210169223b427ad6f0c9fd) [#5758](https://github.com/JedWatson/react-select/pull/5758) Thanks [@Ke1sy](https://github.com/Ke1sy)! - 1. Added 'aria-activedescendant' for input and functionality to calculate it;

2. Added role 'option' and 'aria-selected' for option;
3. Added role 'listbox' for menu;
4. Added tests for 'aria-activedescendant';
5. 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.

## 5.7.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
@@ -1,6 +1,6 @@
{
"name": "react-select",
"version": "5.7.7",
"version": "5.8.0",
"description": "A Select control built with and for ReactJS",
"main": "dist/react-select.cjs.js",
"module": "dist/react-select.esm.js",
Expand Down

0 comments on commit 17ab36e

Please sign in to comment.