-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plan to upgrade bootstrap? #401
Comments
@whatacold - I've started digging into this but switching from the 3.3 to either 4.6 or 5.0.2 completely destroys the navbar. If you want to try testing as I did, here's how I've set things up:
selfHosted = true
enableNewBootstrap = false #Use the latest version of Bootstrap.min/js
enableBootstrapv4 = false #Use the Bootstrap 4 version
Now I can test by changing the Hopefully your testing goes better than mine so far.... |
@rterakedis Thanks for you hark work! Do you have a branch already, so that people wanting to test will set it up quickly? |
Latest Bootstrap v3 release (https://github.com/twbs/bootstrap/releases/tag/v3.4.0) is dated 2018. I'm not an expert in frontend development, therefore I use a theme, but I have a feeling this component should be updated to a maintained release. |
I've been having a play around with 5.3 and it doesn't seem to destroy the navbar when I'm running it. I've made a #466. Feel free to shoot it down as I've probably missed some obvious use cases that my testing has missed. |
The bootstrap used is v3.3, which is quite old, and it will be deprecated some time in the future, so any plan?
The text was updated successfully, but these errors were encountered: