Skip to content

Releases: jowilf/starlette-admin

0.8.2

12 May 02:08
f9237b5
Compare
Choose a tag to compare

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

Full Changelog: 0.8.1...0.8.2

0.8.1

30 Apr 20:42
c3df92b
Compare
Choose a tag to compare

What's Changed

  • Update fontawesome to 6.4.0 & add missings webfonts by @jowilf in #176
  • Allow class level configuration for ModelView identity, name & label by @jowilf in #178

Full Changelog: 0.8.0...0.8.1

0.8.0

09 Apr 05:47
a196b5f
Compare
Choose a tag to compare

Added

  • Add extension to autovalidate SQLAlchemy data with pydantic by @jowilf in #144
  • Make _extract_fields() method in BaseModelView public and renamed to get_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

  • Enhance code quality with additional ruff rules by @jowilf in #159

Full Changelog: 0.7.0...0.8.0

0.7.0

24 Mar 03:42
0789b94
Compare
Choose a tag to compare

Added

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

0.6.0

12 Mar 19:29
b7f7445
Compare
Choose a tag to compare

What's Changed

Fixed

  • #69 : Return HTTP_422_UNPROCESSABLE_ENTITY when form data is not valid

Full Changelog: 0.5.2...0.6.0

0.5.5

07 Mar 05:00
Compare
Choose a tag to compare

Fix #116
Full Changelog: 0.5.4...0.5.5

0.5.4

03 Mar 02:11
Compare
Choose a tag to compare

What's Changed

  • Refs #99: By default, propagate SQLAlchemyError as ActionFailed in action handler for contrib.sqla by @dolamroth in #105

New Contributors

Full Changelog: 0.5.3...0.5.4

0.5.3

26 Feb 03:35
Compare
Choose a tag to compare

0.5.2

29 Dec 18:04
5c8ea52
Compare
Choose a tag to compare

What's Changed

  • Fix searchFormat not working for DateField & TimeField by @ihuro in #68
  • fix: searchFormat not working with DateField and TimeField inside CollectionField or ListField by @jowilf in #71

New Contributors

  • @ihuro made their first contribution in #68

Full Changelog: 0.5.1...0.5.2

0.5.1

27 Dec 09:01
4b27bcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1