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

Releases: vega/vega

v3.0.0-beta.29

20 Apr 04:08

Choose a tag to compare

v3.0.0-beta.29 Pre-release
Pre-release

Changes:

  • Add layout directive for grid/flow layout of group marks. (Experimental until v3.0.0-beta.30)
  • Add title directive for adding titles to group marks. (Experimental until v3.0.0-beta.30)
  • Add strokeJoin and strokeMiterLimit encoding properties.
  • Add clip as top-level mark definition property.
  • Add type checking methods to expression language (isArray, isBoolean, isDate, isNumber, isObject, isRegExp).
  • Add type coercion methods to expression language (toBoolean, toNumber, toDate, toString).
  • Add copy parameter to JSON data format block. Forces deep copy of JSON, potentially useful when loading memory-resident data.
  • Revise Bin transform to clamp values to min/max bins, support anchor parameter.
  • Revise Bound transform to support mark clipping.
  • Revise Bound transform to propagate line/area/trail mark bounds to all items.
  • Fix axis label updates upon data change.
  • Fix signal bind DOM element management.
  • Update test specs.
  • Update JSON schema.

v3.0.0-beta.28

05 Apr 04:42

Choose a tag to compare

v3.0.0-beta.28 Pre-release
Pre-release

Changes:

  • Add arc shape type to LinkPath.
  • Add arc diagram example.
  • Add timeParse and utcParse expression functions.
  • Add UTC date-time format string support ({"field": "utc:%Y-%m-%d"}) for data parsing.
  • Update View component loader configuration and documentation.
  • Update Vega JSON schema.
  • Update documentation, including fixed links and typos.

v3.0.0-beta.27

17 Mar 04:53

Choose a tag to compare

v3.0.0-beta.27 Pre-release
Pre-release

Changes:

  • Update bind range event listeners to support IE.
  • Update documentation, including Usage and site CSS.

v3.0.0-beta.26

16 Mar 18:52

Choose a tag to compare

v3.0.0-beta.26 Pre-release
Pre-release

Changes:

  • Add -open / -closed line interpolation variants.
  • Move event selector parser to separate module.
  • Update Stack transform to handle negative values.
  • Update SVG renderer to work with IE11.
  • Update documentation CSS for improved mobile reading.

v3.0.0-beta.25

01 Mar 19:02

Choose a tag to compare

v3.0.0-beta.25 Pre-release
Pre-release

Changes:

  • Migrate to a new method for scenegraph group lookup in order to bind data objects to scenegraph items. The new method is robust to streaming data, requires less code, and is slightly more efficient.

These changes touch a number of core Vega modules. If you are performing development with linked repositories, be sure to update all modules.

v3.0.0-beta.24

01 Mar 01:16

Choose a tag to compare

v3.0.0-beta.24 Pre-release
Pre-release

Changes:

  • Build bundles with d3 (vega.js) and without d3 (vega-core.js).
  • Fix SVG group mark background clipping.
  • Fix data join key for axis and legend items.

v3.0.0-beta.23

28 Feb 20:30

Choose a tag to compare

v3.0.0-beta.23 Pre-release
Pre-release

Breaking changes:

  • Rename range transform to sequence transform.

Other changes:

  • Add text mark limit, dir and ellipsis properties for truncation.
  • Add config options for axis/legend labelLimit, titleLimit, etc.
  • Update parser config defaults.
  • Update transform definition schemas.
  • Update Vega JSON schema.
  • Fix mark definition key property support bug.
  • Fix DataJoin mod tuple assignment bug.
  • Fix parser operator order for non-faceted marks bug.

v3.0.0-beta.22

15 Feb 23:51

Choose a tag to compare

v3.0.0-beta.22 Pre-release
Pre-release

Changes:

  • Add config properties for axis labelAngle and legend stroke, fill, etc.
  • Add new color palettes (tableau10, tableau20, blueorange).
  • Update to use fixed purple-orange palette in d3-scale-chromatic.
  • Update default color palette settings.
  • Update Vega JSON schema.

v3.0.0-beta.21

14 Feb 00:19

Choose a tag to compare

v3.0.0-beta.21 Pre-release
Pre-release

Changes:

  • Add trail mark type for variable-width lines.
  • Add aspect property for image mark aspect ratio control.
  • Add support for signals and null fields in comparator definitions.
  • Add mark property config options based on role annotation.
  • Add elBind parameter to View.initialize, to add bindings to a custom DOM element.
  • Update custom symbol paths to scale size by radius, not diameter.
  • Update signal bindings to populate an internal div element by default, rather than the top-level view container.
  • Update vega-force to use current d3-force version.
  • Fix protocol check bug that was breaking baseURL application in vega-loader.
  • Fix canvas renderer sub-pixel damage region bug.
  • Fix legend format specifier bug.
  • Fix View insert/remove data API bug.
  • Fix equality checks for DOM-binding input element values.

v3.0.0-beta.20

30 Jan 05:16

Choose a tag to compare

v3.0.0-beta.20 Pre-release
Pre-release

Beta release of v3.0.0-beta.20

Changes:

  • Update legend layout to ignore x-axes, suppresses "jumpy" legend when axes change.
  • Fix View.toCanvas typo bug.