Skip to content

Commit

Permalink
Merge pull request #497 from hypeserver/release/1.3.0
Browse files Browse the repository at this point in the history
1.3.0 updates
  • Loading branch information
kamyar committed Jun 22, 2021
2 parents 17a7900 + e2bc9bc commit 90c59ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.3.0

### Added
- `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.


## 1.2.0

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

0 comments on commit 90c59ac

Please sign in to comment.