What's Changed
New Features
- Added a new
color
property. - Added a
labelsCentered
property. - Segment (range) coloring and labeling have been added.
Breaking Changes
- Property
titleAngle
removed (please uselabelsCentered
instead). - Renamed the following properties for improved clarity:
ranges
→segments
titles
→labels
- Renamed several CSS classes for clarity and consistency. If you're using custom styles, please update the following class names accordingly:
gauge-svg
→gauge-visual
gauge-circle
→gauge-background
gauge-range-value
→gauge-progress
gauge-range-bg
→gauge-segment-bg
gauge-range
→gauge-segment
gauge-handle
→gauge-pointer
titles-container
→gauge-titles
slot-container
→gauge-slot-container
slot-content
→gauge-slot-content
Full Changelog: v1.1.3...v2.0.0