Releases: sparrowcode/DiffableKit
Releases · sparrowcode/DiffableKit
6.0.4
6.0.3
Fix image dimming stuck after modal dismiss.
Simplified the dimming mechanism — tintColorDidChange now directly swaps original/desaturated image without intermediate detection logic that was overwriting the original with the desaturated version on undim.
6.0.2
- Fix image dimming stuck after modal dismiss
- Clean up
updateImageDimminginternal API — remove leakedsaveOriginalparameter
6.0.1
Extract shared cell dimming logic into DiffableTableViewCell base class.
DiffableSubtitleTableViewCellandDiffableButtonTableViewCellnow inherit fromDiffableTableViewCell, removing duplicated codereuseIdentifierchanged fromstatictoclass varto support overrides- Magic numbers extracted into named constants
Fixed collection delegate.
4.2.0 Fixed tv target.
Fixed tv target.
4.1.2 Fixed tv target.
Fixed actionable for collection.
4.1.1 Fixed actionable for collection.
Added more to table diffable delegate.
4.1.0 Added more to table diffable delegate.
Added get indexPath from datasource. Added editable flag to text field cells.
4.0.9 Added get indexPath from datasource. Added editable flag to text fiel…
Add TextField with Title.
4.0.8 Updated email and assets,