Skip to content

Commit 209bc63

Browse files
committed
Release - 4.8.0
1 parent b911da5 commit 209bc63

22 files changed

+113
-60
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
11
# Changelog
22

3+
## v4.8.0 (May 03, 2023)
4+
### **Features**
5+
### PinnedMessageListQuery
6+
You can now retrieve all pinned messages in a GroupChannel by the `PinnedMessageListQuery`.
7+
8+
- Added `PinnedMessage`
9+
- Added `PinnedMessageListQuery`, `PinnedMessageListQueryParams`
10+
- Added `groupChannel.createPinnedMessageListQuery()`
11+
12+
```
13+
const query = groupChannel.createPinnedMessageListQuery(params);
14+
const pinnedMessages = await query.next();
15+
```
16+
17+
### **Improvements**
18+
- Improvements stability
19+
320
## v4.7.2 (Apr 19, 2023)
421
### **Improvements**
5-
- Fixed a bug where `MessageCollection.initialize()` would throw an Error in some cases\n
22+
- Fixed a bug where `MessageCollection.initialize()` would throw an Error in some cases
23+
624
## v4.7.1 (Apr 18, 2023)
725
### **Improvements**
8-
- Fixed a bug on `AbortController` import\n
26+
- Fixed a bug on `AbortController` import
27+
928
## v4.7.0 (Apr 17, 2023)
1029
### Features
1130
### (Moderation) Automatically detect when user is unmuted
@@ -18,11 +37,12 @@ Note that this is a `MessageCollections` only feature! We recommend all of our c
1837
- Added `collection.close()` when `disconnect()` is called
1938
- Added support for `AbortController` compatibility
2039
- Improved stability
40+
2141
## v4.6.2 (Apr 05, 2023)
2242
### **Improvements**
2343
- Fixed a bug where `GroupChannelCollection` could not handle `EVENT_MESSAGE_SENT`
24-
## v4.6.1 (Mar 29, 2023)
2544

45+
## v4.6.1 (Mar 29, 2023)
2646
### **Improvements**
2747
- Added `fetch` polyfill with `AbortController` support
2848
- Fixed a bug where messages in `MessageCollection` not carrying `parentMessage` value when they should

__bundle-19ae1b86.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

__bundle-85ff9909.js renamed to __bundle-29b85a0e.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

__bundle-02c5cac8.js renamed to __bundle-2f62319e.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)