Skip to content

Releases: ionic-team/ionic-framework

v8.0.1

24 Apr 13:45
Compare
Choose a tag to compare

8.0.1 (2024-04-24)

Bug Fixes

v7.8.6

24 Apr 14:09
Compare
Choose a tag to compare

7.8.6 (2024-04-24)

Bug Fixes

v8.0.0

17 Apr 13:51
Compare
Choose a tag to compare

8.0.0 (2024-04-17)

Note: Version bump only for package ionic-framework

Full Changelog: v7.8.6...v8.0.0

Migration guide: https://ionicframework.com/docs/updating/8-0

Breaking changes: https://github.com/ionic-team/ionic-framework/blob/main/BREAKING.md#version-8x

v8.0.0-rc.2

17 Apr 13:27
Compare
Choose a tag to compare
v8.0.0-rc.2 Pre-release
Pre-release

8.0.0-rc.2 (2024-04-17)

Bug Fixes

v7.8.5

17 Apr 12:59
Compare
Choose a tag to compare

7.8.5 (2024-04-17)

Bug Fixes

v8.0.0-rc.1

10 Apr 14:11
Compare
Choose a tag to compare
v8.0.0-rc.1 Pre-release
Pre-release

8.0.0-rc.1 (2024-04-10)

Bug Fixes

  • button: use clamp for font sizes on circle shape (#29200) (4d6edee)

v7.8.4

10 Apr 13:34
Compare
Choose a tag to compare

7.8.4 (2024-04-10)

Performance Improvements

  • styles: compress distributed global stylesheets (#29275) (b3cd49b)

v7.8.3

03 Apr 15:38
Compare
Choose a tag to compare

7.8.3 (2024-04-03)

Bug Fixes

  • button: activated outline button in toolbar no longer blends into background on MD dark mode (#29216) (ee5da7a)
  • popover: viewport can be scrolled if no content present (#29215) (f08759c), closes #29211

v8.0.0-rc.0

27 Mar 15:23
Compare
Choose a tag to compare
v8.0.0-rc.0 Pre-release
Pre-release

8.0.0-rc.0 (2024-03-27)

Note: Version bump only for package ionic-framework

v8.0.0-beta.4

27 Mar 14:56
Compare
Choose a tag to compare
v8.0.0-beta.4 Pre-release
Pre-release

8.0.0-beta.4 (2024-03-27)

Bug Fixes

  • angular: schematics account for new theme files (#29185) (b0a10df)

Code Refactoring

Features

BREAKING CHANGES

  • searchbar: The autocapitalize property on Searchbar now defaults to 'off'.
  • haptics: Support for the Cordova Haptics plugin has been removed. Components that integrate with haptics, such as ion-picker and ion-toggle, will continue to function but will no longer play haptics in Cordova environments. Developers should migrate to Capacitor to continue to have haptics in these components.