Skip to content

Commit c644b5c

Browse files
author
Kevin Pan
committed
Version 21.7.0
1 parent b9ddf40 commit c644b5c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<!--
44
- [] ([#](https://github.com/airbnb/react-dates/pull/))
55
-->
6+
7+
## 21.7.0
8+
- [fix] Keep scroll position when prev months rendered on vertical scrollable calendar ([#1902](https://github.com/airbnb/react-dates/pull/1902))
9+
- [new] Add ability to not show prev or next navigation buttons ([#1900](https://github.com/airbnb/react-dates/pull/1900))
10+
- [fix] Fix logic for applying default navigation button styling ([#1898](https://github.com/airbnb/react-dates/pull/1898))
11+
612
## 21.6.0
713

814
- [new] Add functionality to see previous months for vertical scrollable calendar ([#1894](https://github.com/airbnb/react-dates/pull/1894))

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.6.0",
3+
"version": "21.7.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)