@@ -10,6 +10,38 @@ 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.19.0] -- 2016-10-27
14+
15+ ### Added
16+ - Add two-argument ` Plotly.plot ` call signature [ #1014 ]
17+ - Add two-way binding functionality to updatemenus and sliders [ #1016 ]
18+ - Add ` width ` , ` base ` and ` offset ` attribute to bar trace [ #1075 ]
19+ - Add ` fromcurrent ` and ` direction ` animation options [ #1087 ]
20+ - Add ability to filter by arbitrary array [ #1062 ]
21+
22+ ### Changed
23+ - Rename ` filtersrc ` filter transform attribute ` target ` (with
24+ backward-compatible map) [ #1062 ]
25+ - Bump ` sane-topojson ` requirement to 2.0.0. New topojson dist files fix
26+ the Michigan state border [ #1077 ]
27+ - scattergl now handles higher resolution dates [ #1033 ]
28+ - Improve error messages in ` Plotly.animate ` [ #1088 ]
29+
30+ ### Fixed
31+ - ` Plotly.newPlot ` now respect user-defined layout ` height ` and ` width ` [ #537 ]
32+ - Fix dendrogram cartesian axis layers [ #1063 ]
33+ - Fix RGBA colorscale handler for contour [ #1090 ]
34+ - Fix gl2d axis title positioning [ #1067 ]
35+ - Fix gl2d multi-line axis tick labels display [ #1087 ]
36+ - Fix performance deficit of scattergl trace type with date coordinates [ #1021 ]
37+ - Fix ohlc trace offset computation [ #1066 ]
38+ - Fix ohlc and candlestick default trace names [ #1073 ]
39+ - Make ` Plotly.animate ` work with frames container array containers (e.g
40+ annotations) [ #1081 ]
41+ - Make ` restyle ` and ` relayout ` consistently remove items in array containers
42+ when called with value argument ` null ` [ #1086 ]
43+
44+
1345## [ 1.18.1] -- 2016-10-18
1446
1547### Fixed
0 commit comments