Skip to content

Commit 9fc92ce

Browse files
committed
Add changelog
1 parent 98ac776 commit 9fc92ce

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,30 @@ Using the following categories, list your changes in this order:
3434

3535
## [Unreleased]
3636

37-
- Nothing (yet)!
37+
### Changed
38+
39+
- Bump GitHub workflows
40+
- Rename `use_query` to `use_search_params`.
41+
- Rename `simple.router` to `browser_router`.
42+
- Rename `SimpleResolver` to `StarletteResolver`.
43+
- Rename `CONVERSION_TYPES` to `CONVERTERS`.
44+
- Change "Match Any" syntax from a star `*` to `{name:any}`.
45+
- Rewrite `reactpy_router.link` to be a server-side component.
46+
- Simplified top-level exports within `reactpy_router`.
47+
48+
### Added
49+
50+
- New error for ReactPy router elements being used outside router context.
51+
- Configurable/inheritable `Resolver` base class.
52+
- Add debug log message for when there are no router matches.
53+
- Add slug as a supported type.
54+
55+
### Fixed
56+
57+
- Fix bug where changing routes could cause render failure due to key identity.
58+
- Fix bug where "Match Any" pattern wouldn't work when used in complex or nested paths.
59+
- Fix bug where `link` elements could not have `@component` type children.
60+
- Fixed flakey tests being flakey on GitHub CI by adding click delays.
3861

3962
## [0.1.1] - 2023-12-13
4063

0 commit comments

Comments
 (0)