Skip to content

v5.12.1

Compare
Choose a tag to compare
@jheer jheer released this 19 May 10:23

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.