Skip to content

Releases: keanemind/react-gaugejs

v1.2.1

02 Oct 01:25
Compare
Choose a tag to compare

An important bug was fixed in ebd1051, where modifying the donut prop of the component would cause the gauge on the screen to switch to an uninitialized gauge that did not reflect the values of the other props (minValue, maxValue, value, etc.).

v1.2.0

27 Sep 05:40
Compare
Choose a tag to compare

Prop passthrough to the underlying canvas element has been added.

v1.1.0

27 Sep 05:43
Compare
Choose a tag to compare

You can now access the incrementing value which is synced with the gauge animation through a callback.

v1.0.0

27 Sep 05:42
Compare
Choose a tag to compare

The basic features of GaugeJS are now supported.