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

Two #88

Merged
merged 19 commits into from Aug 23, 2020
Merged

Two #88

merged 19 commits into from Aug 23, 2020

Commits on Aug 27, 2016

  1. Copy the full SHA
    629b0dc View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Copy the full SHA
    372a62c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Copy the full SHA
    975936b View commit details
    Browse the repository at this point in the history
  2. disable eslint error on undefined DOMMatrix and WebKitCSSMatrix

    add disabled tests for transformCss (they might work if we had DOMMatrix in node-canvas, cf. Automattic/node-canvas#1313)
    Fil committed Jun 4, 2020
    Copy the full SHA
    6c8db19 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    abfc0ae View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. avoid crashing on low curvatures (rho=1e-3 gives a good approximation…

    … of a linear transform)
    Fil committed Jun 5, 2020
    Copy the full SHA
    098c2ed View commit details
    Browse the repository at this point in the history
  2. the movement’s duration should not explode for small curvatures, and …

    …should be longer when the curvature is important
    Fil committed Jun 5, 2020
    Copy the full SHA
    a4dd859 View commit details
    Browse the repository at this point in the history
  3. rho getter

    Fil committed Jun 5, 2020
    Copy the full SHA
    aa991e4 View commit details
    Browse the repository at this point in the history
  4. unit tests

    Fil committed Jun 5, 2020
    Copy the full SHA
    8b3594e View commit details
    Browse the repository at this point in the history
  5. document interpolateZoom.rho

    Fil committed Jun 5, 2020
    Copy the full SHA
    794ce05 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1954d05 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Merge branch 'DOMMatrix' into two

    Fil committed Jul 10, 2020
    Copy the full SHA
    4b1156f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'zoom-rho' into two

    Fil committed Jul 10, 2020
    Copy the full SHA
    77b7f74 View commit details
    Browse the repository at this point in the history
  3. version numbers

    Fil committed Jul 10, 2020
    Copy the full SHA
    2b9596c View commit details
    Browse the repository at this point in the history
  4. deliberate ES6 syntax

    (rationale: don't let people install @2 in a build system that will not alert them that we have moved to ES6, only to cause trouble with a later release.)
    Fil committed Jul 10, 2020
    Copy the full SHA
    57e87dc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. piecewise(values) defaults to d3.interpolate

    closes #80
    Fil committed Jul 17, 2020
    Copy the full SHA
    0c80cbc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Merge pull request #90 from d3/piecewise-default-interpolator-80

    Piecewise default interpolator
    Fil committed Jul 24, 2020
    Copy the full SHA
    17d8bcb View commit details
    Browse the repository at this point in the history
  2. avoid CIRCULAR_DEPENDENCY warning

    Fil committed Jul 24, 2020
    Copy the full SHA
    2db2773 View commit details
    Browse the repository at this point in the history
  3. v2.0.0-rc.1

    Fil committed Jul 24, 2020
    Copy the full SHA
    1d48123 View commit details
    Browse the repository at this point in the history