@ionic/core 8.7.11-nightly.20251126 → 8.7.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,6 +95,13 @@ export const setContent = async (page, html, testInfo, options) => {
95
95
  route.continue();
96
96
  }
97
97
  });
98
+ /**
99
+ * URL query parameters cause the custom Playwright `page.route`
100
+ * interceptor to fail, which is necessary to inject the test HTML.
101
+ *
102
+ * To avoid this, the final navigation URL is kept simple by using
103
+ * hash params to ensure the route interceptor always works.
104
+ */
98
105
  await page.goto(`${baseUrl}#`, options);
99
106
  }
100
107
  };
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-11-26T06:08:53",
2
+ "timestamp": "2025-11-26T18:42:49",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/core",
3
- "version": "8.7.11-nightly.20251126",
3
+ "version": "8.7.11",
4
4
  "description": "Base components for Ionic",
5
5
  "keywords": [
6
6
  "ionic",