Releases: Telefonica/mistica-ios
v33.3.0
v33.2.1
v33.2.0
v33.1.0
v33.0.0
33.0.0 (2024-08-26)
Feat
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
32.0.0 (2024-08-19)
Features
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
.