Added
- Add SRI (Subresource Integrity) hash support for CDN script tags when using
include_plotlyjs='cdn'
. This enhances security by ensuring browser verification of CDN-served plotly.js files [#5165] (with thanks to @ddworken)
Fixed
- Allow setting Plotly.js path via
pio.defaults
[#5207]
Changed
- Refactor validation code to reduce bundle size [#5214] (with thanks to @bmaranville)
- Add deprecation warnings when using Kaleido v0 or deprecated image export features [#5177]