|
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.29.0] -- 2018-09-13 |
| 6 | +### Added |
| 7 | + |
| 8 | +- Upgraded Plotly.js, the underlying library behind the dash_core_components.Graph component, to version 1.41.0. See https://github.com/plotly/plotly.js/releases/tag/v1.41.0 for the official notes. |
| 9 | +Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem |
| 10 | + |
| 11 | +As part of plotly.js release: |
| 12 | + |
| 13 | +- Enable selection by clicking on points via new layout attribute `clickmode` |
| 14 | + and flag `'select'` [#2944] |
| 15 | +- Add stacked area charts via new attributes `stackgroup` and `stackgaps` in |
| 16 | + `scatter` traces [#2960] |
| 17 | +- Add `barpolar` traces - which replace and augment `area` traces [#2954] |
| 18 | +- Add `polar.hole` to punch hole at the middle of polar subplot offsetting the |
| 19 | + start of the radial range [#2977, #2996] |
| 20 | +- Add an 'inner' radial axis drag box on polar subplots [#2977] |
| 21 | +- Add `{responsive: true}` plot config option [#2974] |
| 22 | +- Emit `plotly_webglcontextlost` event on WebGL context lost [#2986] |
| 23 | +- Support all numbered HTML entities (decimal and hex) in text elements [#2932] |
| 24 | +- Add Welsh (`cy`) locale [#2945] |
| 25 | + |
| 26 | +### Changed |
| 27 | +As part of plotly.js release: |
| 28 | + |
| 29 | +- Attribute meta information is now stripped be stripped out of bundles (made |
| 30 | + with bundlers that support browserify transforms) by default [#1584] |
| 31 | +- Draw polar axis ticks above polar axis lines [#2977] |
| 32 | +- Improve ordering of trace hover labels for matching positions [#2960] |
| 33 | +- Speed polar subplot radial drag interactions [#2954] |
| 34 | +- Improve pseudo-html conversion performance [#2932] |
| 35 | +- Bump `regl-splom` requirement to `^1.0.4` [#2956] |
| 36 | +- Bump `glslify` requirement to `^6.3.1` [#2990] |
| 37 | +- Use `gl-text` instead of `@etpinard/gl-text` [#2956] |
| 38 | + |
| 39 | +### Fixed |
| 40 | +As part of plotly.js release: |
| 41 | + |
| 42 | +- Fix `scatter` ordering in inner SVG `<g>` on some restyle calls [#2978] |
| 43 | +- Fix cartesian axis autorange edge cases [#2960] |
| 44 | +- Fix double-decoding of some HTML entities in text nodes [#2927] |
| 45 | +- Fix `scattergl` line traces rendered after non-line traces [#2990] |
| 46 | +- Fix legend positioning on graphs with very large margins [#2983] |
| 47 | +- Fix rendering of ternary subplots fix with `showticklabels: false` [#2993] |
| 48 | +- Fix show/hide updates of tick and tick labels on ternary subplots [#2993] |
| 49 | +- Fix handling of multi-selections in ternary subplots [#2944] |
| 50 | +- Fix `sankey` hover under `hovermode: false` [#2949] |
| 51 | +- Fix `sankey` positioning for non-default `domain.x` values [#2984] |
| 52 | +- Fix `type: 'date'` polar radial axes [#2954] |
| 53 | +- Fix send-to-cloud modebar buttons on graphs with typed arrays [#2995] |
| 54 | +- Fix handling of custom transforms that make their own data arrays in |
| 55 | + `Plotly.react`[#2973] |
| 56 | +- Fix missing violin and colorbar attributes in `gd._fullData` [#2850] |
| 57 | + |
5 | 58 | ## [0.28.3] - 2018-09-07
|
6 | 59 | ### Changed
|
7 | 60 | - The `Interval` component's `max_interval` prop can now be used to stop/restart the interval. Fixes [#266](https://github.com/plotly/dash-core-components/issues/266)
|
|
0 commit comments