We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c878ad commit 74a3790Copy full SHA for 74a3790
CHANGELOG.md
@@ -4,6 +4,9 @@
4
- [] ([#](https://github.com/airbnb/react-dates/pull/))
5
-->
6
7
+## 19.0.4
8
+- [fix] Added `selected` aria label to dates in the selected range ([#1555](https://github.com/airbnb/react-dates/pull/1555))
9
+
10
## 19.0.3
11
- [fix] Fix date selection in the SDP ([#1540](https://github.com/airbnb/react-dates/pull/1540))
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-dates",
3
- "version": "19.0.3",
+ "version": "19.0.4",
"description": "A responsive and accessible date range picker component built with React",
"main": "index.js",
"scripts": {
0 commit comments