- Issue created by @andreayaya
- π¨π¦Canada joseph.olstad
ok question, was bootstrap 5 ever supported with this module? if so, do you know which tag or release or branch?
- πΊπΈUnited States andreayaya
bootstrap_site_alert version 2 had support for Bootstrap 5. We have been using version 2 of this module with Bootstrap 5 since June 2024 with no issues. If you look at version 2 code /src/Form/BootstrapSiteAlertConfig.php file, you will see that there is an option for Bootstrap 5.
- π¨π¦Canada joseph.olstad
hmm, ok I didn't know about that, I'm new to maintaining this project and was unaware of bootstrap 5 support. If you want to help out maybe clone the repository and look at the last commits in version 2 and version 3, see where things went and let us know.
- π¨π¦Canada joseph.olstad
ok so you can continue using version 2, it's still supported. AFAIK, I think version 2 should be the same Bootstrap 5 version you were using previously.
With that said, I think you for pointing this out!
- π¨π¦Canada joseph.olstad
ah I see, the js_cookie fix is missing from version 2 , this is why you're trying version 3.
An easy patch to fix that.
- π¨π¦Canada joseph.olstad
This should be fixed in 2.0-beta12 released today.
- πΊπΈUnited States andreayaya
Thank you for the fix in js_cookie for version 2. Will you be updating v3 to include Bootstrap v5?
- π¨π¦Canada joseph.olstad
There's no plan to include bootstrap v5 into v3 as this would likely break support for Bootstrap 3