Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: observablehq/plot Loading
base: v0.6.14
Choose a base ref
...
head repository: observablehq/plot Loading
compare: v0.6.15
Choose a head ref
  • 19 commits
  • 63 files changed
  • 4 contributors

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    4422636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ee172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ec3572 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    d14bf66 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Use a more robust triangle test (#2037)

    fix #2035
    Fil committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e5fb68d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    210b0d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    00610bb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix #2045 (#2046)

    Fil committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9435265 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    4bbad40 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix testing under node >= v21 (#2067)

    Our tests do not need global.navigator, which is now present on node (https://nodejs.org/en/blog/announcements/v21-release-announce#navigator-object-integration). And, since it's only a getter, upgrading node was breaking the tests with:
    > TypeError: Cannot set property navigator of #<Object> which has only a getter
    
    Note: if we needed to use jsdom.window’s navigator, we could remove node’s version by applying the following snippet:
    https://github.com/nodejs/node/pull/50310/files
    Fil committed May 27, 2024
    Configuration menu
    Copy the full SHA
    eb0ca82 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. update dependencies (#2070)

    mbostock committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    373d4f5 View commit details
    Browse the repository at this point in the history
  2. lift side effect up to index.js (#2069)

    * add index.js to sideEffects
    
    * lift side effect up
    
    * side effect, not side-effect
    
    * Update src/index.js
    
    Co-authored-by: Philippe Rivière <[email protected]>
    
    ---------
    
    Co-authored-by: Philippe Rivière <[email protected]>
    mbostock and Fil committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    af2c3bb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    8f7d6ea View commit details
    Browse the repository at this point in the history
  2. add issue templates

    mbostock committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    fb701a0 View commit details
    Browse the repository at this point in the history
  3. tip title format (#2074)

    * tip title format
    
    * channel, not title
    mbostock committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7d48d4a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    27ec3b8 View commit details
    Browse the repository at this point in the history
  2. more formatNumber tests

    mbostock committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    17ed038 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. expose {number,time,utc}Interval (#2075)

    * expose {number,time,utc}Interval
    
    * more tests
    
    * fix api reference
    
    * remove unused import
    mbostock committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    18e61e5 View commit details
    Browse the repository at this point in the history
  2. 0.6.15 (#2082)

    mbostock committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ae7cab9 View commit details
    Browse the repository at this point in the history
Loading