What's New in V2

What’s New

New Properties

New Methods

Windows

Linux

Mac

Bugs Fixed

Windows

Linux

Mac

Breaking Changes

In order to solve some technical issues, we had to make a few breaking changes in V2. The biggest change has been how PhotinoWindow is initialized. The constructor now takes a single parameter; an instance of the parent window if one exists. Properties and/or fluent methods are used configure nearly every setting prior to initialization of the native window and browser control. The only property the developer is required to set is either StartUrl or StartString allowing the native browse control to immediately render the UI. This requirement is necessary to enable multiple window support in Windows as well as provide a better experience for developers. The native window and browser control are automatically initialized and displayed when WaitForClose() is called. Nearly all properties and fluent methods can also be called after initialization of the native window and browser control to change settings at runtime, providing a consistent developer experience.

Renamed Properties

Renamed Methods

Deprecated Properties

Deprecated Methods

Other Changes

Known Issues

Windows

Linux

Mac