Releases: Radi85/Comment
Releases · Radi85/Comment
v2.8.0
Features
- #224 - Move validation of orders to system checks
- #222 - Add support for rendering content in markdown format.
- #236 - Confirm support for python 3.10
- #241 - Confirm support for django 4.0.
- #244 - Using exists instead of count is faster.
Codebase enhancement
- #234 - Add pytz as a dependency for tests.
v2.7.1
v2.7.0
Features
- #143 - Allow blocking users and emails.
- #156 - Improve UI for commenting anonymously.
- #203 - Enhance API docs by adding openapi and swagger page to RTD.
- #215 - Reduce number of queries by prefetching foreign key objects on comment.
- #218 - Add support for django 3.2.
Bug fixes
- #202 - Fix response for state change on unflagged comments.
- #210 - Reduce chances of XSS injections.
- #213 - Fix namespace pollution caused by star imports.
- #216 - Give warnings when deprecated template tag include_static is used.
Codebase enhancement
v2.6.1
v2.6.0
Features
- #43 - Add thread (content-type and parent comment) subscription.
- #43 - Send email notification to thread's subscribers on creating new comment.
- #83 - Add ordering option for comments.
- #117 - Add support for customization of user fields in the api.
- #128 - Allow custom user model fields.
- #142 - Extend ui customization.
- #158 - Allow rendering new line in comment.
Bug fixes
Codebase enhancement
v2.6.beta-2
v2.6.beta-1
v2.5.1: 08.12.2020
- fix #98 - fix #114
v2.5.0: 05.12.2020
- Add django 3.1 compatibility. - Add gravatar support. - Add i18n support. - Include static files implicitly. include_static template tag is deprecated. - Bugs fixes.
v2.0.0: - Allow commenting by unauthenticated users (Anonymous comment).
- Add permalink to comments. - Remove JQuery from dependencies and replace it with Vanilla JS. - Update mixins and add content type and parent id validators. - Bug fixes.