Releases: ionic-team/ionic-framework
Releases · ionic-team/ionic-framework
v7.8.4
v7.8.3
v8.0.0-rc.0
8.0.0-rc.0 (2024-03-27)
Note: Version bump only for package ionic-framework
v8.0.0-beta.4
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.
v7.8.2
v8.0.0-beta.3
8.0.0-beta.3 (2024-03-20)
Bug Fixes
- input, textarea, select: account for multiple start/end slot elements (#29172) (acc1042)
- range, select: prefer labels passed by developer (#29145) (56014cf)
Features
palettes
directory instead.
- import '@ionic/react/css/themes/dark.system.css';
+ import '@ionic/react/css/palettes/dark.system.css';
v7.8.1
7.8.1 (2024-03-20)
Bug Fixes
- datetime: wheel picker shows consistently in overlays (#29147) (19c1bc1), closes #26234
- header: iOS headers in MD app are not hidden (#29164) (fdfecd3), closes #28867
- react: avoid definitely typed errors with @types/react@18 (#29182) (58d217d), closes #29178
Performance Improvements
v8.0.0-beta.2
8.0.0-beta.2 (2024-03-13)
Code Refactoring
Features
- input,textarea,select: add --highlight-height variable (#29090) (13b7f8a)
- menu: apply strict type for menu type (#28982) (03d2670)
BREAKING CHANGES
- item: - The
helper
slot has been removed. Developers should use thehelperText
property onion-input
andion-textarea
.
- The
error
slot has been removed. Developers should use theerrorText
property onion-input
andion-textarea
. - Counter functionality has been removed including the
counter
andcounterFormatter
properties. Developers should use the properties of the same name onion-input
andion-textarea
. - The
fill
property has been removed. Developers should use the property of the same name onion-input
,ion-select
, andion-textarea
. - The
shape
property has been removed. Developers should use the property of the same name onion-input
,ion-select
, andion-textarea
.