Skip to content

Commit

Permalink
Bumps to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arqex committed Sep 19, 2020
1 parent bffbee9 commit fe50145
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
Changelog
=========
## 3.0.0
## 3.0.1
* Big refactor, the state is not derived from the props after every update.
* `disableCloseOnClickOutside` prop is now `closeOnClickOutside` (avoid double negations).
* `onBlur` and `onFocus` are renamed to `onClose` and `onOpen` since they had nothing to do with the blur event and it was misleading some users. If we want to listen to the input's `onBlur` and `onFocus` use `inputProps`.
Expand All @@ -18,6 +18,9 @@ Changelog
* Not depending on gulp to create the build anymore
* Updated most of the dependencies.

## 3.0.0
- This version was published by error and can't be overriden. The first release for v3 branch is 3.0.1

## 2.16.2
* Turns moment timezone peer dependency in a runtime error when missing using `displayTimezone`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-datetime",
"version": "3.0.0",
"version": "3.0.1",
"description": "A lightweight but complete datetime picker React.js component",
"homepage": "https://github.com/arqex/react-datetime",
"repository": {
Expand Down

0 comments on commit fe50145

Please sign in to comment.