v5.2.0
This release includes a notable performance boost by separating the "Router" context from the "History" context internally. We also allow every element type for Link
's component
prop and support a sensitive
prop on NavLink for control over case sensitive matching.
Enjoy!
Changes
- Add
sensitive
prop on NavLink (#7251 by @caseywebdev) - Fix Link
component
prop type check (#7276 by @ypyakymiv) - Update
mini-create-react-context
(#7288 by @patricksmms) - Separate
history
to its own context (#7103 by @illuminist)