Skip to content

Releases: jowilf/starlette-admin

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

0.13.0-rc1

23 Dec 18:00
769a85f
Compare
Choose a tag to compare
0.13.0-rc1 Pre-release
Pre-release

Added

  • Add support for SQLAlchemy column_property by @jowilf in #402
  • 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

0.12.2

14 Nov 00:40
19aab25
Compare
Choose a tag to compare

What's Changed

  • Fixed issue where "Empty" and "Not Empty" filters raised NotImplementedError on SQLAlchemy relationship attributes by @whchi in #394

New Contributors

Full Changelog: 0.12.1...0.12.2

0.12.1

06 Nov 21:46
2ce1279
Compare
Choose a tag to compare

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

06 Nov 06:38
8872929
Compare
Choose a tag to compare

What's Changed

  • Add support for datatables state saving by @jowilf in #298
  • ⛓️ Adds optional additional_js_links and additional_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

Full Changelog: 0.11.2...0.12.0

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