@@ -10,6 +10,58 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
12
13
+ ## [ 1.35.0] -- 2018-03-07
14
+
15
+ ### Added
16
+ - Add ` automargin ` attribute to cartesian axes which auto-expands margins
17
+ when ticks, tick labels and/or axis titles do not fit on the graph [ #2243 ]
18
+ - Add support for typed arrays as data array inputs [ #2388 ]
19
+ - Add layout ` grids ` attribute for easy subplot generation [ #2399 ]
20
+ - Implement ` cliponaxis: false ` for bar text [ #2378 ]
21
+ - Add opposite axis attributes for range slider to control y axis range behavior [ #2364 ]
22
+ - Generalize ` hoverdistance ` and ` spikedistance ` for area-like objects [ #2379 ]
23
+ - Bring ` scattergl ` auto-range logic to par with SVG ` scatter ` [ #2404 ]
24
+ - Add selected/unselected marker color size support to ` scattermapbox ` traces [ #2361 ]
25
+
26
+ ### Changed
27
+ - Remove all circular dependencies in our ` src/ ` directory [ #2429 ]
28
+ - Build our CDN bundles with ` browser-pack-flat ` browserify plugin [ #2447 ]
29
+ - Bump ` mapbox-gl ` to ` v0.44.0 ` [ #2361 ]
30
+ - Bump ` glslify ` to ` v6.1.1 ` [ #2377 ]
31
+ - Stop relinking ` customdata ` , ` ids ` and any matching objects
32
+ in ` gd._fullLayout ` during ` Plots.supplyDefaults ` [ #2375 ]
33
+
34
+ ### Fixed
35
+ - Fix buggy auto-range / auto-margin interaction
36
+ leading to axis range inconsistencies on redraws
37
+ (this bug was mostly noticeable on graphs with legends) [ #2437 ]
38
+ - Bring back ` scattergl ` lines under select/lasso ` dragmode `
39
+ (bug introduced in ` 1.33.0 ` ) [ #2377 ]
40
+ - Fix ` scattergl ` visible toggling for graphs with multiple traces
41
+ with different modes (bug introduced in ` 1.33.0 ` ) [ #2442 ]
42
+ - Bring back ` spikelines ` for traces other than ` scatter `
43
+ (bug introduced in ` 1.33.0 ` ) [ #2379 ]
44
+ - Fix ` Plotly.Fx.hover ` acting on multiple subplots
45
+ (bug introduced in ` 1.32.0 ` ) [ #2379 ]
46
+ - Fix range slider with stacked y axes positioning
47
+ (bug introduced in ` 1.32.0 ` ) [ #2451 ]
48
+ - Fix ` scattergl ` color clustering [ #2377 ]
49
+ - Fix ` Plotly.restyle ` for ` scattergl ` ` fill ` [ #2377 ]
50
+ - Fix multi-line y-axis label positioning [ #2424 ]
51
+ - Fix centered hover labels edge cases [ #2440 , #2445 ]
52
+ - Fix hover labels in bar groups in compare mode [ #2414 ]
53
+ - Fix axes and axis lines removal [ #2416 ]
54
+ - Fix auto-sizing in ` Plotly.react ` [ #2437 ]
55
+ - Fix error bars for ` Plotly.react ` and uneven data arrays [ #2360 ]
56
+ - Fix edits for date-string referenced annotations [ #2368 ]
57
+ - Fix ` z ` hover labels with exponents [ #2422 ]
58
+ - Fix yet another histogram edge case [ #2413 ]
59
+ - Fix fall back for contour labels when there's only one contour [ #2411 ]
60
+ - Fix ` scatterpolar ` category angular period calculations [ #2449 ]
61
+ - Clear select outlines on mapbox zoomstart [ #2361 ]
62
+ - Fix legend click to causes legend scroll bug [ #2426 ]
63
+
64
+
13
65
## [ 1.34.0] -- 2018-02-12
14
66
15
67
### Added
0 commit comments