Skip to content

Tags: icd2k3/react-router-breadcrumbs-hoc

Tags

4.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: replace react-router with react-router-dom (#125)

* feat: replace react-router with react-router-dom

* chore: increment version

Co-authored-by: Abhinav Sau <Abhinav_Sau@intuit.com>

4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: type definitions (#123)

Co-authored-by: Justin Schrader <jschrader@newrelic.com>

4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: remove support for rr 4, dependencies, and build improvements (#…

…122)

* chore: remove support for rr 4, dependencies, and build improvements

* fix: small improvement to UMD build

* chore: remove unnecessary dependency

Co-authored-by: Justin Schrader <jschrader@newrelic.com>

3.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: npm ignore (#121)

Co-authored-by: Justin Schrader <jschrader@newrelic.com>

3.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow pass-through properties in typescript (#115)

Co-authored-by: Justin Schrader <jschrader@newrelic.com>

3.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: switch to auto generated type definitions (#110)

* refactor: switch to auto generated type definitions

* chore: switch to latest LTS version of node

Co-authored-by: Justin Schrader <jschrader@newrelic.com>

3.2.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Handle double slashes in URL (#106)

* fix: handle double slashes in url

* chore: bump version

Co-authored-by: Justin Schrader <jschrader@newrelic.com>

3.2.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: remove react-router-dom types & rollup global (#104)

* fix: remove react-router-dom types & rollup global

* chore: cleanup and bump version

Co-authored-by: Justin Schrader <jschrader@newrelic.com>

3.2.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: remove react-router-dom types & rollup global (#104)

* fix: remove react-router-dom types & rollup global

* chore: cleanup and bump version

Co-authored-by: Justin Schrader <jschrader@newrelic.com>

3.2.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: react-router 5.1+ not forwarding props to wrapped component (#99)

* fix: the new useLocation path was not forwarding props

* chore: bump version

Co-authored-by: Justin Schrader <jschrader@newrelic.com>