You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
25
25
with thanks to @s417-lama for the contribution!
26
26
- 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)]
27
27
- 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)]
28
29
- 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)]
29
30
30
31
### Removed
@@ -41,6 +42,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
- 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)]
44
46
45
47
### Deprecated
46
48
- 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.
53
55
- Default `hovermode` to "closest" [[#5647](https://github.com/plotly/plotly.js/pull/5647)]
54
56
- Default `textposition` to "auto" in `bar`, `histogram` and `waterfall` traces [[#5638](https://github.com/plotly/plotly.js/pull/5638)]
55
57
- 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)]
57
58
- Switch to `native-promise-only` module to handle es6 promises [[#5358](https://github.com/plotly/plotly.js/pull/5358)]
58
59
- 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)]
59
60
- 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.
78
79
with thanks to @ruijin for the contribution!
79
80
- Fix element targeting on hover in shadow DOM [[#5256](https://github.com/plotly/plotly.js/pull/5256)],
80
81
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!
81
84
- Improve `scattergl` performance when using typed arrays [[#5632](https://github.com/plotly/plotly.js/pull/5632)],
- 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)]
97
104
- Fix syntax test on the dist files [[#5471](https://github.com/plotly/plotly.js/pull/5471)]
98
105
- Publish partial bundles using relevant tag from the package e.g. `latest` or `rc`[[#5467](https://github.com/plotly/plotly.js/pull/5467)]
99
106
- 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