SwiftSVG v2.3.2 Release Notes
Release Date: 2019-10-16 // over 5 years ago-
- ⚡️ Updated docs
- ⬆️ Bumped pod version
Previous changes from v2.3.1
-
- 🛠 Fixed bug where named CSS UIColor initializer was overriding the Foundation version. @Fallen-Zen - PR #136
- ➕ Added conditional
DEBUG
forprint
- 🛠 Fixed issue where an SVG wouldn't show multiple times on the same page. @matejukmar - PR #137
- ➕ Added public initializer for
SVGParserSupportedElements
. Fixes #135 - ➕ Added CSS named colors #139. Closed #112
- ➕ Added support for 4 and 8 length hex strings for colors
- 📦 Swift Package Manager Support