What's Changed
- Added:
Void?
bindings are now automatically promoted toBool
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
- @gemmakbarlow made their first contribution in #234
- @loongallday made their first contribution in #248
Full Changelog: 2.2.3...2.3.0