Releases: antvis/scale
Releases · antvis/scale
0.4.6
0.3.13
0.4.5
0.3.13
0.4.4
v0.4.4 (2021-07-06)
🚀 New Features
- Interpolators: Export
interpolateNumber
,interpolateColor
, andinterpolateValue
. (#161) - Ordinal scale: Support
object
as domain and range. (#161) - Identity scale: Support any types as input except for
undefined
,nulll
,NaN
. (#161) - Linear scale: Support interpolating between colors with the help of
interpolateColor
orinterpolateValue
. (#161)
🐛 Bug Fix
- Fix infinite loop in extended and pretty because of precision problem in JavaScript. (#163)
- Fix unexpected mapping for band scale with padddingInner equal to 1 and paddingOuter equal to 0. (#165 )
📄 Documentation
📮 Refactor
- Remove generic types for scale options for readability. (#161)
🧛♂️ Committers: 1
- MiniPear (@pearmini)