7.0.0-rc.4 (2023-03-27)
Bug Fixes
- fab, tab-button: rtl alignment in safari and firefox (#26986) (e23fd9e), closes #22739
- many: innerHTML is disabled by default (#27029) (b7e4603)
- radio-group: radios participate in form submission (#27018) (3b99c31), closes #27016
- segment: change event fires when clicking (#27010) (3e0a905), closes #27002
- select: inherit white-space in select-text to allow text wrapping (#26973) (19c1e25), closes #19949
BREAKING CHANGES
- many: The
innerHTMLTemplatesEnabled
Ionic Config now defaults tofalse
. Developers can set this option totrue
if they would like to continue to use custom HTML features inion-alert
,ion-infinite-scroll-content
,ion-loading
,ion-refresher-content
, andion-toast
.