You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ Using the following categories, list your changes in this order:
34
34
35
35
## [Unreleased]
36
36
37
+
- Nothing (yet)!
38
+
39
+
## [3.5.0] - 2023-08-26
40
+
37
41
### Added
38
42
39
43
- More customization for reconnection behavior through new settings!
@@ -49,8 +53,8 @@ Using the following categories, list your changes in this order:
49
53
- Prettier websocket URLs for components that do not have sessions.
50
54
- Template tag will now only validate `args`/`kwargs` if `settings.py:DEBUG` is enabled.
51
55
- Bumped the minimum `@reactpy/client` version to `0.3.1`
56
+
- Bumped the minimum Django version to `4.2`.
52
57
- Use TypeScript instead of JavaScript for this repository.
53
-
- Bumped minimum Django version to `4.2`.
54
58
- Note: ReactPy-Django will continue bumping minimum Django requirements to versions that increase async support. This "latest-only" trend will continue until Django has all async features that ReactPy benefits from. After this point, ReactPy-Django will begin supporting all maintained Django versions.
55
59
56
60
### Removed
@@ -383,7 +387,8 @@ Using the following categories, list your changes in this order:
0 commit comments