voyager-ionic-core
Advanced tools
Changelog
8.0.0-rc.0 (2024-03-27)
Note: Version bump only for package ionic-framework
Changelog
8.0.0-beta.2 (2024-03-13)
helper
slot has been removed. Developers should use the helperText
property on ion-input
and ion-textarea
.error
slot has been removed. Developers should use the errorText
property on ion-input
and ion-textarea
.counter
and counterFormatter
properties. Developers should use the properties of the same name on ion-input
and ion-textarea
.fill
property has been removed. Developers should use the property of the same name on ion-input
, ion-select
, and ion-textarea
.shape
property has been removed. Developers should use the property of the same name on ion-input
, ion-select
, and ion-textarea
.Changelog
8.0.0-beta.1 (2024-03-06)
ion-item
with interactive elements such as form controls (inputs, textareas, etc) should be evaluated to verify that interactions still work as expected.