Releases: Wouter01/SwiftUI-Macros
Releases · Wouter01/SwiftUI-Macros
v1.2
- 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 ofinternal
to better align with common SwiftUI code. - Update SwiftSyntax package to 510