diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3b7b1e..f8644087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Version 0.17.0 - 2024-05-13 + +### Added + +* Add field description to Create/Edit templates by @ngaranko in https://github.com/aminalaee/sqladmin/pull/722 +* Add edit_form_query method by @lukeclimen in https://github.com/aminalaee/sqladmin/pull/745 +* Validate page and pageSize query parameters by @BhuwanPandey in https://github.com/aminalaee/sqladmin/pull/752 + +### Fixed + +* Hide save and add another button from edit.html if can_create is False by @MaximZemskov in https://github.com/aminalaee/sqladmin/pull/742 +* Fix list page sort symbol by @aminalaee in https://github.com/aminalaee/sqladmin/pull/744 +* Move template files from `templates` to `templates/sqladmin` by @hasansezertasan in https://github.com/aminalaee/sqladmin/pull/748 +* Fix `form_args` default by @aminalaee in https://github.com/aminalaee/sqladmin/pull/756 +* Fix getting column python type by @aminalaee in https://github.com/aminalaee/sqladmin/pull/757 +* Fix File and Image fields checkbox and input by @aminalaee in https://github.com/aminalaee/sqladmin/pull/761 +* Switch relationship loading to selectionload by @aminalaee in https://github.com/aminalaee/sqladmin/pull/758 +* Fix DELETE call query params by @aminalaee in https://github.com/aminalaee/sqladmin/pull/763 + +**Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.16.1...0.17.0 + ## Version 0.16.1 - 2024-02-20 ### Fixed @@ -13,12 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix sort by model attribute in https://github.com/aminalaee/sqladmin/pull/713 * Fix Category not respecting is_visible and is_accessible in https://github.com/aminalaee/sqladmin/pull/698 -## New Contributors -* @kostyaten made their first contribution in https://github.com/aminalaee/sqladmin/pull/677 -* @EnotShow made their first contribution in https://github.com/aminalaee/sqladmin/pull/703 -* @jonocodes made their first contribution in https://github.com/aminalaee/sqladmin/pull/707 -* @Neverfan1 made their first contribution in https://github.com/aminalaee/sqladmin/pull/698 - **Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.16.0...0.16.1 ## Version 0.16.0 - 2023-11-14 @@ -47,10 +62,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added * Add customized sort query signature (#624) by @YarLikviD in https://github.com/aminalaee/sqladmin/pull/625 -## New Contributors -* @Toshakins made their first contribution in https://github.com/aminalaee/sqladmin/pull/626 -* @YarLikviD made their first contribution in https://github.com/aminalaee/sqladmin/pull/625 - **Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.15.0...0.15.1 ## Version 0.15.0 - 2023-09-19 @@ -334,10 +345,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix missing browser tab title by @cuamckuu in https://github.com/aminalaee/sqladmin/pull/229 * Remove sourceMappingURL in JS files by @aminalaee in https://github.com/aminalaee/sqladmin/pull/231 -### New Contributors -* @ischaojie made their first contribution in https://github.com/aminalaee/sqladmin/pull/214 -* @cuamckuu made their first contribution in https://github.com/aminalaee/sqladmin/pull/222 - **Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.1.11...0.1.12 ## Version 0.1.11 - 2022-06-23 @@ -371,10 +378,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix form fields order when specifying columns by @okapies in https://github.com/aminalaee/sqladmin/pull/184 * Fix ModelConverter when `impl` is not callable by @aminalaee in https://github.com/aminalaee/sqladmin/pull/186 -### New Contributors -* @pgrimaud made their first contribution in https://github.com/aminalaee/sqladmin/pull/161 -* @okapies made their first contribution in https://github.com/aminalaee/sqladmin/pull/183 - **Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.1.9...0.1.10 ## Version 0.1.9 - 2022-05-27 @@ -391,10 +394,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Function signature typing, and renames by @dwreeves in https://github.com/aminalaee/sqladmin/pull/116 * Fix SQLModel UUID type by @aminalaee in https://github.com/aminalaee/sqladmin/pull/158 -### New Contributors -* @skarrok made their first contribution in https://github.com/aminalaee/sqladmin/pull/140 -* @colin99d made their first contribution in https://github.com/aminalaee/sqladmin/pull/150 - **Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.1.8...0.1.9 ## Version 0.1.8 - 2022-04-19 @@ -412,10 +411,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix get_model_attr with column labels by @aminalaee in https://github.com/aminalaee/sqladmin/pull/128 * Delay call to `self.get_converter` to use `form_overrides` by @lovetoburnswhen in https://github.com/aminalaee/sqladmin/pull/129 -### New Contributors -* @tr11 made their first contribution in https://github.com/aminalaee/sqladmin/pull/114 -* @lovetoburnswhen made their first contribution in https://github.com/aminalaee/sqladmin/pull/129 - **Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.1.7...0.1.8 ## Version 0.1.7 - 2022-03-22 @@ -433,10 +428,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix PostgreSQL UUID PrimaryKey by @aminalaee in https://github.com/aminalaee/sqladmin/pull/92 * Fix Source Code Link by @baurt in https://github.com/aminalaee/sqladmin/pull/95 -### New Contributors -* @baurt made their first contribution in https://github.com/aminalaee/sqladmin/pull/95 -* @dwreeves made their first contribution in https://github.com/aminalaee/sqladmin/pull/97 - **Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.1.6...0.1.7 ## Version 0.1.6 - 2022-03-09 diff --git a/sqladmin/__init__.py b/sqladmin/__init__.py index ac226526..e7208617 100644 --- a/sqladmin/__init__.py +++ b/sqladmin/__init__.py @@ -1,7 +1,7 @@ from sqladmin.application import Admin, action, expose from sqladmin.models import BaseView, ModelView -__version__ = "0.16.1" +__version__ = "0.17.0" __all__ = [ "Admin",