github pointfreeco/swift-navigation 2.3.0

latest releases: 2.4.2, 2.4.1, 2.4.0...
6 months ago

What's Changed

  • Added: Void? bindings are now automatically promoted to Bool via dynamic member lookup (#274).
    -.sheet(isPresented: Binding($destination.sheet)) {
    +.sheet(isPresented: $destination.sheet) {
  • Fixed: Remove unnecessary @unchecked Sendable (#266).
  • Fixed: Library Evolution Xcode 16 compatibility (thanks @gemmakbarlow, #234).
  • Fixed: Don't emit extra runtime warnings when pushing multiple items onto a NavigationStackController (thanks @loongallday, #248)
  • Infrastructure: Bump Wasm (#262).
  • Infrastructure: Document traitCollection.push(value:) and thread source context (#273).
  • Infrastructure: Turn on Swift 6 mode in examples project (#247).

New Contributors

Full Changelog: 2.2.3...2.3.0

Don't miss a new swift-navigation release

NewReleases is sending notifications on new releases.