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

Plotly.js 1.55.x upgrade + version bump #1070

Merged
merged 3 commits into from
Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-chart-editor",
"description": "plotly.js chart editor react component UI",
"version": "0.41.8",
"version": "0.42.0",
"author": "Plotly, Inc.",
"bugs": {
"url": "https://github.com/plotly/react-chart-editor/issues"
Expand Down Expand Up @@ -29,13 +29,13 @@
"dependencies": {
"@plotly/draft-js-export-html": "1.2.0",
"classnames": "^2.2.6",
"draft-js": "^0.11.6",
"draft-js": "^0.11.7",
"draft-js-import-html": "^1.3.3",
"draft-js-utils": "^1.3.3",
"fast-isnumeric": "^1.1.4",
"immutability-helper": "^3.1.1",
"plotly-icons": "1.3.14",
"plotly.js": "1.54.7",
"plotly.js": "1.55.x",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"react-color": "^2.18.1",
Expand All @@ -47,46 +47,46 @@
"react-resizable-rotatable-draggable": "^0.2.0",
"react-select": "^2.4.2",
"react-tabs": "^3.1.1",
"styled-components": "^5.1.1",
"styled-components": "^5.2.0",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"@babel/cli": "7.10.3",
"@babel/core": "7.10.3",
"@babel/node": "7.10.3",
"@babel/plugin-proposal-object-rest-spread": "7.10.3",
"@babel/polyfill": "7.10.1",
"@babel/preset-env": "7.10.3",
"@babel/preset-react": "7.10.1",
"@babel/traverse": "7.10.3",
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/node": "7.10.5",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/polyfill": "7.11.5",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"@babel/traverse": "7.11.5",
"@hot-loader/react-dom": "16.13.0",
"@percy/storybook": "3.3.0",
"@storybook/react": "5.3.19",
"autoprefixer": "9.8.4",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"babel-jest": "26.1.0",
"babel-jest": "26.3.0",
"babel-loader": "8.1.0",
"babel-plugin-module-resolver": "4.0.0",
"css-loader": "3.6.0",
"cssnano": "4.1.10",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "7.4.0",
"enzyme-adapter-react-16": "1.15.4",
"eslint": "7.8.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-percy": "0.2.4",
"fs": "0.0.2",
"glob": "7.1.6",
"jest": "26.1.0",
"jest-cli": "26.1.0",
"jest": "26.4.2",
"jest-cli": "26.4.2",
"mkdirp": "1.0.4",
"node-sass": "4.14.1",
"postcss": "7.0.32",
"postcss-combine-duplicated-selectors": "9.0.0",
"postcss-custom-properties": "8.0.11",
"postcss-remove-root": "0.0.2",
"prettier": "2.0.5",
"prettier": "2.1.1",
"react": "16.13.1",
"react-ace": "7.0.5",
"react-dom": "16.13.1",
Expand All @@ -97,7 +97,7 @@
"rimraf": "3.0.2",
"sass-loader": "7.1.0",
"style-loader": "1.2.1",
"webpack": "4.43.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
Expand Down
20 changes: 10 additions & 10 deletions scripts/translationKeys/combined-translation-keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ Click on the + button above to add a trace.
Click on the + button above to add a transform. // react-chart-editor: /components/containers/TransformAccordion.js:129
Click on the + button above to add an annotation. // react-chart-editor: /components/containers/AnnotationAccordion.js:63
Click on the + button above to add an image. // react-chart-editor: /components/containers/ImageAccordion.js:61
Click to enter Colorscale title // plotly.js: plots/plots.js:334
Click to enter Colorscale title // plotly.js: plots/plots.js:335
Click to enter Component A title // plotly.js: plots/ternary/ternary.js:380
Click to enter Component B title // plotly.js: plots/ternary/ternary.js:390
Click to enter Component C title // plotly.js: plots/ternary/ternary.js:400
Click to enter Plot title // plotly.js: plot_api/plot_api.js:586
Click to enter X axis title // plotly.js: plots/plots.js:332
Click to enter Y axis title // plotly.js: plots/plots.js:333
Click to enter X axis title // plotly.js: plots/plots.js:333
Click to enter Y axis title // plotly.js: plots/plots.js:334
Click to enter radial axis title // plotly.js: plots/polar/polar.js:492
Clip To // react-chart-editor: /components/fields/HoverLabelNameLength.js:54
Clip on Axes // react-chart-editor: /default_panels/StyleTracesPanel.js:706
Expand Down Expand Up @@ -606,12 +606,12 @@ Relative to
Relative to Grid // react-chart-editor: /default_panels/StyleImagesPanel.js:36
Remainder // react-chart-editor: /default_panels/GraphCreatePanel.js:49
Rendering // react-chart-editor: /components/fields/TraceSelector.js:139
Reset // plotly.js: components/modebar/buttons.js:502
Reset // plotly.js: components/modebar/buttons.js:505
Reset axes // plotly.js: components/modebar/buttons.js:218
Reset camera to default // plotly.js: components/modebar/buttons.js:376
Reset camera to last save // plotly.js: components/modebar/buttons.js:384
Reset view // plotly.js: components/modebar/buttons.js:583
Reset views // plotly.js: components/modebar/buttons.js:621
Reset view // plotly.js: components/modebar/buttons.js:586
Reset views // plotly.js: components/modebar/buttons.js:624
Resolution // react-chart-editor: /default_panels/StyleMapsPanel.js:112
Reversed // react-chart-editor: /components/fields/MarkerColor.js:187
Reversed and Grouped // react-chart-editor: /default_panels/StyleLegendPanel.js:97
Expand Down Expand Up @@ -763,8 +763,8 @@ Titles
To Date // react-chart-editor: /default_panels/StyleAxesPanel.js:420
To Next // react-chart-editor: /components/fields/derived.js:677
To Self // react-chart-editor: /components/fields/derived.js:676
Toggle Spike Lines // plotly.js: components/modebar/buttons.js:640
Toggle show closest data on hover // plotly.js: components/modebar/buttons.js:430
Toggle Spike Lines // plotly.js: components/modebar/buttons.js:643
Toggle show closest data on hover // plotly.js: components/modebar/buttons.js:433
Top // react-chart-editor: /components/fields/derived.js:105
Top Center // react-chart-editor: /components/fields/TextPosition.js:87
Top Left // react-chart-editor: /components/fields/TextPosition.js:86
Expand Down Expand Up @@ -899,7 +899,7 @@ mean ± σ:
mean: // plotly.js: traces/box/calc.js:288
median: // plotly.js: traces/box/calc.js:283
min: // plotly.js: traces/box/calc.js:284
new text // plotly.js: plots/plots.js:335 && react-chart-editor: /components/containers/AnnotationAccordion.js:44
new text // plotly.js: plots/plots.js:336 && react-chart-editor: /components/containers/AnnotationAccordion.js:44
noon // react-chart-editor: /components/widgets/DateTimePicker.js:145
open: // plotly.js: traces/ohlc/calc.js:107
outgoing flow count: // plotly.js: traces/sankey/plot.js:169
Expand All @@ -912,7 +912,7 @@ scaled
source: // plotly.js: traces/sankey/plot.js:165
target: // plotly.js: traces/sankey/plot.js:166
to upload here or click to choose a file from your computer. // react-chart-editor: /components/widgets/Dropzone.js:57
trace // plotly.js: plots/plots.js:337
trace // plotly.js: plots/plots.js:338
transforms allow you to create multiple traces from one source trace, so as to style them differently. // react-chart-editor: /components/containers/TransformAccordion.js:113
transforms allow you to filter data out from a trace. // react-chart-editor: /components/containers/TransformAccordion.js:108
transforms allow you to sort a trace, so as to control marker overlay or line connection order. // react-chart-editor: /components/containers/TransformAccordion.js:125
Expand Down