Skip to content

Commit 20d8ba8

Browse files
committedFeb 26, 2019
update changelog for 1.45.0
1 parent 50da961 commit 20d8ba8

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
 

‎CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,51 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212

13+
## [1.45.0] -- 2019-02-26
14+
15+
### Added
16+
- Add support for circular networks in `sankey` traces [#3406, #3535, #3564]
17+
- Add matching axes behavior to cartesian axes via new axis attribute and
18+
new splom attribute dimensions attribute `matches` [#3506, #3565]
19+
- Add attributes `alignmentgroup` and `offsetgroup` to `bar`, `histogram`, `box`
20+
and `violin` traces to make cross-trace positioning easier [#3529]
21+
- Add support for orthographic projections in gl3d subplots via new attribute
22+
`scene.camera.projection.type` [#3550]
23+
- Add `cmid` and `zmid` colorscale attributes to pick the middle of the color
24+
range during the auto-colorscale computations [#3549]
25+
- Add support for `sankey` grouping via new attribute `groups` [#3556]
26+
- Add support for `sankey` concentration `colorscales` [#3501]
27+
- Add support for `hovertemplate` for all `gl3d` traces, `contour`,
28+
`heatmap`, `histogram*`, `parcats`, `scattercarpet` and `splom` traces [#3530]
29+
- Add `hovertext` attribute to all traces that support hover 'text',
30+
for consistency with traces that already have an `hovertext` attribute [#3553]
31+
- Add support for layout `meta` templating in trace `name`,
32+
`rangeselector`, `updatemenus` and `sliders` labels as well as
33+
within `hovertemplate` [#3548]
34+
- Add support for `opacity` to `isosurface` traces [#3545]
35+
- Add `mapbox.layers` attributes: `minzoom`, `maxzoom`, `line.dash` and `symbol.placement` [#3399]
36+
37+
### Changed
38+
- More consistency pass down WebGL pixel ratio to gl3d renderers,
39+
this leads to better axis line and error bar rendering on some hardwares [#3573]
40+
- Performance boost for `isosurface` trace generation [#3521]
41+
- Export template string regex of `Lib` [#3548]
42+
- Do no cluster points in `scattergl` trace with less than 1e5 data pts,
43+
this fixes reported "missing data points" scenarios [#3578]
44+
45+
### Fixed
46+
- Fix selection outline clearing during cartesian axis-range relayout calls
47+
(bug introduced in 1.42.0) [#3577]
48+
- Fix modebar interactions on graphs with `scatter3d` traces with
49+
marker colorscales (bug introduced in 1.44.0) [#3554]
50+
- Fix axis `automargin` for superimposed subplots (bug introduced in 1.44.3) [#3566]
51+
- Fix polar angular tick labels placement [#3538]
52+
- Fix `scattergl` updates after selections for trace with on-graph text [#3575]
53+
- Fix `responsive: true` config option for graph with WebGL traces [#3500]
54+
- Fix `modebar.bgcolor` for vertical modebars with wrapped buttons [#3500]
55+
- Fix `ohlc` and `candlestick` auto-range computations [#3544]
56+
57+
1358
## [1.44.4] -- 2019-02-12
1459

1560
### Fixed

0 commit comments

Comments
 (0)
Please sign in to comment.