Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.17.0 #764

Merged
merged 3 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 21 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sqladmin/__init__.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading