You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Angular libs should be peer dependencies, instead of regular dependencies (we can't have multiple different versions of an Angular library in an Angular app) Problems with Angular 12 and 13 #410
Create new message menu UI to solve mobile usability issues Mobile usability issues stream-chat-css#141 -> this will require reorganizing the reaction components, the new UI:
Update dependencies to the latest version
By default if an error occurs during channel load, the Observable will emit an error, which will close the stream. Users will have to reload the page to be able to reinitialize the ChannelService. If you don't want the streams to be closed, you can pass options.keepAliveChannels$OnError = true to the init method. In that case the channelQueryState$ stream will emit the status of the latest channel load request. We should remove the keepAliveChannels$OnError option, and make it the default behavior, as it's more logical then sending an error to channels$
Breaking changes
ImageLoadService
#358keepAliveChannels$OnError
option, and make it the default behavior, as it's more logical then sending an error tochannels$
Major UI changes (that are not breaking)
Nice to haves
These probably won't make it to v5 as the release is already quite packed, if nothing else, they can be a good starting point for v6
ChannelService
intoChannelListService
,ActiveChannelService
andThreadService
The text was updated successfully, but these errors were encountered: