Skip to content

Commit 3ed9535

Browse files
committed
Merge branch 'next' into FW-6912-datetime
2 parents 8ea2ab2 + 5bb5cc6 commit 3ed9535

File tree

55 files changed

+563
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+563
-89
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.14](https://github.com/ionic-team/ionic-framework/compare/v8.7.13...v8.7.14) (2025-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **tabs:** select correct tab when routes have similar prefixes ([#30863](https://github.com/ionic-team/ionic-framework/issues/30863)) ([03fb422](https://github.com/ionic-team/ionic-framework/commit/03fb422bfa775e3e9dd695ea1857fa88d4245ecd)), closes [#30448](https://github.com/ionic-team/ionic-framework/issues/30448)
12+
13+
14+
15+
16+
617
## [8.7.13](https://github.com/ionic-team/ionic-framework/compare/v8.7.12...v8.7.13) (2025-12-13)
718

819
**Note:** Version bump only for package ionic-framework

core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.14](https://github.com/ionic-team/ionic-framework/compare/v8.7.13...v8.7.14) (2025-12-17)
7+
8+
**Note:** Version bump only for package @ionic/core
9+
10+
11+
12+
13+
614
## [8.7.13](https://github.com/ionic-team/ionic-framework/compare/v8.7.12...v8.7.13) (2025-12-13)
715

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

core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/core",
3-
"version": "8.7.13",
3+
"version": "8.7.14",
44
"description": "Base components for Ionic",
55
"engines": {
66
"node": ">= 16"

core/src/components/app/test/safe-area/app.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { E2EPage } from '@utils/test/playwright';
55
/**
66
* Safe area tests only check top and bottom edges. RTL checks are not required here.
77
*/
8-
configs({ directions: ['ltr'] }).forEach(({ config, title, screenshot }) => {
8+
configs({ directions: ['ltr'], modes: ['ios', 'md', 'ionic-md'] }).forEach(({ config, title, screenshot }) => {
99
test.describe(title('app: safe-area'), () => {
1010
const testOverlay = async (page: E2EPage, trigger: string, event: string, screenshotModifier: string) => {
1111
const presentEvent = await page.spyOnEvent(event);
16.1 KB
Loading
25.2 KB
Loading
20.4 KB
Loading
10.2 KB
Loading
19.3 KB
Loading

0 commit comments

Comments
 (0)