Skip to content

Releases: coralproject/talk

v8.0.0

27 Mar 18:25
48b1e22
Compare
Choose a tag to compare

We're doing a major version bump because this is a significant change to our underlying data mechanisms, which will bring noticeable performance improvements and lower your Mongo usage. This version does not require any changes to your integration, but you might need to alter the setup of your hosting infrastructure to make the most of the improvements. All APIs and user interfaces remain unchanged.

You can read more about this change and suggested hosting updates in our documentation

New Redis-based data cache

  • Adds a new caching layer using Redis to cache comment data, reducing round trips to the database, therefore dramatically reducing resource requirements for database hosting.

v7.4.9

23 Mar 18:12
4e4e718
Compare
Choose a tag to compare

What's Changed

  • Restrict Domain Bans to Org Mods or greater #4173
  • protect common email domains from domain moderation #4174
  • Make dashboard staff counts include admins, mods, site mods, and staff #4169
  • Remove Moderation Queue auto-focus #4158
  • Better optimize filling the archive queue #4176
  • fix for undefined window on resize events #4183
  • migrate coral off of CircleCI and move to GHA #4170
  • update pr template to ask about migrated tests #4159
  • doc: add docs on comment styling regarding using padding not margin #4165
  • log the sort order when the comment stream is queried #4171

Full Changelog: v7.4.8...v7.4.9

v7.4.8

02 Mar 15:17
461618e
Compare
Choose a tag to compare

Bugfixes and improvements

  • fixes a bug that caused reaction icon to display incorrectly on streams using custom styles #4164
  • fixes a typo in the forgot password email d34f776

7.4.7

16 Feb 20:36
249013a
Compare
Choose a tag to compare
  • allow organization moderators to assign site moderators within their organization #4023
  • Set tenant domain in CSP headers for admin requests #4115
  • adjustments to keyboard and mouse focus state management in RTE #4109
  • fix class attributes on nested comments #4113
  • add stable classnames to more DOM elements in stream #4131
  • add accessible label to "manage ignored users" button #4114
  • update focus management to support keyboard accessibility #4097
  • Update jsonwebtoken to address security vulnerability #4138
  • have circle use local bundlesize2 instead of npx #4135
  • quick domain moderation in ban modal #4127

v7.4.6

18 Jan 18:53
f160450
Compare
Choose a tag to compare

Hotifx

  • update jsonwebtoken to address reported package vulnerability #4138

v7.4.5

19 Dec 18:52
f4618ac
Compare
Choose a tag to compare

Bug fixes and improvements

  • adds a reload function to coral article count scripts

v7.4.4

08 Dec 17:00
005b73d
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fix cropped Youtube previews #4083
  • Fix vulnerabilities #4079
  • Add job pods to dev environment #4075
  • Fix no-text mode for count scripts #4062
  • Add appropriate heading levels to settings menus #4091, #4090
  • Add aria-labels to "go to conversation" link #4093
  • Improve aria labels on comment expand/collapse buttons #4094
  • Use a more generic title for "Log In" popout #4080
  • Move unarchiving to a job so it can run for extended periods if necessary #4102
  • Optimize archive/unarchive story operations #4101

v6.18.5

08 Dec 20:01
Compare
Choose a tag to compare
  • Address accessibility issues raised by third party auditors #4096
  • Move unarchiving to a job so it can run for extended periods if necessary #4102
  • Optimize archive/unarchive story operations #4101

v6.18.3

02 Dec 13:30
Compare
Choose a tag to compare

Bug fixes and improvements

  • update unarchiving to use a job task #4103

v7.4.3

07 Nov 20:31
45eb755
Compare
Choose a tag to compare

Bug fixes and improvements

  • handle users with missing emails in mailer