We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36103a2 commit b7e6413Copy full SHA for b7e6413
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+## Version 4.1.4
5
+*(2020-02-06)*
6
+- Fixed: `goToHour(hour)` scrolled to the wrong time if `minHour` was set.
7
+- Changed: `goToHour(hour)` now throws an `IllegalArgumentException` if `hour` is outside of the time range constructed by `minHour` and `maxHour`.
8
+
9
+Thanks for reporting the issue, [Mkryglikov](https://github.com/Mkryglikov)!
10
11
## Version 4.1.3
12
*(2020-01-30)*
13
- Fixed: Clicks on event chips weren't recognized after zooming in some cases.
0 commit comments