gh-board
gh-board copied to clipboard
Update d3 to the latest version π
βοΈ Greenkeeperβs updated Terms of Service will come into effect on April 6th, 2018.
Version 5.0.0 of d3 was just published.
| Dependency | d3 |
|---|---|
| Current Version | 4.13.0 |
| Type | dependency |
The version 5.0.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of d3.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
5.0.0- Remove d3-request; add d3-fetch.
- Remove d3-queue; see Promise.all.
- Add d3-scale-chromatic.
- Add d3-contour.
- Add selection.clone.
- Add d3.create.
- Add projection.angle.
- Remove d3.schemeCategory20* categorical color schemes. (See note below.)
- Fix duplicate installation of D3 modules at different versions. (#3256)
- Fix d3.formatβs SI format for locales with currency suffixes.
D3 now includes new categorical color schemes from ColorBrewer, along with ColorBrewerβs excellent diverging, sequential single-hue and sequential multi-hue color schemes. The twenty-color schemes were removed because their grouped design often falsely implied non-existent relationships in the data: a shared hue can imply that the encoded data are part of a group (a super-category), while the relative lightness can falsely imply order.
Commits
The new version differs by 11 commits ahead by 11, behind by 2.
3fa7ace5.0.082445ba5.0.0-rc.444bace0Remove d3-queue.58477f6Update API.5fbfc8cRemove d3-queue. Fixes #3260.e1b691aFix #3256 - donβt pin versions.100483eAdd yarn.lock.a85cfbdUpdate API.7fc15abPrepare for major release.f3ea70dUpdate API.19c59baPrepare for major release.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 5.0.1 just got published.
Update to this version instead π
Release Notes
v5.0.1- Fix occasional overlap and hang in d3.packSiblings. Thanks, @robinhouston!
Commits
The new version differs by 11 commits.
bbd0cb45.0.1b707ed5Update d3-hierarchy.4a7cc9fUpdate API.md409ee40Update CHANGES.md932a66dUpdate CHANGES.mdcfe28d8Update CHANGES.2b8ba30Update CHANGES.9bd8e37Update CHANGES.5f1e8bcUpdate CHANGES.811ff50Update API.b7e3516Update CHANGES.
See the full diff
Version 5.0.2 just got published.
Update to this version instead π
Release Notes
v5.0.2- Switch from D65 to D50 for Lab and HCL color spaces. Thanks, @danburzo!
- Fix Lab and HCL representation of achromatic colors.
Version 5.1.0 just got published.
Update to this version instead π
Release Notes
v5.1.0- Add d3.lch.
- Add d3.gray.
- Switch from D65 to D50 for Lab and HCL color spaces. Thanks, @danburzo!
- Fix Lab and HCL representation of achromatic colors.
Version 5.3.0 just got published.
Update to this version instead π
Release Notes
v5.3.0- Add
~option to d3.format to trim insignificant zeros. Thanks, @vasturiano! - Fix d3.formatSpecifier to not bake shorthand aliases.
Version 5.5.0 just got published.
Update to this version instead π
Release Notes
v5.5.0- Add d3.scaleDiverging.
- Fix treatment of degenerate domains in d3.scaleSequential.
Version 5.6.0 just got published.
Update to this version instead π
Release Notes
v5.6.0- Add density.weight.
- Use currentColor instead of black for axes.
Version 5.7.0 just got published.
Update to this version instead π
Release Notes
v5.7.0- Add d3.geoEqualEarth.
- Add d3.interpolateHue.
- Add d3.interpolateDiscrete.
- Fix upper histogram bin threshold in some cases.
- Fix axis domain rendering when the outer tick size is zero.
- The
dependencyd3 was updated from4.13.0to5.8.0.
Update to this version instead π
Release Notes for v5.8.0
d3-force
- Add iterations argument to simulation.tick. Thanks, @vasturiano!
- Fix bug when initializing nodes with fixed positions. Thanks, @vasturiano!
d3-geo
- Fix projection where |longitude| > 180Β°.
d3-scale
- Add domain and range (or interpolator) convenience constructors for all scale types.
- Add default constructors for sequential and diverging scales.
- Add d3.tickFormat.
- Add d3.scaleSymlog.
- Add transformed sequential scales (e.g., d3.scaleSequentialLog).
- Add transformed diverging scales (e.g., d3.scaleDivergingLog).
- Add d3.scaleSequentialQuantile for p-quantiles.
- Add scale.unknown for all scale types.
- Allow unlimited band.paddingOuter and point.padding.
- For collapsed domains, use midpoint of domain or range rather than start.
d3-selection
- Add selection.join!
- Fix selection.order to enforce relative position, rather than exact siblings.
- Remove vendor fallback for element.matches in selection.filter and d3.matcher.
d3-shape
- Add d3.stackOrderAppearance. Thanks, @isaomatsunami!
- Fix d3.stackOrderInsideOut to use appearance (onset) rather than sum.
- Fix rendering glitch with rounded arcs.
d3-transition
- Add transition.end.
- Add cancel events to transition.on.
- Improve the performance of transition.style and transition.attr.
- Tween functions can now use this to refer to the current node.
- Fix removal of styles when the value passed to transition.style is null.
- Fix interpolation in transition.style and transition.attr in certain non-string cases.
- The
dependencyd3 was updated from4.13.0to5.8.1.
Update to this version instead π
Release Notes for v5.8.1
- Fix rendering glitch with rounded arcs.
- The
dependencyd3 was updated from4.13.0to5.8.2.
Update to this version instead π
Release Notes for v5.8.2
- Fix d3.timeMinute and d3.timeHour for historical times.
- The
dependencyd3 was updated from4.13.0to5.9.0.
Update to this version instead π
Release Notes for v5.9.0
d3-dsv
- Add d3.autoType for automatic type inference when parsing!
- Add dsv.formatBody, d3.csvFormatBody, and d3.tsvFormatBody.
- In dsv.format and dsv.formatRows, use date.toISOString to format dates.
- The
dependencyd3 was updated from4.13.0to5.9.1.
Update to this version instead π
Release Notes for v5.9.1
- Fix corruption when quadtree.cover is coincident with the current extent.
- Favor a more concise ISO 8601 format for dates in dsv.format and dsv.formatRows.
- The
dependencyd3 was updated from4.13.0to5.9.2.
Update to this version instead π
Release Notes for v5.9.2
- Fix bug when initializing nodes with fixed positions in force simulations.
- The
dependencyd3 was updated from4.13.0to5.9.3.
Update to this version instead π
Release Notes for v5.9.3
- Fix d3.stackDivergingOffset when there is only one series.
- Fix achromatic representation of black and white in d3.hcl.
- Fix d3.geoContains for LineStrings. Thanks, @ondras!
- Fix d3.geoContains for longitudes outside of Β±180Β°.
- Fix d3.geoBounds for sphers.