v8.0.0-beta.2
Pre-release
Pre-release
·
679 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
helperslot has been removed. Developers should use thehelperTextproperty onion-inputandion-textarea.
- The
errorslot has been removed. Developers should use theerrorTextproperty onion-inputandion-textarea. - Counter functionality has been removed including the
counterandcounterFormatterproperties. Developers should use the properties of the same name onion-inputandion-textarea. - The
fillproperty has been removed. Developers should use the property of the same name onion-input,ion-select, andion-textarea. - The
shapeproperty has been removed. Developers should use the property of the same name onion-input,ion-select, andion-textarea.