File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,16 @@ Using the following categories, list your changes in this order:
34
34
35
35
## [ Unreleased]
36
36
37
+ - Nothing (yet)!
38
+
39
+ ## [ 3.4.0] - 2023-08-18
40
+
37
41
### Added
38
42
39
43
- ** Distributed Computing:** ReactPy components can now optionally be rendered by a completely separate server!
40
44
- ` REACTPY_DEFAULT_HOSTS ` setting can round-robin a list of ReactPy rendering hosts.
41
45
- ` host ` argument has been added to the ` component ` template tag to force components to render on a specific host.
42
- - ` reactpy_django.utils.register_component ` function to manually register root components.
46
+ - ` reactpy_django.utils.register_component ` function can manually register root components.
43
47
- Useful if you have dedicated ReactPy rendering application(s) that do not use HTML templates.
44
48
45
49
### Changed
@@ -358,7 +362,8 @@ Using the following categories, list your changes in this order:
358
362
359
363
- Support for IDOM within the Django
360
364
361
- [ unreleased ] : https://github.com/reactive-python/reactpy-django/compare/3.3.2...HEAD
365
+ [ unreleased ] : https://github.com/reactive-python/reactpy-django/compare/3.4.0...HEAD
366
+ [ 3.4.0 ] : https://github.com/reactive-python/reactpy-django/compare/3.3.2...3.4.0
362
367
[ 3.3.2 ] : https://github.com/reactive-python/reactpy-django/compare/3.3.1...3.3.2
363
368
[ 3.3.1 ] : https://github.com/reactive-python/reactpy-django/compare/3.3.0...3.3.1
364
369
[ 3.3.0 ] : https://github.com/reactive-python/reactpy-django/compare/3.2.1...3.3.0
Original file line number Diff line number Diff line change 8
8
REACTPY_WEBSOCKET_ROUTE ,
9
9
)
10
10
11
- __version__ = "3.3.2 "
11
+ __version__ = "3.4.0 "
12
12
__all__ = [
13
13
"REACTPY_WEBSOCKET_PATH" ,
14
14
"REACTPY_WEBSOCKET_ROUTE" ,
You can’t perform that action at this time.
0 commit comments