SFSafeSymbols v4.0.0 Release Notes
Release Date: 2022-09-16 // over 2 years ago-
➕ 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)
Previous changes from v3.3.2
-
🛠 Fixed
- ➕ Added missing 3.3 layerset information. (By Steven Magdy)