You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrates from a peer dependency on react-router to react-router-dom instead. (Fixes #59)
The original reason for requiring react-router is because it is compatible with both web and react-native, so this hook now (as of version 4.0.0) only supports web. If there is enough interest, we can spin up another hook specifically for react-native.
Adjusts the automatic breadcrumbs generator to replace - with . For example, a URL with "some-route" would now render a default breadcrumb of "Some route" instead of "Some-route"#42 (thanks @codytooker)
Adds an additional option defaultFormatter for users to provide their own function to generate default breadcrumbs (string) => string#42 (thanks @codytooker)