Skip to content

Commit b210008

Browse files
authored
Release 2.5.0 (#391)
2 parents a6d0cb9 + f27f258 commit b210008

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

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

4+
2.5.0
5+
-----
6+
7+
Release date: 2025/5/2
8+
9+
- Drop Python 3.8 support.
410
- Upgrade to Bootstrap 5.3.5, including Bootswatch (adding theme Brite).
11+
- Fix icon font loading issue when ``BOOTSTRAP_SERVE_LOCAL`` is ``True``.
12+
- Add support for customzing the form input with ``label_class``, ``radio_class``, and ``description_class`` parameters in the ``render_kw`` dict.
513

614
2.4.2
715
-----
816

17+
Release date: 2025/3/9
18+
919
- Add support for icon classes.
1020
- Upgrade to Bootstrap Icons 1.11.3.
1121
- Replace deprecated color ``muted`` with ``secondary``.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Bootstrap-Flask"
3-
version = "2.4.2"
3+
version = "2.5.0"
44
description = "Bootstrap 4 & 5 helper for your Flask projects."
55
readme = "README.md"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)