You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Changelog
2
2
=========
3
-
## 3.0.0
3
+
## 3.0.1
4
4
* Big refactor, the state is not derived from the props after every update.
5
5
*`disableCloseOnClickOutside` prop is now `closeOnClickOutside` (avoid double negations).
6
6
*`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`.
@@ -18,6 +18,9 @@ Changelog
18
18
* Not depending on gulp to create the build anymore
19
19
* Updated most of the dependencies.
20
20
21
+
## 3.0.0
22
+
- This version was published by error and can't be overriden. The first release for v3 branch is 3.0.1
23
+
21
24
## 2.16.2
22
25
* Turns moment timezone peer dependency in a runtime error when missing using `displayTimezone`.
0 commit comments