Skip to content

v7.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 13:52
· 1844 commits to main since this release

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

BREAKING CHANGES

  • searchbar: The detail payload for the ionInput event now on ion-searchbar contains an object with the current value as well as the native event that triggered ionInput.
  • 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.