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
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,17 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
7
7
8
8
## Unreleased
9
9
10
-
* Add unit argument to onZoom and onTimeChange callbacks
10
+
11
+
## 0.28.0
12
+
13
+
* Add unit argument to onZoom and onTimeChange callbacks @hckr#655
11
14
* Add `className` prop to Timeline component to override `react-calendar-timeline` class #682
12
-
* Fix injecting custom vertical line's class names for time periods longer than day
15
+
* support zoom level seconds #835@horizon-plaza
16
+
* custom buffer prop (help with controlled scrolling) @Ilaiwi
17
+
* Fix injecting custom vertical line's class names for time periods longer than day @RafikiTiki
18
+
* fix Context Menu unintentionally disabled by default @dsgipe#769
19
+
* delete props `headerLabelFormats` and `subHeaderLabelFormats` not you can pass `formatLabel` function to `DateHeader` with label width and start and end time of intervals
0 commit comments