@@ -10,6 +10,52 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010where X.Y.Z is the semver of most recent plotly.js release.
1111
1212
13+ ## [ 1.36.0] -- 2018-04-17
14+
15+ ### Added
16+ - Add ` splom ` (aka scatter plot matrix) traces [ #2505 ]
17+ - Add multi-selection and click-to-select on ` parcoords ` axes [ #2415 ]
18+ - Add selection and improve legend items for ` ohlc ` and ` candlestick ` [ #2561 ]
19+ - Add 'fixed size' layout shapes through new shape attributes
20+ ` xsizemode ` , ` ysizemode ` , ` xanchor ` and ` yanchor ` [ #2532 ]
21+ - Add layout attribute ` selectdirection ` to restrict select-box direction [ #2506 ]
22+ - Add support for selections on graphs with range sliders [ #2561 ]
23+ - Add support for ragged ` table ` inputs [ #2511 ]
24+ - Add Czech (` cs ` ) locale [ #2483 ]
25+ - Add Japanese (` ja ` ) locale [ #2558 ]
26+
27+ ### Changed
28+ - Multiple performance improvements for cartesian subplots, most noticeable
29+ on graphs with many cartesian subplots [ #2474 , #2487 , #2527 ]
30+ - Use new ` gl-mesh3d ` version that attempts to make lighting results less
31+ hardware-dependent [ #2365 ]
32+ - New and improved point-clustering algorithm for ` scattergl ` [ #2499 ]
33+ - Improved ` regl-line2d ` component [ #2556 ]
34+
35+ ### Fixed
36+ - Fix memory leak in ` parcoords ` traces [ #2415 ]
37+ - Fix ` scattergl ` ` selectedpoints ` clearance under select/lasso drag modes [ #2492 ]
38+ - Fix ` scattergl ` horizontal lines rendering [ #2564 ]
39+ - Fix ` scattergl ` unselected marker opacity for array marker opacity traces [ #2503 ]
40+ - Fix ` scattergl ` hover over data gaps [ #2499 ]
41+ - Fix ` ohlc ` on category axes [ #2561 ]
42+ - Fix inconsistencies in ` ohlc ` and ` candlestick ` event data [ #2561 ]
43+ - Fix hover ` text ` for ` candlestick ` traces [ #2561 ]
44+ - Fix ` scattermapbox ` selections for traces with data gaps [ #2513 ]
45+ - Fix ` table ` border cases that got previously cut off [ #2511 ]
46+ - Fix ` box ` traces with one jittered outlier [ #2530 ]
47+ - Fix ` cliponfalse: false ` on reversed axes [ #2533 ]
48+ - Fix buggy ` plot_bgcolor ` rendering when updating axis ` overlaying ` attribute [ #2516 ]
49+ - Fix buggy ` Plotly.react ` behavior for ` carpet ` , ` contourcarpet ` , ` scattercarpet ` ,
50+ ` table ` and x/y/z column ` heatmap ` traces [ #2525 ]
51+ - Fix buggy ` Plotly.react ` behavior for ` ohlc ` and ` candlestick ` traces [ #2561 ]
52+ - Fix ordered categories on graphs with ` visible: false ` traces [ #2489 ]
53+ - Fix ordered categories in multi-subplot graphs [ #2489 ]
54+ - Fix inconsistencies when ordering number and numeric string categories [ #2489 ]
55+ - Fix format ` days ` in English locale [ #2490 ]
56+ - Handle HTML links with encoded URIs correctly in svg text labels [ #2471 ]
57+
58+
1359## [ 1.35.2] -- 2018-03-09
1460
1561### Fixed
0 commit comments