Skip to content

Conversation

@Archmonger
Copy link
Contributor

@Archmonger Archmonger commented Dec 9, 2025

Description

Beta version bump. Bugfixes and cleanup.

  • Improve type hints on reactjs_component_from_*
  • Remove jsonpointer dependency
  • use_effect will now generate an exception if attempting to use an async function. Use use_async_effect instead.
  • Add warning within event-to-object if providing a non-object value. Non-objects will now be passed through as-is.
  • Prevent @reactpy/client from attempting to convert non-object types.
  • Remove deprecated Stop exception type
  • Remove deprecated hotswap function
  • Remove top-level export of reactpy.Layout. Use reactpy.core.layout.Layout instead.
  • Remove top-level export of reactpy.Event. Use reactpy.types.Event instead.

Checklist

Please update this checklist as you complete each item:

  • Tests have been developed for bug fixes or new functionality.
  • The changelog has been updated, if necessary.
  • Documentation has been updated, if necessary.
  • GitHub Issues closed by this PR have been linked.

By submitting this pull request I agree that all contributions comply with this project's open source license(s).

@Archmonger Archmonger marked this pull request as ready for review December 9, 2025 04:53
@Archmonger Archmonger merged commit 78c8f1a into reactive-python:main Dec 9, 2025
20 checks passed
@Archmonger Archmonger deleted the v2.0.0b4 branch December 9, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant