Skip to content

Releases: coralproject/talk

v7.4.1

11 Oct 16:31
876f5cd
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • fixes a bug on mobile introduced in 7.4.0 when next-unread toolbar is enabled #4071
  • Use story/ancestors state to determine whether we can reply to a comment #4068

v7.4.0

03 Oct 20:01
461d74b
Compare
Choose a tag to compare

New Features

  • Increase flatten replies max depth 4032
  • Update to React 18 4056

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

20 Sep 17:18
0d2f285
Compare
Choose a tag to compare

Bug fixes and improvements

  • add CustomScrollContainer to embed to allow for configuring fixed containers #4050

v7.3.0

25 Aug 13:32
b339a6f
Compare
Choose a tag to compare

Bug fixes and improvements

  • optimize tag count resolution #4031

v7.2.2

23 Aug 12:48
3b3db33
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • fixes behaviour when trying to view new replies coming in via subscription #4028

v7.2.1

15 Aug 20:13
3f1c7e6
Compare
Choose a tag to compare

Bug fixes and improvements

  • updates behaviour when navigating through unread comments #4022

v7.2.0

11 Aug 18:11
1c00a68
Compare
Choose a tag to compare

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

03 Aug 15:33
9cd4906
Compare
Choose a tag to compare

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

Docs and developer updates

  • update wording in CMS docs #3953
  • add note about removed prop in docs #3963
  • add optional hotkey to toggle display of comment IDs in development #3966
  • note username uniqueness in FAQs #3981
  • remove/replace enzyme tests #3982
  • reference new docker image in docs #4008
  • log new story creation #4015

v7.1.2

28 Jun 21:56
3d5a725
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • Fix validation on story tree generation jobs so they run with optional/empty inputs #3996

v7.1.1

24 Jun 17:43
de0c719
Compare
Choose a tag to compare

Bug fixes and improvements

  • Moves the regenerate story trees functionality into a job processor queue. #3989