Releases: hhru/Nivelir
Releases · hhru/Nivelir
1.9.4
What's Changed
- ScreenNavigator.navigate method overload by @BarabanovVVl in #132
- Release 1.9.4 by @BarabanovVVl in #133
Full Changelog: 1.9.3...1.9.4
1.9.3
What's Changed
- Removed umbrella header by @BarabanovVVl in #130
- Release 1.9.3 by @BarabanovVVl in #131
New Contributors
- @BarabanovVVl made their first contribution in #130
Full Changelog: 1.9.2...1.9.3
1.9.2
What's Changed
- Fixed bottom sheet gesture recognizer conflicts by @gvozdikovn in #128
- Release 1.9.2 by @gvozdikovn in #129
New Contributors
- @gvozdikovn made their first contribution in #128
Full Changelog: 1.9.1...1.9.2
1.9.1: Fix Sharing crash iOS 16 (#127)
Fix iOS 16 Sharing crash
Swift 6 support beta
Async await for Media Picker (#126) * Update dependencies and upgrade versions * Update tools and tools' tests * Update Example * Update errors * Update decorators * Update bottomsheet * Update screen * Update deeplink * Update components * Added missing code * Added mising MainActor for DeeplinkIntercepter * Added MainActor to BottomSheet * Small fixes * Async await for Media Picker