Skip to content

Commit a0272e4

Browse files
authored
Merge pull request #1100 from plotly/pjs158
Plotly.js 1.58.x upgrade + version bump
2 parents 75aaff0 + 9959681 commit a0272e4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-chart-editor",
33
"description": "plotly.js chart editor react component UI",
4-
"version": "0.43.0",
4+
"version": "0.44.0",
55
"author": "Plotly, Inc.",
66
"bugs": {
77
"url": "https://github.com/plotly/react-chart-editor/issues"
@@ -35,14 +35,14 @@
3535
"fast-isnumeric": "1.1.4",
3636
"immutability-helper": "3.1.1",
3737
"plotly-icons": "1.3.14",
38-
"plotly.js": "1.57.x",
38+
"plotly.js": "1.58.x",
3939
"prop-types": "15.7.2",
4040
"raf": "3.4.1",
4141
"react-color": "2.19.3",
4242
"react-colorscales": "0.7.3",
4343
"react-day-picker": "7.4.8",
4444
"react-dropzone": "10.2.2",
45-
"react-plotly.js": "2.5.0",
45+
"react-plotly.js": "2.5.1",
4646
"react-rangeslider": "2.2.0",
4747
"react-resizable-rotatable-draggable": "0.2.0",
4848
"react-select": "2.4.4",
@@ -82,7 +82,7 @@
8282
"jest-cli": "26.6.3",
8383
"mkdirp": "1.0.4",
8484
"node-sass": "4.14.1",
85-
"postcss": "8.1.10",
85+
"postcss": "8.1.14",
8686
"postcss-combine-duplicated-selectors": "10.0.2",
8787
"postcss-custom-properties": "8.0.11",
8888
"postcss-remove-root": "0.0.2",

scripts/translationKeys/combined-translation-keys.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ Click on the + button above to add a transform.
157157
Click on the + button above to add an annotation. // react-chart-editor: /components/containers/AnnotationAccordion.js:63
158158
Click on the + button above to add an image. // react-chart-editor: /components/containers/ImageAccordion.js:61
159159
Click to enter Colorscale title // plotly.js: plots/plots.js:335
160-
Click to enter Component A title // plotly.js: plots/ternary/ternary.js:380
161-
Click to enter Component B title // plotly.js: plots/ternary/ternary.js:390
162-
Click to enter Component C title // plotly.js: plots/ternary/ternary.js:400
163-
Click to enter Plot title // plotly.js: plot_api/plot_api.js:586
160+
Click to enter Component A title // plotly.js: plots/ternary/ternary.js:381
161+
Click to enter Component B title // plotly.js: plots/ternary/ternary.js:391
162+
Click to enter Component C title // plotly.js: plots/ternary/ternary.js:401
163+
Click to enter Plot title // plotly.js: plot_api/plot_api.js:604
164164
Click to enter X axis title // plotly.js: plots/plots.js:333
165165
Click to enter Y axis title // plotly.js: plots/plots.js:334
166-
Click to enter radial axis title // plotly.js: plots/polar/polar.js:492
166+
Click to enter radial axis title // plotly.js: plots/polar/polar.js:494
167167
Clip To // react-chart-editor: /components/fields/HoverLabelNameLength.js:54
168168
Clip on Axes // react-chart-editor: /default_panels/StyleTracesPanel.js:705
169169
Clockwise // react-chart-editor: /components/fields/derived.js:113
@@ -248,7 +248,7 @@ Distributions
248248
Divergence // react-chart-editor: /components/fields/derived.js:633
249249
Diverging // react-chart-editor: /default_panels/StyleLayoutPanel.js:41
250250
Double-click on legend to isolate one trace // plotly.js: components/legend/handle_click.js:27
251-
Double-click to zoom back out // plotly.js: plots/cartesian/dragbox.js:1119
251+
Double-click to zoom back out // plotly.js: plots/cartesian/dragbox.js:1172
252252
Download plot // plotly.js: components/modebar/buttons.js:53
253253
Download plot as a png // plotly.js: components/modebar/buttons.js:52
254254
Drag // react-chart-editor: /default_panels/StyleLayoutPanel.js:125

0 commit comments

Comments
 (0)