Skip to content

Commit 919f213

Browse files
committed
v0.73.0
1 parent 85be208 commit 919f213

37 files changed

Lines changed: 263 additions & 233 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="v0.73.0"></a>
2+
## v0.73.0 (2021-07-14)
3+
4+
5+
#### Bug Fixes
6+
7+
* **axes:** support null props to Axes component ([0ed6676e](https://github.com/plouc/nivo/commit/0ed6676e83041dfff8ac51045e2469014ce9810d))
8+
* **bar:**
9+
* support null axis* props ([156b88ad](https://github.com/plouc/nivo/commit/156b88ad39a7afd0a663753ddf3e007fc4fdc338))
10+
* fix animations when swapping keys (#1656) ([f665bc3a](https://github.com/plouc/nivo/commit/f665bc3afb6224accbd0486bf01abdf3c4672482))
11+
* **bullet:** add missing range/measure border color/width props (#1645) ([2e5df09f](https://github.com/plouc/nivo/commit/2e5df09fdb8bda38f7a68a68f4a17f0bc0c1619d))
12+
* **bump:** support null axis* props ([1c42e119](https://github.com/plouc/nivo/commit/1c42e1199a97e01d5e23a86af41e11ff2fc6e856))
13+
* **line:**
14+
* use correct motion types (#1685) ([3e0f074c](https://github.com/plouc/nivo/commit/3e0f074c24ee2495c0af7b74b221336b53aa132b))
15+
* make copy of lines data before reversing (#1644) ([47e963ac](https://github.com/plouc/nivo/commit/47e963ac5500671963c9b6e994d684d48e0fc92f))
16+
* **marimekko:** support null axis* props ([d8dbea2f](https://github.com/plouc/nivo/commit/d8dbea2fe7f435b5b258933f58593815c9bd065e))
17+
* **scales:** handle empty series with timescale (#1683) ([81880cc5](https://github.com/plouc/nivo/commit/81880cc5b207c1c2ac64e0d340b00d68356c8e87))
18+
* **website:**
19+
* show treemap data correctly (#1643) ([de05d726](https://github.com/plouc/nivo/commit/de05d7265cae7d98bfdd6fae4629bb4c51a41922))
20+
* update bar api page ([9c00efaa](https://github.com/plouc/nivo/commit/9c00efaafa7d6f669f501d7665baf58b8ea4b25a))
21+
22+
#### Chore
23+
24+
* **deps:**
25+
* upgrade react-spring to v9.2.4 (#1686) ([85be2089](https://github.com/plouc/nivo/commit/85be20892c7ff9cb79cb271a4f6a4d186bb67ae4))
26+
* update clog to v1.0.1 (#1678) ([6cf688f1](https://github.com/plouc/nivo/commit/6cf688f1c87eaf12b95b2c386eb03a0088804504))
27+
* upgrade react minimum peer deps range to v16.14.0 (#1677) ([11bc6fcd](https://github.com/plouc/nivo/commit/11bc6fcd204513721a3198fbbcbe738e2cf682c1))
28+
29+
30+
131
<a name="v0.72.0"></a>
232
## v0.72.0 (2021-06-29)
333

api/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nivo/api",
3-
"version": "0.72.0",
3+
"version": "0.73.0",
44
"description": "Rendering API for nivo dataviz React/d3 components",
55
"main": "src/app.js",
66
"licenses": [
@@ -22,26 +22,26 @@
2222
"nodemon": "^1.18.10"
2323
},
2424
"dependencies": {
25-
"@nivo/bar": "0.72.0",
26-
"@nivo/bullet": "0.72.0",
27-
"@nivo/calendar": "0.72.0",
28-
"@nivo/chord": "0.72.0",
29-
"@nivo/circle-packing": "0.72.0",
30-
"@nivo/core": "0.72.0",
31-
"@nivo/generators": "0.72.0",
32-
"@nivo/heatmap": "0.72.0",
33-
"@nivo/legends": "0.72.0",
34-
"@nivo/line": "0.72.0",
35-
"@nivo/parallel-coordinates": "0.72.0",
36-
"@nivo/pie": "0.72.0",
37-
"@nivo/radar": "0.72.0",
38-
"@nivo/sankey": "0.72.0",
39-
"@nivo/scatterplot": "0.72.0",
40-
"@nivo/stream": "0.72.0",
41-
"@nivo/sunburst": "0.72.0",
42-
"@nivo/treemap": "0.72.0",
43-
"@nivo/voronoi": "0.72.0",
44-
"@nivo/waffle": "0.72.0",
25+
"@nivo/bar": "0.73.0",
26+
"@nivo/bullet": "0.73.0",
27+
"@nivo/calendar": "0.73.0",
28+
"@nivo/chord": "0.73.0",
29+
"@nivo/circle-packing": "0.73.0",
30+
"@nivo/core": "0.73.0",
31+
"@nivo/generators": "0.73.0",
32+
"@nivo/heatmap": "0.73.0",
33+
"@nivo/legends": "0.73.0",
34+
"@nivo/line": "0.73.0",
35+
"@nivo/parallel-coordinates": "0.73.0",
36+
"@nivo/pie": "0.73.0",
37+
"@nivo/radar": "0.73.0",
38+
"@nivo/sankey": "0.73.0",
39+
"@nivo/scatterplot": "0.73.0",
40+
"@nivo/stream": "0.73.0",
41+
"@nivo/sunburst": "0.73.0",
42+
"@nivo/treemap": "0.73.0",
43+
"@nivo/voronoi": "0.73.0",
44+
"@nivo/waffle": "0.73.0",
4545
"body-parser": "^1.17.2",
4646
"compression": "^1.7.0",
4747
"cors": "^2.8.4",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*",
44
"api"
55
],
6-
"version": "0.72.0",
6+
"version": "0.73.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/annotations/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nivo/annotations",
3-
"version": "0.72.0",
3+
"version": "0.73.0",
44
"license": "MIT",
55
"author": {
66
"name": "Raphaël Benitte",
@@ -28,15 +28,15 @@
2828
"!dist/tsconfig.tsbuildinfo"
2929
],
3030
"dependencies": {
31-
"@nivo/colors": "0.72.0",
31+
"@nivo/colors": "0.73.0",
3232
"@react-spring/web": "9.2.4",
3333
"lodash": "^4.17.21"
3434
},
3535
"devDependencies": {
36-
"@nivo/core": "0.72.0"
36+
"@nivo/core": "0.73.0"
3737
},
3838
"peerDependencies": {
39-
"@nivo/core": "0.72.0",
39+
"@nivo/core": "0.73.0",
4040
"react": ">= 16.14.0 < 18.0.0"
4141
},
4242
"publishConfig": {

packages/arcs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nivo/arcs",
3-
"version": "0.72.0",
3+
"version": "0.73.0",
44
"license": "MIT",
55
"author": {
66
"name": "Raphaël Benitte",
@@ -28,16 +28,16 @@
2828
"!dist/tsconfig.tsbuildinfo"
2929
],
3030
"dependencies": {
31-
"@nivo/colors": "0.72.0",
31+
"@nivo/colors": "0.73.0",
3232
"@react-spring/web": "9.2.4",
3333
"d3-shape": "^1.3.5"
3434
},
3535
"devDependencies": {
36-
"@nivo/core": "0.72.0",
36+
"@nivo/core": "0.73.0",
3737
"@types/d3-shape": "^2.0.0"
3838
},
3939
"peerDependencies": {
40-
"@nivo/core": "0.72.0",
40+
"@nivo/core": "0.73.0",
4141
"react": ">= 16.14.0 < 18.0.0"
4242
},
4343
"publishConfig": {

packages/axes/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nivo/axes",
3-
"version": "0.72.0",
3+
"version": "0.73.0",
44
"license": "MIT",
55
"author": {
66
"name": "Raphaël Benitte",
@@ -27,20 +27,20 @@
2727
"!dist/tsconfig.tsbuildinfo"
2828
],
2929
"dependencies": {
30-
"@nivo/scales": "0.72.0",
30+
"@nivo/scales": "0.73.0",
3131
"@react-spring/web": "9.2.4",
3232
"d3-format": "^1.4.4",
3333
"d3-time": "^1.0.11",
3434
"d3-time-format": "^3.0.0"
3535
},
3636
"devDependencies": {
37-
"@nivo/core": "0.72.0",
37+
"@nivo/core": "0.73.0",
3838
"@types/d3-format": "^1.4.1",
3939
"@types/d3-time": "^1.1.1",
4040
"@types/d3-time-format": "^2.3.1"
4141
},
4242
"peerDependencies": {
43-
"@nivo/core": "0.72.0",
43+
"@nivo/core": "0.73.0",
4444
"prop-types": ">= 15.5.10 < 16.0.0",
4545
"react": ">= 16.14.0 < 18.0.0"
4646
},

packages/bar/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nivo/bar",
3-
"version": "0.72.0",
3+
"version": "0.73.0",
44
"license": "MIT",
55
"author": {
66
"name": "Raphaël Benitte",
@@ -29,23 +29,23 @@
2929
"!dist/tsconfig.tsbuildinfo"
3030
],
3131
"dependencies": {
32-
"@nivo/annotations": "0.72.0",
33-
"@nivo/axes": "0.72.0",
34-
"@nivo/colors": "0.72.0",
35-
"@nivo/legends": "0.72.0",
36-
"@nivo/recompose": "0.72.0",
37-
"@nivo/scales": "0.72.0",
38-
"@nivo/tooltip": "0.72.0",
32+
"@nivo/annotations": "0.73.0",
33+
"@nivo/axes": "0.73.0",
34+
"@nivo/colors": "0.73.0",
35+
"@nivo/legends": "0.73.0",
36+
"@nivo/recompose": "0.73.0",
37+
"@nivo/scales": "0.73.0",
38+
"@nivo/tooltip": "0.73.0",
3939
"@react-spring/web": "9.2.4",
4040
"d3-scale": "^3.2.3",
4141
"d3-shape": "^1.2.2",
4242
"lodash": "^4.17.21"
4343
},
4444
"devDependencies": {
45-
"@nivo/core": "0.72.0"
45+
"@nivo/core": "0.73.0"
4646
},
4747
"peerDependencies": {
48-
"@nivo/core": "0.72.0",
48+
"@nivo/core": "0.73.0",
4949
"react": ">= 16.14.0 < 18.0.0"
5050
},
5151
"publishConfig": {

packages/bullet/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nivo/bullet",
3-
"version": "0.72.0",
3+
"version": "0.73.0",
44
"license": "MIT",
55
"author": {
66
"name": "Raphaël Benitte",
@@ -29,17 +29,17 @@
2929
"!dist/tsconfig.tsbuildinfo"
3030
],
3131
"dependencies": {
32-
"@nivo/axes": "0.72.0",
33-
"@nivo/colors": "0.72.0",
34-
"@nivo/legends": "0.72.0",
35-
"@nivo/tooltip": "0.72.0",
32+
"@nivo/axes": "0.73.0",
33+
"@nivo/colors": "0.73.0",
34+
"@nivo/legends": "0.73.0",
35+
"@nivo/tooltip": "0.73.0",
3636
"@react-spring/web": "9.2.4"
3737
},
3838
"devDependencies": {
39-
"@nivo/core": "0.72.0"
39+
"@nivo/core": "0.73.0"
4040
},
4141
"peerDependencies": {
42-
"@nivo/core": "0.72.0",
42+
"@nivo/core": "0.73.0",
4343
"react": ">= 16.14.0 < 18.0.0"
4444
},
4545
"publishConfig": {

packages/bump/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nivo/bump",
3-
"version": "0.72.0",
3+
"version": "0.73.0",
44
"license": "MIT",
55
"author": {
66
"name": "Raphaël Benitte",
@@ -30,18 +30,18 @@
3030
"dist/"
3131
],
3232
"dependencies": {
33-
"@nivo/axes": "0.72.0",
34-
"@nivo/colors": "0.72.0",
35-
"@nivo/legends": "0.72.0",
36-
"@nivo/tooltip": "0.72.0",
33+
"@nivo/axes": "0.73.0",
34+
"@nivo/colors": "0.73.0",
35+
"@nivo/legends": "0.73.0",
36+
"@nivo/tooltip": "0.73.0",
3737
"@react-spring/web": "9.2.4",
3838
"d3-shape": "^1.3.5"
3939
},
4040
"devDependencies": {
41-
"@nivo/core": "0.72.0"
41+
"@nivo/core": "0.73.0"
4242
},
4343
"peerDependencies": {
44-
"@nivo/core": "0.72.0",
44+
"@nivo/core": "0.73.0",
4545
"prop-types": ">= 15.5.10 < 16.0.0",
4646
"react": ">= 16.14.0 < 18.0.0"
4747
},

packages/calendar/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nivo/calendar",
3-
"version": "0.72.0",
3+
"version": "0.73.0",
44
"license": "MIT",
55
"author": {
66
"name": "Raphaël Benitte",
@@ -29,18 +29,18 @@
2929
"!dist/tsconfig.tsbuildinfo"
3030
],
3131
"dependencies": {
32-
"@nivo/legends": "0.72.0",
33-
"@nivo/tooltip": "0.72.0",
32+
"@nivo/legends": "0.73.0",
33+
"@nivo/tooltip": "0.73.0",
3434
"d3-scale": "^3.2.3",
3535
"d3-time": "^1.0.10",
3636
"d3-time-format": "^3.0.0",
3737
"lodash": "^4.17.21"
3838
},
3939
"devDependencies": {
40-
"@nivo/core": "0.72.0"
40+
"@nivo/core": "0.73.0"
4141
},
4242
"peerDependencies": {
43-
"@nivo/core": "0.72.0",
43+
"@nivo/core": "0.73.0",
4444
"react": ">= 16.14.0 < 18.0.0"
4545
},
4646
"publishConfig": {

0 commit comments

Comments
 (0)