Releases: reactive-python/reactpy
Releases · reactive-python/reactpy
0.22.2
Various minor tweaks to get things working on Windows.
Unfortunately CI is still now running the full test suite for windows though. The web-driver doesn't seem to work correctly. See #289
0.21.0
React uses the name "component" for the functions or objects which return VDOM elements from render functions. Given we copy the hook pattern we should use the same names.
Commits on Jan 20, 2021
- rename element to component - 126ea59
0.20.1
This fixes an accidental import of sanic
that made it so pip install idom[sanic]
was required in order to use IDOM.
0.20.0
Commits on Jan 09, 2021
- fix missing server event … - 2eb445e
Commits on Jan 11, 2021
- remove ClientImplementation … - 7b4ed16
- remove more client implementation docs - 173795e
- move idom-client-react into separate repo - 449d5c3
- no more mountLayoutWithWebSocket … - 220682d
- use idom-client-react 0.7.0 - 138e4e8
Commits on Jan 16, 2021
- add flask render server … - 84a9f98
- refactor some tests … - 7c2e933
- try setting server start even later - c1771ed
- just ignore weird coverage bug - 04f6fa1
0.19.0
Commits on Jan 08, 2021
- add
__all__
to testing module - d815398
- further refine test tooling - 167bb95
- no cover last server error - 2620609
0.18.1
Commits on Jan 08, 2021
- Fix missing find_available_port arg - 0801147
0.18.0
Commits on Jan 01, 2021
Commits on Jan 03, 2021
- fix doc import source URL - 6d16785
Commits on Jan 05, 2021
- module components should be accessible as attrs - 9aa5183
Commits on Jan 08, 2021
0.17.1
Building IDOM after it has been installed failed because MANIFEST.in
was incorrect.