Skip to content

Releases: Telefonica/mistica-ios

v33.3.0

29 Nov 06:44
Compare
Choose a tag to compare

33.3.0 (2024-11-29)

Features

  • PosterCard: LATCH-2313 Poster card component (#413) (0d2548a)

You can read about new Poster Card here

v33.2.1

12 Nov 11:06
Compare
Choose a tag to compare

33.2.1 (2024-11-12)

Bug Fixes

  • Button: Remove non necessary catalog example (#411) (68092f7)

v33.2.0

29 Oct 14:32
Compare
Choose a tag to compare

33.2.0 (2024-10-29)

Bug Fixes

  • XCode16: fix warnings in XCode 16 (27adcbd)

Features

  • skin: update design tokens from mistica-design (#403) (e1ff58d)
  • skin: update design tokens from mistica-design (#406) (2db45fb)
  • skin: update design tokens from mistica-design (#407) (9db65b5)

v33.1.0

12 Sep 06:12
Compare
Choose a tag to compare

33.1.0 (2024-09-12)

Features

v33.0.0

26 Aug 15:22
Compare
Choose a tag to compare

33.0.0 (2024-08-26)

Feat

  • Title: Update title component and Mistica tokens (#396) (d3df994), closes #397

BREAKING CHANGES

  • Title: Add some title styles and modify the existing ones. Rename the color tokens from mistica-design.

  • Update tokens

  • Update tokens again

  • Fix breaking change

Migration guide

TitleView

If you use title2 style of TitleView, you should change it to title3.

Title remapping:
Title1 → no change
Title2 → the new one
Title3 → The old title2
Title4 → The old title3
Telefonica/mistica-design#1796

Color tokens

Some colors have been renamed from xxxxSelected to xxxxPressed.

v32.0.0

19 Aug 10:16
Compare
Choose a tag to compare

32.0.0 (2024-08-19)

Features

  • Title: Split Title component and UIKit (#395) (161ac6d)

BREAKING CHANGES

  • Title: Rename TitleView with TitleHeaderFooterView. TitleHeaderFooterView will wrap the TitleView (Title component)

  • Enable link interactions

  • Extract Title component from TitleView (UITableViewHeaderFooterView)

  • Rename and some fixes

  • Rename tests path

  • CR changes

Migration guide
TitleView has been renamed to TitleHeaderFooterView. If you already use TitleView, please, rename it to TitleHeaderFooterView.
Now, TitleView contains the Title component and TitleHeaderFooterView wraps the component as a UITableViewHeaderFooterView.

v31.4.1

01 Aug 13:28
Compare
Choose a tag to compare

31.4.1 (2024-08-01)

Bug Fixes

v31.4.0

26 Jul 10:30
Compare
Choose a tag to compare

31.4.0 (2024-07-26)

Features

  • Crouton: Allow to show crouton on a exact viewController (e30d0bc)

v31.3.0

23 Jul 15:17
Compare
Choose a tag to compare

31.3.0 (2024-07-23)

Features

  • Skeletons: added Mistica Skeletons components for SwiftUI and UIKit (e99d295)

v31.2.0

18 Jul 08:48
Compare
Choose a tag to compare

31.2.0 (2024-07-18)

Features

  • Snackbar: allow setting the accesibility identifier via SnackbarConfig (#386) (4f1e08c)