Skip to content

Releases: coralproject/talk

v8.1.0

08 May 15:31
3ae9082
Compare
Choose a tag to compare

New features and updates

  • Add a Refresh comments button on page visibility change #4184

Bug fixes and improvements

  • Create worker-based wordlist processor #4220
  • Slovak Translation #4175
  • Fix typos in German localization #4192, #4225
  • Give buttons clearer screen reader labels #4210
  • Update Dutch localization #4217

v8.0.4

26 Apr 17:45
8d9bdad
Compare
Choose a tag to compare

Bug fixes and improvements

  • hotfix: resolve bad import #4228

v8.0.3

21 Apr 16:55
c39c078
Compare
Choose a tag to compare

Bug fixes and improvements

  • Update comments links to better work with customScrollContainer #4221
  • Enable/disable data cache with feature flag #4218
  • add sectionOverride option to scraper for cases when section meta tag is being used by other services #4186
  • allow admins to demote other admins #4180

v7.5.0

14 Apr 15:46
5934174
Compare
Choose a tag to compare

Bug fixes and improvements

  • update story URL if a new URL is provided #4172
  • add sectionOverride option to scraper for cases when section meta tag is being used by other services #4186
  • allow admins to demote other admins #4180

v8.0.2

12 Apr 16:33
9a998b4
Compare
Choose a tag to compare

Bug fixes and improvements

This release includes several bug fixes and improvements for release 8.0.0:

  • Don't add archived stories to redis cache #4202
  • redis cache expiry improvements #4207
  • create admin control panel button to flush redis cache #4208

v8.0.1

29 Mar 18:44
4bb4a75
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fix edited comment subscriptions for Redis cache #4197
  • Separate tests into different sections to improve CI performance #4191
  • Document Redis cache index for archivedCommentActions #4198

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