Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 28d60a2

Browse filesBrowse files
authored
v1.0.3 (#47)
1 parent 785d3d2 commit 28d60a2
Copy full SHA for 28d60a2

File tree

2 files changed

+10
-3
lines changed
Filter options

2 files changed

+10
-3
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ Using the following categories, list your changes in this order:
3434

3535
## [Unreleased]
3636

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
3844

3945
## [1.0.2] - 2024-10-24
4046

@@ -104,7 +110,8 @@ Using the following categories, list your changes in this order:
104110
- Rename `configure` to `create_router`.
105111
- Rename from `idom-router` to `reactpy-router`.
106112

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
108115
[1.0.2]: https://github.com/reactive-python/reactpy-router/compare/1.0.1...1.0.2
109116
[1.0.1]: https://github.com/reactive-python/reactpy-router/compare/1.0.0...1.0.1
110117
[1.0.0]: https://github.com/reactive-python/reactpy-router/compare/0.1.1...1.0.0

‎src/reactpy_router/__init__.py

Copy file name to clipboardExpand all lines: src/reactpy_router/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.2"
1+
__version__ = "1.0.3"
22

33

44
from reactpy_router.components import link, navigate, route

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.