Skip to content

Commit bac7024

Browse files
committed
update changelog for 1.48.0
1 parent 2d42a66 commit bac7024

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,61 @@ 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.48.0] -- 2019-05-28
14+
15+
### Added
16+
- Add `funnel` traces [#3817, #3911]
17+
- Add `funnelarea` traces [#3876, #3912]
18+
- Add support for shared color axes via `coloraxis` attributes
19+
in the layout [#3803, #3786, #3901, #3916]
20+
- Add support for sorting categorical cartesian axes by value [#3864]
21+
- Add `bingroup` to `histogram`, `histogram2d` and `histogram2dcontour` to group
22+
traces to have compatible auto-bin values [#3845]
23+
- Add legend `itemclick` and `itemdoubleclick` attributes to set or disable
24+
the legend item click and double-click behavior [#3862]
25+
- Add `insidetextanchor` attribute for `bar` and `waterfall` traces [#3817]
26+
- Add `textangele` attribute for `bar` and `waterfall` traces [#3817]
27+
- Add `textinfo` to `waterfall` traces [#3790]
28+
- Add support for side-by-side `scatter3d` `marker` and `line` colorbars [#3803]
29+
- Add `meta` attribute to traces to complement `layout.meta` [#3865]
30+
- Emit `plotly_relayouting` during drag motion on subplots [#3888]
31+
- Add Swedish locale (`sv`) [#3821]
32+
33+
### Changed
34+
- Use `sane-topojson@v3.0.1` (backed by Natural Earth v4.1.0 shapefiles)
35+
to generate geographic features in `geo` subplots. Most notably, the Russia/Ukraine
36+
border has been updated [#3856]
37+
- Draw `box` and `violin` points as legend item when other parts have opacity `0` [#3846]
38+
- Draw `marker.line` for bars with no-span [#3848]
39+
- Do not make request for topojson files when drawing geo subplot
40+
without geographic features [#3856]
41+
42+
### Fixed
43+
- Fix `categoryarray` ordering for `heatmap` and `contour` traces [#3827]
44+
- Fix `heatmap` brick positioning for non-overlapping categories [#3827]
45+
- Fix `Plotly.update` calls that resulted in removal of modebar buttons [#3825]
46+
- Fix auto-range for one-sided `violin` with set `width` [#3842]
47+
- Fix hover label placement for one-sided `violin` with set `width` [#3842]
48+
- Fix `scattergl` mode ordering in/out of selections [#3810]
49+
- Fix `scattergl` unselected styling in/out of select/lasso dragmode [#3810]
50+
- Fix `automargin` edge cases where draw code can be stuck in infinite loops [#3811]
51+
- Fix `locationmode: 'USA-states'` on world scope under `50m` resolution [#3856]
52+
- Fix reset view interactions on geo subplots following `geo.scope` updates [#3856]
53+
- Fix `Plotly.animate` on graphs with multiple subplot types [#3860]
54+
- Fix `filter` transforms that result in empty coordinate arrays [#3766]
55+
- Fix handling of `0` number in `pie` and `sunburst` text and hover [#3847]
56+
- Fix `sunburst` text in sectors centered around theta=180 [#3907]
57+
- Fix handling of number `0` in `sunburst` ids/parents [#3903]
58+
- Fix selection range event data on category axes [#3869]
59+
- Fix `contour` with heatmap coloring rendering after graph resize [#3803]
60+
- Fix `histogram2d` hover label content for trace with bins spanning multiple `y` sample values [#3890]
61+
- Fix `parcoords` rendering of first value when it is part of own `constraintrange` [#3915]
62+
- Fix rgba colorscale fallback for `parcoords` traces [#3917]
63+
- Fix de-selected style of error bar on `bar` traces [#3644]
64+
- Fix hover labels rendering for some zoomed-in `violin` traces [#3889]
65+
- Fix `mesh3d` `vertexcolor` attribute description [#3688]
66+
67+
1368
## [1.47.4] -- 2019-04-25
1469

1570
### Fixed

0 commit comments

Comments
 (0)