File tree 1 file changed +24
-1
lines changed 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,30 @@ Using the following categories, list your changes in this order:
34
34
35
35
## [ Unreleased]
36
36
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.
38
61
39
62
## [ 0.1.1] - 2023-12-13
40
63
You can’t perform that action at this time.
0 commit comments