Skip to content

Commit 2a7fbad

Browse files
Updated CHANGELOG
1 parent 71a1249 commit 2a7fbad

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
33

44
# Upcoming
55

6+
### ✅ Added
7+
- Padding support to message bubble modifier
8+
9+
### 🐞 Fixed
10+
- Fixed a bug with canceled backswipe
11+
612
### 🔄 Changed
13+
- Docs restructuring
14+
- Exposed some view components as public
715

816
# [4.18.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.18.0)
917
_July 05, 2022_

docusaurus/docs/iOS/swiftui/chat-channel-components/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The chat channel describes all the content that is shown for a specific channel.
1212
- Message List
1313
- Message Composer
1414

15-
There are **many components** that make of the chat channel screen. The **channel header** is shown on the top to give an overview over the channel as well as provide other **helpful information**. It can take care of navigation (e.g. using a back button) and allow the user to see more information about members, name, and other properties of a channel. All of these components are **customizable and easily replaceable**.
15+
There are **many components** that make up the chat channel screen. The **channel header** is shown on the top to give an overview of the channel as well as provide other **helpful information**. It can take care of navigation (e.g. using a back button) and allow the user to see more information about the name, members, and other properties of a channel. All of these components are **customizable and easily replaceable**.
1616

1717
The **message list** in the SwiftUI SDK is the view that shows all the messages in a channel. These include all kinds of types like **text, images, links, GIFs, and many more**. Also, it includes features such as message **reactions** and **threads**.
1818

@@ -38,7 +38,7 @@ There is more content to be found on our [Youtube channel](https://www.youtube.c
3838

3939
## Showing a Channel programmatically
4040

41-
While the general use-case is that users navigate from a Channel List to a chat channel there can be exceptions from that. In some cases, it is required to directly show a channel. Not only that, it can also be helpful to have the option to programmatically navigate to a certain channel.
41+
While the general use case is that users navigate from a Channel List to a chat channel, there can be exceptions to that. In some cases, it is required to directly show a channel. Not only that, but it can also be helpful to have the option to programmatically navigate to a certain channel.
4242

4343
The SDK makes this easy as it exposes the `ChatChannelView` as the view that holds the UI and logic for showing the chat channel. It requires two parameters:
4444

0 commit comments

Comments
 (0)