-
Notifications
You must be signed in to change notification settings - Fork 161
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
Prepare for Bootstrap 4 #355
Comments
I think to support Bootstrap3 is not important. |
Hey @mcdonc I remember you twittering something about Boot Strap 4, would this be an easy migration? |
For the sake of quick test, started deformdemo and checked couple of widgets and all working. JQuery and Popper that is used in bootstrap 4 shall be included using CDN looking at deform/widget.py requirements, only tinymce has specific version, the rest The question is: |
Start overriding the bootstrap 3 files with bootstrap 4. I have no desire to maintain both BS3 and BS4, we simply don't have the capacity or the team to do so. |
2.5 years after this was suggested, we've seen the EOL of Python 2.7 and 3.4. If we are going to release a new Deform with BS4—I guess we could call it Deform 3.0—then I would suggest we drop support for those Pythons and add up through 3.8. |
I'm all for making it a new release that is not Py2.7 compatible (if only because we no longer test on it... not necessarily because we go through and explicitly make it incompatible). Anyway, it's great to see movement on this! |
Yup, I meant drop testing of EOL versions by "drop support". One more suggestion: the build is noisy with lots of |
Closed by #400 |
This is a placeholder for discussing how to upgrade deform from Bootstrap 3 to Bootstrap 4, assuming that is desired.
Questions
The text was updated successfully, but these errors were encountered: