8.0.0-beta.1 (2024-03-06)
Bug Fixes
- input-shims: disable input blurring util by default (#29104) (bf1701e), closes #29072
- item, item-divider: slotted spacing is correct (#29103) (ac72531)
Code Refactoring
Performance Improvements
BREAKING CHANGES
- item: - Item no longer automatically delegates focus to the first focusable element. While most developers should not need to make any changes to account for this update, usages of
ion-item
with interactive elements such as form controls (inputs, textareas, etc) should be evaluated to verify that interactions still work as expected.