v8.0.0-beta.2
Pre-release
Pre-release
github-actions
released this
13 Mar 14:38
·
327 commits
to main
since this release
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
.