Problem/Motivation
Now Bootstrap 5 has a stable release,
There are a lot of differences between Bootstrap 4 and Bootstrap 5.
It's better to support Bootstrap 5 in bootstrap_styles to make all styles work as expected and to support new features.
Steps to reproduce
- Check configuration files and replace old boostrap classes with new ones
- Check Twig templates and make necessary changes
- Check Javascript files and make necessary changes
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 3282082-11.patch | 3.8 KB | rajab natshah |
| #3 | Fix-support-bootstrap-5-on-bootstrap-styles-3282082-#3.patch | 3.78 KB | Abdullah Yassin |
Issue fork bootstrap_styles-3282082
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
Abdullah Yassin commentedComment #3
Abdullah Yassin commentedComment #4
Abdullah Yassin commentedComment #5
Abdullah Yassin commentedComment #6
guido_sIn some cases Bootstrap 5 also changed classes from "left" to "start" and "right" to "end".
So [class*="start"] and [class*="end"] need to be added. Maybe there are more cases like this.
Comment #7
guido_sComment #8
guido_sI think this module should better get a complete refactoring for bootstrap 5.
Or maybe provide settings to select the bootstrap version in use and change the markup and styles accordingly.
Maybe some issues are already being worked on in other issues, but some of the problems I'm currently seeing are:
It's really hard to get a good looking, usable layout builder, especially as drupal core itself does some ugly things there by just reverting ALL styles inside layout builder, which causes huge UX issues on form widgets. So I'm very grateful for all the good ideas this module provides.
Comment #10
rajab natshahComment #11
rajab natshahComment #12
rollins commentedI can confirm that the patch resolved the issue with Bootstrap 5
Comment #13
rajab natshahComment #14
rajab natshahComment #16
rajab natshahComment #17
rajab natshah✅ Released bootstrap_styles-1.2.3
Comment #18
rajab natshah