SvenTiigi/WhatsNewKit
 Watch   
 Star   
 Fork   
6 days ago
WhatsNewKit

Version 2.2.1

What's Changed

  • Added PrivacyInfo.xcprivacy manifest file

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

2024-02-02 03:29:47
WhatsNewKit
2023-03-03 03:19:26
WhatsNewKit

Version 2.1.0

What's Changed

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

2022-12-02 02:06:48
WhatsNewKit

Version 2.0.4

What's Changed

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

2022-08-31 01:51:31
WhatsNewKit

Version 2.0.3

What's Changed

New Contributors

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

2022-04-27 00:12:52
WhatsNewKit

Version 2.0.2

What's Changed

New Contributors

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

2022-01-10 06:10:31
WhatsNewKit

Version 2.0.1

What's Changed

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

2022-01-06 18:51:19
WhatsNewKit

Version 2.0.0

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

2020-10-18 04:21:42
WhatsNewKit

Version 1.3.7

Bug fix

2020-09-15 01:48:18
WhatsNewKit

Version 1.3.6

Bug fix

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