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 56a8469 commit 79ce954Copy full SHA for 79ce954
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
7
8
## Unreleased
9
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
18
## 0.22.0
19
20
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-calendar-timeline",
3
- "version": "0.22.0",
+ "version": "0.23.0",
4
"description": "react calendar timeline",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments