Releases: icd2k3/react-router-breadcrumbs-hoc
Releases · icd2k3/react-router-breadcrumbs-hoc
3.2.6
- Implements useLocation instead of
withRouter
where available - Adds a deprecation warning for those still on
react-router
v4 (this is still supported, but probably won't be in the next major version). If you don't plan on upgradingreact-router
for a while, just continue to usev3.2.5
if you're annoyed by this warning.
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
Removes humanize-string
as a dependency.
Zero dependencies!
humanize-string
as used to generate default breadcrumbs, but it was adding a lot to the bundle size as well as compilation issues for some. Instead, these regexes seem to cover all the cases for default breadcrumbs we need. As a result, the bundle size of 3.0.0 has been dropped from ~32kb (gzip) to ~1.5kb (gzip).