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
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,32 @@ To see all merged commits on the master branch that will be part of the next plo
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
+
## [2.26.2] -- 2023-10-04
13
+
14
+
### Fixed
15
+
- Fix range interactions affecting partial ranges in other subplots [[#6743](https://github.com/plotly/plotly.js/pull/6743)]
16
+
- Fix to emit `plotly_click` event on touchscreens with "select" `dragmode`[[#6724](https://github.com/plotly/plotly.js/pull/6724)]),
17
+
with thanks to @lvlte for the contribution!
18
+
- Fix error display for failing builds [[#6739](https://github.com/plotly/plotly.js/pull/6739)],
19
+
with thanks to @dmt0 for the contribution!
20
+
- Use the "willReadFrequently" 2d context creation attribute to optimize readback performance for heat map traces [[#6741](https://github.com/plotly/plotly.js/pull/6741)],
21
+
with thanks to @bebeal for the contribution!
22
+
23
+
24
+
## [2.26.1] -- 2023-09-22
25
+
26
+
### Fixed
27
+
- Fix horizontal title alignment [[#6725](https://github.com/plotly/plotly.js/issues/6725)],
28
+
with thanks to @28raining for the contribution!
29
+
- Fix single-point histogram when user has provided bin widths [[#6725](https://github.com/plotly/plotly.js/issues/6725)],
30
+
with thanks to @28raining for the contribution!
31
+
- Fix to allow custom `plotly_legenddoubleclick` handlers to execute even when the default `plotly_legendclick` event is cancelled (returns false) [[#6727](https://github.com/plotly/plotly.js/pull/6727)], with thanks to @andrej-vasilj for the contribution!
32
+
- Fix Finnish translation for "Download plot" in `fi` locale [[#6723](https://github.com/plotly/plotly.js/issues/6723)],
33
+
with thanks to @wkmor1 for the contribution!
34
+
- Fix Czech number separators in `cs` locale [[#6734](https://github.com/plotly/plotly.js/pull/6734)],
35
+
with thanks to @vlastimil-dolejs for the contribution!
> 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