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.4.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.5.0
Choose a head ref
  • 6 commits
  • 57 files changed
  • 1 contributor

Commits on Aug 20, 2023

  1. Bump ReactPy, refactor template tag, and pretty WS URLs. (#174)

    -   Bumped the minimum ReactPy version to `1.0.2`.
    -   Prettier websocket URLs for components that do not have sessions.
    -   Template tag will now only validate `args`/`kwargs` if `settings.py:DEBUG` is enabled.
    Archmonger authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    aae9c7a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Docs version control and new theme (#176)

    - Version controlled docs
       - Every time something is committed to `main`, it will update the `develop` docs.
       - Every time a version is released, it will push a new version number to the docs.
    - Use our new ReactPy docs theme, which is an even better imitation of ReactJS docs 
    - Fix `GITHUB_ACTIONS` env type conversion
    Archmonger authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    085cebe View commit details
    Browse the repository at this point in the history
  2. Add git user to mike deployment (#177)

    Mike requires a git user otherwise it will fail to deploy.
    Archmonger authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e5f27da View commit details
    Browse the repository at this point in the history
  3. Run mike set-default on release deployment (#178)

    Looks like mike deployment won't stick without the set-default call
    Archmonger authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    cd0ebf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Create new ReactPyDjangoClient (#175)

    - Move from JavaScript to TypeScript
    - Bumped the minimum `@reactpy/client` version to `0.3.1`
    - Create a Django-specific client
    - Minor refactoring to various bits of code
    - Bumped minimum Django version to `4.2`.
    - More customization for reconnection behavior through new settings!
        - `REACTPY_RECONNECT_INTERVAL`
        - `REACTPY_RECONNECT_MAX_INTERVAL`
        - `REACTPY_RECONNECT_MAX_RETRIES`
        - `REACTPY_RECONNECT_BACKOFF_MULTIPLIER`
    Archmonger authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4a973b6 View commit details
    Browse the repository at this point in the history
  2. v3.5.0 (#179)

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