Skip to content

Instantly share code, notes, and snippets.

@gabrielschulhof
Forked from arschmitz/changelog.md
Last active August 29, 2015 14:06
Show Gist options
  • Save gabrielschulhof/3d4cbe10091128c7a567 to your computer and use it in GitHub Desktop.
Save gabrielschulhof/3d4cbe10091128c7a567 to your computer and use it in GitHub Desktop.

Navigation

  • Fix exceptions during navigation by correctly (un)escaping data-url all throughout the code, selector-escaping the result when creating a selector for a page, and removing code dealing with nested list URL tokens (subPageUrlKey) (#1383, d3a412e)
  • Fix the way a transition is chosen during back/forward navigation: when going forward, grab transition from current entry since, when going forward, it makes no sense to read the transition value from the previous entry, because that one stores the transition that was used to reach it, not the transition that must be used to reach the next entry. (#1867, #4951, 8ea937f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment