@@ -10,6 +10,51 @@ 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.26.0] -- 2017-04-18
14+
15+ ### Added
16+ - Carpets plots with new trace types: ` carpet ` , ` scattercarpet ` and
17+ ` contourcarpet ` [ #1595 , #1596 ]
18+ - Axis constraints with new cartesian and gl2d axis attributes ` scaleanchor ` and
19+ ` scaleratio ` [ #1522 ]
20+ - Annotations ` width ` , ` height ` , ` valign ` and ` xshift ` and ` yshift ` attributes
21+ [ #1551 , #1590 ]
22+ - Hover text over annotations with ` hovertext ` and ` hoverlabel ` attributes
23+ [ #1573 , #1590 ]
24+ - Add ` hovertext ` attribute to trace types that can show ` text ` values on graph
25+ to allow setting hover text independently [ #1523 ]
26+ - Add ` spikes ` interactions functionality to cartesian subplots [ #1461 ]
27+ - Pass mouse DOM mouse event during ` plotly_click ` , ` plotly_hover ` and
28+ ` plotly_unhover ` [ #1505 ]
29+ - Add ` visible ` attribute to cartesian and gl3d axes to easily make them
30+ disappear [ #1595 , #1599 ]
31+ - Make ` deleteFrames(gd) ` delete all frames [ #1531 ]
32+
33+ ### Changed
34+ - Lock down ` gl-plot3d ` and ` matrix-camera-controller ` dependencies to include
35+ latest memory management improvements [ #1570 ]
36+ - Performance improvements for ` category ` axes [ #1544 ]
37+ - Skip overhead for ` showLink ` config option is false [ #1557 ]
38+ - Optimize scatter trace sorting on updates [ #1555 ]
39+ - Lock down ` gl-scatter2d-sdf ` dependency to ` 1.3.4 ` while waiting for bug fix
40+ there [ #1572 ]
41+
42+ ### Fixed
43+ - Fix bar sizes of traces with (x,y) ` NaN ` items [ #1519 ]
44+ - Fix handling of ` NaN ` items in array-ok attributes for ` scattergeo ` and
45+ ` scattermapbox ` traces [ #1538 , #1564 ]
46+ - Fix hover label position for ` bar ` traces with set ` width ` [ #1527 ]
47+ - Fix ` restyle ` for attribute containers [ #1536 ]
48+ - Fix ` restyle ` exception for ` scattergl ` traces with no ` y ` data [ #1567 ]
49+ - Fix animation of text nodes that contain ` <br> ` s [ #1602 ]
50+ - Fix ` toImage ` for mapbox subplots when access token is set in the config
51+ options [ #1598 ]
52+ - Emit ` plotly_hover ` on ` pie ` traces when ` hoverinfo: 'none' ` [ #1505 ]
53+ - Pass trace info during ` plotly_click ` on ` pie ` traces [ #1505 ]
54+ - Pass through the wheel event if the scrollbar is at the very top or bottom
55+ [ #1588 ]
56+
57+
1358## [ 1.25.2] -- 2017-03-31
1459
1560### Fixed
0 commit comments