Releases: GetStream/stream-chat-swift
Releases · GetStream/stream-chat-swift
1.3.5
Added
- Delete a channel.
Channel.delete() Channel.create(options: QueryOptions = []) -> Observable<ChannelResponse>ChatViewStyleVisibility.noneto hidesendButtoninComposerViewComposerView.sendButtonVisibilityfor a custom send button. The property can be observed for visibility states:isEnabled,isHidden.
Changed
- The file
ChatEndpoint.swiftrenamed toEndpoint.swift. ChannelsViewController.channelPresenteropen.
Fixed
- A bug for replies count in the
ChatViewController. - Hide ephemeral messages from replies in the
ChatViewController. - Fixed Token payload parsing (thanks to @nlash-livly).
- Fixed
ComposerViewlayout when theattachmentButtonis disabled.
1.3.4
Added
- Stream Chat version is public:
Client.version. UserhascurrentDevicewhen a device token for Push Notifications was received.
Changed
- Example project updated with switches for unread count messages, online users, push notifications.
ChatViewControllerfooter will showConnecting...andWaiting for networkmore precisely.Clientconnection will skip react on.inactiveapp state.AvatarViewremoved from an Objective-C bridging.
Fixed
- Push Notifications.
Memberhash.- Device token to string.
InternetConnectionstatus.ChatViewControllerscroll to bottom.
1.3.3
Added
var onlineUsers: Driver<[User]>forChannelstayConnectedInBackgroundparameter inClientsetup. When the app will go to the background, start a background task to stay connected for 5 min. By default: true.
Changed
- Renamed channel query method:
fromChannel.query(pagination: Pagination, queryOptions: QueryOptions = [])
toChannel.query(pagination: Pagination = .none, options: QueryOptions = []) - Renamed
MVartoAtomic
Fixed
Memberequal operator