Skip to content

Releases: reactive-python/reactpy

0.14.3

22 Dec 00:37

Choose a tag to compare

Commits on Oct 27, 2020

  • no need to show version in docs - e81038d

Commits on Dec 21, 2020

  • fix bad JSON patch usage - 0bc5d6c
  • json patch in-place breaks some components - a30ef8b
  • test Python 3.9 - d41555c
  • move tox to setup.cfg - e49fd38

0.14.2

28 Oct 05:05

Choose a tag to compare

Commits on Oct 23, 2020

  • (fix #249) remove extra spaces in element children - 62c6f1f

0.14.1

15 Oct 04:52

Choose a tag to compare

Commits on Sep 26, 2020

  • changes required to shift to branch name main - 84b5e2a

Commits on Sep 30, 2020

  • add docs + use flake8-idom-hooks on idom itself - ce3216f
  • require flake8-idom-hooks 0.2.0 - 6001dfe
  • use 0.3.0 of plugin - 3a357b8

Commits on Oct 05, 2020

  • no need to use eval to do a dynamic import in JS - a9e4f29

Commits on Oct 14, 2020

0.14.0

26 Sep 05:43

Choose a tag to compare

Commits on Sep 22, 2020

  • Update to refer to idom_jupyter - 35dcf47

Commits on Sep 25, 2020

0.13.0

20 Sep 01:17

Choose a tag to compare

Commits on Sep 17, 2020

  • remove ability to install modules at runtime via idom.Module - a4a50cc
  • various cleanup and docs to allow no install in Module - 469379a

Commits on Sep 19, 2020

  • add example directive using sphinx-panels - 7eabcbd
  • create well defined client implementation layer - 8f82227

0.12.0

15 Sep 07:58

Choose a tag to compare

move jupyter out of base idom and into idom-jupyter

0.11.3

15 Sep 06:40

Choose a tag to compare

Adds an apply_to and create_from util methods to the LayoutUpdate named tuple to abstract away json patch implementation.

0.11.2

13 Sep 21:27

Choose a tag to compare

Add start and stop util methods to dispatchers.

0.11.1

13 Sep 10:05

Choose a tag to compare

Commits on Sep 13, 2020

  • create useStateRef hook internally - ac86fc9
  • bump js to 0.4.2 - 46b05e2

0.11.0

13 Sep 08:57

Choose a tag to compare

Commits on Sep 12, 2020

  • actually make deploy-documentation depend on publish-package - e878966
  • correct package.json for idom-client-react - 3c8e162
  • rename static/ dir to app/ - 2806dac
  • require anyio>=2.0 - 86df11a
  • remove private=true - fe31f58
  • update classifiers - f11fda9
  • add mountLayout util func - ea2297e

Commits on Sep 13, 2020

  • rename StateDispatcher to ViewDispatcher - ccd578b
  • fixes: #222 - 7236f20
  • only call the saveUpdateHook callback once - 5bb693a
  • bump js version to 0.4.1 - e881dfa