Skip to content

Releases: coralproject/talk

v8.5.2

04 Oct 13:29
d3fab0c
Compare
Choose a tag to compare

Bug fixes and improvements

  • allow additional origins for oembed api calls by @kabeaty in #4328
  • add web view troubleshooting info to docs by @kabeaty in #4335
  • fix edit child reply to edited parent not updating by @kabeaty in #4334
  • update all comment-count translations to remove $numberClass by @kabeaty in #4347
  • Left align fallback comment embed by @marcushaddon in #4351
  • handle empty wordlists in the wordlist worker by @nick-funk in #4345
  • update textHtml in redis cache for comment counts when count updates by @kabeaty in #4341
  • clarify data-coral-url in docs for comment count by @kabeaty in #4330
  • accessibility improvements in the stream by @kabeaty in #4331
  • add optional count param to active stories script by @kabeaty in #4342

Full Changelog: v8.5.0...v8.5.2

v8.5.1

15 Sep 14:21
e5c72eb
Compare
Choose a tag to compare

New features and improvements

Convert coral into a mono-repo with 3 main projects #4301

If you are developing locally, you will need to read the new development instructions https://github.com/coralproject/talk/blob/main/docs/docs/development.md

v8.5.0

28 Aug 20:02
7536231
Compare
Choose a tag to compare

New Features and functionality

  • Spam ban via stream moderation #4296
  • Add reject button in view conversation modal in admin #4310
  • Custom flair badges #4316 - huge thanks to @jbotte for suggestion and initial implementation

Bug fixes and improvements

  • Only display single site ban options for single site tenants #4285
  • Reject all comments in queue when user is banned and their comments all rejected #4291
  • Update to have comment count and embed jsonp use primarily Redis cache #4309
  • Improve consistency of Redis cache key for comment count #4300
  • Fix flaky and slow CommentContainer tests #4317
  • Replace Google Container Registry with Google Artifact Registry #4318
  • Update Dutch translations #4307

v8.4.2

19 Jul 19:45
fd31f23
Compare
Choose a tag to compare

Bug fixes and improvements

  • Add CORS to single comment embed oembed endpoint #4297

v8.4.1

14 Jul 17:06
dde9431
Compare
Choose a tag to compare
  • Fix bug with "add announcement" feature #4282
  • Update allowed origins input to Textarea #4277
  • ensure npm run watch runs on m1 and m2 macs #4283
  • update unanswered tags when rejecting comments #4281

v8.4.0

11 Jul 13:25
5de26ce
Compare
Choose a tag to compare

New features and improvements

  • update icon library from Google Material Icons to Streamline Icons #4203
    • Note: this may be a visually breaking change if you are using custom CSS that targets the i element to style icons. All custom styles targeting icons by element should be update to target either the svg element or the span that wraps it.

v8.3.2

12 Jul 13:10
Compare
Choose a tag to compare

Bugfixes

  • update unanswered tags when rejecting comments #4281

v8.3.1

27 Jun 14:24
897e0eb
Compare
Choose a tag to compare

Bugfixes and improvements

  • get custom css and fonts css from stream embed for single comment embeds #4274

v8.3.0

21 Jun 14:45
da121c3
Compare
Choose a tag to compare

New Features

  • support for Comment Embeds, which allows sites to embed comments within a page or article with an HTML snippet, similar to a tweet embed. View full documentation for this feature. Note that comments may only be embedded on domains that are listed in your installation's permitted domains.

Bug fixes and improvements

  • Remove snapshot tests from test suites #4241

v8.2.4

14 Jun 20:06
5b87ba5
Compare
Choose a tag to compare

Bug fixes and improvements

  • fixes a bug in moderation keyboard shortcuts #4249