Releases: jowilf/starlette-admin
Releases · jowilf/starlette-admin
0.15.0.rc3
Full Changelog: 0.15.rc2...0.15.rc3
0.15.rc2
0.15.rc1
0.15.rc0
What's Changed
- Fix Deprecation Warnings for TemplateResponse and Jinja2Templates by @ptrstn in #575
- Upgrade Odmantic support to v1.0+ by @jowilf in #594
- Add "request" as a parameter in the methods get_list_query and get_count_query by @jowilf in #592
- Add Portuguese translation by @abnerjacobsen in #480
New Contributors
- @ptrstn made their first contribution in #575
- @abnerjacobsen made their first contribution in #480
Full Changelog: 0.14.1...0.15.rc0
0.14.1
0.14.0
What's Changed
- DOCS: correct the default templates names. by @omarmoo5 in #506
- Support favicon customization by @omarmoo5 in #520
- Create German translation by @disrupted in #523
- Fix typo in UI by @disrupted in #526
New Contributors
- @omarmoo5 made their first contribution in #506
- @disrupted made their first contribution in #523
Full Changelog: 0.13.2...0.14.0
0.13.2
0.13.1
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
0.13.0-rc2
What's Changed
- Removed double spaces, fixed some broken admonition syntax, added single spaces before and after headings. by @hasansezertasan in #446
- Missing imports in docs/tutorial/authentication/index.md example. by @hasansezertasan in #450
- Refactor TinyMCEEditorField: support custom TinyMCE configuration by @hasansezertasan in #380
- Add a search bar on detail page to search by attributes or values by @hasansezertasan in #461
- Refactor
form.js
to allow custom field initializer callbacks by @jowilf in #469
Full Changelog: 0.13.0-rc1...0.13.0-rc2