Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog
=========

- Upgrade to Bootstrap Icons 1.12.1.

2.5.0
-----

Expand Down
10 changes: 9 additions & 1 deletion examples/bootstrap4/templates/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,14 @@ <h2>Icons</h2>
<div class="name text-body-secondary text-decoration-none text-center pt-1">blockquote-right</div>
</li>
<li class="col mb-4">
<a class="d-block text-dark text-body-emphasis text-decoration-none" href="https://icons.getbootstrap.com/icons/bluesky/">
<div class="px-3 py-4 mb-2 bg-light text-center rounded">
{{ render_icon('bluesky', 32) }}
</div>
</a>
<div class="name text-body-secondary text-decoration-none text-center pt-1">bluesky</div>
</li>
<li class="col mb-4">
<a class="d-block text-dark text-body-emphasis text-decoration-none" href="https://icons.getbootstrap.com/icons/bluetooth/">
<div class="px-3 py-4 mb-2 bg-light text-center rounded">
{{ render_icon('bluetooth', 32) }}
Expand Down Expand Up @@ -16407,5 +16415,5 @@ <h2>Icons</h2>
<div class="name text-body-secondary text-decoration-none text-center pt-1">zoom-out</div>
</li>
</ul>
<p>This is a total of 2050 icons.</p>
<p>This is a total of 2051 icons.</p>
{% endblock %}
10 changes: 9 additions & 1 deletion examples/bootstrap5/templates/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,14 @@ <h2>Icons</h2>
<div class="name text-body-secondary text-decoration-none text-center pt-1">blockquote-right</div>
</li>
<li class="col mb-4">
<a class="d-block text-dark text-body-emphasis text-decoration-none" href="https://icons.getbootstrap.com/icons/bluesky/">
<div class="px-3 py-4 mb-2 bg-light text-center rounded">
{{ render_icon('bluesky', 32) }}
</div>
</a>
<div class="name text-body-secondary text-decoration-none text-center pt-1">bluesky</div>
</li>
<li class="col mb-4">
<a class="d-block text-dark text-body-emphasis text-decoration-none" href="https://icons.getbootstrap.com/icons/bluetooth/">
<div class="px-3 py-4 mb-2 bg-light text-center rounded">
{{ render_icon('bluetooth', 32) }}
Expand Down Expand Up @@ -16407,5 +16415,5 @@ <h2>Icons</h2>
<div class="name text-body-secondary text-decoration-none text-center pt-1">zoom-out</div>
</li>
</ul>
<p>This is a total of 2050 icons.</p>
<p>This is a total of 2051 icons.</p>
{% endblock %}
2 changes: 1 addition & 1 deletion flask_bootstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def create_app():
"""
bootstrap_version = '5.3.5'
popper_version = '2.11.8'
icons_version = '1.11.3'
icons_version = '1.12.1'
bootstrap_css_integrity = 'sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7'
bootstrap_js_integrity = 'sha384-VQqxDN0EQCkWoxt/0vsQvZswzTHUVOImccYmSyhJTp7kGtPed0Qcx8rK9h9YEgx+'
popper_integrity = 'sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r'
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.