0.13.0
What's Changed
Added
- Enhance AuthMiddleware, introduce
@login_not_required
decorator andallow_routes
, deprecateallow_paths
by @jowilf in #474 - Add a search bar on detail page to search by attributes or values by @hasansezertasan in #461
- Refactor TinyMCEEditorField: support custom TinyMCE configuration by @hasansezertasan in #380
- Add support for SQLAlchemy
column_property
by @jowilf in #408 - Add support for SQLAlchemy Models with Multiple Primary Keys by @jowilf in #402
- Adds
AdminConfig
to overrideapp_title
andlogo_url
in the templates by @hasansezertasan
in #374
Fixed
- Support translation for login form placeholders by @hasansezertasan in #425
- Fixes actions docstrings by @mrharpo in #401
Full Changelog: 0.12.2...0.13.0