Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
update changelog and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Oct 23, 2018
1 parent 70faefe commit b2d040e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.0.8

New Features:
- Add a function that convert an array of dates to an array of data (`Array[{date: Date, count: Number}]`)
- You can custom tooltip's text
- You can also custom default color tooltip's text

Improvement:
- Default color is displayed in legend

# 1.0.7

New Features:
Expand All @@ -7,7 +17,7 @@ New Features:
- When a square is hovered, it display a stroke on this square

Bug fix:
- Legend ooltips should works correctly even if datas are updated
- Legend tooltips should works correctly even if datas are updated

# 1.0.6

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-d3-heatmap",
"version": "1.0.7",
"version": "1.0.8",
"description": "A set of components to display data as heat map",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit b2d040e

Please sign in to comment.