Skip to content

Releases: Telefonica/mistica-ios

v36.3.1

22 Oct 08:18

Choose a tag to compare

36.3.1 (2025-10-22)

Bug Fixes

  • GradientView: IOS-11935 [Mistica] Allow transparent gradient color in MisticaGradient (#483) (141773c)

v36.3.0

17 Oct 09:39

Choose a tag to compare

36.3.0 (2025-10-17)

Features

v36.2.0

15 Oct 07:26

Choose a tag to compare

36.2.0 (2025-10-15)

Features

v36.1.0

06 Oct 08:51

Choose a tag to compare

36.1.0 (2025-10-06)

Features

v36.0.1

30 Sep 11:11

Choose a tag to compare

36.0.1 (2025-09-30)

Bug Fixes

  • Accessibility: IOS-11847 Add accessibility to Callout's close button (3fec770)

v36.0.0

19 Sep 12:32

Choose a tag to compare

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 selectionStyle property

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

v35.6.0

11 Sep 08:33

Choose a tag to compare

35.6.0 (2025-09-11)

Bug Fixes

Features

  • Title: update TitleView style to title3 in O2 (#464) (7ef0150)

v35.5.1

08 Sep 10:44

Choose a tag to compare

35.5.1 (2025-09-08)

Bug Fixes

  • Callout: Fix callout background for alternative (#463) (b256d91)
  • Snackbar: Fix snackbar constraint when dismiss (90d45e3)

v35.5.0

09 Jul 11:12

Choose a tag to compare

35.5.0 (2025-07-09)

Features

v35.4.3

03 Jul 11:38

Choose a tag to compare

35.4.3 (2025-07-03)

Bug Fixes

  • Concurrency: compilation problems with XCode 26 Beta 1 (part 2) (fa671e2)