Skip to content
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

Add Bootstrap 5 support #120

Closed
realJustinLee opened this issue Feb 8, 2021 · 4 comments · Fixed by #161
Closed

Add Bootstrap 5 support #120

realJustinLee opened this issue Feb 8, 2021 · 4 comments · Fixed by #161
Assignees
Milestone

Comments

@realJustinLee
Copy link

No description provided.

@TitaniumHocker
Copy link
Contributor

Also don't forget about that:
thomaspark/bootswatch#1056

@yuxiaoy1

This comment has been minimized.

@greyli greyli added this to the 2.0.0 milestone Jun 10, 2021
@greyli greyli changed the title I think we might need a separate branch/repo for the newly released bootstrap 5 Add Bootstrap 5 support Jul 15, 2021
@greyli greyli pinned this issue Jul 15, 2021
@greyli
Copy link
Member

greyli commented Jul 15, 2021

I'll work on this issue next month. Here are some initial ideas:

  • I will try to make the Bootstrap 5 support happened in the same project.
  • Provide a Bootstrap5 extension class, it has different resources methods for Bootstrap 5.
from flask_bootstrap import Bootstrap5

bootstrap = Bootstrap5()
  • Add new versions of macros in a new bootstrap5 folder:
{% from 'bootstrap5/forms.html' import render_form %}

@greyli greyli self-assigned this Jul 15, 2021
@greyli greyli modified the milestones: 2.0.0, 1.8.0 Jul 15, 2021
@greyli greyli modified the milestones: 1.8.0, 2.0.0 Sep 5, 2021
@greyli greyli linked a pull request Sep 25, 2021 that will close this issue
11 tasks
@greyli
Copy link
Member

greyli commented Oct 7, 2021

The initial support for Bootstrap 5 was added (#161), the macros upgrade progress is in #162.

@greyli greyli unpinned this issue Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants