Skip to content

Navigation v3.0.0

Compare
Choose a tag to compare
@grahammendick grahammendick released this 13 Sep 07:34
· 8041 commits to master since this release

New

  • #77 Added Constraints. Attached a validate function to a State that can check the navigation data. Navigation to a State is only allowed if validate returns true

Fixed

  • #77 Removed crumb trail from Crumb data
  • #82 Allowed applicationPath without a leading slash in HTML5HistoryManager

Changed

  • #77 Removed route sorting. Routes are matched in configuration order with constraints providing added match control