Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@SvenTiigi SvenTiigi released this 06 Jan 11:18

WhatsNewKit Version 2.0.0

WhatsNewKit Version 2.0.0 has been completely rewritten in SwiftUI.
You can now easily present your new features in SwiftUI, UIKit and AppKit.

import SwiftUI
import WhatsNewKit

struct ContentView: View {
   
   var body: some View {
       NavigationView {
           // ...
       }
       .whatsNewSheet()
   }
   
}

Breaking Changes

The new version 2.0.0 of WhatsNewKit introduces major breaking changes.
Please see the updated README.md to learn more about the new API.

CocoaPods (Deprecated)

This version drops the support for CocoaPods.

The Swift Package Manager is now the preferred way of integrating WhatsNewKit to your project.

dependencies: [
    .package(url: "https://github.com/SvenTiigi/WhatsNewKit.git", from: "2.0.0")
]

Changelog

Full Changelog: 1.3.7...2.0.0