NavigationJS and Plugins v1.2.0
·
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