react-d3-speedometer
Advanced tools
Changelog
0.14.0
valueTextFontWeight
config/prop to control font weight of current value. ref: https://codesandbox.io/s/eloquent-morning-mnysk?file=/src/App.jssingleQuote: true
, arrowParens: avoid
. prettier
upgraded to v2
jest v26
Changelog
1.0.0-rc.0
1.0
Release candidate with React 17
supportChangelog
0.13.0
CustomSegmentLabelPosition
, Transition
types for both Typescript and JS. Resolves https://github.com/palerdot/react-d3-speedometer/issues/81100%
Test coveragecodecov
, github actions
integrationChangelog
0.12.0
@babel/runtime-corejs2
as dependency. ref: https://github.com/palerdot/react-d3-speedometer/issues/76Changelog
0.11.0
lodash-es
from lodash
for better tree shaking. Exporting types
and themes
from core for better reusablility.lodash
dependency. ref: https://codesandbox.io/s/zen-darkness-c3ev3, https://codesandbox.io/s/gracious-swanson-1rts8Changelog
0.10.1
npmignore
to reduce npm tarball/package size. Linking to github image asset for READMEChangelog
0.10.0
customSegmentLabels
prop to display custom labels. Live Example