Open geosme opened 4 years ago
We don't plan to upgrade to bootstrap 5 any time soon as that is still in Alpha and we plan to stick to the current release.
That said, the only thing scaffolding uses from bootstrap is the grid: https://github.com/hallme/scaffolding/blob/v3.2/scss/elements/_bootstrap-grid.scss
So if you wanted to use anything else from bootstrap, you are free to add the scss files yourself.
Looking at the docs for bootstrap 4 and bootstrap 5 for grid the classes seem the same, so if you really wanted to you could swap in the v5 grid scss and it should mostly work without html changes.
With the official release we will be reviewing and potentially updating/replacing the grid system to the new method.
We will also be reviewing the other updates and features to potentially add them as well.
If there are any additions you would like to see please leave a comment in this thread and we will consider them.
We do not have an exact timeline for these changes, but we will try and keep this thread updated with our progress.
Thanks
Curious to know if there is planned bootstrap5 support expected soon or not on the roadmap yet?