这是indexloc提供的服务,不要输入任何密码
Skip to content

v5.9.2

Choose a tag to compare

@jheer jheer released this 28 Feb 12:48

Changes from v5.9.1:

docs

monorepo

  • Update dev dependencies.

vega

  • Allow patch updates for Vega packages.
  • Add images-inline test specification.

vega-loader

  • Fix URI sanitization to accept data: prefix URIs. (#2407)

vega-parser

  • Fix legend columns value handling. (#2268)

vega-scenegraph

  • Add memoization to speed up text width measurements. (Thanks @domoritz!)

vega-schema

  • Fix date-type transform parameter support.

vega-statistics

  • Fix exponential regression robustness, mean-center x-values. (#2378)

vega-transforms

  • Fix TimeUnit maxbins, extent parameter support. (Thanks @haldenl!)

vega-typings

vega-util

  • Add lruCache data structure, tests, and documentation.