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: 5.1.1
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.2.0
Choose a head ref
  • 5 commits
  • 81 files changed
  • 1 contributor

Commits on Dec 2, 2024

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

Commits on Dec 11, 2024

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

Commits on Dec 19, 2024

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

Commits on Dec 29, 2024

  1. Django login and logout functionality (#276)

    -   User login/logout features!
        -   `reactpy_django.hooks.use_auth` to provide **persistent** `login` and `logout` functionality to your components.
        -   `settings.py:REACTPY_AUTH_TOKEN_TIMEOUT` to control the maximum seconds before ReactPy no longer allows the browser to obtain a persistent login cookie.
        -   `settings.py:REACTPY_CLEAN_AUTH_TOKENS` to control whether ReactPy should clean up expired authentication tokens during automatic cleanups.
    -   The ReactPy component tree can now be forcibly re-rendered via the new `reactpy_django.hooks.use_rerender` hook.
    Archmonger authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    b9af25d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. v5.2.0 (#277)

    Archmonger authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    9295abc View commit details
    Browse the repository at this point in the history
Loading