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
-[Node integration disabled by default](#security-defaults)
16
+
-[Changes to the Printer object](#changes-to-the-codeprintercode-object)
16
17
17
18
### Low Impact Changes
18
19
@@ -64,6 +65,12 @@ v2 drops support for macOS **_Catalina_** and **_Big Sur_**. This change comes f
64
65
The `artisan native:serve` command has been deprecated and renamed to `artisan native:run` for better symmetry with the mobile package.
65
66
Please update the `composer native:dev` script to reference the new run command.
66
67
68
+
## Changes to the `Printer` object
69
+
70
+
Electron removed the `isDefault` and `status` properties from their `PrinterInfo` object. See their docs regarding this change (here)[https://www.electronjs.org/docs/latest/breaking-changes#removed-isdefault-and-status-properties-on-printerinfo].
71
+
72
+
To stay in step we had to remove these properties from our `\Native\Desktop\DataObjects\Printer` class as well. If you are using `System::printers()` make sure you are not referencing the `isDefault` and `status` properties.
73
+
67
74
## New `dist` location
68
75
69
76
The build output has moved to `nativephp/electron/dist`
0 commit comments