All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 3

  • v0.8.0-RC12 Changes

    Published 14 Jul 2020

    • Linear RGB interpolation now also interpolates alpha channel
    • ๐Ÿ› bug #202 fix an issue in Stack when all series do not contains values for each category
    • ๐Ÿ› bug #204 BandedScale padding and alignment now use Percent
  • v0.8.0-RC11 Changes

    Published 14 Jul 2020

    • ๐Ÿ› bug #205: Zoom event position is wrong when canvas has css margins.
    • ๐Ÿ›  Fix an issue due to floating points in the ticks() function
  • v0.8.0-RC10 Changes

    Published 16 Jan 2020

    • ๐Ÿš€ android debug variant is now deployed
    • ๐Ÿ› bug: #182
    • Date now implements Comparable
    • Give access to several properties of AxisElement like stroke color and width
    • ๐Ÿ›  Fix an issue due to floating points in the ticks() function
    • ๐Ÿ‘Œ Improve ticks() on LogScales, now manage small domains and negative values

    ๐Ÿ’ฅ Breaking change: publish common code as -common artifact and metadata as artifact without suffix.

  • v0.8.0-RC1 Changes

    Published 20 Sep 2019

    • โž• Adding multiplatform events API
    • Implementation of all major geographic projections
  • v0.7 Changes

    ๐Ÿ‘ This major version brings support for Android. This addition of Android as a target platform had a big impact on the design of data2viz. Before v0.7 basic visual elements (rectangles, circles, ...) were wrappers on specific platform elements. Now, these elements are a memory version of the visualization. Elements are just rendered on each platform using canvas.