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 49d5c9e commit fcb824fCopy full SHA for fcb824f
CHANGELOG.md
@@ -7,7 +7,13 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
7
8
## Unreleased
9
10
-# 0.26.4
+## 0.26.5
11
+
12
+* improve performance by:
13
+ - eliminate extra call of layout on state update @ilaiwi
14
+ - eliminate unmounting and mounting of Interval Component @ilaiwi
15
16
+## 0.26.4
17
18
* fix `react-calendar-timeline` not working with `react-hot-loader` #607 @ilaiwi + @westn
19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-calendar-timeline",
3
- "version": "0.26.4",
+ "version": "0.26.5",
4
"description": "react calendar timeline",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments