You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/docs/desktop/2/getting-started/upgrade-guide.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ order: 1200
17
17
### Low Impact Changes
18
18
19
19
-[Modifying the Electron backend](#modifying-the-electron-backend)
20
+
-[New build output location][#new-dist-location]
20
21
21
22
## Upgrading To 2.0 From 1.x
22
23
@@ -54,9 +55,13 @@ v2 drops support for macOS **_Catalina_** and **_Big Sur_**. This change comes f
54
55
55
56
## Renamed `native:serve` command
56
57
57
-
The `artisan native:serve` command has been renamed to `artisan native:run` for better symmetry with the mobile package.
58
+
The `artisan native:serve` command has been deprecated and renamed to `artisan native:run` for better symmetry with the mobile package.
58
59
Please update the `composer native:dev` script to reference the new run command.
59
60
61
+
## New `dist` location
62
+
63
+
The build output has moved to `nativephp/electron/dist`
64
+
60
65
## Security defaults
61
66
62
67
`nodeIntegration` is now disabled by default. While this improves security, it may affect applications that rely on this functionality. You can easily re-enable it using `Window::webPreferences()` where needed.
0 commit comments