Release v7.5.22
π Release Notes
This release includes the following changes:
β¨ Features
- enhance ThemedTable2 with widget tests and performance improvements; remove debug prints (
85d103aby Manuel romero) - add SKILL.md for ThemedTable2 with detailed overview and usage examples (
eb68032by Manuel romero)
π Bug Fixes
- ThemedTable2 prevent unsendable closure crash when sorting i18n columns fix: ThemedTable2 resolve column key collision by using positional index instead of col.hashCode fix: ThemedTable2 queue pending updates instead of silent discard during concurrent sort perf: ThemedTable2 replace O(n) List.contains with internal Set for multiselect lookups perf: ThemedTable2 replace O(n) DeepCollectionEquality with O(1) heuristic in didUpdateWidget (
d0dd31fby Manuel romero)
π Diff Stats
| Metric | Count |
|---|---|
| π Files changed | 7 |
| π’ Insertions | |
| π΄ Deletions |
π€ Auto-generated by changelog workflow