Skip to content

Commit

Permalink
Updated README with Major Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
v0ltoz committed Jun 30, 2019
1 parent 742fbbf commit b79a669
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ It has been designed currently to work with React Version 15

The current version is compatible with Firefox 34+ and Chrome 40+ (May work but not widely tests on earlier versions)

## Version 1.0.1 Release (30-06-19) -- Major Change

With the release of this version comes a major change to the default vanilla behaviour of the date time picker. Default behaviour is now
non smart mode. Smart mode must be enabled via the use of the smart mode property. Also by default smart mode will be optimised for forward
searching. Use pastSearchFriendly to optimise for past searching.

## Setup
Run the following command:
```bash
Expand Down
2 changes: 1 addition & 1 deletion src/Wrapper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Wrapper extends React.Component {
}
return (
<div>
<div onClick={this.onClick}>Click Me to test the vanilla picker</div>
<div onClick={this.onClick}>Click Me to test the smart mode picker</div>
<div>Local settings chosen for this demo are = "DD-MM-YYYY HH:mm" with Monday the first day of the week </div>
<br />
<DateTimeRangeContainer
Expand Down

0 comments on commit b79a669

Please sign in to comment.