Skip to content

Commit

Permalink
Bootstrap 5.3.2 and Icons 1.11.1 (#319)
Browse files Browse the repository at this point in the history
Co-authored-by: Grey Li <withlihui@gmail.com>
  • Loading branch information
PanderMusubi and greyli committed Sep 21, 2023
1 parent 02093bf commit a515fa5
Show file tree
Hide file tree
Showing 10 changed files with 1,566 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -6,7 +6,7 @@ Changelog

Release date: -

- Upgrade to Bootstrap 5.3.1 and Bootswatch 5.3.1
- Upgrade to Bootstrap 5.3.2, Bootswatch 5.3.1, and Bootstrap Icons 1.11.1.


2.3.0
Expand Down
778 changes: 777 additions & 1 deletion examples/bootstrap4/templates/icons.html

Large diffs are not rendered by default.

778 changes: 777 additions & 1 deletion examples/bootstrap5/templates/icons.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions flask_bootstrap/__init__.py
Expand Up @@ -259,10 +259,10 @@ def create_app():
.. versionadded:: 2.0.0
"""
bootstrap_version = '5.3.1'
bootstrap_version = '5.3.2'
popper_version = '2.11.8'
bootstrap_css_integrity = 'sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9'
bootstrap_js_integrity = 'sha384-Rx+T1VzGupg4BHQYs2gCW9It+akI2MM/mndMCy36UVfodzcJcF0GGLxZIzObiEfa'
bootstrap_css_integrity = 'sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN'
bootstrap_js_integrity = 'sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL'
popper_integrity = 'sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r'
popper_name = '@popperjs/core'
static_folder = 'bootstrap5'
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions flask_bootstrap/static/bootstrap5/css/bootstrap.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions flask_bootstrap/static/bootstrap5/js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flask_bootstrap/static/bootstrap5/js/bootstrap.min.js.map

Large diffs are not rendered by default.

0 comments on commit a515fa5

Please sign in to comment.