bump: version 0.28.1 → 0.28.2
This commit is contained in:
parent
94d29c639a
commit
7fcc24ce0d
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue