Skip to content

Releases: reactive-python/reactpy

0.7.0-dev.1

06 May 09:20
Compare
Choose a tag to compare
0.7.0-dev.1 Pre-release
Pre-release

We're dropping the 0.6.1 in favor of 0.7.0 version tag since the changes here are large enough to warrant a minor bump rather than a patch. This release includes various fixes and improvements that were a result of expanding test coverage. Better documentation has also been merged in to describe the new way to import ES modules.

0.6.1-a.2

30 Apr 08:42
Compare
Choose a tag to compare
0.6.1-a.2 Pre-release
Pre-release

Each client can now pass parameters to an IDOM element via an HTML query. This allows clients to alter the view they receive based on the query. This is used by the multiview() widget in introduction.ipynb to allow multiple active views to be accessible at the same time because each cell in the notebook passes a view_id parameter to the multiview() widget to specify what element should be displayed.

0.6.1-a.1

24 Apr 01:43
Compare
Choose a tag to compare
0.6.1-a.1 Pre-release
Pre-release

Adds ES module support in IDOM. This allows users to more easily leverage the existing javascript ecosystem directly through IDOM's VDOM component interface or by defining their own ES modules which import third part JS libraries.