Skip to content
Merged
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
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
Changelog
=========

2.5.0
-----

Release date: 2025/5/2

- Drop Python 3.8 support.
- Upgrade to Bootstrap 5.3.5, including Bootswatch (adding theme Brite).
- Fix icon font loading issue when ``BOOTSTRAP_SERVE_LOCAL`` is ``True``.
- Add support for customzing the form input with ``label_class``, ``radio_class``, and ``description_class`` parameters in the ``render_kw`` dict.

2.4.2
-----

Release date: 2025/3/9

- Add support for icon classes.
- Upgrade to Bootstrap Icons 1.11.3.
- Replace deprecated color ``muted`` with ``secondary``.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Bootstrap-Flask"
version = "2.4.2"
version = "2.5.0"
description = "Bootstrap 4 & 5 helper for your Flask projects."
readme = "README.md"
license = { text = "MIT" }
Expand Down