File tree Expand file tree Collapse file tree 6 files changed +24
-13
lines changed Expand file tree Collapse file tree 6 files changed +24
-13
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,27 @@ Types of changes are to be listed in this order
19
19
20
20
- Nothing (yet)
21
21
22
+ ## [ 0.0.5] - 2022-04-04
23
+
24
+ ### Changed
25
+
26
+ - Bumped the minimum IDOM version to 0.37.2
27
+
28
+ ### Fixed
29
+
30
+ - ModuleNotFoundError: No module named ` idom.core.proto ` caused by IDOM 0.37.2
31
+
22
32
## [ 0.0.4] - 2022-03-05
23
33
24
34
### Changed
25
35
26
- - Bumped the minimum IDOM client version to 0.37.1
36
+ - Bumped the minimum IDOM version to 0.37.1
27
37
28
38
## [ 0.0.3] - 2022-02-19
29
39
30
40
### Changed
31
41
32
- - Bumped the minimum IDOM client version to 0.36.3
42
+ - Bumped the minimum IDOM version to 0.36.3
33
43
34
44
## [ 0.0.2] - 2022-01-30
35
45
@@ -71,6 +81,7 @@ Types of changes are to be listed in this order
71
81
- Support for IDOM within the Django
72
82
73
83
[ unreleased ] : https://github.com/idom-team/django-idom/compare/0.0.2...HEAD
84
+ [ 0.0.5 ] : https://github.com/idom-team/django-idom/compare/0.0.4...0.0.5
74
85
[ 0.0.4 ] : https://github.com/idom-team/django-idom/compare/0.0.3...0.0.4
75
86
[ 0.0.3 ] : https://github.com/idom-team/django-idom/compare/0.0.2...0.0.3
76
87
[ 0.0.2 ] : https://github.com/idom-team/django-idom/compare/0.0.1...0.0.2
Original file line number Diff line number Diff line change 1
1
channels <4.0.0
2
- idom >=0.37.1 , <0.38.0
2
+ idom >=0.37.2 , <0.38.0
3
3
aiofile >=3.0, <4.0
Original file line number Diff line number Diff line change 2
2
from .websocket .paths import IDOM_WEBSOCKET_PATH
3
3
4
4
5
- __version__ = "0.0.4 "
5
+ __version__ = "0.0.5 "
6
6
__all__ = ["IDOM_WEBSOCKET_PATH" , "IdomWebsocket" ]
Original file line number Diff line number Diff line change 2
2
3
3
from django .conf import settings
4
4
from django .core .cache import DEFAULT_CACHE_ALIAS , caches
5
- from idom .core .proto import ComponentConstructor
5
+ from idom .core .types import ComponentConstructor
6
6
7
7
8
8
IDOM_REGISTERED_COMPONENTS : Dict [str , ComponentConstructor ] = {}
Original file line number Diff line number Diff line change 16
16
"rollup-plugin-replace" : " ^2.2.0"
17
17
},
18
18
"dependencies" : {
19
- "idom-client-react" : " ^0.37.1 " ,
19
+ "idom-client-react" : " ^0.37.2 " ,
20
20
"react" : " ^17.0.2" ,
21
21
"react-dom" : " ^17.0.2"
22
22
}
You can’t perform that action at this time.
0 commit comments