Releases: danirus/django-comments-xtd
Releases · danirus/django-comments-xtd
v2.10.9
v2.10.8
v2.10.7
v2.10.6
v2.10.5
- Removes external dependencies from
django_comments_xtd/__init__.py
. - Opens up the range of supported Django versions to "Django>=4,<6".
- Uses
pyproject.toml
to replacesetup.py
. - Updates
tox.ini
. - Build JavaScript plugin during CI.
- Replace flake8 with ruff, and adopt pre-commit rules.
- Many stylistic changes after applying ruff.
v2.10.4
v2.10.3
v2.10.2
v2.10.1
- Updated French translation.
- Updated battery of tests to check compatibility with Django 5.1.
- GHA: Remove secret from PyPI, as it is now a trusted repository.
- Add support for light/dark color scheme in tutorial.
- Updated example projects: add support for light/dark color schemes.
- Updated dependencies in package.json.
- Updated templates
comments/posted.html
,comments/preview.html
, anddjango_comments_xtd/moderated.html
. - Docs: Use Bootstrap icon
chat-text-fill.svg
as project's icon. - Docs: Updated Tutorial. Fixes script example.
- Docs: Use sphinx-nefertiti v0.5 and sphinx-colorschemed-images.
v2.10.0
- Add ordering filter to the CommentList API class.
- Include django-rest-framework v3.15 in tests and example sites.
- Update tutorial in the documentation.
- Following templates have changed:
comments/flag.html
comments/form.html
django_comments_xtd/comment_tree.html
django_comments_xtd/dislike.html
django_comments_xtd/like.html
django_comments_xtd/reply.html