- Add warning if Flask-WTF not installed when using render_table actions.
- Improve the display of table action buttons.
- Support to customize action button text.
- Support to add custom action button.
- Remove required attribute handle code in
render_form
andrender_field
. - Add
endpoint
parameter inrender_pager
. - Add render test for every input and form type.
- Add doc for configuration options.
- Add config var to set default form submit button class: size, style, outline, etc.