Skip to content

Commit 6e64956

Browse files
committed
Update changelog
1 parent 53cdb9e commit 6e64956

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)