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 473a1df commit 95680aeCopy full SHA for 95680ae
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
7
8
## Unreleased
9
10
+## 0.26.7
11
+
12
+* fix scrolling with trackpad @ilaiwi #679
13
+* remove duplicate proptype validation in `TimelineStateContext` @xat
14
15
## 0.26.6
16
17
* fix `visibleTimeStart`, `visibleTimeEnd` and `onTimeChange` not working as expected in controlled mode @ilaiwi
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-calendar-timeline",
3
- "version": "0.26.6",
+ "version": "0.26.7",
4
"description": "react calendar timeline",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments