faceyspacey / redux-first-router-link

<Link /> + <NavLink /> that mirror react-router's + a few additional props
MIT License
55 stars 33 forks source link

fix(hash): Ensure hash is included when using hash history #111

Closed JacobSoderblom closed 5 years ago

JacobSoderblom commented 5 years ago

Changed so src/toUrl.js are now using history to create the href. In src/handlePress.js we remove the hash if it exists when creating an action with the url, this to find the right route.

Sorry for all the PR:s that I closed hehe.

ScriptedAlchemy commented 5 years ago

Let me know if theres a need for documentation? Does the user need to do anything additional or is this one of those PRs that all under the hood?

JacobSoderblom commented 5 years ago

There should be no need for any new documentation, it's as you say, under the hood. :)

ScriptedAlchemy commented 5 years ago

Automated release is on its way

ScriptedAlchemy commented 5 years ago

:tada: This PR is included in version 2.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: