Releases: Telefonica/mistica-ios
Releases · Telefonica/mistica-ios
v36.3.1
v36.3.0
v36.2.0
v36.1.0
v36.0.1
v36.0.0
36.0.0 (2025-09-19)
Features
- ListTableViewCell: Added tap highlight functionality to the default style of ListTableViewCell(#467) (4eb49e2)
BREAKING CHANGES
- Visual behavior of ListTableViewCell has changed. Fixed an issue where the default (.fullWidth) style did not highlighted when tapped. Highlight behavior is now restored for all styles. Other styles had highlighted, but the .boxedInverse style was fixed to apply the proper highlighted view.
Migration guide
Starting with this version, ListTableViewCell has highlighting behavior enabled by default when tapped.
If you prefer to disable this behavior, you have the following options:
- Modify the
selectionStyleproperty
cell.selectionStyle = .none
- Via highlight delegate methods
func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool {
return false
}
-
IOS-11798 ListTableViewCell is not hightlighted when is selected
-
IOS-11798 fix ListTableViewCell hightlighted
-
Run swiftformat
-
IOS-11798 add overlay to highlighted with color tokens per cell style
-
Run swiftformat
-
IOS-11798 improved logic and added tests
-
fix stash changes
-
Run swiftformat
-
IOS-11798 fix naming
-
IOS-11798 added selectionStyle handling in setHighlighted method to prevent highlighted if .none
-
fix comparasion