Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Sep 5, 2021
1 parent 8e6d218 commit 3e2cb43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGES.rst
Expand Up @@ -10,17 +10,20 @@ Release date: -
- Drop Python 2 and 3.5 support.


1.7.1
1.8.0
-----

Release date: -
Release date: 2021/9/5

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


1.7.0
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

setup(
name='Bootstrap-Flask',
version='1.7.1dev',
version='1.8.0',
url='https://github.com/greyli/bootstrap-flask',
license='MIT',
author='Grey Li',
Expand Down

0 comments on commit 3e2cb43

Please sign in to comment.