Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Releases: Wouter01/SwiftUI-WindowManagement

v2.1.1

13 Aug 15:57
Compare
Choose a tag to compare

Remove Scene environment modifier, as it was made public in the SwiftUI API

v2.1.0

11 Jun 23:23
Compare
Choose a tag to compare
  • Added transition Scene modifier
  • titlebarAppearsTransparent and movableByBackground parameters default to true

v2.0.0

11 Jun 21:56
Compare
Choose a tag to compare

Version 2 is here, with a bunch of new features:

  • A new NSDocumentGroup Scene, which allows the use of a SwiftUI Window with NSDocument. This is offered as an alternative to the built-in DocumentGroup.
  • A way to open SwiftUI Windows and Settings from anywhere in the app, not only from SwiftUI Views.
  • An environment Scene modifier to pass an Environment value to multiple Scenes at once. This works the same as the environment View modifier.