- fix non-deterministic return order in install() - 494d5c2
0.23.0
- add changelog to docs - 9cbfe94 - automatically reconnect to server - 3477e2b - allow no reconnect in client - ef263c2 - cleaner way to specify import sources - ea19a07 - add the idom-react-client back into the main repo - 5dcc3bb - implement fastapi render server - 94e0620 - improve docstring for IDOM_CLIENT_BUILD_DIR - 962d885 - cli improvements - 788fd86 - rename SERIALIZED_VDOM_JSON_SCHEMA to VDOM_JSON_SCHEMA - 74ad578 - better logging for modules - 39565b9 - move client utils into private module - f825e96 - redirect BUILD_DIR imports to IDOM_CLIENT_BUILD_DIR option - 53fb23b - upgrade snowpack - 5697a2d - better logs for idom.run + flask server - 2b34e3d - move package to src dir - 066c9c5 - idom restore uses backup - 773f78e
0.22.5
Commits on Mar 02, 2021 - fix Component.__repr__ bug 3e8b9ea
Commits on Mar 03, 2021 - remove loguru and use builtin logging module 814ab8b
0.22.4
Commits on Feb 26, 2021 - Replace rstrip with correct handling - a8b4909 - Correct implementation - e70a44d
0.22.3
Prior to this fix a random available port was used to run servers from by default. This does not provide a great dev experience since you cannot simply refresh a page after restarting a server.
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