All Versions
40
Latest Version
Avg Release Cycle
44 days
Latest Release
-

Changelog History
Page 2

  • v4.4.0

    May 06, 2020
  • v4.3.1 Changes

    March 23, 2020
    • ๐Ÿ‘‰ Make CustomRouteInspectables and RouteInspectable public
  • v4.3.0 Changes

    December 06, 2019
    • โž• Add support for rendering Safe Area Insets in UITests
  • v4.2.0 Changes

    November 25, 2019
    • โž• Add transition method to the Containment API
  • v4.1.3 Changes

    November 21, 2019
    • โœ‚ Remove defaults from UITestCase
  • v4.1.2 Changes

    September 25, 2019
    • ๐Ÿ‘‰ Make closure in installRoot escaping
  • v4.1.1 Changes

    July 17, 2019
    • โž• Added popToRootViewController and popToViewController to Navigation Instructions
    • ๐Ÿ›  Fixed broken UITest filename for a scrollable content's snapshot
  • v4.1.0

    July 16, 2019
  • v4.0.1 Changes

    April 01, 2019
    • ๐Ÿ›  Fixed unresolving promise if calling hide on a view that is not in the currentRoutables
    • ViewControllerWithLocalState.init(store:connected:) is now private
  • v4.0.0 Changes

    March 27, 2019
    • โž• Add support for Swift 5.0
    • โœ‚ Remove init() requirement for LocalState protocol
    • ๐Ÿ‘ฎ Force ViewControllerWithLocalState to specify a LocalState in the init(...)
    • RootInstaller's installRoot(identifier:context:completion) now returns a Bool value
    • If there are no Routables handing a Show() with a specific identifier, the Navigator will ask the RootInstaller before raising a fatalError().