Skip to content

Commit 3e2cb43

Browse files
committed
Release 1.8.0
1 parent 8e6d218 commit 3e2cb43

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,20 @@ Release date: -
1010
- Drop Python 2 and 3.5 support.
1111

1212

13-
1.7.1
13+
1.8.0
1414
-----
1515

16-
Release date: -
16+
Release date: 2021/9/5
1717

1818
- Fix bootswatch theme bug: remove theme name ``'default'`` (`#141 <https://github.com/greyli/bootstrap-flask/pull/141>`__).
1919
- Add configuration ``BOOTSTRAP_TABLE_VIEW_TITLE``, ``BOOTSTRAP_TABLE_EDIT_TITLE``,
2020
``BOOTSTRAP_TABLE_DELETE_TITLE``, ``BOOTSTRAP_TABLE_NEW_TITLE`` to support changing
2121
the icon title of table actions.
2222
- Introduce a new and better way to pass table action URLs to support the usage of ``Flask``'s path converters
23-
(`#146 <https://github.com/greyli/bootstrap-flask/pull/146>`__).
23+
(`#146 <https://github.com/greyli/bootstrap-flask/pull/146>`__, `#151 <https://github.com/greyli/bootstrap-flask/pull/151>`__).
24+
- Deprecate ``action_pk_placeholder`` and placeholder action URLs in ``render_table``.
25+
- Support SRI for JS/CSS resources (`#142 <https://github.com/greyli/bootstrap-flask/pull/142>`__).
26+
2427

2528
1.7.0
2629
-----

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='Bootstrap-Flask',
17-
version='1.7.1dev',
17+
version='1.8.0',
1818
url='https://github.com/greyli/bootstrap-flask',
1919
license='MIT',
2020
author='Grey Li',

0 commit comments

Comments
 (0)