Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Improve support for URL query parameters #96

Closed
wants to merge 3 commits into from
Closed

Improve support for URL query parameters #96

wants to merge 3 commits into from

Commits on Mar 18, 2015

  1. Improve support for URL query parameters:

    1. Query parameters are observed on initial page load. (They were
       previously ignored.)
    2. Query parameters are preserved when clicking on an <a> element.
       (They were previously discarded.)
    3. Hash fragment is preserved when clicking on an <a> element in
       HTML5 mode. (No change to behavior when using URL fragment for
       routing.)
    4. Browser's backward/forward preserve query parameters (They were
       previously discarded.)
    mehaase committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    e3ba09b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Configuration menu
    Copy the full SHA
    7e5756f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. Configuration menu
    Copy the full SHA
    efd05b8 View commit details
    Browse the repository at this point in the history