Skip to content

Commit 6027410

Browse files
committed
0.26.3
1 parent 3309d4f commit 6027410

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 0.26.3
11+
12+
* add documentation for `onItemDeselect` #350 @ilaiwi
13+
* solve a bug where `onItemDeselect` is not triggered as expected for several item clicks #350 @ilaiwi
14+
* fix row height on browser scaling #615 @gaston-niglia
15+
16+
### Packages
17+
18+
update to `[email protected]` for newer versions of node.
19+
1020
## 0.26.2
1121

1222
* render the items layer after columns and rows for layring @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.2",
3+
"version": "0.26.3",
44
"description": "react calendar timeline",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)