Bootstrap 5.2
https://www.npmjs.com/package/bootstrap/v/5.2.1 https://github.com/twbs/bootstrap/releases/tag/v5.2.1
https://getbootstrap.com/docs/5.2/migration/
- [ ] Replace div with class dropdown-menu by ul li everywhere needed
- [ ] Check package.json dependencies in OrchardCore.Workflows
5.2.0 will allow some modifications on the dark mode and how we implemented it too. Well, I need to try it at least.
https://getbootstrap.com/docs/5.2/migration/#more-css-variables
Updating the Workflow module Bootstrap components will break the popovers and modals. The module probably needs a refresh because these javascript components have been changed in BS 5.
The searchable dropdown lists used int the filters of the content items admin page should also be adapted to the 5.2 changes.
They rely on bootstrap-select and I'm afraid we will have to wait a long time before this BS version is supported.
@agriffard @Skrypt
Just a thought on this upgrade. I think we can take advantage of the new text-bg-dark and text-bg-dark to make it easy to change between dark and light theme. Currently we use bg-primary class for card to change the background. I think we should text-bg-light and text-bg-dark instead.
@Skrypt will this PR fix #11703 ?