Skip to content

Releases: Dreem-Organization/dreem-ios-navigation

v1.3.0

16 May 08:23
Compare
Choose a tag to compare

Added

  • Transitions none, coverFullscreen and coverOverFullscreen
  • Method NavController.setNewRoot()

Removed

  • Transitions crossDisolve and dialog
  • 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

03 Mar 15:57
Compare
Choose a tag to compare

Added

  • new push function with content parameter
  • .dialog and .sheet TransitionStyles
  • inclusive parameter to popTo

Removed

  • dismissModal
  • showModal

v1.1.0

01 Feb 18:28
Compare
Choose a tag to compare

Added

  • backgroundColor customization through NavHost

v1.0.2

01 Feb 16:57
Compare
Choose a tag to compare

[1.0.2] - 2023-02-01

Fixed

  • Screen and NavigationController backgrounds to transparent

v1.0.1

30 Jan 17:26
Compare
Choose a tag to compare

Fixed

  • Missing arguments use while pushing a new modal.

v1.0.0

05 Jan 14:14
3e0f2b0
Compare
Choose a tag to compare

Added

  • Project Dependencies
  • Project Sources
  • Sample