Skip to content

Commit 6cd4ef8

Browse files
committed
upgrade bootstrap and bootswatch to 5.3.1
1 parent c28d5d3 commit 6cd4ef8

File tree

107 files changed

+44958
-15503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+44958
-15503
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Changelog
66

77
Release date: -
88

9+
- Upgrade to Bootstrap 5.3.1 and Bootswatch 5.3.1
10+
911

1012
2.3.0
1113
-----

examples/bootstrap5/app.py

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -97,31 +97,31 @@ class BootswatchForm(FlaskForm):
9797
default='default',
9898
choices=[
9999
('default', 'none'),
100-
('cerulean', 'Cerulean 5.1.3'),
101-
('cosmo', 'Cosmo 5.1.3'),
102-
('cyborg', 'Cyborg 5.1.3'),
103-
('darkly', 'Darkly 5.1.3'),
104-
('flatly', 'Flatly 5.1.3'),
105-
('journal', 'Journal 5.1.3'),
106-
('litera', 'Litera 5.1.3'),
107-
('lumen', 'Lumen 5.1.3'),
108-
('lux', 'Lux 5.1.3'),
109-
('materia', 'Materia 5.1.3'),
110-
('minty', 'Minty 5.1.3'),
111-
('morph', 'Morph 5.1.3'),
112-
('pulse', 'Pulse 5.1.3'),
113-
('quartz', 'Quartz 5.1.3'),
114-
('sandstone', 'Sandstone 5.1.3'),
115-
('simplex', 'Simplex 5.1.3'),
116-
('sketchy', 'Sketchy 5.1.3'),
117-
('slate', 'Slate 5.1.3'),
118-
('solar', 'Solar 5.1.3'),
119-
('spacelab', 'Spacelab 5.1.3'),
120-
('superhero', 'Superhero 5.1.3'),
121-
('united', 'United 5.1.3'),
122-
('vapor', 'Vapor 5.1.3'),
123-
('yeti', 'Yeti 5.1.3'),
124-
('zephyr', 'Zephyr 5.1.3'),
100+
('cerulean', 'Cerulean 5.3.1'),
101+
('cosmo', 'Cosmo 5.3.1'),
102+
('cyborg', 'Cyborg 5.3.1'),
103+
('darkly', 'Darkly 5.3.1'),
104+
('flatly', 'Flatly 5.3.1'),
105+
('journal', 'Journal 5.3.1'),
106+
('litera', 'Litera 5.3.1'),
107+
('lumen', 'Lumen 5.3.1'),
108+
('lux', 'Lux 5.3.1'),
109+
('materia', 'Materia 5.3.1'),
110+
('minty', 'Minty 5.3.1'),
111+
('morph', 'Morph 5.3.1'),
112+
('pulse', 'Pulse 5.3.1'),
113+
('quartz', 'Quartz 5.3.1'),
114+
('sandstone', 'Sandstone 5.3.1'),
115+
('simplex', 'Simplex 5.3.1'),
116+
('sketchy', 'Sketchy 5.3.1'),
117+
('slate', 'Slate 5.3.1'),
118+
('solar', 'Solar 5.3.1'),
119+
('spacelab', 'Spacelab 5.3.1'),
120+
('superhero', 'Superhero 5.3.1'),
121+
('united', 'United 5.3.1'),
122+
('vapor', 'Vapor 5.3.1'),
123+
('yeti', 'Yeti 5.3.1'),
124+
('zephyr', 'Zephyr 5.3.1'),
125125
]
126126
)
127127
submit = SubmitField()

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.0'
262+
bootstrap_version = '5.3.1'
263263
popper_version = '2.11.8'
264-
bootstrap_css_integrity = 'sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM'
265-
bootstrap_js_integrity = 'sha384-fbbOQedDUMZZ5KreZpsbe1LCZPVmfTnH7ois6mU1QK+m14rQ1l2bGBq41eYeM/fS'
264+
bootstrap_css_integrity = 'sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9'
265+
bootstrap_js_integrity = 'sha384-Rx+T1VzGupg4BHQYs2gCW9It+akI2MM/mndMCy36UVfodzcJcF0GGLxZIzObiEfa'
266266
popper_integrity = 'sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r'
267267
popper_name = '@popperjs/core'
268268
static_folder = 'bootstrap5'

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/css/bootswatch/cerulean/_bootswatch.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
// Cerulean 5.2.2
1+
// Cerulean 5.3.1
22
// Bootswatch
33

44

55
// Variables
66

77
$text-shadow: 0 1px 0 rgba(0, 0, 0, .05) !default;
88

9-
:root {
10-
color-scheme: light;
11-
}
12-
139
// Mixins
1410

1511
@mixin btn-shadow($color){

flask_bootstrap/static/bootstrap5/css/bootswatch/cerulean/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cerulean 5.2.2
1+
// Cerulean 5.3.1
22
// Bootswatch
33

44
$theme: "cerulean" !default;

0 commit comments

Comments
 (0)