Releases: ionic-team/ionic-framework
Releases · ionic-team/ionic-framework
v7.0.0-beta.6
7.0.0-beta.6 (2023-03-01)
Bug Fixes
- angular: devs can import ionic/angular styles in css (#26875) (0d2fac2)
- button: update for ios spec (#26864) (df37357)
- datetime: aria-label for show/hide year picker (#26848) (ac66215)
BREAKING CHANGES
- button: Button is updated to align with the design specification for iOS.
Design tokens
Token | Previous Value | New Value |
---|---|---|
$button-ios-letter-spacing |
-0.03em |
0 |
$button-ios-clear-letter-spacing |
0 |
Removed |
$button-ios-height |
2.8em |
3.1em |
$button-ios-border-radius |
10px |
14px |
$button-ios-large-height |
2.8em |
3.1em |
$button-ios-large-border-radius |
12px |
16px |
v6.6.0
v6.5.7
v6.5.7-nightly.20230301
v6.5.7-nightly.20230228
v7.0.0-beta.5
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.