Skip to content

Releases: antvis/scale

0.4.6

18 Oct 13:43
8815632
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.5...0.4.6

0.3.13

18 Oct 13:42
e913650
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.13...0.3.14

0.4.5

08 Oct 03:18
09d0648
Compare
Choose a tag to compare

0.4.5 (2021-10-08)

🐛 Bug Fix

  • pretty negative number (#170)

0.3.13

08 Oct 02:46
b17a73f
Compare
Choose a tag to compare

0.3.13 (2021-10-08)

🐛 Bug Fix

  • pretty negative number (#169)

0.4.4

06 Jul 11:55
Compare
Choose a tag to compare

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

0.3.12

01 Jul 12:51
Compare
Choose a tag to compare

v0.3.12 (2021-07-01)

🐛 Bug Fix

  • [162] Fix infinite loop in extended and pretty because of precision problem in JavaScript.

🧛‍♂️ Committers: 1

0.4.3

29 Jun 09:36
5cc43d0
Compare
Choose a tag to compare
  • support date inputs for ordinal scale.

0.4.2

18 Jun 07:36
a07b2f9
Compare
Choose a tag to compare

fix wilkinson-extended: solve the precision problem.

0.3.11

18 Jun 07:40
2aff276
Compare
Choose a tag to compare

fix wilkinson-extended: solve the precision problem.