Skip to content

reactpy v2.0.0b5

Pre-release
Pre-release

Choose a tag to compare

@Archmonger Archmonger released this 10 Dec 22:30
· 3 commits to main since this release
87ec4a7

All changes from v2.0.0b4 with a few additions:

  • Bump minimum Python version to 3.11
  • Support Python 3.14
  • Better error message if ASGI dependencies are missing
  • Removed reactpy.types.ContextProviderType top-level export. Use reactpy.types.ContextProvider instead.
  • Removed reactpy.types.LayoutType top-level export. Use reactpy.types.BaseLayout instead.
  • No longer require a package name within reactjs_component_from_*
  • Remove pip dependency
  • Convert orjson into an ASGI only dependency
  • Fix @reactpy/client's dependency path for event-to-object
  • Fix #1001 (Create a better custom JS interface)
  • Fix #624 (Refactor layout rendering)
  • Fix #1198 (use_effect's unmount method is not always called with dynamically rendered children)
  • Fix #1201 (de-duplicate async renders)