What's Changed
- Fixed: The Composable Architecture's SwiftUI Binding helpers should better preserve SwiftUI animation and transaction information (#2740). Previously, animations could be lost in certain situations.
- Fixed:
@ObservableState
now supports thepackage
access modifier (thanks @nnsnodnb, #2741). - Deprecated:
Reducer.onChange(of:removeDuplicates:)
has been deprecated (#2744). TheremoveDuplicates
argument put strain on the compiler that could cause reducers to not compile in time. Migration strategy: use an explicit wrapper type that isEquatable
, instead. - Infrastructure: Migrating to 1.7 fixes (thanks @acosmicflamingo, #2732; thanks @bricklife, #2736; thanks @zvona031, #2738; thanks @shgew; #2743); README fix (thanks @yimajo, #2734).
New Contributors
- @acosmicflamingo made their first contribution in #2732
- @zvona031 made their first contribution in #2738
- @shgew made their first contribution in #2743
- @nnsnodnb made their first contribution in #2741
Full Changelog: 1.7.0...1.7.1