3
0
Fork 0

bump: version 0.28.1 → 0.28.2

This commit is contained in:
Lance Edgar 2026-02-25 09:01:00 -06:00
parent 94d29c639a
commit 7fcc24ce0d
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ 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.2 (2026-02-25)
### Fix
- only show string filter input if data type matches
- move `coerce_value()` method to base `GridFilter` class
- preserve original data type when un-setting filter choices
- raise better error if field widget serialization fails
- tweak how grid filter params are built, for better link share
- allow passing filter factory to `Grid.set_filter()`
- track column-only labels separately for grid
- make view responsible for App Info field/values
## v0.28.1 (2026-02-17)
### Fix