Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e0a99ab
chore(docker): avoid shell interpretation and uncontrolled path expan…
thetaPC May 6, 2026
e0862e3
refactor(content, modal): update prefix for internal safe area variab…
thetaPC May 7, 2026
4670996
fix(input): scroll assist no longer fires duplicate click events (#31…
ShaneK May 8, 2026
e0ed00d
chore(deps): update dependency @capacitor/core to v8.3.2 (#31128)
renovate[bot] May 8, 2026
07675f9
fix(alert): switch to vertical layout when two buttons wrap (#31130)
ShaneK May 8, 2026
d4a550d
chore(deps): update dependency @capacitor/core to v8.3.3 (#31132)
renovate[bot] May 11, 2026
270bdf2
chore(deps): update playwright (#31122)
renovate[bot] May 11, 2026
f991d39
chore(deps): update dependency @capacitor/core to v8.3.4 (#31140)
renovate[bot] May 13, 2026
568ad1a
v8.8.7
Ionitron May 13, 2026
85909b8
chore(): update package lock files
Ionitron May 13, 2026
7334144
merge release-8.8.7 (#31146)
thetaPC May 13, 2026
c88c0de
fix(vue-router): prevent out-of-bounds index when popping across tabs…
ShaneK May 15, 2026
0182bba
fix(tabs): preserve query params and fragment from tab button href (#…
ShaneK May 20, 2026
fa4593d
fix(react): bind events properly for overlays rendered within a nav (…
ShaneK May 20, 2026
a0af982
v8.8.8
Ionitron May 20, 2026
7dfae0f
chore(): update package lock files
Ionitron May 20, 2026
95c48eb
merge release-8.8.8
ShaneK May 20, 2026
bdbf76e
Merge remote-tracking branch 'origin/main' into sync-next-with-main
ShaneK May 21, 2026
80e4a65
chore(deps): pin playwright to 1.59.1 to match docker image
ShaneK May 21, 2026
6e8ea13
chore(): add updated snapshots
Ionitron May 21, 2026
45f715a
chore(): add updated snapshots
Ionitron May 21, 2026
4147aa4
test(toggle): allow small pixel drift on ionic-md sizes snapshot
ShaneK May 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.8.8](https://github.com/ionic-team/ionic-framework/compare/v8.8.7...v8.8.8) (2026-05-20)


### Bug Fixes

* **react:** bind events properly for overlays rendered within a nav ([#31159](https://github.com/ionic-team/ionic-framework/issues/31159)) ([fa4593d](https://github.com/ionic-team/ionic-framework/commit/fa4593d8a4d61a583dbf6fa551cd846fe258624f)), closes [#27843](https://github.com/ionic-team/ionic-framework/issues/27843)
* **tabs:** preserve query params and fragment from tab button href ([#31154](https://github.com/ionic-team/ionic-framework/issues/31154)) ([0182bba](https://github.com/ionic-team/ionic-framework/commit/0182bba06d6171dd2faf80556fd2131abf03fa93)), closes [#25470](https://github.com/ionic-team/ionic-framework/issues/25470)
* **vue-router:** prevent out-of-bounds index when popping across tabs ([#31148](https://github.com/ionic-team/ionic-framework/issues/31148)) ([c88c0de](https://github.com/ionic-team/ionic-framework/commit/c88c0de3ade92469fa1f37e1b8220911adf113e0)), closes [#29413](https://github.com/ionic-team/ionic-framework/issues/29413)





## [8.8.7](https://github.com/ionic-team/ionic-framework/compare/v8.8.6...v8.8.7) (2026-05-13)


### Bug Fixes

* **alert:** switch to vertical layout when two buttons wrap ([#31130](https://github.com/ionic-team/ionic-framework/issues/31130)) ([07675f9](https://github.com/ionic-team/ionic-framework/commit/07675f9ed976867827301808dc7d9e857f8a33ae))
* **input:** scroll assist no longer fires duplicate click events ([#31124](https://github.com/ionic-team/ionic-framework/issues/31124)) ([4670996](https://github.com/ionic-team/ionic-framework/commit/4670996a41e406cc831f0982923d3bde7572eb88)), closes [#30412](https://github.com/ionic-team/ionic-framework/issues/30412)





## [8.8.6](https://github.com/ionic-team/ionic-framework/compare/v8.8.5...v8.8.6) (2026-05-06)


Expand Down
20 changes: 20 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.8.8](https://github.com/ionic-team/ionic-framework/compare/v8.8.7...v8.8.8) (2026-05-20)

**Note:** Version bump only for package @ionic/core





## [8.8.7](https://github.com/ionic-team/ionic-framework/compare/v8.8.6...v8.8.7) (2026-05-13)


### Bug Fixes

* **alert:** switch to vertical layout when two buttons wrap ([#31130](https://github.com/ionic-team/ionic-framework/issues/31130)) ([07675f9](https://github.com/ionic-team/ionic-framework/commit/07675f9ed976867827301808dc7d9e857f8a33ae))
* **input:** scroll assist no longer fires duplicate click events ([#31124](https://github.com/ionic-team/ionic-framework/issues/31124)) ([4670996](https://github.com/ionic-team/ionic-framework/commit/4670996a41e406cc831f0982923d3bde7572eb88)), closes [#30412](https://github.com/ionic-team/ionic-framework/issues/30412)





## [8.8.6](https://github.com/ionic-team/ionic-framework/compare/v8.8.5...v8.8.6) (2026-05-06)


Expand Down
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Get Playwright
FROM mcr.microsoft.com/playwright:v1.58.2
FROM mcr.microsoft.com/playwright:v1.59.1

# Set the working directory
WORKDIR /ionic
Loading
Loading