Commit 9ba78cd
Sravan S
[v3.4.8] (May 19 2023) (#545)
Fixes:
* Prevent white space only text sending
* Mentioned user Regex parsing Mention will now work even
if userId has `.*+?^${}()|[\]\\` characters
* ChannelList blink when when message is send
Happened when there were two channelLists in the same page with different query params
* ChannelSetting `renderUserProfile` prop
We were applying `renderChannelProfile` in place of `renderUserProfile`
* MessageBody: Words break mid word
Words were breaking midword because all white spaces were converted into nbsps
CSS couldnt distinguish nbsps as whitespaces, so wrapping didnt work well
Chores:
* Setup CircleCI
* We are moving from Github Actions to CircleCI
* Setup Husky
* Setup lint on post push
* Auto run yarn install on post pull
* Update EsLint
* Update version to 8.40.x
* Apply more strict rules
Fixes: https://sendbird.atlassian.net/browse/SDKRLSD-821
Co-authored-by: Chris Heo<chris.heo@sendbird.com>, Hoon Baek<hoon.baek@sendbird.com>, Irene Ryu <irene.ryu@sendbird.com >, Sravan<sravan-s@protonmail.com>,1 parent a4c9567 commit 9ba78cd
3 files changed
+29
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
3 | 29 | | |
4 | 30 | | |
5 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
0 commit comments