Skip to content

NavigationJS v1.3.0

Compare
Choose a tag to compare
@grahammendick grahammendick released this 04 Jan 17:30
· 9407 commits to master since this release

New

  • #44 Accepted Dates in NavigationData. They're converted to yyyy-mm-dd in the URL
  • #45 Added urlEncode and urlDecode functions to StateHandler for customised URL encoding

Fixed

  • #42 Accepted array-specific default types, e.g., 'stringarray' and 'numberarray'

Changed

  • #42 Repeated query string parameters for NavigationData arrays, e.g., /?x=a&x=b. To revert to the old behaviour, set the new combineArray Navigation setting to false