-
-
Notifications
You must be signed in to change notification settings - Fork 23
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 2.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: reactive-python/reactpy-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 117 files changed
- 1 contributor
Commits on Jan 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da5248e - Browse repository at this point
Copy the full SHA da5248eView commit details
Commits on Feb 2, 2023
-
Support for non-serializable component parameters (#120)
- Database backed component parameters - The `component` template tag now supports both positional and keyword arguments. - The `component` template tag now supports non-serializable arguments. - It is now mandatory to run `manage.py migrate` after installing IDOM - `IDOM_WS_MAX_RECONNECT_TIMEOUT` has been renamed to `IDOM_RECONNECT_MAX` and is now used as the default timeout for component parameters - Bumped the minimum IDOM version to 0.43.0 - `idom.backend.hooks` support. - `django_idom.types.IdomWebsocket` has been renamed to `Connection` and modified to fit the new schema - `view_to_component` utility will now automatically use `del_html_head_body_transform` - Set `IDOM_DEBUG_MODE` to `settings.py:DEBUG` - The react client is now set to production rather than development - Make a harmless utils public but undocumented - Documentation for `django_query_postprocessor`
Configuration menu - View commit details
-
Copy full SHA for da083ac - Browse repository at this point
Copy the full SHA da083acView commit details -
v3.0.0a1: Bump IDOM to 1.0.0 pre-release (#125)
- Modify docs to use the upcoming IDOM-Core docs styling - Move docs python examples to individual files so we can run tests on them - CI for type checking + linting docs examples - Minor wording and section naming changes to feel more React-like - Bump IDOM to 1.0.0 pre-release - Use the new `idom.html` API - Update package.json to be compatible with `idom>=1.0.0` - Make the main `requirements.txt` be fully inclusive of all dev/user/docs dependencies to simplify development workflow - Update `setup.py` to automatically install the latest NPM, and be easier to debug when things fail
Configuration menu - View commit details
-
Copy full SHA for 9fd30aa - Browse repository at this point
Copy the full SHA 9fd30aaView commit details
Commits on Feb 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 25b2c12 - Browse repository at this point
Copy the full SHA 25b2c12View commit details
Commits on Feb 21, 2023
-
- Define `use_scope` return type as a `dict` to prevent clashes between `django`, `django-stubs`, and `django-idom` - Bump django-idom version - Prevent `db_cleanup` from causing startup failure on any `DatabaseError`, rather than just `OperationalError(DatabaseError)` - `IDOM_DATABASE` setting - `IDOM_CACHE` setting (instead of implicitly relying on `CACHE["idom"] to exist - Rename `ComponentParams` to `ComponentSession` (we're likely to reuse it for other stuff in the future) - Bump IDOM to latest pre-release - Use new `VdomAttributes` and `key` syntax in `idom.html.*`.
Configuration menu - View commit details
-
Copy full SHA for 0e37352 - Browse repository at this point
Copy the full SHA 0e37352View commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd5d577 - Browse repository at this point
Copy the full SHA cd5d577View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1ff783 - Browse repository at this point
Copy the full SHA b1ff783View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.2.1...3.0.0