Skip to content

Commit 671319f

Browse files
Updating changelog
1 parent f87efc2 commit 671319f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.12.0] 2020-06-15
4+
5+
- **Improvements to autocomplete feature in MessageInput component**.
6+
7+
Until now if your channel had more than 100 members, then you couldn't see members (besides first 100) in mentions popup box. This was because queryChannels api only populates 100 members in channel state and mentions feature was based on searching for members in channel state.
8+
9+
From now on, autocomplete input (specifically mentions autocomplete) will be api based search. So that mentions feature will work even for the channels with more than 100 members.
10+
311
## [0.11.0] 2020-06-01
412

513
**Non breaking changes**

0 commit comments

Comments
 (0)