All Versions
23
Latest Version
Avg Release Cycle
55 days
Latest Release
784 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.0 Changes
September 16, 2022β Added
- β Add support for SF Symbols 4.0 (By Frederick Pietschmann)
- β Add new
UIImage.init(systemSymbol:variableValue:configuration:)
,NSImage.init(systemSymbol:variableValue:accessibilityDescription:)
andSwiftUI.Image.init(systemSymbol:variableValue:)
interfaces. (By Steven Magdy) - β Add new
UIImage.init(systemSymbol:compatibleWith:)
interface. (By Steven Magdy)
π Changed
- Retain dynamic localization information when serializing / deserializing an
SFSymbol
. (By Steven Magdy) - π Deprecate
UIButton.systemButton(with:target:selector:
andbutton.setImage(:for:)
interfaces. (By Steven Magdy)
π Fixed
- β Remove misleading optionality of
NSImage.init(systemSymbol:accessibilityDescription:)
interface. (By Steven Magdy)
-
v3.3.2 Changes
April 14, 2022π Fixed
- β Added missing 3.3 layerset information. (By Steven Magdy)
-
v3.3.1 Changes
April 14, 2022π Fixed
- π Fix version numbering to adhere to the semantic versioning guide. (By Frederick Pietschmann)
-
v3.3 Changes
April 12, 2022β Added
- β Add support for SF Symbols 1.1, 2.2, 3.0, 3.1, 3.2, and 3.3 (By Steven Magdy)
- β Add support for explicit symbol localization (By David Knothe)
- β Add documentation for available layersets & improve documentation in general. (By Frederick Pietschmann)
π Changed
- π Deprecate
allCases: [SFSymbol]
in favor of newallSymbols: Set<SFSymbol>
. (By Steven Magdy) - Transfer repository to new location: https://github.com/SFSafeSymbols/SFSafeSymbols & simplify contributions to this repository. (By Frederick Pietschmann)
- π Change the type of
SFSymbol
fromenum
toclass
, usingstatic let ...
instead ofcase
for individual symbols. This allows for specification of custom symbols asstatic let
s inextension
s toSFSymbol
and fixes an issue that preventedrawValue
initialization of symbols. (By Steven Magdy) - π Improve internal code generation to allow for quick adjustments to new SF Symbols versions. (By ddddxxx)
- β¬οΈ Drop dedicated
SFSafeSymbols-Dynamic
product in thePackage.swift
in favour of a new unifiedSFSafeSymbols
product with automatic selection between static / dynamic linking. (By Steven Magdy) - π Lower watchOS deployment target to watchOS 4.0. (By Steven Magdy)
- π¨ Refactor unit tests. (By Martin Wright and Frederick Pietschmann)
π Fixed
- π Fix macOS availability. (By Steven Magdy)
- π Fix unavailable 1.0 symbols by introducing a new 1.1 version. (By Steven Magdy)
-
v2.1.3 Changes
March 10, 2021β Added
- None
π Changed
- None
π Fixed
- π Fix App Store submission bug. (By Yonas Kolb)
- π Fix wrong path to the test files that prevented the use of
swift build
. (By Frederick Pietschmann)
-
v2.1.2 Changes
February 18, 2021β Added
- None
π Changed
- None
π Fixed
- Mark UIImage extension initializers as available for watchOS (By Tomas FranzΓ©n)
- π Fix
Label.init(_:systemImage:)
type inference issue (By ddddxxx)
-
v2.1.1 Changes
December 13, 2020 -
v2.1.0 Changes
November 24, 2020β Added
- β Add support for SF Symbols 2.1 (By Frederick Pietschmann)
π Changed
- None
π Fixed
- None
-
v2.0.2 Changes
November 09, 2020 -
v2.0.1 Changes
October 28, 2020β Added
- None
π Changed
- None
π Fixed
- π Fix
public
availability of SwiftUILabel
initializers (By Seb Jachec)