File tree 2 files changed +10
-3
lines changed
Filter options
2 files changed +10
-3
lines changed
Original file line number Diff line number Diff line change @@ -34,7 +34,13 @@ Using the following categories, list your changes in this order:
34
34
35
35
## [ Unreleased]
36
36
37
- - Fix double rendering issue on initial page load
37
+ - Nothing (yet)!
38
+
39
+ ## [ 1.0.3] - 2024-11-21
40
+
41
+ ### Fixed
42
+
43
+ - Fix behavior where the page would be rendered twice on initial load
38
44
39
45
## [ 1.0.2] - 2024-10-24
40
46
@@ -104,7 +110,8 @@ Using the following categories, list your changes in this order:
104
110
- Rename ` configure ` to ` create_router ` .
105
111
- Rename from ` idom-router ` to ` reactpy-router ` .
106
112
107
- [ Unreleased ] : https://github.com/reactive-python/reactpy-router/compare/1.0.2...HEAD
113
+ [ Unreleased ] : https://github.com/reactive-python/reactpy-router/compare/1.0.3...HEAD
114
+ [ 1.0.3 ] : https://github.com/reactive-python/reactpy-router/compare/1.0.2...1.0.3
108
115
[ 1.0.2 ] : https://github.com/reactive-python/reactpy-router/compare/1.0.1...1.0.2
109
116
[ 1.0.1 ] : https://github.com/reactive-python/reactpy-router/compare/1.0.0...1.0.1
110
117
[ 1.0.0 ] : https://github.com/reactive-python/reactpy-router/compare/0.1.1...1.0.0
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.2 "
1
+ __version__ = "1.0.3 "
2
2
3
3
4
4
from reactpy_router .components import link , navigate , route
You can’t perform that action at this time.
0 commit comments