Skip to content

Commit c4bea0a

Browse files
authored
Merge pull request #981 from GetStream/remove-docgen
Remove docgen
2 parents 304d039 + 50c6e21 commit c4bea0a

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

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

3+
## [6.1.0](https://github.com/GetStream/stream-chat-react/releases/tag/v6.1.0) 2021-06-15
4+
5+
### 🎉 UPDATED DOCS! 🎉
6+
7+
- We have completely re-written our [SDK docs](https://getstream.io/chat/docs/sdk/react/)
8+
- Component/props/context references are all complete
9+
- We'll continually add to the Custom Code Examples section for easier customization
10+
- The new docs are found on the [website](https://getstream.io/chat/docs/sdk/react/)
11+
12+
### Feature
13+
14+
- Refine edit message privileges and add `onlySenderCanEdit` prop to `MessageList` [#975](https://github.com/GetStream/stream-chat-react/pull/975)
15+
16+
### Chore
17+
18+
- Change attachment type for video messages [#976](https://github.com/GetStream/stream-chat-react/pull/976)
19+
- Adjust mouse event listener options [#980](https://github.com/GetStream/stream-chat-react/pull/980)
20+
21+
### Bug
22+
23+
- Prevent `EmptyStateIndicator` from showing up in `Thread` [#977](https://github.com/GetStream/stream-chat-react/pull/977)
24+
325
## [6.0.7](https://github.com/GetStream/stream-chat-react/releases/tag/v6.0.7) 2021-06-14
426

527
### Feature

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
"postcss-loader": "^4.1.0",
135135
"prettier": "^2.2.0",
136136
"react": "^17.0.1",
137-
"react-docgen-typescript": "1.21.0",
138137
"react-dom": "^17.0.1",
139138
"react-test-renderer": "^17.0.1",
140139
"rollup": "^2.33.3",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9180,11 +9180,6 @@ react-clientside-effect@^1.2.2:
91809180
dependencies:
91819181
"@babel/runtime" "^7.12.13"
91829182

9183-
9184-
version "1.21.0"
9185-
resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.21.0.tgz#3385dde81b63eb1d54f86a935bd4f65f96c821f6"
9186-
integrity sha512-E4y/OcXwHukgiVafCGlxwoNHr4BDmM70Ww7oimL/QkMo5dmGALhceewe/xmVjdMxxI7E5syOGOc9/tbHL742rg==
9187-
91889183
react-dom@^17.0.1:
91899184
version "17.0.1"
91909185
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6"

0 commit comments

Comments
 (0)