Skip to content

0.4.4

Compare
Choose a tag to compare
@pearmini pearmini released this 06 Jul 11:55
· 24 commits to master since this release

v0.4.4 (2021-07-06)

🚀 New Features

  • Interpolators: Export interpolateNumber, interpolateColor, and interpolateValue. (#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 or interpolateValue. (#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

  • Add docs for Interpolators. (#161)
  • Update docs for Ordinal, Identity and Linear. (#161)

📮 Refactor

  • Remove generic types for scale options for readability. (#161)

🧛‍♂️ Committers: 1