We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbfcb1 commit 16c686aCopy full SHA for 16c686a
CHANGES.rst
@@ -4,10 +4,11 @@ Changelog
4
2.4.1
5
-----
6
7
-Release date: -
+Release date: 2024/10/3
8
9
- Fix the badge classes in the ``render_nav_item`` macro for Bootstrap 5.
10
- Add ``_badge_classes`` param to the ``render_nav_item`` macro to set badge classes.
11
+- Support ``bootswatch_theme`` as parameter to ``load_css``.
12
13
2.4.0
14
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "Bootstrap-Flask"
3
-version = "2.4.1-dev"
+version = "2.4.1"
description = "Bootstrap 4 & 5 helper for your Flask projects."
readme = "README.md"
license = { text = "MIT" }
0 commit comments