Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Releases: withspectrum/spectrum

v2.6.3

26 Jan 00:00
bece936
Compare
Choose a tag to compare
  • Improves mention suggestion sorting and design #4582

v2.6.2

25 Jan 21:06
4ba3dff
Compare
Choose a tag to compare
  • Hotfix a bug with graphql rate limiting #4558
  • Hotfix thread creation from Android #4574
  • Fixes a memory leak in Hyperion #4576
  • Adds @ mention autocomplete to chat input #4550

v2.6.1

18 Jan 23:26
9342550
Compare
Choose a tag to compare
  • Adds GraphQL rate limiting #4540
  • Removes draftjs block validation in messages #4543
  • Adds support for markdown links in chat input #4545 @Chiamaka
  • Fixes messages being sent during IME composition #4551 @lacolaco
  • Fixes a bug with onBlur and onFocus handlers for the chat input in the direct messages view #4554
  • Adds the ability to remove the cover photo from a community without having to upload a new photo #4535 @ThomasRoest

v2.6.0

15 Jan 08:41
4738f61
Compare
Choose a tag to compare
  • Brand new plaintext chat input #4472
  • Keycode handling cleanup, thanks to @Chiamaka in #4537
  • Improve the grammar of the view error message, thanks to @timothyis in #4539

v2.5.6

09 Jan 17:17
c972275
Compare
Choose a tag to compare
  • Tracks job queue metrics #4505
  • Eliminates invalid DOM nesting warning #4507 @Chiamaka
  • Removes duplicate code in withCurrentUser #4479 @Chiamaka
  • Removes unused var #4522 @Chiamaka
  • Downrankes watercooler threads in digests #4519
  • Changes Google Auth scope to prepare for sunsetting Google+ APIs #4518
  • Makes it harder for people to accidentally compose messages while signed out (potentially losing the content if localstorage isn't working) #4521
  • Slightly less growth-hacky text in reputation string for digests #4520
  • Adds missing username property in flow types for username checks #4529 @Chiamaka

v2.5.5

20 Dec 18:55
b1363bb
Compare
Choose a tag to compare
  • Re-enables toobusy for rerouting requests to different instances #4493
  • Disables GraphQL playground in prod #4490 @dev-drprasad
  • Fixes a bug in DM composition #4495
  • Adds better linking in documentation for Redis #4496 @ThomasRoest
  • Implements statsD tracking to servers for better uptime and performance monitoring #4444
  • Upgrades apollo-incache-memory to fix a memory leak in optimistic responses #4497
  • Adds better support for CodeSandbox embed urls #4500

v2.5.4

18 Dec 12:16
Compare
Choose a tag to compare
  • We've reworked the direct messages view to be much less bug-prone
  • We've resolved a bug where the direct messages view was only showing errors for ~30 users

v2.5.3

16 Dec 18:40
e15a965
Compare
Choose a tag to compare
  • Removes duplicate code in current user hoc #4479 @Chiamaka
  • Addresses type safety and possible DM bug in participants resolver #4481
  • Lowers the threshold to show a timestamp divider in chat messages #4483

v2.5.2

14 Dec 21:27
e3a852d
Compare
Choose a tag to compare
  • Fixes a bug with creating Chronos jobs #4477

v2.5.1

14 Dec 21:25
34adf7d
Compare
Choose a tag to compare
  • Convert several debugs to console errors #4455 #4456 #4457 #4459
  • Lots of dependency updates to fight fires #4460
  • Fixes hermes not returning a promise when sending emails, causing jobs to get stuck #4464
  • Fixes sendgrid syntax for sending to multiple emails at once #4466
  • Replaces all Link occurrences with react-router-dom #4463 @Chiamaka
  • More aggressive settings when reconnecting to changefeeds #4473
  • Increases driver connection timeout to 30s #4474
  • Uses a plain function to update user online status rather than a createWriteQuery #4470