Skip to content

Commit 30d6d41

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a3a4139 + e81fc69 commit 30d6d41

File tree

453 files changed

+10650
-8052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+10650
-8052
lines changed

.eslintignore

Lines changed: 0 additions & 22 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 230 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node: [16, 18]
30+
node: [lts/*]
3131
name: Test with Node ${{ matrix.node }}
3232
steps:
3333
- uses: actions/checkout@v3

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"arrowParens": "always",
33
"jsxSingleQuote": true,
4-
"printWidth": 100,
4+
"printWidth": 90,
55
"singleQuote": true,
66
"tabWidth": 2,
77
"trailingComma": "all"

.releaserc.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@
7272
}
7373
],
7474
[
75-
"@semantic-release/exec", {
76-
"prepareCmd": "NEXT_VERSION=${nextRelease.version} npm run build"
77-
}],
75+
"@semantic-release/exec",
76+
{
77+
"prepareCmd": "NEXT_VERSION=${nextRelease.version} npm run build"
78+
}
79+
],
7880
[
7981
"@semantic-release/changelog",
8082
{

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [12.10.0](https://github.com/GetStream/stream-chat-react/compare/v12.9.0...v12.10.0) (2025-01-28)
2+
3+
4+
### Bug Fixes
5+
6+
* mark channel read for all incoming unread messages ([#2622](https://github.com/GetStream/stream-chat-react/issues/2622)) ([893e407](https://github.com/GetStream/stream-chat-react/commit/893e4076083ac0e79894a2d2691373c7ef667e26))
7+
8+
9+
### Features
10+
11+
* add VirtualizedMessageListContext ([#2619](https://github.com/GetStream/stream-chat-react/issues/2619)) ([e3838d6](https://github.com/GetStream/stream-chat-react/commit/e3838d62b9c979b7c87199e4e1961f96c722fc53))
12+
13+
## [12.9.0](https://github.com/GetStream/stream-chat-react/compare/v12.8.2...v12.9.0) (2025-01-27)
14+
15+
16+
### Bug Fixes
17+
18+
* channel-pinning related improvements ([#2602](https://github.com/GetStream/stream-chat-react/issues/2602)) ([9f41a4c](https://github.com/GetStream/stream-chat-react/commit/9f41a4cae12abd36690b57e111ce49994dd8b409)), closes [/github.com/GetStream/stream-chat-react/issues/2595#issuecomment-2569118691](https://github.com/GetStream//github.com/GetStream/stream-chat-react/issues/2595/issues/issuecomment-2569118691)
19+
* import execSync ([#2616](https://github.com/GetStream/stream-chat-react/issues/2616)) ([3801375](https://github.com/GetStream/stream-chat-react/commit/38013759fbfb327acfb36ecbce0009450a93089e))
20+
21+
22+
### Features
23+
24+
* add prop disabled to ChatAutoComplete props ([#2617](https://github.com/GetStream/stream-chat-react/issues/2617)) ([8b686fe](https://github.com/GetStream/stream-chat-react/commit/8b686fe636deeff8590bf3498b034bca5b8b2397))
25+
126
## [12.8.2](https://github.com/GetStream/stream-chat-react/compare/v12.8.1...v12.8.2) (2025-01-10)
227

328

e2e/fixtures/data/attachment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable sort-keys */
1+
22
const smallImageAttachment = [
33
{
44
type: 'image',

0 commit comments

Comments
 (0)