Skip to content

Commit 9e371f7

Browse files
committed
update changelog for 1.49.0
1 parent 96fe262 commit 9e371f7

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,70 @@ 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.49.0] -- 2019-07-24
14+
15+
### Added
16+
- Add `indicator` traces [#3978, #4007, #4014, #4037, #4029]
17+
- Add `choroplethmapbox` traces [#3988]
18+
- Add `densitymapbox` traces [#3993]
19+
- Add new mapbox `style` values: `open-street-map`, `carto-positron`, `carto-darkmatter`,
20+
`stamen-terrain`, `stamen-toner`, `stamen-watercolor` and `white-bg`
21+
that do not require a Mapbox access token [#3987, #4068]
22+
- Add support for `sourcetype` value `raster` and `image` and `type` `raster`
23+
for mapbox layout layers [#4006]
24+
- Add `below` attribute to `scattermapbox` traces [#4058]
25+
- Add support for `below: 'traces'` in mapbox layout layers [#4058]
26+
- Add `sourceattribution` attribute to mapbox layout layers [#4069]
27+
- Add `labelangle` and `labelside` attributes to `parcoords` traces [#3966]
28+
- Add `doubleClickDelay` config option [#3991]
29+
- Add `showEditInChartStudio` config option [#4061]
30+
31+
### Changed
32+
- Bump `mapbox-gl` to `v1.1.1` [#3987, #4035]
33+
- Include source attribution on mapbox subplots and image exports [#4069]
34+
- Improve mapbox error messages and attribute descriptions [#4035]
35+
- Do not try to resize hidden graph divs under `responsive:true` [#3972]
36+
- Improve robustness of `sankey` traces with circular links [#3932]
37+
- Use `URL.createObjectURL` during `Plotly.toImage` and
38+
`Plotly.downloadImage` improving performance [#4008]
39+
- Make `parcoords` pick layer 100% invisible [#3946]
40+
- (dev-only) drop "pull-font-svg" pre-process step [#4062]
41+
42+
### Fixed
43+
- Fix rendering of geo traces with `locationmode` and no base layers
44+
(bug introduced in 1.48.0) [#3994]
45+
- Fix lakes and rivers geometry on scoped geo subplots
46+
(bug introduced in 1.48.0) [#4048]
47+
- Fix `heatmap` rendering for traces with extra categorical coordinates
48+
(bug introduced in 1.48.0) [#4038]
49+
- Do not show zero-height bar rendering when their `marker.line.width` is zero
50+
(bug introduced in 1.48.3) [#4056]
51+
- Do not show prefix and suffix on log axis minor ticks showing digits [#4064]
52+
- Fix inconsistent `parcoords` behavior when data is outside range [#3794]
53+
- Fix `parcoods` default tick formatting [#3966, #4011, #4013]
54+
- Fix pseudo-html and MathJax rendering for `parcoords` traces [#3966]
55+
- Fix `marker.line.color` default for `choropleth` traces [#3988]
56+
- Fix `scatter3d` and `scattergl` handling of `rgb` colors
57+
with extra alpha values [#3904, #4009]
58+
- Fix zoomed-in box/violin hover labels edge cases [#3965]
59+
- Fix `hoverinfo` & `hovertemplate` initial, delta and final flags
60+
for `waterfall` traces [#3963]
61+
- Fix `hovertemplate` default number formatting for
62+
`choropleth`, `scattergeo`, `scatterpolar(gl)`, `barpolar`
63+
and `scatterternary` traces [#3968]
64+
- Remove `sliders` / `updatemenus` command observer mutation [#4023]
65+
- Fix plot-schema `anim` listing for traces that do not (yet) animate [#4024]
66+
- Fix `rangeslider` style during selections [#4022]
67+
- Fix per-value `categoryorder` for `box` and `violin` traces [#3983]
68+
- Fix handling of non-numeric `marker.line.width` array items [#4056, #4063]
69+
- Fix `downloadImage` for images of more than 2MB in size in Chrome [#4008]
70+
- Fix `plotly_clickannotation` triggering when `editable:true` [#3979]
71+
- Remove unused `font-atlas-sdf` dependency [#3952]
72+
- Fix `tickformat` attribute description links to d3 formatting language [#4044]
73+
- Fix typo in `error_(x|y).type` description [#4030]
74+
- Fix typo in `colorscale` description [#4060]
75+
76+
1377
## [1.48.3] -- 2019-06-13
1478

1579
### Fixed

0 commit comments

Comments
 (0)