Skip to content

Tags: Frojd/django-react-templatetags

Tags

v8.0.0

Changes:

- Added: Add support for python 3.12 (@marteinn)
- Added: Add support for django 4.2 (@marteinn)
- Added: Add support for django 5.0 (@marteinn)
- Fixed: Add pyproject.toml
- Fixed: Add ruff linter
- Fixed: Upgrade python version to 3.12 in example
- Fixed: Fix install issue with netcat in example
- Removed: Drop support for django 4.0
- Removed: Drop support for django 4.1 (@marteinn)
- Removed: Drop support for python 3.7 (@marteinn)

v7.0.1

Changes:

- Added: Add changelog
- Fixed: Add python 3.11 support (@marteinn)
- Fixed: Add django 4.1 support (@marteinn)
- Fixed: Fix invalid assert (code-review-doctor)

v7.0.0

- New: Add Django 4.0 support

- New: Add Python 3.10 support
- Fix: Drop Python 2 support
- Fix: Drop Python 3.6 support
- Fix: Drop support for EOL versions of Django (1 and 2)

testv6.0.2

Test ci

v6.0.2

- Fix: Make context_processor mandatory again

v6.0.1

- Fix: Solved XSS issue (thanks @anthonynsimon)

- Fix: Add security policy

v6.0.0

- New: Add official support for Hypernova SSR service

- New: Add attribute “no_placeholder” when you want to skip the DRTT provided placeholder
- Fix: Add official Django 3 support (@niespodd, @marteinn)
- Fix: Remove context_processor required to run library (@niespodd)
- Fix: Solve issue with requests import (Aria Moradi)
- Fix: Use unit.patch instead of responses to mock requests (Umair)
- Fix: Drop Django 1 support
- Fix: Drop pypy support

Breaking changes:
- Support for react_representation property in RepresentationMixin has been dropped, use to_react_representation instead
- SSR services must now return a dict with the key “html” and additionally a key called “params” with additional values you want to pass to your component.

v5.4.0

- New: Make it possible to use your own SSRService

- Fix: Update docs
- Fix: Add project logo

v5.3.0

- New: Add SSRContext for passign values to SSR (thanks @mikaelengstrom)

- New: Add support for disabling SSR using header HTTP_X_DISABLE_SSR
- Fix: Include example project
- Fix: Drop python 3.4 support

v5.2.1

- Fix: Add better SSR errors (thanks @mikaelengstrom !)