nutgaard / react-router-breadcrumbs

Breadcrumb component for react-router
Other
46 stars 11 forks source link

What breaking changes happened to 2.0.0? #241

Closed GreenAsJade closed 7 years ago

GreenAsJade commented 7 years ago

The major version changed, but no Changelog record to tell us why.

It'd be nice if you could :)

nutgaard commented 7 years ago

I should absolutely add a Changelog. My bad.

The change in 2.x.x was due to #228 which changes how params are handled from doing a manual search&replace to using react-routers formatPattern which will throw an error if you have non-optional params which is not defined.

nutgaard commented 7 years ago

Added changelog and releasenotes.