WhatsNewKit Versions Save

Showcase your awesome new app features 📱

2.2.1

4 days ago

What's Changed

  • Added PrivacyInfo.xcprivacy manifest file

Full Changelog: https://github.com/SvenTiigi/WhatsNewKit/compare/2.2.0...2.2.1

2.2.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/SvenTiigi/WhatsNewKit/compare/2.1.0...2.2.0

2.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/SvenTiigi/WhatsNewKit/compare/2.0.4...2.1.0

2.0.4

1 year ago

What's Changed

Full Changelog: https://github.com/SvenTiigi/WhatsNewKit/compare/2.0.3...2.0.4

2.0.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/SvenTiigi/WhatsNewKit/compare/2.0.2...2.0.3

2.0.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/SvenTiigi/WhatsNewKit/compare/2.0.1...2.0.2

2.0.1

2 years ago

What's Changed

Full Changelog: https://github.com/SvenTiigi/WhatsNewKit/compare/2.0.0...2.0.1

2.0.0

2 years ago

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: https://github.com/SvenTiigi/WhatsNewKit/compare/1.3.7...2.0.0

1.3.7

3 years ago

Bug fix

1.3.6

3 years ago

Bug fix

• Fixed "Swipe gesture to dismiss doesn't work reliably" (https://github.com/SvenTiigi/WhatsNewKit/issues/44)