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-django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0
Choose a base ref
...
head repository: reactive-python/reactpy-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0
Choose a head ref
  • 6 commits
  • 74 files changed
  • 1 contributor

Commits on Sep 24, 2024

  1. Fix Python and docs tests (#250)

    - Fix python tests failures caused by upgraded mypy stubs
    - Switch `linkcheckmd` to it's replacement `linkspector`
    Archmonger authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8531c04 View commit details
    Browse the repository at this point in the history
  2. Docs updates & Docs CI concurrency fix (#249)

    - Minor improvements to docs clarity.
    - Prevent concurrent docs publishing runs from stomping on each other.
    Archmonger authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    50c26e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Support ReactPy Router v1.0.0 (#252)

    - Adds support for ReactPy Router v1.0.0
    - Docs cleanup
    - Tests cleanup
    - Remove deprecated code
    Archmonger authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    741de48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7948ac4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Cleanup PyScript renderer & use Bun for building JS (#254)

    - Switch to `Bun` for building JS
    - Minor cleanup to pyscript renderer
    - Revert pyscript version to 0.5 due to [bugs](pyscript/pyscript#2228)
    Archmonger authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e09fa17 View commit details
    Browse the repository at this point in the history
  2. 5.0.0 (#255)

    Archmonger authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    95f8abf View commit details
    Browse the repository at this point in the history
Loading