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

Commit

Permalink
add a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Nov 12, 2018
1 parent 8dcd9d2 commit 3aed7ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.0.9

New Feature:
- You can choose to start your heatmap Monday or Sunday. Default is Sunday

Security alert:
- Fix a dependency alert (dep affected : merge < 1.2.1)

# 1.0.8

New Features:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ You can change these props :
|onClick|Execute a callback function when clicking on a square. Params: `(data, index)`|`Function`|`false`|`{}`
|onMouseEnter|Execute a callback function when mouse entering in a square. Params: `(data, index)`|`Function`|`false`|`{}`
|onMouseLeave|Execute a callback function when mouse leaving a square. Params: `(data, index)`|`Function`|`false`|`{}`
|shouldStartMonday|Usually heatmap starts on Sunday but you can start it on Monday|`Boolean`|`false`|`false`

# Author

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.8",
"version": "1.0.9",
"description": "A set of components to display data as heat map",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3aed7ae

Please sign in to comment.