7.0.0-beta.5 (2023-02-27)
Bug Fixes
- content: adjust transition shadow to match new iOS version (#26839) (f006e4b)
- form: shadow components using aria-labelledby do not use modern syntax (#26836) (fcfdd9e), closes #26829
- scroll-padding: correct padding is added (#26810) (eefd17d), closes #26803
Features
- angular,angular-server: angular v14 minimum support (#26822) (1dee16f)
- searchbar: ionInput now emits value payload (#26831) (865f8de), closes #26828
BREAKING CHANGES
- searchbar: The
detail
payload for theionInput
event now onion-searchbar
contains an object with the currentvalue
as well as the native event that triggeredionInput
. - angular,angular-server: Angular v14 is now required to use
@ionic/angular
and@ionic/angular-server
. Upgrade your project to Angular v14 by following the Angular v14 update guide.
The dev-preview environmentInjector
property has been removed from ion-tabs
and ion-router-outlet
. Standalone component routing is now available without additional custom configuration. Remove the environmentInjector
property from your ion-tabs
and ion-router-outlet
components.