v7.0.0-beta.2
Pre-release
Pre-release
github-actions
released this
08 Feb 15:20
·
1616 commits
to main
since this release
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.