Skip to content

Commit 5dd2c05

Browse files
committed
upgrade icons to 1.12.1
1 parent b210008 commit 5dd2c05

File tree

12 files changed

+27
-9
lines changed

12 files changed

+27
-9
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
33

4+
- Upgrade to Bootstrap Icons 1.12.1.
5+
46
2.5.0
57
-----
68

examples/bootstrap4/templates/icons.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,6 +1863,14 @@ <h2>Icons</h2>
18631863
<div class="name text-body-secondary text-decoration-none text-center pt-1">blockquote-right</div>
18641864
</li>
18651865
<li class="col mb-4">
1866+
<a class="d-block text-dark text-body-emphasis text-decoration-none" href="https://icons.getbootstrap.com/icons/bluesky/">
1867+
<div class="px-3 py-4 mb-2 bg-light text-center rounded">
1868+
{{ render_icon('bluesky', 32) }}
1869+
</div>
1870+
</a>
1871+
<div class="name text-body-secondary text-decoration-none text-center pt-1">bluesky</div>
1872+
</li>
1873+
<li class="col mb-4">
18661874
<a class="d-block text-dark text-body-emphasis text-decoration-none" href="https://icons.getbootstrap.com/icons/bluetooth/">
18671875
<div class="px-3 py-4 mb-2 bg-light text-center rounded">
18681876
{{ render_icon('bluetooth', 32) }}
@@ -16407,5 +16415,5 @@ <h2>Icons</h2>
1640716415
<div class="name text-body-secondary text-decoration-none text-center pt-1">zoom-out</div>
1640816416
</li>
1640916417
</ul>
16410-
<p>This is a total of 2050 icons.</p>
16418+
<p>This is a total of 2051 icons.</p>
1641116419
{% endblock %}

examples/bootstrap5/templates/icons.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,6 +1863,14 @@ <h2>Icons</h2>
18631863
<div class="name text-body-secondary text-decoration-none text-center pt-1">blockquote-right</div>
18641864
</li>
18651865
<li class="col mb-4">
1866+
<a class="d-block text-dark text-body-emphasis text-decoration-none" href="https://icons.getbootstrap.com/icons/bluesky/">
1867+
<div class="px-3 py-4 mb-2 bg-light text-center rounded">
1868+
{{ render_icon('bluesky', 32) }}
1869+
</div>
1870+
</a>
1871+
<div class="name text-body-secondary text-decoration-none text-center pt-1">bluesky</div>
1872+
</li>
1873+
<li class="col mb-4">
18661874
<a class="d-block text-dark text-body-emphasis text-decoration-none" href="https://icons.getbootstrap.com/icons/bluetooth/">
18671875
<div class="px-3 py-4 mb-2 bg-light text-center rounded">
18681876
{{ render_icon('bluetooth', 32) }}
@@ -16407,5 +16415,5 @@ <h2>Icons</h2>
1640716415
<div class="name text-body-secondary text-decoration-none text-center pt-1">zoom-out</div>
1640816416
</li>
1640916417
</ul>
16410-
<p>This is a total of 2050 icons.</p>
16418+
<p>This is a total of 2051 icons.</p>
1641116419
{% endblock %}

flask_bootstrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def create_app():
279279
"""
280280
bootstrap_version = '5.3.5'
281281
popper_version = '2.11.8'
282-
icons_version = '1.11.3'
282+
icons_version = '1.12.1'
283283
bootstrap_css_integrity = 'sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7'
284284
bootstrap_js_integrity = 'sha384-VQqxDN0EQCkWoxt/0vsQvZswzTHUVOImccYmSyhJTp7kGtPed0Qcx8rK9h9YEgx+'
285285
popper_integrity = 'sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r'

flask_bootstrap/static/bootstrap4/css/font/bootstrap-icons.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.
Binary file not shown.
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Loading

flask_bootstrap/static/bootstrap5/css/font/bootstrap-icons.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.
Binary file not shown.

0 commit comments

Comments
 (0)