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 ed93c68 commit 01118f0Copy full SHA for 01118f0
CHANGELOG.md
@@ -9,7 +9,15 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
9
10
When you submit a PR, add your changes here!
11
12
-### Added
+## 0.15.7
13
+
14
+This release contains a lot of code cleanup as well as an API change to the `itemRenderer` prop.
15
16
+### Fixed
17
18
+* peerDependency warning if using React 16 #187
19
20
+ ### Added
21
22
* `timelineContext` is provided to `itemRenderer` #233
23
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-calendar-timeline",
3
- "version": "0.15.6",
+ "version": "0.15.7",
4
"description": "react calendar timeline",
5
"main": "lib/index.js",
6
"module": "src/index.js",
0 commit comments