Releases: ionic-team/ionic-framework
Releases · ionic-team/ionic-framework
v6.5.4-nightly.20230214
6.5.4-nightly.20230214 (2023-02-14)
Bug Fixes
v6.5.4-nightly.20230213
v6.5.4-nightly.20230210
6.5.4-nightly.20230210 (2023-02-10)
Bug Fixes
v6.5.4-nightly.20230209
6.5.4-nightly.20230209 (2023-02-09)
Bug Fixes
v7.0.0-beta.2
7.0.0-beta.2 (2023-02-08)
Bug Fixes
- input, textarea: bottom content is rendered correctly (#26739) (39009ac), closes #26737
- input: update disabled opacity of md input (#26514) (90f4995)
- radio: remove radio min-height sizing (#26719) (2a6bba0)
- range: assign auto increment id by default (#26740) (92b06f2)
Performance Improvements
BREAKING CHANGES
- range: The
name
property onion-range
defaults toion-r-${rangeIds++}
whererangeIds
is a number that is incremented for every instance of the component.