Skip to content

Commit a99a39d

Browse files
committed
add changelog
1 parent bca8f96 commit a99a39d

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## [4.0.1](https://github.com/GetStream/stream-chat-react/releases/tag/v4.0.1) 2021-02-11
4+
5+
**NOTE: breaking changes in v4.0.0, this follow-up version patches the docs**
6+
7+
### Feature
8+
9+
- Add `usePinHandler` example to docs [#705](https://github.com/GetStream/stream-chat-react/pull/705)
10+
11+
### Bug
12+
13+
- Remove legacy APIs in mock data used for generating the docs [#704](https://github.com/GetStream/stream-chat-react/pull/704)
14+
315
## [4.0.0](https://github.com/GetStream/stream-chat-react/releases/tag/v4.0.0) 2021-02-10
416

517
### ⚠️ BREAKING CHANGES ⚠️

src/docs/useFlagHandler.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ const MyCustomMessageComponent = (props) => {
2121
</div>
2222
);
2323
};
24-
`
2524
```

src/docs/useMuteHandler.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ const MyCustomMessageComponent = (props) => {
2020
</div>
2121
);
2222
};
23-
`
2423
```

src/docs/useOpenThreadHandler.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ const MyCustomMessageComponent = (props) => {
2222
</div>
2323
);
2424
};
25-
`
2625
```

src/docs/useReactionHandler.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ const MyCustomMessageComponent = (props) => {
2222
</div>
2323
);
2424
};
25-
`
2625
```

src/docs/useRetryHandler.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ const MyCustomMessageComponent = (props) => {
2929
</div>
3030
);
3131
};
32-
`
3332
```

0 commit comments

Comments
 (0)