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

Releases: Thebarda/react-d3-heatmap

v1.1.5

06 Jun 07:40
Compare
Choose a tag to compare
  • New Feature : fadeAnimation : Control fade in animation.
  • Other : Apply patches for High severities

v1.1.4

28 May 09:32
Compare
Choose a tag to compare

1.1.4

New Feature :

  • rangeDisplaData : Display data between two dates.

v1.1.3

19 Jan 18:24
Compare
Choose a tag to compare

New Feature :

  • monthSpace : You can change space between months

Enhancement :

  • Improve months display

Other :

  • Refactor code

v1.1.1

06 Jan 20:42
Compare
Choose a tag to compare

1.1.1

Security :

  • Resolve vulnerability alert from webpack-dev-server. See vulnerability Here

v1.1.0

05 Dec 17:10
500e17f
Compare
Choose a tag to compare

Enhancement:

  • Support Typescript 🎉

Important : Transition has been removed

v1.0.9

12 Nov 10:02
Compare
Choose a tag to compare

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

23 Oct 14:02
Compare
Choose a tag to compare

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

03 Oct 16:27
Compare
Choose a tag to compare

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

28 Sep 15:52
Compare
Choose a tag to compare

Bug fix:

  • Tooltips should works correctly even if data are updated

v1.0.3

28 Sep 13:24
faff2ca
Compare
Choose a tag to compare

Fix tooltip bugs