diff --git a/CHANGES.rst b/CHANGES.rst index 1f35491e..1c0016bc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,8 +17,8 @@ Release date: - - Fix bootswatch theme bug: remove theme name ``'default'`` (`#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. + ``BOOTSTRAP_TABLE_DELETE_TITLE``, ``BOOTSTRAP_TABLE_NEW_TITLE`` to support changing + the icon title of table actions. 1.7.0 @@ -27,16 +27,16 @@ the icon title of table actions. Release date: 2021/6/10 - Add a ``custom_actions`` parameter for the ``render_table`` macro. When passing a -list of tuples ``[(title, bootstrap icon, link)]`` to the ``custom_actions`` parameter, -the ``render_table`` macro will create an icon (link) on the action column for each -tuple in the list. The title text (first index of each tuple) will show when hovering -over each ``custom_actions`` button (`#134 `__). + list of tuples ``[(title, bootstrap icon, link)]`` to the ``custom_actions`` parameter, + the ``render_table`` macro will create an icon (link) on the action column for each + tuple in the list. The title text (first index of each tuple) will show when hovering + over each ``custom_actions`` button (`#134 `__). - Update Bootstrap Icons to v1.5.0. - Improve action icons for ``render_table``, now the icons can be styled with the -``action-icon`` CSS class (`#137 `__). + ``action-icon`` CSS class (`#137 `__). - Change the default ``action_pk_placeholder`` to ``':id'``. The support to the old -value will be removed in version 2.0 -(`#138 `__). + value will be removed in version 2.0 + (`#138 `__). 1.6.0 @@ -116,6 +116,7 @@ Release date: 2020/4/29 - Fix add ``field.render_kw.class`` to form label class attribute. - Fix append extra space in class attribute when no ``field.render_kw.class`` presents (`#63 `__). + 1.3.0 ----- @@ -127,6 +128,7 @@ Release date: 2020/4/23 - Add configuration variable ``BOOTSTRAP_BTN_STYLE``(default to ``primary``) and ``BOOTSTRAP_BTN_SIZE``(default to ``md``) to set default form button style and size globally. - Add parameter ``button_style`` and ``button_map`` for ``render_form`` and ``render_field`` to set button style and size. + 1.2.0 ----- @@ -135,6 +137,7 @@ Release date: 2019/12/5 - Add macro ``render_messages`` for rendering flashed messages. - Fix rendering bug for WTForms ``FormField`` (`#34 `__). + 1.1.0 ----- @@ -184,6 +187,7 @@ Release date: 2018/8/7 - Fix unmatched built-in jQuery filename. (`#8 `__) + 1.0.5 ------ @@ -199,6 +203,7 @@ Release date: 2018/7/24 - Add missing ``