Skip to content

Release v7.5.22

Choose a tag to compare

@github-actions github-actions released this 28 Mar 20:12

πŸ“‹ Release Notes

This release includes the following changes:

✨ Features

  • enhance ThemedTable2 with widget tests and performance improvements; remove debug prints (85d103a by Manuel romero)
  • add SKILL.md for ThemedTable2 with detailed overview and usage examples (eb68032 by 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 (d0dd31f by Manuel romero)

πŸ“Š Diff Stats

Metric Count
πŸ“„ Files changed 7
🟒 Insertions $\color{green}\textsf{+1011}$
πŸ”΄ Deletions $\color{red}\textsf{-74}$

πŸ€– Auto-generated by changelog workflow