Releases: coralproject/talk
Releases · coralproject/talk
v7.4.1
v7.4.0
New Features
Bug fixes and improvements
- ensure children of rejected comments do not get counted 4007
- don't look for next unseen if there is none 4033
- Check for and repair invalid comment tag counts 4038
- fix load more next unread when preceding comment ignored 4039
- fix 'raw error' bug when replying to ancestor of rejected comment 4054
- Fix typo in tombstone 4053
- DE translation fixes 4058
- fix to show comment box for QA mode in alternate oldest first sort 4061
- Decrement feature tag counts when rejecting a featured comment 4063
- correct copy for flatten replies in configure 4057
Developer experience
- Clarify integration options in cms.md 4046
v7.3.1
v7.3.0
v7.2.2
v7.2.1
v7.2.0
New Features
In order to improve mobile performance at times of high traffic, the stream now employs virtualized rendering using react-virtuoso .
This required changing the way data is fetched. The stream is no longer paginated every 20 comments – instead, the first 20 top level comments are visible on initial load, and the remainder are rendered when the user clicks a "load all comments" button. This will be a minor change for most instances, but will be noticeable for longer streams (> 200 comments) and may change latency patterns.
This update is expected to be backwards compatible, but it is a significant change to the way the stream is rendered and the way data is fetched, so we recommend you thoroughly test this release before updating.
v7.1.3
New Features
- show "new" comment count in counts script for applicable stories #3984
Bug fixes and improvements
- modify the regex constant to replace all \ns with spaces, not just the first one. #3951
- update counts script to count ratings and reviews #3971
- Update ban modal dialog options for single site organizations so that it shows a single ban/unban option when there is only one site in the organization. #3973
- ensure username uniqueness on signup or username change #3983
- nl-NL translation updates #3987
- rate limit testSMTP mutation #3994
- clarify behaviour of "mark all as read" button with updated copy #3997
- allow fullscreen for external media embeds #3991