Skip to content

Releases: ionic-team/ionic-framework

v7.7.4

06 Mar 18:04
Compare
Choose a tag to compare

7.7.4 (2024-03-06)

Bug Fixes

  • modal: ariaLabel and role are inherited when set via htmlAttributes (#29099) (de13633)

v8.0.0-beta.0

28 Feb 13:56
Compare
Choose a tag to compare
v8.0.0-beta.0 Pre-release
Pre-release

8.0.0-beta.0 (2024-02-28)

Check out the Ionic 8 announcement blog for an overview of all the great features coming in Ionic 8!

Bug Fixes

Code Refactoring

  • checkbox: remove legacy property and support for legacy syntax (#29043) (fb5ae5b)
  • input: remove accept property (#28946) (2816b87)
  • radio: remove legacy property and support for legacy syntax (#29038) (58d7315)
  • range: remove legacy property and support for legacy syntax (#29040) (58c795f)
  • toast: remove cssClass from ToastButton (#28977) (9856295)
  • toggle: remove legacy property and support for legacy syntax (#29037) (c72eced)

Features

Performance Improvements

BREAKING CHANGES

  • range: The legacy property and support for the legacy syntax, which involved placing an ion-range inside of an ion-item with an ion-label, have been removed from range. For more information on migrating from the legacy range syntax, refer to the Range documentation.
  • checkbox: The legacy property and support for the legacy syntax, which involved placing an ion-checkbox inside of an ion-item with an ion-label, have been removed from checkbox. For more information on migrating from the legacy checkbox syntax, refer to the Checkbox documentation.
  • radio: The legacy property and support for the legacy syntax, which involved placing an ion-radio inside of an ion-item with an ion-label, have been removed from radio. For more information on migrating from the legacy radio syntax, refer to the Radio documentation.
  • toggle: The legacy property and support for the legacy syntax, which involved placing an ion-toggle inside of an ion-item with an ion-label, have been removed from toggle. For more information on migrating from the legacy toggle syntax, refer to the Toggle documentation.
  • toast: The `cssClass...
Read more

v7.7.3

21 Feb 15:23
Compare
Choose a tag to compare

7.7.3 (2024-02-21)

Bug Fixes

v7.7.2

14 Feb 14:26
Compare
Choose a tag to compare

7.7.2 (2024-02-14)

Bug Fixes

  • overlays: do not return focus if application has already moved focus manually (#28850) (a016670), closes #28849
  • overlays: ensure that only topmost overlay is announced by screen readers (#28997) (ba4ba61), closes #23472
  • popover: render arrow above backdrop (#28986) (0a8964d), closes #28985

v7.7.1

07 Feb 14:20
Compare
Choose a tag to compare

7.7.1 (2024-02-07)

Bug Fixes

v7.7.0

31 Jan 15:17
Compare
Choose a tag to compare

7.7.0 (2024-01-31)

Features

v7.6.7

31 Jan 14:26
Compare
Choose a tag to compare

7.6.7 (2024-01-31)

Bug Fixes

v7.6.6

24 Jan 14:15
Compare
Choose a tag to compare

7.6.6 (2024-01-24)

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

v7.6.6-nightly.20240122

22 Jan 06:12
Compare
Choose a tag to compare
Pre-release

7.6.6-nightly.20240122 (2024-01-22)

Bug Fixes

v7.6.6-nightly.20240119

19 Jan 06:13
Compare
Choose a tag to compare
Pre-release

7.6.6-nightly.20240119 (2024-01-19)

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
  • segment: setting value via binding updates button state (#28837) (0847c2a), closes #28816
  • select: click handlers on slotted content fire (#28839) (aed7a03), closes #28818