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: 3.2.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: 3.2.1
Choose a head ref
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on Jun 27, 2023

  1. Add error checking to component template tag (#154)

    - Make it so that `component` template tag render failures don't cause catastrophic failure.
    - `component` template tag render failures now output a visual indicator if `REACTPY_DEBUG_MODE` is enabled.
    - Render `<hr>` via raw HTML within the tests so that component render failures don't break formatting
    - Fix typo on the docs
    - Ensure `generate_object_name` always returns a string
    Archmonger authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    204b47c View commit details
    Browse the repository at this point in the history
  2. Create codeql.yml (#155)

    Archmonger authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    a59e3a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Simplified regex expressions (#157)

    - Clean up component regex, which can potentially increase regex performance.
    - Remove loops from component tests
    Archmonger authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1cd6d39 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. v3.2.1 (#156)

    Archmonger authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9acb074 View commit details
    Browse the repository at this point in the history
Loading