We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a2b27 commit 75413ccCopy full SHA for 75413cc
docs/source/about/changelog.rst
@@ -33,12 +33,19 @@ Changed:
33
34
Added:
35
36
-- Support for access to underlying server requests via contexts - :issue:`669`
+- 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