0.6.0
This release introduces support for the Image
view, which can load images bundled as SwiftPM resources. It also adds the PreferenceKey
protocol and preference(key:value:)
, onPreferenceChange
, backgroundPreferenceValue
, transformPreference
, and overlayPreferenceValue
modifiers. Many thanks to @carson-katri and @j-f1 for implementing this!
Merged pull requests:
- Add @kateinoigakukun to the list of maintainers (#310) via @MaxDesiatov
- Add
Image
implementation, bump JSKit to 0.9.0 (#155) via @j-f1 - Add Preferences (#307) via @carson-katri
- Remove unused Dangerfile.swift (#311) via @MaxDesiatov