Skip to content

Commit

Permalink
Version 16.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
majapw committed May 14, 2018
1 parent dce2fc4 commit 0f63c16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 16.7.0
- [fix] Force border-radius to be 0 on the inputs ([#1157](https://github.com/airbnb/react-dates/pull/1157))
- [fix] Clear previous min nights modifiers, not current ([#994](https://github.com/airbnb/react-dates/pull/994))
- [fix] Tweak default input styling ([#1158](https://github.com/airbnb/react-dates/pull/1158))
- [fix] Round transform3d values to fix font blur ([#1155](https://github.com/airbnb/react-dates/pull/1155))
- [new] Add `noNavButtons` prop ([#1160](https://github.com/airbnb/react-dates/pull/1160))

## 16.6.1
- [fix] Fix selective disabling of the `DateRangePicker` ([#1116](https://github.com/airbnb/react-dates/pull/1116))
- [fix] Fix `onOutsideClick` refactor ([#1115](https://github.com/airbnb/react-dates/pull/1115))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dates",
"version": "16.6.1",
"version": "16.7.0",
"description": "A responsive and accessible date range picker component built with React",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0f63c16

Please sign in to comment.