Skip to content

Commit e4ddc68

Browse files
committed
Merge remote-tracking branch 'origin/master' into label-alias
2 parents 1fbf7c7 + 938cb46 commit e4ddc68

35 files changed

+118
-101
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
working_directory: ~/plotly.js
5757
steps:
5858
- browser-tools/install-browser-tools: &browser-versions
59-
chrome-version: 93.0.4577.63
59+
chrome-version: 110.0.5481.100
6060
install-firefox: false
6161
install-geckodriver: false
6262
- attach_workspace:
@@ -93,7 +93,7 @@ jobs:
9393
working_directory: ~/plotly.js
9494
steps:
9595
- browser-tools/install-browser-tools: &browser-versions
96-
chrome-version: 93.0.4577.63
96+
chrome-version: 110.0.5481.100
9797
install-firefox: false
9898
install-geckodriver: false
9999
- attach_workspace:
@@ -113,7 +113,7 @@ jobs:
113113
working_directory: ~/plotly.js
114114
steps:
115115
- browser-tools/install-browser-tools: &browser-versions
116-
chrome-version: 93.0.4577.63
116+
chrome-version: 110.0.5481.100
117117
install-firefox: false
118118
install-geckodriver: false
119119
- attach_workspace:
@@ -132,7 +132,7 @@ jobs:
132132
working_directory: ~/plotly.js
133133
steps:
134134
- browser-tools/install-browser-tools: &browser-versions
135-
chrome-version: 93.0.4577.63
135+
chrome-version: 110.0.5481.100
136136
install-firefox: false
137137
install-geckodriver: false
138138
- attach_workspace:
@@ -151,7 +151,7 @@ jobs:
151151
working_directory: ~/plotly.js
152152
steps:
153153
- browser-tools/install-browser-tools: &browser-versions
154-
chrome-version: 93.0.4577.63
154+
chrome-version: 110.0.5481.100
155155
install-firefox: false
156156
install-geckodriver: false
157157
- attach_workspace:

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,24 @@ To see all merged commits on the master branch that will be part of the next plo
99

1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

