Closed thibaudcolas closed 2 years ago
Note that doing this won't be enough for 3.0 as initTabs()
needs to be called within the modal.
https://github.com/torchbox/wagtailmedia/pull/161 had to bundle the 3.0 tabs JS with a few minor changes
Probably not that big of an issue since this will soon become obsolete..
Completed in #53.
The Wagtail 3.0 first release candidate is out. There are large UI changes in this release, for which we have reviewed expected breakage in third-party UI customisations.
This is beyond what we do with our normal breaking changes policy, since the majority of those changes are on parts of Wagtail that haven’t been publicly supported / documented in any way. To make sure this goes smoothly anyway, I’m here to provide an advance notice of what we’re aware of with this specific package 🙂
In the case of wagtail-generic-chooser, the main issue is reliance on Wagtail’s internal tabs implementation:
Here is our guidance on replacing Bootstrap tabs, and our proposal for a tabs component API.