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
.