Releases: jowilf/starlette-admin
Releases · jowilf/starlette-admin
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
What's Changed
- Added support for Russian language in the web interface. by @nessshon in #201
- i18n: Update message catalogs by @jowilf in #202
- Configure
uuidRepresentation
tostandard
for mongoengine testing by @jowilf in #203 - Use minify version of
flatpickr/fr.js
by @jowilf in #204 - Fix #206 by @jowilf in #208
- Support custom response for batch actions by @jowilf in #212
New Contributors
Full Changelog: 0.9.0...0.10.0
0.9.0
0.8.2
What's Changed
- Add
allow_paths
parameter to AuthProvider to allow unauthenticated access to specific paths by @jowilf in #187 - Allow Unauthenticated Access to js.cookie.min.js by @mixartemev in #183
New Contributors
- @mixartemev made their first contribution in #183
Full Changelog: 0.8.1...0.8.2
0.8.1
0.8.0
Added
- Add extension to autovalidate SQLAlchemy data with pydantic by @jowilf in #144
- Make
_extract_fields()
method in BaseModelView public and renamed toget_fields_list()
by @jowilf in #148 - Add support for custom object representations in the admin interface with
__admin_repr__
and__admin_select2_repr__
by @jowilf in #152
Internals
Full Changelog: 0.7.0...0.8.0
0.7.0
Added
- Allow custom form for batch actions by @giaptx & @jowilf in #61
- Add TinyMCEEditorField by @sinisaos & @jowilf in #131
Internals
- Refactor and format HTML files for better readability by @jowilf in #136
- Add SQLAlchemy model with Pydantic validation example by @jowilf in #125
New Contributors
Full Changelog: 0.6.0...0.7.0