Releases: Dreem-Organization/dreem-ios-navigation
Releases · Dreem-Organization/dreem-ios-navigation
v1.3.0
Added
- Transitions
none
,coverFullscreen
andcoverOverFullscreen
- Method
NavController.setNewRoot()
Removed
- Transitions
crossDisolve
anddialog
- Method
NavController.clearBackStack()
- Use of
UINavigationController
internally
Fixed
- Screens were kept in memory after clearing the backstack
- Wrong size of top safeArea in iOS 15
v1.2.0
Added
- new
push
function withcontent
parameter .dialog
and.sheet
TransitionStylesinclusive
parameter topopTo
Removed
dismissModal
showModal
v1.1.0
Added
backgroundColor
customization through NavHost
v1.0.2
[1.0.2] - 2023-02-01
Fixed
Screen
andNavigationController
backgrounds to transparent
v1.0.1
Fixed
- Missing
arguments
use while pushing a new modal.
v1.0.0
Added
- Project Dependencies
- Project Sources
- Sample