Skip to content

Commit

Permalink
Merge pull request #514 from hypeserver/kamyar/1.4.0-prep
Browse files Browse the repository at this point in the history
v1.4.0 prep
  • Loading branch information
kamyar committed Sep 11, 2021
2 parents d7e32b6 + 9074b12 commit 3d5be33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.4.0

### Added
- `calendarFocus` prop: Whether calendar focus month should be forward-driven or backwards-driven. can be `forwards` or `backwards` (Default: `forwards`)
- `preventSnapRefocus` prop: prevents unneceessary refocus of shown range on selection. (Default: `false`)

## 1.3.0

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-date-range",
"version": "1.3.0",
"version": "1.4.0",
"description": "A React component for choosing dates and date ranges.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3d5be33

Please sign in to comment.