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
+157Lines changed: 157 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,163 @@ 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.12.0] -- 2022-05-02
13
+
14
+
### Added
15
+
- Add `griddash` axis property to cartesian, polar, smith, ternary and geo subplots and add `griddash` and `minorgriddash` to `carpet` trace [[6144](https://github.com/plotly/plotly.js/pull/6144)], with thanks to @njwhite for the contribution!
16
+
- Implement various options to position and style `minor` ticks and grid lines on cartesian axis types including
`minor.showgrid`, `minor.gridcolor`, `minor.griddash` and `minor.gridwidth`[[6166](https://github.com/plotly/plotly.js/pull/6166)]
19
+
20
+
### Changed
21
+
- Use the "willReadFrequently" 2d context creation attribute to optimize readback performance [[#6084](https://github.com/plotly/plotly.js/pull/6084)],
22
+
with thanks to @junov for the contribution!
23
+
24
+
### Fixed
25
+
- avoid drawing blank tick labels on cartesian axes [[#6163](https://github.com/plotly/plotly.js/pull/6163)]
26
+
27
+
28
+
## [2.11.1] -- 2022-03-15
29
+
30
+
### Fixed
31
+
- Regenerate functions of regl-based traces in the "strict" bundle [[#6141](https://github.com/plotly/plotly.js/pull/6141)]
32
+
33
+
34
+
## [2.11.0] -- 2022-03-11
35
+
36
+
### Added
37
+
- Add a CSP complaint variation of regl-based traces i.e. `parcoords`, `splom`, `scattergl`, `scatterpolargl` to the "strict" bundle [[#6083](https://github.com/plotly/plotly.js/pull/6083)]
38
+
- Add `scattersmith` trace to the "strict" bundle [[#6135](https://github.com/plotly/plotly.js/pull/6135)]
39
+
40
+
41
+
## [2.10.1] -- 2022-03-08
42
+
43
+
### Fixed
44
+
- Fix `mesh3d` generation when `alphahull` is a positive number (regression introduced in 2.5.1) [[#6133](https://github.com/plotly/plotly.js/pull/6133)]
45
+
46
+
47
+
## [2.10.0] -- 2022-03-04
48
+
49
+
### Added
50
+
- Add support to use version 3 of MathJax and add `typesetMath` attribute to config [[#6073](https://github.com/plotly/plotly.js/pull/6073)],
51
+
with thanks to [Equinor](https://www.equinor.com) for sponsoring the related development!
52
+
- Add `fillpattern` options to `scatter` trace [[#6101](https://github.com/plotly/plotly.js/pull/6101)],
53
+
with thanks to @s417-lama for the contribution!
54
+
55
+
56
+
## [2.9.0] -- 2022-02-04
57
+
58
+
### Added
59
+
- Implement `ticklabelstep` to reduce labels on 2D axes and colorbars [[#6088](https://github.com/plotly/plotly.js/pull/6088)],
60
+
this feature was anonymously sponsored: thank you to our sponsor!
61
+
62
+
### Changed
63
+
- Display the version of plotly.js when hovering over the modebar [[#6077](https://github.com/plotly/plotly.js/pull/6077)]
64
+
- Various dependency updates as listed under [the v2.9.0 milestone](https://github.com/plotly/plotly.js/milestone/69?closed=1)
65
+
66
+
### Fixed
67
+
- Fix vertical spacing of legend items in horizontal mode [[#6094](https://github.com/plotly/plotly.js/pull/6094)]
68
+
69
+
70
+
## [2.8.3] -- 2021-12-20
71
+
72
+
### Fixed
73
+
- Correct formatted x/y `texttempate` for `histogram` trace [[#6070](https://github.com/plotly/plotly.js/pull/6070)]
74
+
75
+
76
+
## [2.8.2] -- 2021-12-20
77
+
78
+
### Fixed
79
+
- Fix missing x/y `texttemplate` for `histogram`, `bar`, `funnel` and `waterfall` traces [[#6069](https://github.com/plotly/plotly.js/pull/6069)]
80
+
81
+
82
+
## [2.8.1] -- 2021-12-15
83
+
84
+
### Fixed
85
+
- Do not exceed layout font size when `textfont` is set to "auto" for `heatmap`, `histogram2d`, `contour` and
- Implement `legend.grouptitlefont` and `hoverlabel.grouptitlefont`[[#6040](https://github.com/plotly/plotly.js/pull/6040)]
94
+
- Add `texttemplate` and `textfont` to `heatmap` and `histogram2d` traces as well as
95
+
`histogram2dcontour` and `contour` traces when `coloring` is set "heatmap" [[#6028](https://github.com/plotly/plotly.js/pull/6028)]
96
+
97
+
### Fixed
98
+
- Fix to discard negative values from `pie` chart post-aggregation instead of during summation [[#6051](https://github.com/plotly/plotly.js/pull/6051)],
`constraintext` and `cliponaxis` to `histogram` trace [[#6038](https://github.com/plotly/plotly.js/pull/6038)]
108
+
109
+
### Changed
110
+
- Bump `probe-image-size` module to v7.2.2 [[#6036](https://github.com/plotly/plotly.js/pull/6036)]
111
+
112
+
### Fixed
113
+
- Fix mapbox derived coordinate for Retina displays [[#6039](https://github.com/plotly/plotly.js/pull/6039)]
114
+
- Fix interaction between `uirevision` and `autorange`. Because we push `autorange` and `range` back into `layout`,
115
+
there can be times it looks like we're applying GUI-driven changes on top of explicit autorange and other times
116
+
it's an implicit autorange, even though the user's intent was always implicit. This fix treats them as equivalent. [[#6046](https://github.com/plotly/plotly.js/pull/6046)]
117
+
118
+
119
+
## [2.6.4] -- 2021-11-26
120
+
121
+
### Fixed
122
+
- Avoid bar with text to jump when selected [[#6043](https://github.com/plotly/plotly.js/pull/6043)]
123
+
124
+
125
+
## [2.6.3] -- 2021-11-12
126
+
127
+
### Fixed
128
+
- Fix hover events in Shadow DOM [[#6021](https://github.com/plotly/plotly.js/pull/6021)],
129
+
with thanks to @SabineWren for the contribution!
130
+
131
+
132
+
## [2.6.2] -- 2021-11-05
133
+
134
+
### Fixed
135
+
- Fix loading issue in [orca](https://github.com/plotly/orca) (regression introduced in 2.6.0) [[#6011](https://github.com/plotly/plotly.js/pull/6011)]
136
+
137
+
138
+
## [2.6.1] -- 2021-11-03
139
+
140
+
### Fixed
141
+
- Fix to avoid including local stackgl_modules/node_modules in the package (regression introduced in 2.6.0) [[#6008](https://github.com/plotly/plotly.js/pull/6008)]
142
+
143
+
144
+
## [2.6.0] -- 2021-10-29
145
+
146
+
### Added
147
+
- Add `smith` subplots and the `scattersmith` trace type for displaying Smith charts [[#5956](https://github.com/plotly/plotly.js/pull/5956), [#5992](https://github.com/plotly/plotly.js/pull/5992)],
148
+
with thanks to Kitware and @waxlamp for kicking off this effort.
149
+
150
+
### Changed
151
+
- Improve drawing the contour lines in non-linear space e.g. on log axes [[#5985](https://github.com/plotly/plotly.js/pull/5985)], with thanks to @andrew-matteson for the contribution!
152
+
- Bump eslint to v8 release candidate including fixes for `no-new-func` test [[#5969](https://github.com/plotly/plotly.js/pull/5969)]
153
+
154
+
### Fixed
155
+
- Fix `npm install` problem for `npm v6` users (regression introduced in 2.5.0) [[#6004](https://github.com/plotly/plotly.js/pull/6004)]
156
+
- Fix unhover event data for gl3d subplots [[#5954](https://github.com/plotly/plotly.js/pull/5954)],
0 commit comments