The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
SwiftUI Support
11 hours ago
## What's new?
Starting with version 1.2.0, MagicImages will be supporting SwiftUI
## How to use?
```swift
MagicImagesUI(url: "www.example.com/image.jpg")
.frame(width: 300, height: 300)
.cornerRadius(20)
```
New parameters
5 weeks ago
- Added new parameters to load local image
- Improved project structure
```swift
MagicImages(image: imageView).start(name: "IMAGE NAME")
MagicImages(image: imageView).start(uiImage: UIImage(systemName: "heart.fill"))
```
### Fix
- Fix SwiftLint error (For where)
### Change
- We will no longer support CocoaPods and Carthage, we will remain in Swift Package Manager only
- Add support to tvOS
- Add support to Carthage and CocoaPods
### Fix
- Fix support maskedCorners to iOS 11
#### Feature
- Add support to Interface Builder - Circle and Rounded Edges
#### Change
- Remove mask corners and add rounded corners
- Before .isSides(measure: 50, mask: [.layerMaxXMaxYCorner, .layerMinXMinYCorner]) and
now .isSides([.topLeft, .bottomRight], measures: 50)
<b>Features</b>
- Now the framework is more secure, continuous integration has been added to build and verify the tests.
Release version 0.0.2
2 years ago