Skip to content

Latest commit

 

History

History
180 lines (114 loc) · 7.74 KB

CHANGELOG.md

File metadata and controls

180 lines (114 loc) · 7.74 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Version 0.1.12 - 2022-07-13

Added

Fixed

New Contributors

Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.1.11...0.1.12

Version 0.1.11 - 2022-06-23

Added

Fixed

Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.1.10...0.1.11

Version 0.1.10 - 2022-06-21

Added

  • Add support for one-to-one relationship by @okapies in aminalaee#182
  • Add support for UUIDType from sqlalchemy_utils by @okapies in aminalaee#183
  • Add sqlalchemy_utils URL, Currency and Timezone by @aminalaee in aminalaee#185
  • Add form_widget_args by @aminalaee in aminalaee#188
  • Add column_default_sort by @aminalaee in aminalaee#191

Fixed

  • Fix link relationship to details page when null by @aminalaee in aminalaee#174
  • docs: fix typos by @pgrimaud in aminalaee#161
  • Allow QuerySelectField override object_list with form_args by @aminalaee in aminalaee#171
  • Fix form fields order when specifying columns by @okapies in aminalaee#184
  • Fix ModelConverter when impl is not callable by @aminalaee in aminalaee#186

New Contributors

Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.1.9...0.1.10

Version 0.1.9 - 2022-05-27

Added

  • Add column_formatters by @skarrok in aminalaee#140
  • Add column_formatters_detail by @aminalaee in aminalaee#141
  • Handling for sqlalchemy_utils EmailType and IPAddressType by @colin99d in aminalaee#150
  • Link relationships to detail page by @aminalaee in aminalaee#153

Fixed

New Contributors

Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.1.8...0.1.9

Version 0.1.8 - 2022-04-19

Added

  • Add csv export support by @dwreeves in aminalaee#101
  • Expose Starlette middlewares and debug to the Admin by @tr11 in aminalaee#114

Fixed

  • Fix Export unlimited rows by @aminalaee in aminalaee#107
  • Add form and export options docs by @aminalaee in aminalaee#110
  • fix docstring issues by adding an explicit handler by @dwreeves in aminalaee#106
  • Fix get_model_attr with column labels by @aminalaee in aminalaee#128
  • Delay call to self.get_converter to use form_overrides by @lovetoburnswhen in aminalaee#129

New Contributors

Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.1.7...0.1.8

Version 0.1.7 - 2022-03-22

Added

  • Add SQLModel support by @aminalaee in aminalaee#94
  • Add form-specific functionality to ModelAdmin by @dwreeves in aminalaee#97
  • Add UUID field converter by @aminalaee in aminalaee#82
  • Add PostgreSQL INET and MACADDR converters by @aminalaee in aminalaee#83

Fixed

New Contributors

Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.1.6...0.1.7

Version 0.1.6 - 2022-03-09

Added

Fixed

Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.1.5...0.1.6

Version 0.1.5 - 2022-02-24

Added

  • Authentication in #37
  • Add Edit view page in #60
  • Add column_searchable_list in #61

Internal

  • Cleanup DB queries in #51

Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.1.4...0.1.5

Version 0.1.4 - 2022-02-16

Added

  • Allow templates to be configured in #52
  • Add page size option links in #34

Fixed

  • Improve pagination in #36

Internal

  • Instantiate ModelAdmin internally to avoid class methods in #31

Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.1.3...0.1.4

Version 0.1.3 - 2022-01-24

Added

  • Add title and logo options in #20
  • Adding order_by to list pagination query in #25
  • Allow Relationship properties in list and detail views in #22

Full Changelog: https://github.com/aminalaee/sqladmin/compare/0.1.2...0.1.3