Skip to content

Releases: grahammendick/navigation

NavigationReactNative v3.6.0

17 Jan 14:07
Compare
Choose a tag to compare

New

  • #223 Supported customised Shared Element Transitions (Android)

NavigationReactNative v3.5.0

10 Jan 18:13
Compare
Choose a tag to compare

New

  • #222 Remapped Shared Elements when navigating back (Android)

NavigationReactNative v3.4.0

07 Jan 20:05
Compare
Choose a tag to compare

New

  • #220 Supported Shared Element Transitions on Android

NavigationReactNative v3.3.0

22 Aug 17:16
Compare
Choose a tag to compare

New

  • #215 Supported UI Bar Buttons on iOS

NavigationReactNative v3.2.0

14 Aug 08:41
Compare
Choose a tag to compare

New

  • #213 Supported deep linking

NavigationReactNative v3.1.1

27 Jul 15:30
Compare
Choose a tag to compare

Fix

Counted the UIViewControllers after the additions and removals (iOS)

NavigationReactNative v3.1.0

27 Jul 14:40
Compare
Choose a tag to compare

New

  • #210 Customised enter and exit Activity animations on Android
  • #211 Accepted dynamic navigation bar titles on iOS

NavigationReact v4.0.1

18 Jul 09:47
Compare
Choose a tag to compare

Fixed

  • #208 Removed react-dom dependency

NavigationReactNative v3.0.0

18 Jul 09:47
Compare
Choose a tag to compare

A redesign of Navigation React Native to use the underlying native APIs on Android and iOS. See the documentation for details.

Navigation v5.1.0

07 Jun 13:45
Compare
Choose a tag to compare

New

  • #171 Added onBeforeNavigate event
  • #181 Added stateContext parameter to onNavigate
  • #186 Represented blank urlEncoded querystring params by only their key, e.g., /a?x
  • #187 Passed navigation data array indices when urlEncoding keys, e.g., /a?x[0]=3&x[1]=2
  • #190 Returned crumbs from parseLink