Releases: jowilf/starlette-admin
Releases · jowilf/starlette-admin
0.13.0-rc1
0.12.2
0.12.1
What's Changed
- Fixed a regression caused by #361 where SQLAlchemy models with Mixin Classes raises AttributeError by @hasansezertasan in #385
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
- Add support for datatables state saving by @jowilf in #298
- ⛓️ Adds optional
additional_js_links
andadditional_css_links
to BaseModelView by @mrharpo in #304 - Add support for custom DataTables options by @mrharpo in #308
- 🎬 Detail actions by @mrharpo in #302
- Allow the page title customization from the ModelView by @mrharpo in #311
- Improve the translation process and add instructions for new language support in the Contribution Guide by @jowilf in #331
- Added support for Turkish language in the web interface. by @hasansezertasan in #330
- Fix a bug with field access authorization where restricted users could not modify a partial list of fields in an entity by @jowilf in #360
- Detect SQLAlchemy primary key with custom column name by @jowilf in #361
- Enhancement: Add Support for Custom Sortable Field Mapping in SQLAlchemy ModelView by @jowilf in #328
- Feature: Row actions by @jowilf in #348
- Add Before and After Hooks for Create, Edit, and Delete Operations by @jowilf in #327
- Explicitly export all public functions and classes by @jowilf in #362
- Avoid unnecessary joins introduce in #328 by @jowilf in #371
- Updates Turkish Translations by @hasansezertasan in #377
New Contributors
- @mrharpo made their first contribution in #304
- @hasansezertasan made their first contribution in #330
Full Changelog: 0.11.2...0.12.0
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