Skip to content

Releases: jowilf/starlette-admin

0.11.2

01 Sep 02:32
a00d576
Compare
Choose a tag to compare

What's Changed

  • Fix (#270): Current Enum Value Not Pre-Selected on Edit by @jowilf in #273

Full Changelog: 0.11.1...0.11.2

0.11.1

30 Jul 02:57
Compare
Choose a tag to compare

What's Changed

  • Bug Fix: Ensure Excluded fields from a RequestAction are not treated by @jowilf in #251

Full Changelog: 0.11.0...0.11.1

0.11.0

26 Jul 20:35
5799cdc
Compare
Choose a tag to compare

What's Changed

Added

  • Improve the Authentication Provider to support custom flow such as oauth2/OIDC by @jowilf
    in #221.

Internals

Full Changelog: 0.10.1...0.11.0

0.10.1

22 Jul 21:13
fc8ff99
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

26 Jun 22:33
33bc275
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...0.10.0

0.9.0

25 May 22:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.2...0.9.0

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