|
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 | | -##[6.1.0b0] - 2025-03-31 |
| 5 | +##[6.1.0rc0] - 2025-05-01 |
6 | 6 |
|
7 | 7 | ###Updated |
8 | | -- Add support for Kaleido >= v1.0.0 for image generation, and deprecate support for Kaleido<1 and Orca[[#5062](https://github.com/plotly/plotly.py/pull/5062)] |
| 8 | +- Add support for Kaleido>=v1.0.0 for image generation, and deprecate support for Kaleido<1 and Orca[[#5062](https://github.com/plotly/plotly.py/pull/5062)] |
| 9 | +- Reduce package bundle size by 18-24% via changes to code generation[[#4978](https://github.com/plotly/plotly.py/pull/4978)] |
9 | 10 |
|
10 | 11 | ###Fixed |
11 | 12 | - Fix third-party widget display issues in v6[[#5102](https://github.com/plotly/plotly.py/pull/5102)] |
12 | 13 | - Add handling for case where`jupyterlab` or`notebook` is not installed[[#5104](https://github.com/plotly/plotly.py/pull/5104/files)] |
13 | 14 | - Fix issue causing Plotly.js script to be embedded multiple times in Jupyter notebooks[[#5112](https://github.com/plotly/plotly.py/pull/5112)] |
| 15 | +- Re-add MIME renderer JupyterLab extension with JupyterLab 4 support to reduce file sizes for offline notebooks[[#5096](https://github.com/plotly/plotly.py/pull/5096)] |
| 16 | +- Fix issue preventing plots from rendering in HTML notebook export when using 'vscode+notebook' renderer[[#5154](https://github.com/plotly/plotly.py/pull/5154)] |
14 | 17 |
|
15 | 18 | ##[6.0.1] - 2025-03-14 |
16 | 19 |
|
|