Skip to content

Releases: reactive-python/reactpy

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

0.18.1

Choose a tag to compare

@rmorshea rmorshea released this 08 Jan 23:56
0801147

Commits on Jan 08, 2021

  • Fix missing find_available_port arg - 0801147

0.18.0

Choose a tag to compare

@rmorshea rmorshea released this 08 Jan 23:41

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

Choose a tag to compare

@rmorshea rmorshea released this 01 Jan 22:10

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

0.17.0

Choose a tag to compare

@rmorshea rmorshea released this 01 Jan 20:40

Commits on Dec 23, 2020

Commits on Dec 26, 2020

Commits on Jan 01, 2021

  • add import src base url + vdom fallback - 95cb952
  • bump idom-client-react version - 130af56