We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43dcbcc commit 7af11b2Copy full SHA for 7af11b2
CHANGELOG.md
@@ -29,9 +29,13 @@ Don't forget to remove deprecated code on each major release!
29
- Set minimum ReactPy version to `1.1.0`.
30
- `link` element now calculates URL changes using the client.
31
- Refactoring related to `reactpy>=1.1.0` changes.
32
-- Determination of the browser's initial URL is now deterministic.
+- Changed ReactPy-Router's method of waiting for the initial URL to be deterministic.
33
- Rename `StarletteResolver` to `ReactPyResolver`.
34
35
+### Removed
36
+
37
+- `StarletteResolver` is removed in favor of `ReactPyResolver`.
38
39
### Fixed
40
41
- Fixed bug where `link` element sometimes would sometimes not retrieve the correct `href` attribute.
0 commit comments