Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to d3@7.4 #60427

Merged
merged 5 commits into from May 22, 2022
Merged

update to d3@7.4 #60427

merged 5 commits into from May 22, 2022

Commits on May 19, 2022

  1. update to d3-shape@3.1.0

    https://github.com/d3/d3-shape/releases/tag/v3.1.0
    
    Add d3.symbolsStroke.
    Add d3.symbolsFill, replacing (deprecating) d3.symbols.
    Add d3.symbolAsterisk.
    Add d3.symbolDiamond2.
    Add d3.symbolPlus.
    Add d3.symbolSquare2.
    Add d3.symbolTriangle2.
    Add d3.symbolX.
    Add d3.link.
    Fil committed May 19, 2022
    Configuration menu
    Copy the full SHA
    042f6a6 View commit details
    Browse the repository at this point in the history
  2. update d3-array to @3.1.6

    d3.rank can now take a comparator in addition to an accessor
    
    We don't need to change anything for "d3.rank, d3.sort, d3.bisector, and d3.groupSort now require comparators to have exactly two arguments", since that's how it was already typed (even though the code was actually more lax).
    Fil committed May 19, 2022
    Configuration menu
    Copy the full SHA
    93dd41b View commit details
    Browse the repository at this point in the history
  3. update d3-hierarchy to 3.1.2

    note: I'm not sure that the path function must have 3 arguments; most of the time people will use only 1 argument
    Fil committed May 19, 2022
    Configuration menu
    Copy the full SHA
    f455182 View commit details
    Browse the repository at this point in the history
  4. update d3-color to @3.1.0

    - add rgb.clamp and hsl.clamp
    - add color.formatHex8
    Fil committed May 19, 2022
    Configuration menu
    Copy the full SHA
    87a5ddf View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. versions

    Fil committed May 20, 2022
    Configuration menu
    Copy the full SHA
    35db98e View commit details
    Browse the repository at this point in the history