Releases: keanemind/react-gaugejs
Releases · keanemind/react-gaugejs
v1.2.1
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
Prop passthrough to the underlying canvas element has been added.
v1.1.0
You can now access the incrementing value which is synced with the gauge animation through a callback.
v1.0.0
The basic features of GaugeJS are now supported.