Skip to content

Commit a515fa5

Browse files
PanderMusubigreyli
andauthored
Bootstrap 5.3.2 and Icons 1.11.1 (#319)
Co-authored-by: Grey Li <[email protected]>
1 parent 02093bf commit a515fa5

File tree

10 files changed

+1566
-14
lines changed

10 files changed

+1566
-14
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog
66

77
Release date: -
88

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

1111

1212
2.3.0

examples/bootstrap4/templates/icons.html

Lines changed: 777 additions & 1 deletion
Large diffs are not rendered by default.

examples/bootstrap5/templates/icons.html

Lines changed: 777 additions & 1 deletion
Large diffs are not rendered by default.

flask_bootstrap/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ def create_app():
259259
260260
.. versionadded:: 2.0.0
261261
"""
262-
bootstrap_version = '5.3.1'
262+
bootstrap_version = '5.3.2'
263263
popper_version = '2.11.8'
264-
bootstrap_css_integrity = 'sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9'
265-
bootstrap_js_integrity = 'sha384-Rx+T1VzGupg4BHQYs2gCW9It+akI2MM/mndMCy36UVfodzcJcF0GGLxZIzObiEfa'
264+
bootstrap_css_integrity = 'sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN'
265+
bootstrap_js_integrity = 'sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL'
266266
popper_integrity = 'sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r'
267267
popper_name = '@popperjs/core'
268268
static_folder = 'bootstrap5'

flask_bootstrap/static/bootstrap4/icons/bootstrap-icons.svg

Lines changed: 1 addition & 1 deletion
Loading

flask_bootstrap/static/bootstrap5/css/bootstrap.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flask_bootstrap/static/bootstrap5/css/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flask_bootstrap/static/bootstrap5/icons/bootstrap-icons.svg

Lines changed: 1 addition & 1 deletion
Loading

flask_bootstrap/static/bootstrap5/js/bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flask_bootstrap/static/bootstrap5/js/bootstrap.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)