Skip to content

Releases: grahammendick/navigation

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

NavigationReact v4.0.0

07 Jun 13:45
Compare
Choose a tag to compare

New

  • #172 Made the NavigationContext value immutable
  • #182 Accepted string array for currentDataKeys
  • #188 Added activeStyle prop to NavigationLink and RefreshLink

Fixed

  • #179 Prevented clicks on invalid and inactive Links

Changed

  • #169 Removed support for passing stateNavigator via legacy context or as a prop
  • #178 Removed acrossCrumbs prop from Links

NavigationReactMobile v2.0.0

07 Jun 13:45
Compare
Choose a tag to compare

New

  • #176 Supported transformations for Shared Element navigation

Fixed

  • #178 Isolated a Scene's NavigationContext so that Links on non-active Scenes can render
  • #180 & #183 Assigned Scenes the correct NavigationContext during serial navigation
  • #189 Prevented Scenes re-rendering during navigation

Changed

  • #169 Removed support for passing stateNavigator via legacy context or as a prop

Navigation v5.0.1

01 Apr 15:16
6418037
Compare
Choose a tag to compare

New

  • #159 Added asyncData and history indicator to StateContext

NavigationReact v3.1.0

01 Apr 15:16
6418037
Compare
Choose a tag to compare

New

  • #160 Supported React's new context api

Fix

  • #165 Provided Links with default StateNavigator so they can render outside of context

NavigationReactMobile v1.1.0

01 Apr 15:16
6418037
Compare
Choose a tag to compare

New

  • #160 Supported React's new context api
  • #161 Supported server rendering
  • #162 Added crumbs parameter to the three style props of NavigationMotion and added nextState and nextData to the crumbStyle prop

Navigation v5.0.0

19 Jan 13:29
Compare
Choose a tag to compare

Contains a security fix so the bower package has been updated

Changed

  • #154 Rejected navigation data arrays containing blank items (null, undefined or ''). This prevents links from starting with double slash (fixes #153)

Navigation v4.0.2

08 Jan 13:15
Compare
Choose a tag to compare

From this release onwards, unless it contains a security fix, the bower package won't be updated

New

  • #147 HTML5HistoryManager stores the href in browser history state so a subclass can push a different href. The initHistory function accepts a Url so the subclass can navigate the stored href instead of the one from browser location (see MobileHistoryManager of NavigationReactMobile for an example)