Skip to content

Commit 95680ae

Browse files
committed
0.26.7
1 parent 473a1df commit 95680ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
77

88
## Unreleased
99

10+
## 0.26.7
11+
12+
* fix scrolling with trackpad @ilaiwi #679
13+
* remove duplicate proptype validation in `TimelineStateContext` @xat
14+
1015
## 0.26.6
1116

1217
* fix `visibleTimeStart`, `visibleTimeEnd` and `onTimeChange` not working as expected in controlled mode @ilaiwi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-calendar-timeline",
3-
"version": "0.26.6",
3+
"version": "0.26.7",
44
"description": "react calendar timeline",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)