Skip to content

NavigationJS and Plugins v1.2.0

Compare
Choose a tag to compare
@grahammendick grahammendick released this 10 Dec 11:52
· 9538 commits to master since this release

Applies to NavigationJS, NavigationAngular, NavigationKnockout and NavigationReact

New

  • #34 NavigationJS Added old State, old Dialog, old data and previous data to the StateContext
  • #35 NavigationJS Added optional historyAction parameter to navigation functions. Pass HistoryAction.Replace to replace the current Url or HistoryAction.None to leave it unchanged
  • #35 Navigation Plugins Added history action attribute to Hyperlinks. Set ‘Replace’ to replace the current Url when clicked or ‘None’ to leave it unchanged
  • #36 NavigationJS Added title to StateContext for dynamically setting document title

Fixed

  • #36 NavigationJS Set document title after history added
  • #37 Navigation Plugins Differentiated empty string from null in active Hyperlink check

Changed

  • #34 NavigationJS Added tracking of previous State and data when navigating back and refreshing. To revert to the old behaviour, set the new trackAllPreviousData Navigation setting to false
  • #39 NavigationReact Updated to React 0.14, introducing a dependency on react-dom