All Versions
43
Latest Version
Avg Release Cycle
76 days
Latest Release
721 days ago

Changelog History
Page 3

  • v4.0.1 Changes

    July 28, 2018
    • ๐Ÿ›  Fix wrong webpack config that cause react-vega to accidentally bundle vega-lib inside it. (Issue #20)
  • v4.0.0 Changes

    July 25, 2018
    • Switch from vega to vega-lib
    • โž• Add tooltip handler support. Thanks @mdelrossi1.
    • ๐Ÿ›  Fix bug #14
  • v3.1.2 Changes

    January 11, 2018
    • ๐Ÿ‘ Expand version to support React 16
  • v3.1.1 Changes

    June 22, 2017
    • Also add vega to devDependencies
  • v3.1.0 Changes

    June 22, 2017
    • ๐Ÿšš Move vega to peerDependencies
  • v3.0.1 Changes

    May 09, 2017
  • v3.0.0 Changes

    May 09, 2017
    • ๐Ÿ‘Œ Support Vega 3 API changes (Issue #6)
    • โœ‚ Remove props viewport from Vega
  • v2.3.0 Changes

    • โž• Add props updateOptions
  • v2.2.0 Changes

    • ๐Ÿ‘Œ Support props className and style
  • v2.1.2 Changes

    • ๐Ÿ‘‰ Makes createClassFromSpec(name, spec) works when name is omitted (createClassFromSpec(spec)). This is for backward compatibility.