Skip to content

Releases: jowilf/starlette-admin

0.15.0.rc3

26 Oct 01:31
Compare
Choose a tag to compare
0.15.0.rc3 Pre-release
Pre-release

Full Changelog: 0.15.rc2...0.15.rc3

0.15.rc2

26 Oct 01:25
a5717c0
Compare
Choose a tag to compare
0.15.rc2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.15.rc1...0.15.rc2

0.15.rc1

25 Oct 21:57
64ce44b
Compare
Choose a tag to compare
0.15.rc1 Pre-release
Pre-release

What's Changed

  • escape json value in relation template by @jowilf in #598

Full Changelog: 0.15.rc0...0.15.rc1

0.15.rc0

25 Oct 19:52
be9f1dd
Compare
Choose a tag to compare
0.15.rc0 Pre-release
Pre-release

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

Full Changelog: 0.14.1...0.15.rc0

0.14.1

12 Jul 19:42
5b183e0
Compare
Choose a tag to compare

What's Changed

  • Add a beginner-friendly tutorial by @jowilf in #549
  • Fix JSON serialization error for UUID primary keys when excluded from list by @alg in #553

New Contributors

  • @alg made their first contribution in #553

Full Changelog: 0.14.0...0.14.1

0.14.0

28 May 04:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.2...0.14.0

0.13.2

04 Feb 21:27
09e8ba3
Compare
Choose a tag to compare

What's Changed

  • Remove extra whitespaces from TextAreaField form template (0.13.0 regression) by @jowilf in #494

Full Changelog: 0.13.1...0.13.2

0.13.1

21 Jan 21:12
2540c51
Compare
Choose a tag to compare

What's Changed

  • Fixed the StopIteration exception raised in Sqlalchemy ModelView when the primary key is not included in the field list. by @jowilf in #482

Full Changelog: 0.13.0...0.13.1

0.13.0

17 Jan 00:09
63948e3
Compare
Choose a tag to compare

What's Changed

Added

  • Enhance AuthMiddleware, introduce @login_not_required decorator and allow_routes, deprecate allow_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 override app_title and logo_url in the templates by @hasansezertasan
    in #374

Fixed

Full Changelog: 0.12.2...0.13.0

0.13.0-rc2

14 Jan 20:51
d30fb64
Compare
Choose a tag to compare
0.13.0-rc2 Pre-release
Pre-release

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