@ionic/core 8.8.0 → 8.8.1-dev.11772745200.1f0e21b1

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.
@@ -921,7 +921,7 @@ export class Refresher {
921
921
  "name": "deprecated",
922
922
  "text": "Use `ionPullStart` instead."
923
923
  }],
924
- "text": "Emitted when the user begins to start pulling down.\nTODO(FW-7044): Remove this in a major release"
924
+ "text": "Emitted when the user begins to start pulling down."
925
925
  },
926
926
  "complexType": {
927
927
  "original": "void",
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-03-04T20:39:16",
2
+ "timestamp": "2026-03-05T21:15:15",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.0",
@@ -27339,7 +27339,7 @@
27339
27339
  },
27340
27340
  "cancelable": true,
27341
27341
  "composed": true,
27342
- "docs": "Emitted when the user begins to start pulling down.\nTODO(FW-7044): Remove this in a major release",
27342
+ "docs": "Emitted when the user begins to start pulling down.",
27343
27343
  "docsTags": [
27344
27344
  {
27345
27345
  "name": "deprecated",
@@ -92,7 +92,6 @@ export declare class Refresher implements ComponentInterface {
92
92
  ionPull: EventEmitter<void>;
93
93
  /**
94
94
  * Emitted when the user begins to start pulling down.
95
- * TODO(FW-7044): Remove this in a major release
96
95
  *
97
96
  * @deprecated Use `ionPullStart` instead.
98
97
  */
@@ -7921,7 +7921,7 @@ declare namespace LocalJSX {
7921
7921
  */
7922
7922
  "onIonRefresh"?: (event: IonRefresherCustomEvent<RefresherEventDetail>) => void;
7923
7923
  /**
7924
- * Emitted when the user begins to start pulling down. TODO(FW-7044): Remove this in a major release
7924
+ * Emitted when the user begins to start pulling down.
7925
7925
  * @deprecated Use `ionPullStart` instead.
7926
7926
  */
7927
7927
  "onIonStart"?: (event: IonRefresherCustomEvent<void>) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/core",
3
- "version": "8.8.0",
3
+ "version": "8.8.1-dev.11772745200.1f0e21b1",
4
4
  "description": "Base components for Ionic",
5
5
  "engines": {
6
6
  "node": ">= 16"