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: plouc/nivo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.73.0
Choose a base ref
...
head repository: plouc/nivo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.74.0
Choose a head ref

Commits on Jul 14, 2021

  1. Copy the full SHA
    1313523 View commit details
  2. v0.73.1

    wyze committed Jul 14, 2021
    Copy the full SHA
    7ff0e72 View commit details

Commits on Jul 27, 2021

  1. feat(bullet): add custom tooltip (#1694)

    Co-authored-by: Jose Quinto Zamora <jose.quintozamora@concentra.co.uk>
    jquintozamora and joseq-concentra authored Jul 27, 2021
    Copy the full SHA
    75eafa1 View commit details

Commits on Aug 5, 2021

  1. Copy the full SHA
    9137a87 View commit details
  2. Grammar corrections

    codepharmer authored and plouc committed Aug 5, 2021
    Copy the full SHA
    86cf001 View commit details
  3. Add link to header image

    meesvandongen authored and plouc committed Aug 5, 2021
    Copy the full SHA
    5544428 View commit details

Commits on Aug 10, 2021

  1. Fix: ResponsiveSwarmPlotCanvas does not work with valueScale type time (

    #1707)
    
    * Fix: ResponsiveSwarmPlotCanvas does not work with valueScale type time
    
    * Update packages/swarmplot/src/SwarmPlotCanvas.tsx
    
    Co-authored-by: therightstuff <adam@industrialcuriosity.com>
    
    * Update packages/swarmplot/src/SwarmPlotCanvas.tsx
    
    Co-authored-by: therightstuff <adam@industrialcuriosity.com>
    
    Co-authored-by: Raphaël Benitte <501642+plouc@users.noreply.github.com>
    Co-authored-by: therightstuff <adam@industrialcuriosity.com>
    3 people authored Aug 10, 2021
    Copy the full SHA
    928c443 View commit details

Commits on Aug 14, 2021

  1. Copy the full SHA
    ae7d537 View commit details
  2. Copy the full SHA
    b6e930f View commit details
  3. feat(bar): add labelledby and describedby aria attributes support to …

    …SVG bar item component
    plouc committed Aug 14, 2021
    Copy the full SHA
    ce11205 View commit details
  4. Copy the full SHA
    8a32e50 View commit details
  5. Copy the full SHA
    75481c6 View commit details
  6. Copy the full SHA
    3c3e8fc View commit details
  7. Copy the full SHA
    95f9b15 View commit details
  8. Copy the full SHA
    6bcecb3 View commit details
  9. Copy the full SHA
    3825b12 View commit details
  10. Copy the full SHA
    57406d0 View commit details
  11. Copy the full SHA
    8c139c3 View commit details
  12. Copy the full SHA
    b734773 View commit details
  13. Copy the full SHA
    a5aa25c View commit details
  14. Copy the full SHA
    53811a5 View commit details

Commits on Aug 17, 2021

  1. Copy the full SHA
    e6f4c70 View commit details
  2. Copy the full SHA
    c94f5e2 View commit details
  3. Copy the full SHA
    6074165 View commit details
  4. Copy the full SHA
    e202437 View commit details
  5. Copy the full SHA
    fa5d6e6 View commit details
  6. Copy the full SHA
    a7f56db View commit details
  7. Copy the full SHA
    3b8fde1 View commit details
  8. Copy the full SHA
    d24f23e View commit details

Commits on Aug 23, 2021

  1. Copy the full SHA
    d49a790 View commit details

Commits on Aug 28, 2021

  1. Copy the full SHA
    34e6d37 View commit details
  2. Copy the full SHA
    c1b84c9 View commit details
  3. Copy the full SHA
    816a478 View commit details
  4. Copy the full SHA
    56fdbd4 View commit details
  5. Copy the full SHA
    837be3e View commit details
  6. Copy the full SHA
    bf4061a View commit details
  7. Copy the full SHA
    cb0fce8 View commit details
  8. Copy the full SHA
    8e774c0 View commit details
  9. Copy the full SHA
    dda2edf View commit details
  10. Copy the full SHA
    c8ed443 View commit details
  11. Copy the full SHA
    1be2e32 View commit details
  12. Copy the full SHA
    aa55260 View commit details
  13. Copy the full SHA
    8afb16a View commit details
  14. Copy the full SHA
    a0d3b86 View commit details
  15. Copy the full SHA
    95bbe5c View commit details
  16. Fix autoscale of linechart when data have holes.

    Pierre Van Roy authored and plouc committed Aug 28, 2021
    Copy the full SHA
    544407f View commit details
  17. add test and comments

    Pierre Van Roy authored and plouc committed Aug 28, 2021
    Copy the full SHA
    1c41268 View commit details

Commits on Aug 29, 2021

  1. Copy the full SHA
    10aa6df View commit details
  2. Copy the full SHA
    a6fde22 View commit details
  3. Copy the full SHA
    cc3e391 View commit details
Showing 654 changed files with 20,862 additions and 40,747 deletions.
3 changes: 2 additions & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -2,5 +2,6 @@
"installCommand": "make:init",
"buildCommand": false,
"packages": ["packages/*"],
"sandboxes": ["/examples/codesandbox", "/website"]
"sandboxes": ["/examples/codesandbox", "/website"],
"node": "14"
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12', '14']
node-version: ['14', '16']
steps:
- uses: actions/checkout@v2
- name: Setup Node ${{ matrix.node-version }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12
v14
Loading