Routing: You can now specify paths on index routes, making it easier to manage your route structure.
Routing: The score calculation for routes now considers the index, improving the routing logic.
Routing: Receive a warning when leaf routes are defined without an element, helping you catch potential issues early.
Examples: New examples are added to showcase how to use custom query parsers and serializers, lazy loading, and more, enhancing your learning resources.
Improvements
Routing: The behavior of the basename prop is improved by moving it back to the <Router> component, simplifying the upgrade path for users coming from v5.
Routing: The <NavLink> component now uses functions for style and className props, providing more flexibility and consistency with Remix APIs.
Routing: The <Routes> component now supports a custom location prop, allowing for more dynamic routing scenarios.
Fixes
Fix broken links in the README and documentation, ensuring you have access to the correct resources.
Fix greedy * in route paths to prevent incorrect matches, enhancing the accuracy of your routing.
Fix issues with nested absolute paths in routes, making your routing more intuitive and error-free.
Others
Add a new tutorial directory with a Vite project for StackBlitz, providing a hands-on learning experience for users.