8000 Comparing 5.0.0...main · reactive-python/reactpy-django · GitHub
[go: up one dir, main page]

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.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: main
Choose a head ref
  • 19 commits
  • 242 files changed
  • 1 contributor

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    5891b41 View commit details
    Browse the repository at this point in the history
  2. v5.1.0 (#259)

    Archmonger authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2abe5ce View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

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

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    a85164c View commit details
    Browse the repository at this point in the history
  2. v5.1.1 (#263)

    Archmonger authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    714191f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eb0b41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d663d12 View commit details
    Browse the repository at this point in the history
  5. 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

Commits on Jan 11, 2025

  1. 5.2.1 (#278)

    Archmonger authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    27e8ef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    923e309 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. More intuitive channel layer hook (#284)

    -   Updated the interface for `reactpy.hooks.use_channel_layer` to be more intuitive.
        -   Arguments now must be provided as keyworded arguments.
        -   The `name` argument has been renamed to `channel`.
        -   The `group_name` argument has been renamed to `group`.
        -   The `group_add` and `group_discard` arguments have been removed for simplicity.
    - Preemptively do some changes related to reactpy v2
        - Migrate `del_html_head_body_transform` from `reactpy` to `django-reactpy`
    - Add logging when `RESOLVED_WEB_MODULES_PATH` fails to fetch
    Archmonger authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    c8ec533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c01c308 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

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

Commits on May 3, 2025

  1. Fix docs typos (#289)

    Archmonger authored May 3, 2025
    Configuration menu
    Copy the full SHA
    a64456f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

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