File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,15 @@ Using the following categories, list your changes in this order:
4242- Rename ` CONVERSION_TYPES ` to ` CONVERTERS ` .
4343- Change "Match Any" syntax from a star ` * ` to ` {name:any} ` .
4444- Rewrite ` reactpy_router.link ` to be a server-side component.
45- - Simplified top-level exports within ` reactpy_router ` .
45+ - Simplified top-level exports that are available within ` reactpy_router.* ` .
4646
4747### Added
4848
49- - New error for ReactPy router elements being used outside router context.
50- - Configurable/inheritable ` Resolver ` base class.
5149- Add debug log message for when there are no router matches.
5250- Add slug as a supported type.
51+ - Add ` reactpy_router.navigate ` component that will force the client to navigate to a new URL (when rendered).
52+ - New error for ReactPy router elements being used outside router context.
53+ - Configurable/inheritable ` Resolver ` base class.
5354
5455### Fixed
5556
You can’t perform that action at this time.
0 commit comments