Release Notes
A complete release history for Ionic Framework is available on GitHub. Documentation for recent releases can also be found below.
See versioning for information about our policy and commitment to stability.
7.6.7
patchJanuary 31 2024
Bug Fixes
- accordion: prevent opening of readonly accordion using keyboard (#28865) (e10f49c), closes #28344
- action-sheet, alert, toast: button roles autocomplete with available options (#27940) (f6fc22b), closes #27965
- item: ensure button focus state on property change (#28892) (bf7922c), closes #28525
- item: only default slot content wraps (#28773) (9448783), closes #28769
7.6.6
patchJanuary 24 2024
Bug Fixes
- alert: remove border-right on ios stacked buttons (#28821) (ad65824)
- datetime: do not animate to new value when multiple values in different months are set (#28847) (9262f7d), closes #28602
- datetime: enter closes keyboard when typing time (#28848) (c47a16d), closes #28325
- menu: improve reliability of main content not being scrollable when menu opens (#28829) (9603a4d), closes #28399
- popover: content inside of popover scrolls correctly (#28861) (10c38d0), closes #28455
- segment: setting value via binding updates button state (#28837) (0847c2a), closes #28816
- select: click handlers on slotted content fire (#28839) (aed7a03), closes #28818
- vue: tabs and parameterized routes work with latest vue (#28846) (5bc4399), closes #28774
7.6.3
patchJanuary 3 2024
Bug Fixes
- datetime: selected today button renders correctly on ios (#28740) (2f99aea)
- nav, router-outlet: ios page transition does not cover menu on larger screens (#28745) (878eec6), closes #28737
- radio-group: radio disabled prop can be undefined (#28712) (75ffeee), closes #28677
- refresher: native ios refresher works on iPadOS (#28620) (e522601), closes #28617
7.6.1
patchDecember 13 2023
Bug Fixes
- datetime: prefer wheel sets working value on confirmation (#28520) (e886e3f), closes #25839
- input, textarea: clearOnInput ignores key modifiers (#28639) (8f7d87c), closes #28633
- menu: allow styling of the box shadow and transform when visible inside of a split pane (#28691) (8ee23d2), closes #21530
- react: avoid type collision with @types/react@18.2.43 and greater (#28687) (92f1b86)
- react: replacing route uses new route direction and animation (#28671) (a17b963), closes #24260
- react: use custom animation when going back after a replace (#28674) (fc88613), closes #28673
7.6.0
minorDecember 6 2023
Bug Fixes
- angular,vue: range form value updates while dragging knob (#28422) (0854a11), closes #28256
- animation: add stronger types to Animation interface (#28334) (4a088d5)
- animation: progressEnd coercion is reset before onFinish (#28394) (eae8162), closes #28393
- infinite-scroll: remaining in threshold after ionInfinite can trigger event again on scroll (#28569) (8c235fd), closes #18071
- item: allow item to grow when it is used in a flex container (#28594) (1c1b567)
- item: wrap elements and label contents when the font size increases or the elements do not fit (#28146) (6438e3e)
- select: do not collapse to width: 0 when placed in flex container (#28631) (e71e7a0)
- toast: add swipeGesture to ToastOptions (#28518) (4ad6df6)
Features
- checkbox: add shadow part for label (#28604) (f9f5654), closes #28300
- input, textarea, select: add start and end slots (#28583) (357b8b2), closes #26297
- radio-group: add compareWith property (#28452) (0ae327f)
- radio: add shadow part for label (#28607) (b757970), closes #28300
- range: expose label wrapper as shadow part (#28601) (52ed2bf)
- toast: add swipe to dismiss functionality (#28442) (30c21aa), closes #21769
- toggle: expose label wrapper as shadow part (#28585) (a34188f)
Note: Text inside of ion-item
can now wrap to resolve accessibility issues related to readability. We recommend evaluating your application to account for text wrapping.
To see more releases, visit GitHub.