12+
## [2.18.2] -- 2023-02-15
13+
14+
### Fixed
15+
- Avoid attaching internal d3 object to the window (regression introduced in 2.17.0) [#6487](https://github.com/plotly/plotly.js/pull/6487)
16+
- Correct the order of lower fence and upper fence in the French locale (fr) [[#6476](https://github.com/plotly/plotly.js/pull/6476)],
17+
with thanks to @Gagaro for the contribution!
18+
- Correct formats in the Peruvian locale (es-pe) [[#6451](https://github.com/plotly/plotly.js/pull/6451)],
19+
with thanks to @andresrcs for the contribution!
20+
21+
1222
## [2.18.1] -- 2023-02-02
1323

1424
### Changed
1525
- Bump `d3-interpolate` and `d3-color` to v3 to address audit warnings [[#6463](https://github.com/plotly/plotly.js/pull/6463)]
1626

1727
### Fixed
1828
- Fix scaling of exports e.g. the SVG format by not adding `vector-effect` CSS to static plots [[#6445](https://github.com/plotly/plotly.js/pull/6445)]
19-
- Fix hover on IE (regression introduced in 2.5.0) [#6466](https://github.com/plotly/plotly.js/pull/6466)
29+
- Fix hover on IE (regression introduced in 2.5.0) [[#6466](https://github.com/plotly/plotly.js/pull/6466)]
2030

2131

2232
## [2.18.0] -- 2023-01-19

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You may also consider using [`plotly.js-dist`](https://www.npmjs.com/package/plo
5555
5656
```html
5757
<head>
58-
<script src="https://cdn.plot.ly/plotly-2.18.1.min.js" charset="utf-8"></script>
58+
<script src="https://cdn.plot.ly/plotly-2.18.2.min.js" charset="utf-8"></script>
5959
</head>
6060
<body>
6161
<div id="gd"></div>
@@ -72,7 +72,7 @@ You may also consider using [`plotly.js-dist`](https://www.npmjs.com/package/plo
7272
Alternatively you may consider using [native ES6 import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) in the script tag.
7373
```html
7474
<script type="module">
75-
import "https://cdn.plot.ly/plotly-2.18.1.min.js"
75+
import "https://cdn.plot.ly/plotly-2.18.2.min.js"
7676
Plotly.newPlot("gd", [{ y: [1, 2, 3] }])
7777
</script>
7878
```
@@ -82,7 +82,7 @@ Fastly supports Plotly.js with free CDN service. Read more at <https://www.fastl
8282
### Un-minified versions are also available on CDN
8383
While non-minified source files may contain characters outside UTF-8, it is recommended that you specify the `charset` when loading those bundles.
8484
```html
85-
<script src="https://cdn.plot.ly/plotly-2.18.1.js" charset="utf-8"></script>
85+
<script src="https://cdn.plot.ly/plotly-2.18.2.js" charset="utf-8"></script>
8686
```
8787

8888
> Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.5. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.

dist/README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The main plotly.js bundles weight in at:
4646
| 8.1 MB | 3.4 MB | 1 MB | 8.4 MB |
4747

4848
#### CDN links
49-
> https://cdn.plot.ly/plotly-2.18.1.js
49+
> https://cdn.plot.ly/plotly-2.18.2.js
5050
51-
> https://cdn.plot.ly/plotly-2.18.1.min.js
51+
> https://cdn.plot.ly/plotly-2.18.2.min.js
5252
5353

5454
#### npm packages
@@ -94,9 +94,9 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.
9494
| 2.5 MB | 953.4 kB | 318.7 kB |
9595

9696
#### CDN links
97-
> https://cdn.plot.ly/plotly-basic-2.18.1.js
97+
> https://cdn.plot.ly/plotly-basic-2.18.2.js
9898
99-
> https://cdn.plot.ly/plotly-basic-2.18.1.min.js
99+
> https://cdn.plot.ly/plotly-basic-2.18.2.min.js
100100
101101

102102
#### npm packages
@@ -117,9 +117,9 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `
117117
| 3.2 MB | 1.2 MB | 404.9 kB |
118118

119119
#### CDN links
120-
> https://cdn.plot.ly/plotly-cartesian-2.18.1.js
120+
> https://cdn.plot.ly/plotly-cartesian-2.18.2.js
121121
122-
> https://cdn.plot.ly/plotly-cartesian-2.18.1.min.js
122+
> https://cdn.plot.ly/plotly-cartesian-2.18.2.min.js
123123
124124

125125
#### npm packages
@@ -140,9 +140,9 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca
140140
| 3.1 MB | 1.1 MB | 362.6 kB |
141141

142142
#### CDN links
143-
> https://cdn.plot.ly/plotly-geo-2.18.1.js
143+
> https://cdn.plot.ly/plotly-geo-2.18.2.js
144144
145-
> https://cdn.plot.ly/plotly-geo-2.18.1.min.js
145+
> https://cdn.plot.ly/plotly-geo-2.18.2.min.js
146146
147147

148148
#### npm packages
@@ -160,12 +160,12 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,
160160

161161
| Raw size | Minified size | Minified + gzip size |
162162
|------|-----------------|------------------------|
163-
| 3.5 MB | 1.5 MB | 483 kB |
163+
| 3.5 MB | 1.5 MB | 482.9 kB |
164164

165165
#### CDN links
166-
> https://cdn.plot.ly/plotly-gl3d-2.18.1.js
166+
> https://cdn.plot.ly/plotly-gl3d-2.18.2.js
167167
168-
> https://cdn.plot.ly/plotly-gl3d-2.18.1.min.js
168+
> https://cdn.plot.ly/plotly-gl3d-2.18.2.min.js
169169
170170

171171
#### npm packages
@@ -186,9 +186,9 @@ The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `poin
186186
| 4.3 MB | 1.8 MB | 589.8 kB |
187187

188188
#### CDN links
189-
> https://cdn.plot.ly/plotly-gl2d-2.18.1.js
189+
> https://cdn.plot.ly/plotly-gl2d-2.18.2.js
190190
191-
> https://cdn.plot.ly/plotly-gl2d-2.18.1.min.js
191+
> https://cdn.plot.ly/plotly-gl2d-2.18.2.min.js
192192
193193

194194
#### npm packages
@@ -209,9 +209,9 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym
209209
| 4.3 MB | 1.7 MB | 519.5 kB |
210210

211211
#### CDN links
212-
> https://cdn.plot.ly/plotly-mapbox-2.18.1.js
212+
> https://cdn.plot.ly/plotly-mapbox-2.18.2.js
213213
214-
> https://cdn.plot.ly/plotly-mapbox-2.18.1.min.js
214+
> https://cdn.plot.ly/plotly-mapbox-2.18.2.min.js
215215
216216

217217
#### npm packages
@@ -232,9 +232,9 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne
232232
| 2.8 MB | 1 MB | 347.4 kB |
233233

234234
#### CDN links
235-
> https://cdn.plot.ly/plotly-finance-2.18.1.js
235+
> https://cdn.plot.ly/plotly-finance-2.18.2.js
236236
237-
> https://cdn.plot.ly/plotly-finance-2.18.1.min.js
237+
> https://cdn.plot.ly/plotly-finance-2.18.2.min.js
238238
239239

240240
#### npm packages
@@ -255,9 +255,9 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca
255255
| 8.5 MB | 3.7 MB | 1.1 MB |
256256

257257
#### CDN links
258-
> https://cdn.plot.ly/plotly-strict-2.18.1.js
258+
> https://cdn.plot.ly/plotly-strict-2.18.2.js
259259
260-
> https://cdn.plot.ly/plotly-strict-2.18.1.min.js
260+
> https://cdn.plot.ly/plotly-strict-2.18.2.min.js
261261
262262

263263
#### npm packages

dist/plotly-basic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v2.18.1
2+
* plotly.js (basic) v2.18.2
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -58959,7 +58959,7 @@ function getSortFunc(opts, d2c) {
5895958959

5896058960

5896158961
// package version injected by `npm run preprocess`
58962-
exports.version = '2.18.1';
58962+
exports.version = '2.18.2';
5896358963

5896458964
/***/ }),
5896558965

@@ -65820,7 +65820,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;!function() {
6582065820
d3.xml = d3_xhrType(function(request) {
6582165821
return request.responseXML;
6582265822
});
65823-
if (true) this.d3 = d3, !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
65823+
if (true) !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
6582465824
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
6582565825
(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
6582665826
__WEBPACK_AMD_DEFINE_FACTORY__),

dist/plotly-basic.min.js

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

dist/plotly-cartesian.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v2.18.1
2+
* plotly.js (cartesian) v2.18.2
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -69272,7 +69272,7 @@ function getSortFunc(opts, d2c) {
6927269272

6927369273

6927469274
// package version injected by `npm run preprocess`
69275-
exports.version = '2.18.1';
69275+
exports.version = '2.18.2';
6927669276

6927769277
/***/ }),
6927869278

@@ -77905,7 +77905,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;!function() {
7790577905
d3.xml = d3_xhrType(function(request) {
7790677906
return request.responseXML;
7790777907
});
77908-
if (true) this.d3 = d3, !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
77908+
if (true) !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
7790977909
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
7791077910
(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
7791177911
__WEBPACK_AMD_DEFINE_FACTORY__),

dist/plotly-cartesian.min.js

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

dist/plotly-finance.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v2.18.1
2+
* plotly.js (finance) v2.18.2
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -65267,7 +65267,7 @@ function getSortFunc(opts, d2c) {
6526765267

6526865268

6526965269
// package version injected by `npm run preprocess`
65270-
exports.version = '2.18.1';
65270+
exports.version = '2.18.2';
6527165271

6527265272
/***/ }),
6527365273

@@ -72128,7 +72128,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;!function() {
7212872128
d3.xml = d3_xhrType(function(request) {
7212972129
return request.responseXML;
7213072130
});
72131-
if (true) this.d3 = d3, !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
72131+
if (true) !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
7213272132
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
7213372133
(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
7213472134
__WEBPACK_AMD_DEFINE_FACTORY__),

dist/plotly-finance.min.js

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

dist/plotly-geo-assets.js

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

dist/plotly-geo.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (geo) v2.18.1
2+
* plotly.js (geo) v2.18.2
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -58986,7 +58986,7 @@ function getSortFunc(opts, d2c) {
5898658986

5898758987

5898858988
// package version injected by `npm run preprocess`
58989-
exports.version = '2.18.1';
58989+
exports.version = '2.18.2';
5899058990

5899158991
/***/ }),
5899258992

@@ -65847,7 +65847,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;!function() {
6584765847
d3.xml = d3_xhrType(function(request) {
6584865848
return request.responseXML;
6584965849
});
65850-
if (true) this.d3 = d3, !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
65850+
if (true) !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
6585165851
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
6585265852
(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
6585365853
__WEBPACK_AMD_DEFINE_FACTORY__),

dist/plotly-geo.min.js

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

dist/plotly-gl2d.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl2d) v2.18.1
2+
* plotly.js (gl2d) v2.18.2
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -64387,7 +64387,7 @@ function getSortFunc(opts, d2c) {
6438764387

6438864388

6438964389
// package version injected by `npm run preprocess`
64390-
exports.version = '2.18.1';
64390+
exports.version = '2.18.2';
6439164391

6439264392
/***/ }),
6439364393

@@ -75468,7 +75468,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;!function() {
7546875468
d3.xml = d3_xhrType(function(request) {
7546975469
return request.responseXML;
7547075470
});
75471-
if (true) this.d3 = d3, !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
75471+
if (true) !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
7547275472
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
7547375473
(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
7547475474
__WEBPACK_AMD_DEFINE_FACTORY__),

dist/plotly-gl2d.min.js

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

dist/plotly-gl3d.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl3d) v2.18.1
2+
* plotly.js (gl3d) v2.18.2
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -62406,7 +62406,7 @@ function getSortFunc(opts, d2c) {
6240662406

6240762407

6240862408
// package version injected by `npm run preprocess`
62409-
exports.version = '2.18.1';
62409+
exports.version = '2.18.2';
6241062410

6241162411
/***/ }),
6241262412

@@ -71714,7 +71714,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;!function() {
7171471714
d3.xml = d3_xhrType(function(request) {
7171571715
return request.responseXML;
7171671716
});
71717-
if (true) this.d3 = d3, !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
71717+
if (true) !(__WEBPACK_AMD_DEFINE_FACTORY__ = (d3),
7171871718
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
7171971719
(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
7172071720
__WEBPACK_AMD_DEFINE_FACTORY__),

dist/plotly-gl3d.min.js

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

dist/plotly-locale-es-pe.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)