Skip to content

Releases: Rspoon3/SFSymbols

2.6

06 Nov 13:50
Compare
Choose a tag to compare

Additions

  • Added symbols for iOS 17.4, 17.6, 18.0 and their equivalent version on other platforms.
  • Numbers are now prefixed with an underscore to be more inline with other similar libraries such as SFSafeSymbols
  • Now excluding the demo project from the package
  • Added Swift 6 support
  • Better handling of symbols that have the same title as Swift keywords
  • Added instructions in the README for how to update the symbols

2.5

07 Feb 17:08
131fb43
Compare
Choose a tag to compare
2.5

Additions

  • Added symbols for iOS 16.4, 17.0, 17.1, 17.2 and their equivalent version on other platforms.
  • Updated SFCategories
  • Explicit tvOS support

Fixed

  • Fixed missing version 2.4 CHANGELOG entry
  • Fixed SFCategory including a plist title
  • Fixed Swift Build badge in the README

2.4

07 Feb 05:36
Compare
Choose a tag to compare
2.4
  • Enabled compilation on Linux
  • visionOS support

2.3

22 Mar 07:50
Compare
Choose a tag to compare
2.3

Additions

  • Updated for SF Symbols 4.0
  • Additional documentation
  • Additional unit tests

Removals

  • plistTitle from SFCategory

Fixes

  • Mac unit tests

Notes

  • Refactored & renamed demo app

2.2

22 Apr 16:13
Compare
Choose a tag to compare
2.2

Additions

  • Updated for SF Symbols 3.3
  • Added additional UIKit extensions
  • Added UIBarButtonItem extension

Fixes

  • Added missing StaticVariables13P1 file

2.1

20 Mar 15:03
fdcd15b
Compare
Choose a tag to compare
2.1

Additions

  • Added UIAction extension
  • Created a Mac app for the preview application
  • Added better search support for preview app
  • Small README updates

Fixes

  • Removed iOS 15 limitation for filter common name
  • Now separating static vars into multiple files so Xcode doesn't crash from one giant file.

Notes

  • Simplified package updating process

2.0

14 Jan 15:08
Compare
Choose a tag to compare
2.0

Additions

  • Updated for SFSymbols App Version 3.2
  • Added button role extension
  • Added a label initializer from a regular string
  • Added preview application

Fixes

  • Removed iOS 15.1 limitation for allSymbols

Notes

  • New way to update this package
  • Updated README

1.0.3

22 Apr 23:19
Compare
Choose a tag to compare

• Category now has human readable raw values
• Category conforms to Hashable
• Filter should be 3 lines instead of 2. See apple mail for an example.
• Added a symbol for each Category.

1.0.2

22 Apr 20:51
Compare
Choose a tag to compare

• Added more common names
• Fixed having iOS 13 symbols in allSymbols14
• New test case to test all symbols are unique
• SFSymbol now conforms to Hashable

1.0.1

22 Apr 17:37
Compare
Choose a tag to compare

• Fixed an issue where a button with a textColor would not execute its action.