Tags: JackTheCode/swift-composable-architecture
Tags
Improved way to get SwiftUI image handle (pointfreeco#945) * Improved way to get SwiftUI image handle * Use #dsohandle instead of fatalerror * Search /SwiftUI instead and use dyld image header pointer instead of convert it Previous approch will crash on mac platform but ok with iOS simulator
Improving developer experience with runtime warnings (pointfreeco#943) * Perform thread check only when store is created on main thread. * clean up * Update Sources/ComposableArchitecture/Store.swift * clean up * Update Sources/ComposableArchitecture/Store.swift * clean up * execute setSpecific only once. * logic fix * added a test * typo * wip * wip * wip * clean up * language * wip * note * wip * wip * wip * wip * wip * fix closing quote * wip * fix merge * Deprecations * Fix docs * wip Co-authored-by: Brandon Williams <mbrandonw@hey.com>
Fix iOS 14 alert/confirmationDialog runtime crash (pointfreeco#931) * Fix iOS 14 alert/confirmationDialog runtime crash * wip * wip
✨ Add support for accessibility modifiers on TextState (pointfreeco#863) * wip * wip2 * fix unsupported builds * handle custom dump * alphabetize * use TextState for .accessibilityLabel associated value
Check main thread via Thread.isMainThread (pointfreeco#823) * Check main thread via Thread.isMainThread * wip * wip
Fix macOS <11 builds with Xcode 13 RC (pointfreeco#797) * Fix macOS <11 builds with Xcode 13 RC Fixes pointfreeco#796. * wip * Update Tests/ComposableArchitectureTests/ViewStoreTests.swift Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com> Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com>
PreviousNext