Skip to content

v32.0.0

Compare
Choose a tag to compare
@tuentisre tuentisre released this 19 Aug 10:16
· 6 commits to main since this release

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.