We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a2b27 commit ba23e23Copy full SHA for ba23e23
docs/source/about/changelog.rst
@@ -35,10 +35,17 @@ Added:
35
36
- Support for access to underlying server requests via contexts - :issue:`669`
37
38
+Removed:
39
+
40
+- ``idom.widgets.multiview`` since basic routing view ``use_scope`` is now possible
41
+- All ``SharedClientStateServer`` implementations.
42
+- All ``PerClientStateServer`` implementations have been replaced with ``configure()``
43
44
Fixed:
45
46
- IDOM's test suite no longer uses sync web drivers - :issue:`591`
47
- Updated Sanic requirement to ``>=21`` - :issue:`678`
48
+- How we advertise ``idom.run`` - :issue:`657`
49
50
51
0.37.2
0 commit comments