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
- Update CONTRIBUTING guidelines to use `npm v7` and `node.js v16`[[#5933](https://github.com/plotly/plotly.js/pull/5933)],
17
+
with thanks to @sleighsoft for the contribution!
18
+
19
+
20
+
## [2.5.0] -- 2021-09-03
21
+
22
+
### Added
23
+
- Include `surface`, `isosurface`, `volume`, `streamtube`, `cone`, `mesh3d`, `scatter3d`, `pointcloud`
24
+
and `heatmapgl` in the "strict" bundle by avoid function generation for these traces at runtime [[#5888](https://github.com/plotly/plotly.js/pull/5888)]
25
+
26
+
### Changed
27
+
- Use `node.js v16` and `npm v7` in development and upgrade the version of `package-lock.json`[[#5922](https://github.com/plotly/plotly.js/pull/5922), [#5919](https://github.com/plotly/plotly.js/pull/5919)]
28
+
29
+
### Fixed
30
+
- Adjust position of hover in respect to CSS transform [[#5916](https://github.com/plotly/plotly.js/pull/5916)]
31
+
32
+
33
+
## [2.4.2] -- 2021-08-31
34
+
35
+
### Fixed
36
+
- Fix positioning unified hover box when div has zero height
37
+
(regression introduced in 2.3.0) [[#5913](https://github.com/plotly/plotly.js/pull/5913)]
> 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.
0 commit comments