Routing: Users receive a warning when using non-<Route> children within <Routes>, helping to prevent common mistakes in route configuration.
Improvements
Documentation: The title of the useNavigate section in the v5 to v6 migration docs is improved for clarity, making it easier for users to understand the changes.
Documentation: The concepts documentation is updated to correctly refer to 'Route Element' instead of 'React Element', ensuring accurate information for users.
Documentation: Minor adjustments are made to the active styling example in the documentation, enhancing the clarity of the provided examples.
Fixes
Fix issues with the hydrate example, ensuring that users have a correct reference for hydration in their applications.
Fix the missing 'history' dependency in the peer dependencies, allowing users to bundle react-router-dom without issues when using pnpm.
Fix various typos in the documentation, improving the overall readability and professionalism of the content.
Others
Update the installation documentation to provide clearer guidance for users setting up the library.
Enhance the FAQ section regarding the v5-v6 <Route> changes, providing users with better insights into the migration process.