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: 0.0.5
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: 1.0.0
Choose a head ref
  • 3 commits
  • 31 files changed
  • 1 contributor

Commits on Apr 6, 2022

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

Commits on May 31, 2022

  1. v1.0.0 (#73)

    - Change Django IDOM version to 1.0.0
    - Unpins top boundary on `channels` and `aiofile`
    - Bumps IDOM's minimum version
    - Use f-strings when possible
    - Use `contexlib.suppress` when possible
    - Implement `use_websocket`, `use_scope`, and `use_location`
    - Remove `websocket` parameter from components (replaced by `use_websocket` hook)
    - Create formal docs
    - Rename `idom_component` template tag to `component` in preparation for repo rename
    - Logging for when a component fails to import, or if no components were found within Django.
    Archmonger authored May 31, 2022
    Configuration menu
    Copy the full SHA
    a0a6555 View commit details
    Browse the repository at this point in the history
  2. fix docs build (#75)

    Archmonger authored May 31, 2022
    Configuration menu
    Copy the full SHA
    ccd0673 View commit details
    Browse the repository at this point in the history
Loading