8.0.0-beta.4 (2024-03-27)
Bug Fixes
Code Refactoring
- haptics: remove cordova haptics support (#29186) (9efeb0a)
- searchbar: autocapitalize defaults to off (#29107) (6e477b7)
Features
- button: add circular shape as round (#29161) (44529f0)
- input: add input-password-toggle component (#29175) (6c500fd)
- remove css animations support for ionic animations (#29123) (892594d)
BREAKING CHANGES
- searchbar: The
autocapitalize
property on Searchbar now defaults to'off'
. - haptics: Support for the Cordova Haptics plugin has been removed. Components that integrate with haptics, such as
ion-picker
andion-toggle
, will continue to function but will no longer play haptics in Cordova environments. Developers should migrate to Capacitor to continue to have haptics in these components.