Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@stephencelis stephencelis released this 25 Feb 19:58

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