Skip to content

Commit cdb3a6a

Browse files
authored
Merge pull request #227 from plotly/v0.5.0
V0.5.0
2 parents 4a60cc2 + 7a298c6 commit cdb3a6a

File tree

8 files changed

+126
-38
lines changed

8 files changed

+126
-38
lines changed

examples/async-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"private": true,
55
"dependencies": {
66
"event-emitter": "^0.3.5",
7-
"plotly.js": "^1.31.2",
7+
"plotly.js": "^1.32.0",
88
"react": "^15.6.1",
99
"react-dom": "^15.6.1",
1010
"react-plotly.js": "^1.0.4",
11-
"react-plotly.js-editor": "0.4.1",
11+
"react-plotly.js-editor": "0.5.0",
1212
"react-scripts": "1.0.17"
1313
},
1414
"scripts": {

examples/redux/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"plotly.js": "^1.31.2",
6+
"plotly.js": "^1.32.0",
77
"prop-types": "^15.6.0",
88
"react": "^16.2.0",
99
"react-dom": "^16.2.0",
1010
"react-plotly.js": "^1.0.4",
11-
"react-plotly.js-editor": "0.4.1",
11+
"react-plotly.js-editor": "0.5.0",
1212
"react-redux": "^5.0.6",
1313
"react-scripts": "1.0.17",
1414
"redux": "^3.7.2"

examples/simple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"plotly.js": "^1.31.2",
6+
"plotly.js": "^1.32.0",
77
"react": "^16.2.0",
88
"react-dom": "^16.2.0",
99
"react-plotly.js": "^1.0.4",
10-
"react-plotly.js-editor": "0.4.1",
10+
"react-plotly.js-editor": "0.5.0",
1111
"react-scripts": "1.0.17"
1212
},
1313
"scripts": {

package-lock.json

Lines changed: 65 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-plotly.js-editor",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"license": "MIT",
55
"description": "plotly.js chart editor react component UI",
66
"author": "Plotly, Inc.",
@@ -17,7 +17,7 @@
1717
"make:combined-translation-keys": "babel-node scripts/findTranslationKeys.js && babel-node scripts/combineTranslationKeys.js",
1818
"make:translation-keys": "babel-node scripts/findTranslationKeys.js",
1919
"make:arrows": "babel-node scripts/makeArrows.js",
20-
"make:lib": "mkdirp lib && npm run make:lib:js && npm run make:lib:css",
20+
"make:lib": "mkdirp lib && npm run make:lib:js && npm run make:lib:css && npm run make:combined-translation-keys",
2121
"make:lib:js": "mkdirp lib && babel src --out-dir lib --ignore=__tests__/* --source-maps",
2222
"make:lib:css": "mkdirp lib && babel-node scripts/styles.js && SASS_ENV=ie babel-node scripts/styles.js && babel-node scripts/postcss.js && SASS_ENV=ie babel-node scripts/postcss.js",
2323
"prepublishOnly": "npm run make:lib",
@@ -85,7 +85,7 @@
8585
"draft-js-utils": "^1.2.0",
8686
"fast-isnumeric": "^1.1.1",
8787
"plotly-icons": "^1.1.3",
88-
"plotly.js": "^1.31.2",
88+
"plotly.js": "^1.32.0",
8989
"prop-types": "^15.5.10",
9090
"raf": "^3.4.0",
9191
"react": "^16.2.0",

scripts/translationKeys/combined-translation-keys.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Custom Color
4040
Default Colors // react-plotly.js-editor: /components/widgets/ColorPicker.js:75
4141
Display // react-plotly.js-editor: /DefaultEditor.js:91
4242
Double-click on legend to isolate one trace // plotly.js: components/legend/handle_click.js:90
43-
Double-click to zoom back out // plotly.js: plots/cartesian/dragbox.js:299
43+
Double-click to zoom back out // plotly.js: plots/cartesian/dragbox.js:335
4444
Download plot as a png // plotly.js: components/modebar/buttons.js:52
4545
Edit in Chart Studio // plotly.js: components/modebar/buttons.js:76
4646
Edit in HTML // react-plotly.js-editor: /components/widgets/text_editors/MultiFormatTextEditor.js:35
47-
Edit in Rich Text // react-plotly.js-editor: /components/widgets/text_editors/MultiFormatTextEditor.js:244
47+
Edit in Rich Text // react-plotly.js-editor: /components/widgets/text_editors/MultiFormatTextEditor.js:245
4848
Enter Link URL // react-plotly.js-editor: /components/widgets/text_editors/RichText/LinkEditor.js:92
4949
Filled Area // react-plotly.js-editor: /DefaultEditor.js:101
5050
Fixed Height // react-plotly.js-editor: /DefaultEditor.js:179

scripts/translationKeys/translation-keys.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Custom Color
3030
Default Colors // /components/widgets/ColorPicker.js:75
3131
Display // /DefaultEditor.js:91
3232
Edit in HTML // /components/widgets/text_editors/MultiFormatTextEditor.js:35
33-
Edit in Rich Text // /components/widgets/text_editors/MultiFormatTextEditor.js:244
33+
Edit in Rich Text // /components/widgets/text_editors/MultiFormatTextEditor.js:245
3434
Enter Link URL // /components/widgets/text_editors/RichText/LinkEditor.js:92
3535
Filled Area // /DefaultEditor.js:101
3636
Fixed Height // /DefaultEditor.js:179

yarn.lock

Lines changed: 49 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
16181618
dependencies:
16191619
delayed-stream "~1.0.0"
16201620

1621-
commander@2, commander@^2.11.0, commander@^2.9.0:
1621+
commander@2, commander@^2.11.0, commander@^2.9.0, commander@~2.12.1:
16221622
version "2.12.2"
16231623
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"
16241624

@@ -2094,6 +2094,15 @@ duplexify@^3.4.5:
20942094
readable-stream "^2.0.0"
20952095
stream-shift "^1.0.0"
20962096

2097+
duplexify@^3.5.1:
2098+
version "3.5.3"
2099+
resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.5.3.tgz#8b5818800df92fd0125b27ab896491912858243e"
2100+
dependencies:
2101+
end-of-stream "^1.0.0"
2102+
inherits "^2.0.1"
2103+
readable-stream "^2.0.0"
2104+
stream-shift "^1.0.0"
2105+
20972106
earcut@^2.0.3:
20982107
version "2.1.2"
20992108
resolved "https://registry.yarnpkg.com/earcut/-/earcut-2.1.2.tgz#542add0ca3a7b713452720e1d053937d3daf3784"
@@ -2672,7 +2681,13 @@ form-data@~2.3.1:
26722681
combined-stream "^1.0.5"
26732682
mime-types "^2.1.12"
26742683

2675-
from2@^2.3.0:
2684+
from2-string@^1.1.0:
2685+
version "1.1.0"
2686+
resolved "https://registry.yarnpkg.com/from2-string/-/from2-string-1.1.0.tgz#18282b27d08a267cb3030cd2b8b4b0f212af752a"
2687+
dependencies:
2688+
from2 "^2.0.3"
2689+
2690+
from2@^2.0.3, from2@^2.3.0:
26762691
version "2.3.0"
26772692
resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af"
26782693
dependencies:
@@ -2968,9 +2983,9 @@ gl-mesh3d@^1.3.0:
29682983
simplicial-complex-contour "^1.0.0"
29692984
typedarray-pool "^1.1.0"
29702985

2971-
gl-plot2d@^1.2.0:
2972-
version "1.2.0"
2973-
resolved "https://registry.yarnpkg.com/gl-plot2d/-/gl-plot2d-1.2.0.tgz#99eead246d2f6473cc9a4bc08617fb6427ab622d"
2986+
gl-plot2d@^1.3.0:
2987+
version "1.3.0"
2988+
resolved "https://registry.yarnpkg.com/gl-plot2d/-/gl-plot2d-1.3.0.tgz#fbf2a72b8d6e255c260714ffdfb5d345fb6e0696"
29742989
dependencies:
29752990
binary-search-bounds "^2.0.3"
29762991
gl-buffer "^2.1.2"
@@ -4940,6 +4955,17 @@ mimic-fn@^1.0.0:
49404955
version "1.1.0"
49414956
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
49424957

4958+
minify-stream@^1.1.0:
4959+
version "1.1.0"
4960+
resolved "https://registry.yarnpkg.com/minify-stream/-/minify-stream-1.1.0.tgz#3ca3d226e0e53b98c8aa4d45e7aefc11fb925bbe"
4961+
dependencies:
4962+
concat-stream "^1.6.0"
4963+
convert-source-map "^1.5.0"
4964+
duplexify "^3.5.1"
4965+
from2-string "^1.1.0"
4966+
uglify-es "^3.1.2"
4967+
xtend "^4.0.1"
4968+
49434969
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
49444970
version "3.0.4"
49454971
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -5628,9 +5654,9 @@ plotly-icons@^1.1.3:
56285654
react "^16.2.0"
56295655
react-dom "^16.2.0"
56305656

5631-
plotly.js@^1.31.2:
5632-
version "1.31.2"
5633-
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-1.31.2.tgz#1b4100bc60957fe7589ce72cfccd4ee499dfaedb"
5657+
plotly.js@^1.32.0:
5658+
version "1.32.0"
5659+
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-1.32.0.tgz#52cf2c1274e13c00814f7f0a12662f6dccd48528"
56345660
dependencies:
56355661
"3d-view" "^2.0.0"
56365662
"@plotly/d3-sankey" "^0.5.0"
@@ -5652,7 +5678,7 @@ plotly.js@^1.31.2:
56525678
gl-line3d "^1.1.0"
56535679
gl-mat4 "^1.1.2"
56545680
gl-mesh3d "^1.3.0"
5655-
gl-plot2d "^1.2.0"
5681+
gl-plot2d "^1.3.0"
56565682
gl-plot3d "^1.5.4"
56575683
gl-pointcloud2d "^1.0.0"
56585684
gl-scatter2d "^1.3.2"
@@ -5665,13 +5691,15 @@ plotly.js@^1.31.2:
56655691
has-hover "^1.0.1"
56665692
mapbox-gl "^0.22.0"
56675693
matrix-camera-controller "^2.1.3"
5694+
minify-stream "^1.1.0"
56685695
mouse-change "^1.4.0"
56695696
mouse-event-offset "^3.0.2"
56705697
mouse-wheel "^1.0.2"
56715698
ndarray "^1.0.18"
56725699
ndarray-fill "^1.0.2"
56735700
ndarray-homography "^1.0.0"
56745701
ndarray-ops "^1.2.2"
5702+
polybooljs "^1.2.0"
56755703
regl "^1.3.0"
56765704
right-now "^1.0.0"
56775705
robust-orientation "^1.1.3"
@@ -5708,6 +5736,10 @@ point-in-big-polygon@^2.0.0:
57085736
robust-orientation "^1.1.3"
57095737
slab-decomposition "^1.0.1"
57105738

5739+
polybooljs@^1.2.0:
5740+
version "1.2.0"
5741+
resolved "https://registry.yarnpkg.com/polybooljs/-/polybooljs-1.2.0.tgz#b4390c2e079d4c262d3b2504c6288d95ba7a4758"
5742+
57115743
polytope-closest-point@^1.0.0:
57125744
version "1.0.0"
57135745
resolved "https://registry.yarnpkg.com/polytope-closest-point/-/polytope-closest-point-1.0.0.tgz#e6e57f4081ab5e8c778b811ef06e2c48ae338c3f"
@@ -6879,7 +6911,7 @@ source-map-support@^0.5.0:
68796911
dependencies:
68806912
source-map "^0.6.0"
68816913

6882-
"source-map@>= 0.1.2", source-map@^0.6.0, source-map@^0.6.1:
6914+
"source-map@>= 0.1.2", source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
68836915
version "0.6.1"
68846916
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
68856917

@@ -7392,6 +7424,13 @@ ua-parser-js@^0.7.9:
73927424
version "0.7.17"
73937425
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac"
73947426

7427+
uglify-es@^3.1.2:
7428+
version "3.3.5"
7429+
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.5.tgz#cf7e695da81999f85196b15e2978862f13212f88"
7430+
dependencies:
7431+
commander "~2.12.1"
7432+
source-map "~0.6.1"
7433+
73957434
uglify-js@^2.6, uglify-js@^2.6.0:
73967435
version "2.8.29"
73977436
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"

0 commit comments

Comments
 (0)