Skip to content

Releases: reactive-python/reactpy

0.22.5

Choose a tag to compare

@rmorshea rmorshea released this 05 Mar 05:24

Commits on Mar 02, 2021

Commits on Mar 03, 2021

  • remove loguru and use builtin logging module 814ab8b

0.22.4

Choose a tag to compare

@rmorshea rmorshea released this 26 Feb 16:40

Commits on Feb 26, 2021

  • Replace rstrip with correct handling - a8b4909
  • Correct implementation - e70a44d

0.22.3

Choose a tag to compare

@rmorshea rmorshea released this 09 Feb 07:40

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

Choose a tag to compare

@rmorshea rmorshea released this 03 Feb 07:18
a8decf8

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

Choose a tag to compare

@rmorshea rmorshea released this 27 Jan 07:46

Commits on Jan 26, 2021

0.22.0

Choose a tag to compare

@rmorshea rmorshea released this 27 Jan 03:12

Commits on Jan 26, 2021

0.21.0

Choose a tag to compare

@rmorshea rmorshea released this 21 Jan 07:00

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

Choose a tag to compare

@rmorshea rmorshea released this 19 Jan 06:35

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

Choose a tag to compare

@rmorshea rmorshea released this 16 Jan 17:17

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

Choose a tag to compare

@rmorshea rmorshea released this 09 Jan 01:09

Commits on Jan 08, 2021

  • add __all__ to testing module - d815398
  • further refine test tooling - 167bb95
  • no cover last server error - 2620609