wishlist for potential breaking changes since v1
See original GitHub issueLeave this text box for planned improvements
- upgrade
d3to v4.0.0 (now v5) - should be mostly a matter of updating the general update pattern. - remove
es-promisepolyfill from bundle - and thus make IE users add their own Promise polyfill. - drop jQuery event support
- Make components (e.g.
Annotations,Shapes,RangeSlider, …) register-able and remove them from the core bundle. - revamp set of default colorscales
- make config arguments consistent https://github.com/plotly/plotly.js/issues/839
- remove
config.plot3dPixelRatiomap for backward compatibility - Incorporate /remove all unofficial exposed methods (i.e Plotly.Plots, Plotly.Fx, Plotly.Snapshot, Plotly.PlotSchema, Plotly.Queue)
- drop event-based
Plotly.Snapshot.toImageand mergesrc/snapshotinplot_api/to_image.js - remove (some) components for
lib/core.js- see https://github.com/plotly/plotly.js/pull/845 - drop
Plotly.relayouthandlers for the'remove'and'add'special values - see https://github.com/plotly/plotly.js/pull/1086 - for log axes, have
layoutexpress everything in data units instead of linearized units. This applies torange,tick0, and annotation and image positions. - remove support for dates provided as epoch milliseconds
- remove the distinction between axis name and axis id (ie
xaxis2vsx2) probably by only using the name. - rename current gl marker symbol
'cross'->'cross-thin'(i.e. revert https://github.com/plotly/plotly.js/pull/1482/commits/c0eb06599db481f2137ed97e79bab5cb2bc31351)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:12
- Comments:63 (50 by maintainers)
Top Results From Across the Web
[AA] inSeas0n's Wishlist - v1.69 REDUX : r/afkarena - Reddit
He definitely isn't as required now that God Comp has disbanded, but it should take more than one person's ranking to change your...
Read more >v2 breaking changes policy - AutoHotkey Community
Hi. I have a few thoughts about a new breaking changes policy for v2, compared to v1. (Not talking about v2 alpha here,...
Read more >Upgrading | Documentation - GitHub Pages
This release updates our helm dependencies. There is a breaking change if you are using the mysql database from the helm chart because...
Read more >SciPy 0.19.0 Release Notes — SciPy v1.9.3 Manual
It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes...
Read more >Release notes | Adobe Commerce - Experience League
v1.1.25. ACSD-48058 (for Adobe Commerce and Magento Open Source >=2.4.5 <2.4.6) ... The prefix for the new Quality Patches Tool patches will be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

On my list:
Plotly.Plots,Plotly.Fx,Plotly.Snapshot,Plotly.PlotSchema,Plotly.Queue)Remove our
es6-promisepolyfill and ask IE9, IE8, IE11 (ref) to use their own Promise polyfills.