You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,33 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
+
## Version [0.31.0](https://github.com/smithyhq/sqladmin/releases/tag/0.31.0): 2026-08-06
10
+
11
+
### Added
12
+
13
+
*[Feature] add `where` option in `form_ajax_refs` by @maxim-f1 in [#1101](https://github.com/smithyhq/sqladmin/pull/1101)
14
+
* feat: add per-page template context hooks (#942) by @mmzeynalli in [#1104](https://github.com/smithyhq/sqladmin/pull/1104)
15
+
* feat: add JSONEditorField for editing JSON columns (#1025) by @mmzeynalli in [#1105](https://github.com/smithyhq/sqladmin/pull/1105)
16
+
* feat: add pluggable audit logging backends (#710) by @mmzeynalli in [#1106](https://github.com/smithyhq/sqladmin/pull/1106)
17
+
* feat: add new type for `column_(detail_)formatters` by @mmzeynalli in [#1108](https://github.com/smithyhq/sqladmin/pull/1108)
18
+
19
+
### Changed
20
+
21
+
* docs: update README by @aminalaee in [#1110](https://github.com/smithyhq/sqladmin/pull/1110)
22
+
* build(deps-dev): update uv-build requirement from <0.12.0,>=0.9.17 to >=0.9.17,<0.13.0 by @dependabot[bot] in [#1115](https://github.com/smithyhq/sqladmin/pull/1115)
23
+
* build(deps-dev): bump types-wtforms from 3.2.1.20260408 to 3.2.1.20260518 by @dependabot[bot] in [#1117](https://github.com/smithyhq/sqladmin/pull/1117)
24
+
* build(deps-dev): bump mypy from 2.1.0 to 2.3.0 by @dependabot[bot] in [#1118](https://github.com/smithyhq/sqladmin/pull/1118)
25
+
* build(deps-dev): bump phonenumbers from 9.0.34 to 9.0.35 by @dependabot[bot] in [#1119](https://github.com/smithyhq/sqladmin/pull/1119)
26
+
* build(deps-dev): bump sqlmodel from 0.0.38 to 0.0.39 by @dependabot[bot] in [#1116](https://github.com/smithyhq/sqladmin/pull/1116)
27
+
28
+
### Fixed
29
+
30
+
* fix: mark custom `BaseView` menu items active on their own page (#956) by @mmzeynalli in [#1103](https://github.com/smithyhq/sqladmin/pull/1103)
31
+
* fix: make hidden textareas non-required by @mmzeynalli in [#1107](https://github.com/smithyhq/sqladmin/pull/1107)
32
+
* fix: collapse category menu correctly by @mmzeynalli in [#1109](https://github.com/smithyhq/sqladmin/pull/1109)
0 commit comments