Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 3d5be33

Browse files
authored
Merge pull request #514 from hypeserver/kamyar/1.4.0-prep
v1.4.0 prep
2 parents d7e32b6 + 9074b12 commit 3d5be33

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 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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

813
## 1.3.0
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-date-range",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A React component for choosing dates and date ranges.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)