8000 update changelog for v2.0.0-rc.3 · plotly/plotly.js@3d016db · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d016db

Browse files
committed
update changelog for v2.0.0-rc.3
1 parent b239621 commit 3d016db

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
2525
with thanks to @s417-lama for the contribution!
2626
- Implement `ticklabeloverflow` options on cartesian axes and colorbars to drop tick labels going outside div or domain [[#5584](https://github.com/plotly/plotly.js/pull/5584)]
2727
- Implement `(x|y|z)hoverformat`, `(u|v|w)hoverformat` and `valueformat` to cartesian and gl3d traces [[#5563](https://github.com/plotly/plotly.js/pull/5563)]
28+
- Implement "(x|y)other" `hovertemplate` options to format differing positions in compare and unified modes [[#5690](https://github.com/plotly/plotly.js/pull/5690)]
2829
- Add layout and template attributes to facilitate enabling and disabling predefined modebar buttons e.g. shape drawing and "v1hovermode" via `modebar.add` and `modebar.remove` [[#5660](https://github.com/plotly/plotly.js/pull/5660)]
2930

3031
### Removed
@@ -41,6 +42,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
4142
pre-`scatterpolar` polar-related attributes `bar.t`, `bar.r`,
4243
`scatter.t`, `scatter.r`, `layout.radialaxis`, `layout.angularaxis` and
4344
`gd.framework` [[#5399](https://github.com/plotly/plotly.js/pull/5399), [#5408](https://github.com/plotly/plotly.js/pull/5408), [#5409](https://github.com/plotly/plotly.js/pull/5409), [#5398](https://github.com/plotly/plotly.js/pull/5398), [#5438](https://github.com/plotly/plotly.js/pull/5438)]
45+
- Stop overwriting the "latest" bundles on CDN, please specify the version [[#5462](https://github.com/plotly/plotly.js/pull/5462), [#5697](https://github.com/plotly/plotly.js/pull/#5697)]
4446

4547
### Deprecated
4648
- Deprecate `heatmapgl` and `pointcloud` trace types for later removal [[#5447](https://github.com/plotly/plotly.js/pull/5447)]
@@ -53,7 +55,6 @@ where X.Y.Z is the semver of most recent plotly.js release.
5355
- Default `hovermode` to "closest" [[#5647](https://github.com/plotly/plotly.js/pull/5647)]
5456
- Default `textposition` to "auto" in `bar`, `histogram` and `waterfall` traces [[#5638](https://github.com/plotly/plotly.js/pull/5638)]
5557
- Hide hover and spike modebar buttons by default while `layout.modebar.add` or `config.modeBarButtonsToAdd` could be used to bring them back in [[#5654](https://github.com/plotly/plotly.js/pull/5654), [#5658](https://github.com/plotly/plotly.js/pull/5658)]
56-
- Add major versions e.g. "latest-v2" when publishing latest to CDN and keep "latest" for v1 [[#5462](https://github.com/plotly/plotly.js/pull/5462)]
5758
- Switch to `native-promise-only` module to handle es6 promises [[#5358](https://github.com/plotly/plotly.js/pull/5358)]
5859
- Switch to `probe-image-size` module to get width and height of images [[#5388](https://github.com/plotly/plotly.js/pull/5388), [#5635](https://github.com/plotly/plotly.js/pull/#5635)]
5960
- Relax test for plain objects to enable validation in node.js and multiple window contexts [[#5411](https://github.com/plotly/plotly.js/pull/5411), [#5498](https://github.com/plotly/plotly.js/pull/5498)]
@@ -78,8 +79,12 @@ where X.Y.Z is the semver of most recent plotly.js release.
7879
with thanks to @ruijin for the contribution!
7980
- Fix element targeting on hover in shadow DOM [[#5256](https://github.com/plotly/plotly.js/pull/5256)],
8081
with thanks to @dbluhm for the contribution!
82+
- Fix hover interaction on geo subplots in Firefox [[#5607](https://github.com/plotly/plotly.js/pull/5607)],
83+
with thanks to @LucaVazz for the contribution!
8184
- Improve `scattergl` performance when using typed arrays [[#5632](https://github.com/plotly/plotly.js/pull/5632)],
8285
with thanks to @Seranicio for the contribution!
86+
- Fix native ES6 import [[#5708](https://github.com/plotly/plotly.js/pull/5708)],
87+
with thanks to @oldrich-svec suggestion!
8388
- Hide gridlines and ticks overlapping "inside" ticklabels [[#5550](https://github.com/plotly/plotly.js/pull/5550), [#5586](https://github.com/plotly/plotly.js/pull/5586), [#5589](https://github.com/plotly/plotly.js/pull/5589), [#5610](https://github.com/plotly/plotly.js/pull/5610), [#5684](https://github.com/plotly/plotly.js/pull/5684)]
8489
- Improve hover in compare and unified modes [[#5543](https://github.com/plotly/plotly.js/pull/5543), [#5618](https://github.com/plotly/plotly.js/pull/5618), [#5662](https://github.com/plotly/plotly.js/pull/5662), [#5664](https://github.com/plotly/plotly.js/pull/5664), [#5668](https://github.com/plotly/plotly.js/pull/5668), [#5683](https://github.com/plotly/plotly.js/pull/5683)]
8590
- Fix spike on `bar`-like traces [[#5542](https://github.com/plotly/plotly.js/pull/5542)]
@@ -91,9 +96,11 @@ where X.Y.Z is the semver of most recent plotly.js release.
9196
- Fix misinterpreted clip-path by some programs after export [[#5686](https://github.com/plotly/plotly.js/pull/5686)]
9297
- Avoid redundant number casting in `Lib.ensureNumber` function [[#5637](https://github.com/plotly/plotly.js/pull/5637)]
9398
- Avoid duplicate keys in object literals within plotly builds [[#5458](https://github.com/plotly/plotly.js/pull/5458)]
99+
- Revise attributions of Carto, Stamen and Open Street Map styles [[#5696](https://github.com/plotly/plotly.js/pull/5696)]
94100
- Improve attribute compression and avoid redundant copyright comments in non-minified
95101
bundles [[#5426](https://github.com/plotly/plotly.js/pull/5426), [#5429](https://github.com/plotly/plotly.js/pull/5429), [#5439](https://github.com/plotly/plotly.js/pull/5439)]
96102
- Provide links to all pull requests in the changelog [[#5469](https://github.com/plotly/plotly.js/pull/5469)]
103+
- Provide documention for creating custom bundles and improve readme files [[##5702](https://github.com/plotly/plotly.js/pull/#5702), [##5703](https://github.com/plotly/plotly.js/pull/#5703), [##5704](https://github.com/plotly/plotly.js/pull/#5704), [##5705](https://github.com/plotly/plotly.js/pull/#5705)]
97104
- Fix syntax test on the dist files [[#5471](https://github.com/plotly/plotly.js/pull/5471)]
98105
- Publish partial bundles using relevant tag from the package e.g. `latest` or `rc` [[#5467](https://github.com/plotly/plotly.js/pull/5467)]
99106
- Place CDN publish script inside plotly.js repository [[#5468](https://github.com/plotly/plotly.js/pull/5468), [#5470](https://github.com/plotly/plotly.js/pull/5470)]

0 commit comments

Comments
 (0)
0