6.2.0
Breaking
editingStyle(for:_,_:)
method was replaced witheditingStyle(forItem:_,:_)
method, that accepts model and indexPath closure, without cell. Reason for that is thatUITableView
may call this method when cell is not actually on screen, in which case this event would not fire, and current editingStyle of the cell would be lost.