We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41b676 commit cc87841Copy full SHA for cc87841
CHANGELOG.md
@@ -10,6 +10,17 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
10
where X.Y.Z is the semver of most recent plotly.js release.
11
12
13
+## [1.25.1] -- 2017-03-28
14
+
15
+### Fixed
16
+- Fix `restyle` for `scattergl` traces with array `marker.size` (bug introduced
17
+ in `1.25.0`) [#1521]
18
+- Fix `relayout` for `histogram2dcontour` traces [#1520]
19
+- Do not unnecessary mutate `parcoords` full trace objects when computing
20
+ line color and colorscale [#1509, #1508]
21
+- Do not unnecessary coerce trace opacity in `parcoords` traces [#1506]
22
23
24
## [1.25.0] -- 2017-03-20
25
26
### Added
0 commit comments