Skip to content

Commit 9acb2a5

Browse files
committed
Version 21.8.0
1 parent 85d2c68 commit 9acb2a5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
- [] ([#](https://github.com/airbnb/react-dates/pull/))
55
-->
66

7+
## 21.8.0
8+
9+
- [new] Add option to allow days violating min nights to be clicked ([#1913](https://github.com/airbnb/react-dates/pull/1913))
10+
- [fix] Prevent vertical scrollable prev nav button from overlapping weekday headers ([#1914](https://github.com/airbnb/react-dates/pull/1914))
11+
712
## 21.7.2
813
- [fix] Add tests for previous fix ([#1912](https://github.com/airbnb/react-dates/pull/1912))
914

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dates",
3-
"version": "21.7.2",
3+
"version": "21.8.0",
44
"description": "A responsive and accessible date range picker component built with React",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)