Skip to content

Releases: icd2k3/react-router-breadcrumbs-hoc

4.1.0

27 Oct 16:59
a9ea198
Compare
Choose a tag to compare
  • Replaces react-router dependency with react-router-dom (see #124)

4.0.1

10 Jun 15:57
d548a9b
Compare
Choose a tag to compare
  • Fixes generation of type definitions

4.0.0

08 Jun 18:02
b4c539a
Compare
Choose a tag to compare
  • Removes support for react-router v4 (from this version on we'll be supporting only v5 and up)
    • If you are using react-router v4, and can't update yet, use version 3.4.0 of this module
  • Updates all dev dependencies and improves build process

3.4.0

26 May 22:16
9d2e185
Compare
Choose a tag to compare
  • Maintenance release that updates node, yarn, dev dependencies, and development hooks

3.3.1

21 Dec 22:42
2ad7296
Compare
Choose a tag to compare
  • Fixes a types issue with pass-through properties (#113)

3.3.0

03 Jun 14:44
a39a8a8
Compare
Choose a tag to compare
  • Refactor: auto-generate typescript definitions. Should fix (#107 and #109)

3.2.10

14 Apr 16:02
1db3048
Compare
Choose a tag to compare
  • Fix: (minor) handle potential double slashes in URLs (ex: site.com/sandwiches//tuna) (fixes #105)

3.2.9

02 Apr 15:17
a44fda6
Compare
Choose a tag to compare
  • Follow-up to previous release (removes @types/react-router-dom as a dev dependency, and removes react-router-dom from rollup's globals object)

3.2.8

02 Apr 15:16
a44fda6
Compare
Choose a tag to compare
  • Removes react-router-dom as a peer dependency

3.2.7

18 Mar 22:46
a0b9c1f
Compare
Choose a tag to compare
  • Fixes an issue introduced in 3.2.6 where props were not being forwarded correctly when using react-router >=5.1