vega v5.12.1 Release Notes

Release Date: 2020-05-19 // almost 4 years ago
  • ๐Ÿš€ Changes from v5.12.0:

    monorepo

    • ๐Ÿ‘ท Switch from Travis CI to GitHub Actions. (thanks @domoritz!)

    vega-cli

    • โž• Add tests for vega-cli.

    ๐Ÿ“œ vega-parser

    • ๐Ÿ’… Update code style for config constants.

    vega-scenegraph

    • โž• Add class to svg root group, localize SVG stylesheet to that class. (#2618)
    • โš  Lazily register CanvasHandler event listeners. By avoiding unneeded listeners, this change avoids a number of passive listener violation warnings. (#2621)

    vega-transforms

    • ๐Ÿ›  Fix regression of string to number conversion in aggregate sum op. (thanks @haldenl!)

    vega-typings

    • โšก๏ธ Update View typings.
    • ๐Ÿ›  Fix missing color schemes in typings. (thanks @domortiz!)

    vega-view

    • Code clean up.