From 91bf91b7cf8d344dca4ce38189f15bb9ac9a2d4e Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Mon, 13 May 2024 11:38:20 +0200 Subject: [PATCH 1/3] Version 0.17.0 --- sqladmin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From e280a29d34d72ceee9d1801703ec6c1a884a87f0 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Mon, 13 May 2024 11:39:51 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3b7b1e..86c43f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,34 @@ 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 + +## New Contributors +* @ngaranko made their first contribution in https://github.com/aminalaee/sqladmin/pull/722 +* @MaximZemskov made their first contribution in https://github.com/aminalaee/sqladmin/pull/742 +* @hasansezertasan made their first contribution in https://github.com/aminalaee/sqladmin/pull/748 +* @lukeclimen made their first contribution in https://github.com/aminalaee/sqladmin/pull/745 +* @BhuwanPandey made their first contribution in https://github.com/aminalaee/sqladmin/pull/752 + +**Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.16.1...0.17.0 + ## Version 0.16.1 - 2024-02-20 ### Fixed From c25330fb9c7147f9d6a8512b76269858818a921f Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Mon, 13 May 2024 11:42:39 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c43f39..f8644087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,13 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * 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 -## New Contributors -* @ngaranko made their first contribution in https://github.com/aminalaee/sqladmin/pull/722 -* @MaximZemskov made their first contribution in https://github.com/aminalaee/sqladmin/pull/742 -* @hasansezertasan made their first contribution in https://github.com/aminalaee/sqladmin/pull/748 -* @lukeclimen made their first contribution in https://github.com/aminalaee/sqladmin/pull/745 -* @BhuwanPandey made their first contribution in https://github.com/aminalaee/sqladmin/pull/752 - **Full Changelog**: https://github.com/aminalaee/sqladmin/compare/0.16.1...0.17.0 ## Version 0.16.1 - 2024-02-20 @@ -41,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 @@ -75,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 @@ -362,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 @@ -399,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 @@ -419,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 @@ -440,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 @@ -461,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