Skip to content

Commit 90c59ac

Browse files
authored
Merge pull request #497 from hypeserver/release/1.3.0
1.3.0 updates
2 parents 17a7900 + e2bc9bc commit 90c59ac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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

77

8+
## 1.3.0
9+
10+
### Added
11+
- `retainEndDateOnFirstSelection` prop: You can prevent the endDate from changing for selections when the startDate is updated. Default behaviour is for endDate to reset which is preserved. This prop makes this configurable.
12+
13+
814
## 1.2.0
915

1016
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-date-range",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A React component for choosing dates and date ranges.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)