Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix <Link to="string"> #5489

Merged
merged 3 commits into from
Oct 3, 2017
Merged

Fix <Link to="string"> #5489

merged 3 commits into from
Oct 3, 2017

Commits on Sep 1, 2017

  1. Fix <Link to="string">

    New implementation will parse the string to create an actual location object. This also means that a to string with no pathname will resolve using the current location.
    
    The "href" value is also now stored in state, only recalculating it when the "to" prop changes.
    pshrmn committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    86ef389 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Determine href in render

    pshrmn committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    fb3db19 View commit details
    Browse the repository at this point in the history
  2. Style tweaks

    pshrmn committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    107a5e1 View commit details
    Browse the repository at this point in the history