Skip to content

Commit 79ce954

Browse files
committed
add change log
1 parent 56a8469 commit 79ce954

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 0.23.0
11+
12+
- improve unit tests coverage #426 - @ilaiwi
13+
- stack items by group #384 - @acemac
14+
- fix bug where `canMove` prop gets ignored #484 - @acemac + @ilaiwi
15+
- fix sidebar re-render when groupHeights do not change #478 - @SDupZ
16+
17+
1018
## 0.22.0
1119

1220
### Fixed

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.22.0",
3+
"version": "0.23.0",
44
"description": "react calendar timeline",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)