Skip to content

Releases: Nirma/SFSymbol

SFSymbols 6

31 Oct 13:39
Compare
Choose a tag to compare

Summary

This release adds SFSymbols version 6 as well as a simple SwiftUI extension that produces an Image from an enum case.

Notes

  • Now all symbols have a doc comment so they can be previewed instantly!
    demo6
  • fixed up some test.
  • updated build settings for CI.

SFSymbols 5.0

25 Sep 14:59
1b12719
Compare
Choose a tag to compare

This release adds support for all the identifiers found in SFSymbol 5.0.

Key

21 Feb 14:46
c18f260
Compare
Choose a tag to compare
Key

Summary

This release includes missing symbol identifiers for key.horizontal and key.horizontal.fill.

Special thanks to @adamwulf for catching this and putting together the PR.

Catalyst

05 Feb 08:54
Compare
Choose a tag to compare

Summary

A big thanks to @adamwulf for fixing compatibility with Catalyst.

Also included in this release is an additional convenience initializer for using variable values with symbols like wifi:

Image(symbol: SFSymbol4.wifi, variableValue: 0.5)

SFSymbols 4 and 3.3

30 Oct 13:30
d6680f7
Compare
Choose a tag to compare

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`

22 Aug 15:21
90ec3de
Compare
Choose a tag to compare

Summary

A big thanks to @vincentneo for working on the changes in this release.

  • NSImage convenience initilizers
  • Version checks for macOS

SFSymbol 2

23 Aug 17:20
08dda98
Compare
Choose a tag to compare

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.

https://developer.apple.com/sf-symbols/

SPM Fix for tvOS

30 Jul 17:17
01bda7a
Compare
Choose a tag to compare

Summary

This release addresses an issue with Swift Package Manager settings with iOS and tvOS versions.

SwiftUI Image extension

17 Jul 17:08
Compare
Choose a tag to compare

Summary

This release just simply adds the same functionality that this library added to UIKit's UIImageView.

Now you can create Images from SFSymbols in SwiftUI with a line of code like this:

    Image(symbol: .playCircle)

Xcode 12 support

15 Jul 16:55
e1f2bbc
Compare
Choose a tag to compare

This release adds support for Xcode 12.