Releases: SvenTiigi/WhatsNewKit
Releases · SvenTiigi/WhatsNewKit
Version 2.2.1
Version 2.2.0
What's Changed
New Contributors
- @passatgt made their first contribution in #66
- @alexandrereol made their first contribution in #74
Full Changelog: 2.1.0...2.2.0
Version 2.1.0
What's Changed
- Added a dedicated
remove(presentedVersion:)
function to the default implementations of a WhatsNewVersionStore (#64) - Removed deprecated function which contained a typo in its function parameter (238dadc)
Full Changelog: 2.0.4...2.1.0
Version 2.0.4
What's Changed
- Group features in VoiceOver by @AndrewBennet in #62
master
branch has been renamed tomain
Full Changelog: 2.0.3...2.0.4
Version 2.0.3
What's Changed
- Added image alignment by @DmitryBespalov in #59
New Contributors
- @DmitryBespalov made their first contribution in #59
Full Changelog: 2.0.2...2.0.3
Version 2.0.2
Version 2.0.1
What's Changed
- Fix issue 52 – prevent vertical collapsing of text on iOS 14 by @AndrewBennet in #53
Full Changelog: 2.0.0...2.0.1
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: 1.3.7...2.0.0
Version 1.3.7
Bug fix
- Fixed "Squished layout on iPad in multitasking" (#45)
Version 1.3.6
Bug fix
• Fixed "Swipe gesture to dismiss doesn't work reliably" (#44)