This repository has been archived by the owner on Dec 21, 2018. It is now read-only.
Releases: vega/vega-scenegraph
Releases · vega/vega-scenegraph
v3.2.3
Changes:
- Fix pickArea method to support arbitrary orders (vega/vega#1390).
- Fix path scaling bug. (vega/vega#1408)
- Update dependencies.
v3.2.2
v3.2.1
v3.2.0
Changes:
- Update SVG renderers to use separate font style properties (
font-family
,font-size
, etc.) rather than the shorthandfont
property. This change provides better compatibility with downstream SVG tools, including librsvg. (vega/vega#1315) - Export
fontFamily
andfontSize
utility methods.
v3.1.0
v3.0.1
v3.0.0
Changes:
- Update dependencies to use vega-loader 3.0.0.
v2.5.0
Changes:
- Add tooltip support for
area
,line
, andtrail
marks. Perform lookup of individual data points along a path, rather than just the first data point. - Add tooltip handler updates for
mousemove
events, rather thanmouseover
events. - Add
getItemBoundingClientRect
method to Handler. - Add standardized
canvas
getter method to Renderer and Handler to access underlying Canvas/SVG element. - Update Handler
origin
method to be getter/setter; previously it was a setter only. - Fix group item x, y coordinate lookup in
resolveItem
method. - Fix circular import among scenegraph code files.