Version bump, any breaking changes?
Hi, Why the version bump from v0.8.3 to 1.1.0? Is there any breaking change? Thank you!
there are a bunch, unfortunately we don't have very good docs on what they are. THe major changes, tho are:
- removing
Position(use react-popper thats what we use) - rewrite Overlay which Position, to use react-popper,
Thank you. What do you mean by "rewrite Overlay which Position, to use react-popper"?
sorry, badly worded. Overlay was rewrite to use react-popper instead of the old Position component, so it's api has changed to reflect that
No problems, thanks! Any plans on publishing a short migration guide?
maybe! if someone gets the time to do it, we'd like too
Another change for people using Modal is that the options for the backdrop has turned into the possibility to specify a custom render method, and that the backdrop is now rendering next to the .modal element instead of inside it. In out case this broke the support for multiple modals on top of each other, but we solved that by disabling the backdrop component and instead setting a background on .modal.
react-overlays no longer works with IE11 without polyfills now, due to the dependency on @restart/hooks (formerly react-context-toolbox).
please open an issue in that repo with specifics about what is not supported. Polyfills are likely required for older IE support, but we can be sure to document them