You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added @FocusedValues and @FocusedValueKey macros. These are similar to the extisting macros, but for FocusedValues
Renamed @EnvironmentStorage to @EnvironmentValues
Renamed @EnvironmentValue to @EnvironmentKey to better align with @FocusedValueKey (@FocusedValue could not be used, as that is already a property wrapper in SwiftUI)
Added extra checks: @EnvironmentValues and @FocusedValues can now only be used on extensions of their respective types
The generated types are now private instead of internal to better align with common SwiftUI code.