v8.0.0-beta.2
版本发布时间: 2024-03-13 22:38:19
ionic-team/ionic-framework最新发布版本:v8.2.6(2024-07-25 03:30:29)
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
.