3
0
Fork 0

bump: version 0.27.6 → 0.28.0

This commit is contained in:
Lance Edgar 2026-02-17 14:34:33 -06:00
parent 6743fc4731
commit 028f8e767d
2 changed files with 15 additions and 1 deletions

View file

@ -5,6 +5,20 @@ All notable changes to wuttaweb will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## v0.28.0 (2026-02-17)
### Feat
- add support for association proxy fields in model forms
### Fix
- fix first_name, last_name handling for User form
- add support for rendering association proxy values in grid
- add "centered" flag for grid columns
- prevent delete also, for users with prevent edit flag
- render enabled flag as bool for Email Settings grid
## v0.27.6 (2026-02-13)
### Fix