Skip to content

1.7.1

Compare
Choose a tag to compare
@stephencelis stephencelis released this 30 Jan 19:54
· 134 commits to main since this release

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 the package access modifier (thanks @nnsnodnb, #2741).
  • Deprecated: Reducer.onChange(of:removeDuplicates:) has been deprecated (#2744). The removeDuplicates argument put strain on the compiler that could cause reducers to not compile in time. Migration strategy: use an explicit wrapper type that is Equatable, 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

Full Changelog: 1.7.0...1.7.1