|  | 
| 2 | 2 | All notable changes to this project will be documented in this file. | 
| 3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/). | 
| 4 | 4 | 
 | 
|  | 5 | +## [0.10.0] - 2017-08-03 | 
|  | 6 | +### Added | 
|  | 7 | +- Upgrade [plotly.js](https://github.com/plotly/plotly.js) (the library behind the `Graph` component) from 1.27.0 to 1.29.3. This includes TONS of fixes and improvements, see https://github.com/plotly/plotly.js/releases for more details. Notable improvements include: | 
|  | 8 | +    - Add touch interactions to cartesian, gl2d and ternary subplots including for | 
|  | 9 | +    select and lasso drag modes | 
|  | 10 | +    - Add support for contour line labels in contour and contourcarpet traces | 
|  | 11 | +    - Add support for select and lasso drag modes on scattermapbox traces | 
|  | 12 | +    - Add reset view and toggle hover mode bar buttons to mapbox subplots | 
|  | 13 | +    - Add support for array marker.opacity settings in scattermapbox traces | 
|  | 14 | +    - Add namelength layout and trace attribute to control the trace name's | 
|  | 15 | +    visible length in hover labels | 
|  | 16 | +    - Add cliponaxis attribute to scatter and scatterternary traces to allow | 
|  | 17 | +    markers and text nodes to be displayed above their subplot's axes | 
|  | 18 | +    - Add axis layer attribute with 'above traces' and 'below traces' values | 
|  | 19 | + | 
|  | 20 | +    And fixes include: | 
|  | 21 | +    - Fix axis line width, length, and positioning for coupled subplots | 
|  | 22 | +    - Fix alignment of cartesian tick labels | 
|  | 23 | +    - Fix rendering and updates of overlaying axis lines | 
|  | 24 | +    - Fix hover for 2D traces with custom colorbar tickvals | 
|  | 25 | +    - Fix hover and event data for heatmapgl and contourgl traces | 
|  | 26 | +    - Fix event data for pie and sankey traces | 
|  | 27 | +    - Fix drag mode 'pan' in IE and Edge | 
|  | 28 | +    - Fix bar, error bar and box point scaling on scroll zoom | 
|  | 29 | +    - Fix shading issue in surface trace in iOS | 
|  | 30 | +    - Fix lasso and select drag modes for `scatterternary` traces | 
|  | 31 | +    - Fix cases of intersecting contour lines on log axes | 
|  | 32 | +    - Fix animation of annotations, shapes and images | 
|  | 33 | +    - Fix histogram bin computation when more than 5000 bins are needed | 
|  | 34 | +    - Fix tick label rendering when more than 1000 labels are present | 
|  | 35 | + | 
| 5 | 36 | ## [0.9.0] - 2017-07-28 | 
| 6 | 37 | ### Added | 
| 7 | 38 | - A `config` property of the `Graph` component that exposes the [plotly.js config properties](https://plot.ly/javascript/configuration-options/). Here's an example that hides 2 buttons and makes the elements in the graph "editable": | 
|  | 
0 commit comments