Releases: Thebarda/react-d3-heatmap
Releases · Thebarda/react-d3-heatmap
v1.1.5
- New Feature : fadeAnimation : Control fade in animation.
- Other : Apply patches for High severities
v1.1.4
1.1.4
New Feature :
- rangeDisplaData : Display data between two dates.
v1.1.3
New Feature :
monthSpace
: You can change space between months
Enhancement :
Other :
v1.1.1
1.1.1
Security :
- Resolve vulnerability alert from
webpack-dev-server
. See vulnerability Here
v1.1.0
Enhancement:
Important : Transition has been removed
v1.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)
v1.0.8
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
v1.0.7
New Features:
- You can custom backgroundColor, textColor, squares radius, CSS class.
- You can choose to displayYear
- You can execute your own function when mouse clicks, enters and/or leaves a square
- When a square is hovered, it display a stroke on this square
Bug fix:
- Legend tooltips should works correctly even if datas are updated
v1.0.6
Bug fix:
- Tooltips should works correctly even if data are updated