Update dependency vega to v6.4.0 - #162
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.3.1→6.4.0Release Notes
vega/vega (vega)
v6.4.0Compare Source
Changes since v6.3.1
Upgrade notes
vertical-align: bottom, removing the browser's baseline-descender gap from their containing inline line box. Intrinsic chart dimensions are unchanged, but in tested Chrome layouts the occupied container height shrank by about 6px. Page-level screenshot baselines that include surrounding layout may shift. It is an inline style, so a stylesheet overridingvertical-alignon.marksnow needs!important. Exported SVG is unaffected. (via #4318)range.count, which was previously ignored. Without an explicit count the range uses the domain cardinality, falling back to five colors when the initial domain is empty. Existing specs that set"range": {"scheme": "blues", "count": 3}on an ordinal color channel will now get that many colors, cycling if the count is smaller than the domain. (via #4270)Features
container:resizeevent source, so a spec can react to its container changing size the way it reacts to a window resize;containerSize()was previously only re-read onwindow:resize, missing sidebar toggles, flex reflows, notebook cells and resizable panels (thanks @yuvvantalreja and @domoritz!) (via #4318)isoweekandyear-isoweek, Monday-based per ISO 8601, alongside the existing Sunday-basedweek(thanks @yuvvantalreja and @domoritz!) (via #4320)interpolateLinearto the expression language (thanks @jonathanzong and @domoritz!) (via #4316)geoTranslate()to read a projection's fitted translation, mirroringgeoScale(); unblocks pan and zoom for maps in Vega-Lite (thanks @joelostblom!) (via #4313)Fixes
range.counton ordinal scales; closes #3959, a two-year-old bug blocking interactive legends in Altair (vega/altair#3394) (thanks @joelostblom!) (via #4270)DisallowedObjectPropertiesto quoted object keys in codegen (thanks @EchoSkorJjj!) (via #4317)thenin disallowed object properties (thanks @domoritz!) (via #4331)lastIndexno longer carries across datums (thanks @Jaybhade!) (via #4323)hypotfunction to vega-interpreter, plus a test asserting the codegen and interpreter function tables agree so they cannot drift again (thanks @Jaybhade, who found the divergence while working on #4323!) (via #4330, closes #4328)--config,--formatand--timeFormathad been silently ignored since the ESM migration (thanks @domoritz, and @jonathanzong whose #4061 surfaced it!) (via #4332, closes #4327)devicePixelRatiois 1 (thanks @MartenMIK!) (via #4308)mergeConfigandwriteConfigsignatures (thanks @domoritz!) (via #4312)on*properties in signalbindform generation, warning instead of setting them as attributes (thanks @hydrosquall!)Maintenance
vega-utildependency range at 2.1.3, correcting pre-existing drift rather than anything introduced here (thanks @joelostblom!) (via #4335)fast-uri,ip-address, and others) (via #4321, #4322, #4326)Package versions
isoweekand signal refs in unioned domainsvegapin must match; config/locale loading fix (#4332)container:resizesource (#4318)vertical-align: bottomon canvas and SVG roots (#4318); fix (#4308)containerstream source and config,isoweek, unioned-domain signal refsvega-canvas,vega-event-selectorandvega-statisticsare unchanged.New Contributors
Full Changelog: vega/vega@v6.3.1...v6.4.0
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.