Skip to content

Releases: danirus/django-comments-xtd

v2.10.2

07 Jan 11:01
Compare
Choose a tag to compare
  • Add reminder about template loading order to the documentation.
  • Fix template name comment_tree.html in doc strings and the documentation.
  • Fix variable template name in form.html, in custom example site.
  • Remove duplicated code.

v2.10.1

28 Nov 08:44
Compare
Choose a tag to compare
  • 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, and django_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

02 May 06:57
a38532f
Compare
Choose a tag to compare
  • 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

v2.9.13

22 Dec 17:11
Compare
Choose a tag to compare
  • Fix missing frontend files in package distribution.

v2.9.12

22 Dec 16:55
Compare
Choose a tag to compare
  • Fixes issue 407: ReadCommentSerializer.get_submit_date does not properly use DATETIME_FORMAT setting.
  • Adds the new setting COMMENTS_XTD_API_DATETIME_FORMAT.

v.2.9.11

11 Dec 07:33
Compare
Choose a tag to compare

This version has been tested with Django 5.0 and is ready to run with Django from version v3 to v5.0.

v2.9.10

08 Jul 06:34
Compare
Choose a tag to compare

This version includes:

  • Updates ReactJS plugin. It has been rewritten to use React Hooks.
  • Add tests to cover over 90% functionality of the JavaScript plugin.
  • Replaces Webpack with Rollup to create the JavaScript bundle.
  • Updates the UI to use Bootstrap 5.3.0.
  • Updates the demo sites to Bootstrap 5.3.0.
  • Extends python tests to Django 4.2 using Python 3.11.
  • Updates the docs.

v2.9.9

26 Oct 12:42
Compare
Choose a tag to compare
  • Extends compatibility to django-rest-framework v3.14.

v2.9.8

18 Sep 10:30
Compare
Choose a tag to compare
  • Fixes issue 377: content_object is missing in followup notification. View notify_comment_followers has been updated to include content_object in the context of templates it uses: email_followup_comment.txt and email_followup_comment.html.
  • Update translation files to the latest strings found in templates. Next step is to include appropriate translations. See PR #379.

Thanks @JanMalte.

v2.9.7

08 Jul 07:55
Compare
Choose a tag to compare
  • Allows to customize the json object returned by the get_commentbox_props template tag. Define the new setting COMMENTS_XTD_COMMENTBOX_CLASS as the string path to the class that will return the JSON object. It defaults to the class django_comments_xtd.api.frontend.CommentBoxDriver.