@ionic/react 8.5.8-nightly.20250520 → 8.5.8-nightly.20250521
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.
|
@@ -35,7 +35,7 @@ export type UseIonRouterResult = {
|
|
|
35
35
|
*/
|
|
36
36
|
goBack(animationBuilder?: AnimationBuilder): void;
|
|
37
37
|
/**
|
|
38
|
-
* Determines if there are any additional routes in the
|
|
38
|
+
* Determines if there are any additional routes in the Router's history. However, routing is not prevented if the browser's history has more entries. Returns true if more entries exist, false if not.
|
|
39
39
|
*/
|
|
40
40
|
canGoBack(): boolean;
|
|
41
41
|
routeInfo: RouteInfo;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/react",
|
|
3
|
-
"version": "8.5.8-nightly.
|
|
3
|
+
"version": "8.5.8-nightly.20250521",
|
|
4
4
|
"description": "React specific wrapper for @ionic/core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ionic",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"css/"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@ionic/core": "8.5.8-nightly.
|
|
42
|
+
"@ionic/core": "8.5.8-nightly.20250521",
|
|
43
43
|
"ionicons": "^7.0.0",
|
|
44
44
|
"tslib": "*"
|
|
45
45
|
},
|