This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
Releases: withspectrum/spectrum
Releases · withspectrum/spectrum
v2.4.52
v2.4.51
v2.4.50
- Fixes user profile dropdown positioning on marketing pages #4052 @rfbotto
- Returns an error message if an image upload fails #4107
- Adds a temporary fix to auth flow if
id
field is missing in deserialized user data #4104 - Disables alpha deployments via ci #4103
- Fixes queue arguments when a user is created #4115
v2.4.49
v2.4.48
v2.4.47
v2.4.46
v2.4.45
v2.4.44
Fixes
- Fixed a bug that allowed users to react to threads where they didn't have permission c37a3bf
- Fixed a bug that could expose the join token for private communities 867207e
- Fixed a bug that could expose the join settings for private channels f222f6e
- Fixed a bug that could allow a direct message to get sent to the wrong thread 56bccac
- Fixed a bug that could allow private member and thread information to be queried afda3dc
- Removes an outdated token from the codebase b35e744
v2.4.43
Fixes
- Reordered migrations to align with the order they were run in prod #4016
- Upgrade React version #4006
- Initialize new communities with memberCount of 1 #4025
- Initialize threads with message and reaction count of 0 #4024
- Deprecate channel.metadata fetches #4020
- Allow DM snippet to be null #4028
- Use apollo-link-schema for SSR #4033
- Use em-dash and rich quote in UI #4057 @zanedb
- Add privacy links on login views #4060
- Various bug fixes and patches #4072
- Lots of dependency updates