Skip to content

Releases: reactive-python/reactpy

0.22.2

03 Feb 07:18
a8decf8
Compare
Choose a tag to compare

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.22.1

27 Jan 07:46
Compare
Choose a tag to compare

Commits on Jan 26, 2021

0.22.0

27 Jan 03:12
Compare
Choose a tag to compare

Commits on Jan 26, 2021

0.21.0

21 Jan 07:00
Compare
Choose a tag to compare

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

19 Jan 06:35
Compare
Choose a tag to compare

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

16 Jan 17:17
Compare
Choose a tag to compare

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

09 Jan 01:09
Compare
Choose a tag to compare

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

08 Jan 23:56
0801147
Compare
Choose a tag to compare

Commits on Jan 08, 2021

  • Fix missing find_available_port arg - 0801147

0.18.0

08 Jan 23:41
Compare
Choose a tag to compare

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

  • strip down test tooling - 4cac83b

0.17.1

01 Jan 22:10
Compare
Choose a tag to compare

Building IDOM after it has been installed failed because MANIFEST.in was incorrect.