34.0.0 (2025-03-19)
Bug Fixes
- semantic-release: IOS-11147 Update node version as a dependency of the latest semantic-release version. (#440) (17e4001)
- semantic-release: IOS-11147 Update semantic release to v24.2.3 (#438) (c632beb)
- updateVersionScript: IOS-11147 Fix the update version script to be compatible with Ubuntu sed version (GNU sed) instead of macOS sed (BSD sed). (#442) (4609b69)
- updateVersionScript: IOS-11147 Update releasrc and update_version script to be executed in… (#441) (414bc7e)
Features
- Crouton: IOS-11139 Remove crouton queue to avoid enqueuing messages. From now … (#437) (827964b)
- Snackbar: Deprecate Crouton, introduce new Snackbar UI (#422) (da64cea), closes #420 #427 #429
BREAKING CHANGES
-
Snackbar: Renamed "Crouton" to "Snackbar". Updated UI for Snackbar component.
-
IOS-9356 Adjust crouton constraints above the tabbar or the safe area
-
IOS-9356 adjust crouton border radius and update close button size
-
Run swiftformat
-
Crouton: UIKit Crouton no longer allows message queuing. If a new crouton is presented, the previous one will be discarded. showCrouton and dismiss CroutonController methods have been modified to remove the token we used to dismiss a specific crouton.
-
IOS-11139 Remove crouton queue to avoid enqueuing messages. From now if a new crouton is launched, the previous one will be removed.
-
Run swiftformat