Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactive-python/reactpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: reactpy-v2.0.0b9
Choose a base ref
...
head repository: reactive-python/reactpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 21 files changed
  • 2 contributors

Commits on Feb 11, 2026

  1. v2.0.0b10 (#1336)

    - Allow `reactpy.utils.string_to_reactpy` to render empty strings as React fragments.
    - Allow `reactpy.utils.reactpy_to_string` to render components that return `None` as empty output.
    - Ensure `h` shorthand for `reactpy.html` is exposed at top-level module (`reactpy.h`)
    Archmonger authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    b68a38a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. Configuration menu
    Copy the full SHA
    de279e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Add event queue (#1338)

    Archmonger authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    2a2e9ea View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. Configuration menu
    Copy the full SHA
    613b256 View commit details
    Browse the repository at this point in the history
Loading