|
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 |
| -## [5.10.0] - 2022-08-11 |
| 5 | +## [5.13.0] - 2023-01-23 |
| 6 | + |
| 7 | +### Updated |
| 8 | + - Updated Plotly.js to from version 2.17.1 to version 2.18.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2180----2023-01-19) for more information. Notable changes include: |
| 9 | + - Add `sync` tickmode option [[#6356](https://github.com/plotly/plotly.js/pull/6356), [#6443](https://github.com/plotly/plotly.js/pull/6443)], with thanks to @filipesantiagoAM and @VictorBezak for the contribution! |
| 10 | + - Build process now uses Node 18.x and version 2 lockfile (should be an invisible change for users) [[#4034](https://github.com/plotly/plotly.py/pull/4034)] |
| 11 | + |
| 12 | +### Fixed |
| 13 | + - `write_html()` now explicitly encodes output as UTF-8 because Plotly.js' bundle contains such characters [[#4021](https://github.com/plotly/plotly.py/pull/4021)] and [[#4022](https://github.com/plotly/plotly.py/pull/4022)] |
| 14 | + - fixed `iframe` renderer regression from 5.12 and also fixed error when this renderer was used in the very first cell in a notebook [[#4036](https://github.com/plotly/plotly.py/pull/4036)] |
| 15 | + |
| 16 | + |
| 17 | +## [5.12.0] - 2023-01-12 |
| 18 | + |
| 19 | +### Updated |
| 20 | + - Support for ipywidgets 8 [[#3930](https://github.com/plotly/plotly.py/pull/3930)] |
| 21 | + - Updated Plotly.js to from version 2.16.1 to version 2.17.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2170----2022-12-22) for more information. Notable changes include: |
| 22 | + - Add `shift` and `autoshift` to cartesian y axes to help avoid overlapping of multiple axes [[#6334](https://github.com/plotly/plotly.js/pull/6334)], |
| 23 | + with thanks to [Gamma Technologies](https://www.gtisoft.com) for sponsoring the related development! |
| 24 | + - Introduce group attributes for `scatter` trace i.e. `alignmentgroup`, `offsetgroup`, `scattermode` and `scattergap` [[#6381](https://github.com/plotly/plotly.js/pull/6381)], |
| 25 | + this feature was anonymously sponsored: thank you to our sponsor! |
| 26 | + - Add `marker.cornerradius` attribute to `treemap` trace [[#6351](https://github.com/plotly/plotly.js/pull/6351)] |
| 27 | +### Fixed |
| 28 | + - Fixed the usage of some deprecated NumPy types which were removed in NumPy 1.24 [[#3997](https://github.com/plotly/plotly.py/pull/3997)] |
| 29 | + - Fixed bug for trendlines with datetime axes [[#3683](https://github.com/plotly/plotly.py/issues/3683)] |
| 30 | + - `marker.angle` attribute now accepts iterables where appropriate [[#4013](https://github.com/plotly/plotly.py/issues/4013)] |
| 31 | + - `selector=0` now correctly returns the first trace in `.select_traces()` and related methods [[#3817](https://github.com/plotly/plotly.py/issues/3817)] |
| 32 | + |
| 33 | +## [5.11.0] - 2022-10-27 |
| 34 | + |
| 35 | +### Updated |
| 36 | + - Updated Plotly.js to from version 2.14.0 to version 2.16.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2161----2022-10-21) for more information. Notable changes include: |
| 37 | + - Add clustering options to `scattermapbox` [[#5827](https://github.com/plotly/plotly.js/pull/5827)], |
| 38 | + with thanks to @elben10 for the contribution! |
| 39 | + - Add bounds to mapbox suplots [[6339](https://github.com/plotly/plotly.js/pull/6339)] |
| 40 | + - Add `angle`, `angleref` and `standoff` to `marker` and add `backoff` to `line`; also introduce new arrow symbols to facilitate drawing networks [[#6297](https://github.com/plotly/plotly.js/pull/6297)] |
| 41 | + - Add `minreducedwidth` and `minreducedheight` to layout for increasing control over automargin [[#6307](https://github.com/plotly/plotly.js/pull/6307)] |
| 42 | + - Add `entrywidth` and `entrywidthmode` to legend [[#6202](https://github.com/plotly/plotly.js/pull/6202), [#6324](https://github.com/plotly/plotly.js/pull/6324)] |
| 43 | + |
| 44 | +## [5.10.0] - 2022-08-11 |
6 | 45 |
|
7 | 46 | ### Updated
|
8 | 47 | - Updated Plotly.js to from version 2.12.1 to version 2.14.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2140----2022-08-10) for more information. Notable changes include:
|
|
0 commit comments