Releases: Nirma/SFSymbol
SFSymbols 6
SFSymbols 5.0
This release adds support for all the identifiers found in SFSymbol 5.0.
Key
Catalyst
SFSymbols 4 and 3.3
Summary
This release restructures the enums for SFSymbols(4-1) that use nested enums to break up the data structure and make it easier to drill down for the specific symbol identifier you are searching for.
Love for `NSImage`
Summary
A big thanks to @vincentneo for working on the changes in this release.
NSImage
convenience initilizers- Version checks for macOS
SFSymbol 2
Summary
This release includes support for SFSymbol 2 glyphs.
Please use the SFSymbol2
enum for SFSymbol 2 identifiers and SFSymbol
for SFSymbol 1.1 identifiers.
SPM Fix for tvOS
Summary
This release addresses an issue with Swift Package Manager settings with iOS and tvOS versions.
SwiftUI Image extension
Summary
This release just simply adds the same functionality that this library added to UIKit's UIImageView
.
Now you can create Image
s from SFSymbols in SwiftUI with a line of code like this:
Image(symbol: .playCircle)
Xcode 12 support
This release adds support for Xcode 12.