Skip to content

Commit cd69dbc

Browse files
feat: next beta release - v4.0.0 beta.2 (#1051)
2 parents 4f94214 + c9d9211 commit cd69dbc

File tree

246 files changed

+7051
-7858
lines changed

Some content is hidden

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

246 files changed

+7051
-7858
lines changed

.github/workflows/check-pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- develop
77
- master
8-
- 'v[0-9]+.[0-9]+.[0-9]+'
8+
- 'v[0-9]+.[0-9]+.[0-9]+*beta*'
99
types: [opened, synchronize]
1010

1111
jobs:
@@ -25,3 +25,7 @@ jobs:
2525
run: yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
2626
- name: Test
2727
run: yarn test:unit
28+
- name: Chonkbot
29+
uses: tpbowden/[email protected]
30+
with:
31+
token: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Channel muted status component rendered within [`Preview`](../../../../ui-components/channel_preview_muted_status.mdx).
2+
3+
| Type | Default |
4+
| --------- | --------------------------------------------------------------------------------------- |
5+
| component | [ChannelPreviewMutedStatus](../../../../ui-components/channel_preview_muted_status.mdx) |

docusaurus/docs/reactnative/common-content/core-components/channel/props/input.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Component to render UI part of enclosed MessageInput component.
2-
Please read section in guides about [Custimizing Message Input](/reactnative/guides/message-input).
2+
Please read section in guides about [Customizing Message Input](/reactnative/guides/message-input-customization).
33

44
| Type |
55
| --------- |

docusaurus/docs/reactnative/common-content/core-components/channel/props/thread.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
A message object that when set indicates a thread is open.
2-
When used with the [`Thread`](../../../../ui-components/thread.mdx) component this will display the thread.
3-
When used with the standard [`MessageList`](../../../../ui-components/message_list.mdx) component this will prevent any singleton components in the [`OverlayProvider`](../../../../core-components/overlay-provider) form getting out of sync.
2+
When used with the [`Thread`](/reactnative/ui-components/thread) component this will display the thread.
3+
When used with the standard [`MessageList`](/reactnative/ui-components/message-list) component this will prevent any singleton components in the [`OverlayProvider`](/reactnative/core-components/overlay-provider) form getting out of sync.
44

55
:::note
66

docusaurus/docs/reactnative/common-content/core-components/overlay-provider/props/attachment_picker_error_button_text.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Text for the button within [`AttachmentPickerError`](../../../../core-components/overlay-provider#attachmentpickererror) that opens the apps OS level settings.
1+
Text for the button within [`AttachmentPickerError`](/reactnative/core-components/overlay-provider#attachmentpickererror) that opens the apps OS level settings.
22

33
| Type | Default |
44
| ------ | ------------------------------ |

docusaurus/docs/reactnative/common-content/core-components/overlay-provider/props/attachment_picker_error_image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Image component within [`AttachmentPickerError`](../../../../core-components/overlay-provider#attachmentpickererror).
1+
Image component within [`AttachmentPickerError`](/reactnative/core-components/overlay-provider#attachmentpickererror).
22

33
| Type | Default |
44
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

docusaurus/docs/reactnative/common-content/core-components/overlay-provider/props/attachment_picker_error_text.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Error text for [`AttachmentPickerError`](../../../../core-components/overlay-provider#attachmentpickererror).
1+
Error text for [`AttachmentPickerError`](/reactnative/core-components/overlay-provider#attachmentpickererror).
22

33
| Type | Default |
44
| ------ | ----------------------------------------------------------------------- |
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Component for rendering a avatar in the message reaction overlay.
2+
3+
| Type | Default |
4+
| --------- | -------------------------------------------------------------------------------- |
5+
| component | [OverlayReactionsAvatar](../../../../ui-components/overlay_reactions_avatar.mdx) |

docusaurus/docs/reactnative/contexts/message_overlay_context.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: MessageOverlayContext
55

66
import OverlayReactionList from '../common-content/core-components/overlay-provider/props/overlay_reaction_list.mdx';
77
import OverlayReactions from '../common-content/core-components/overlay-provider/props/overlay_reactions.mdx';
8+
import OverlayReactionsAvatar from '../common-content/core-components/overlay-provider/props/overlay_reactions_avatar.mdx';
89

910
import MessageOverlayContextData from '../common-content/contexts/message-overlay-context/data.mdx';
1011

@@ -35,3 +36,7 @@ Setter function for [data](#data).
3536
### <div class="label description">_forwarded from [OverlayProvider](../core-components/overlay_provider.mdx#overlayreactions)_ props</div> OverlayReactions {#overlayreactions}
3637

3738
<OverlayReactions />
39+
40+
### <div class="label description">_forwarded from [OverlayProvider](../core-components/overlay_provider.mdx#overlayreactionsavatar)_ props</div> OverlayReactionsAvatar {#overlayreactionsavatar}
41+
42+
<OverlayReactionsAvatar />

docusaurus/docs/reactnative/core-components/channel_list.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import LoadingIndicator from '../common-content/core-components/channel-list/pro
3737
import Preview from '../common-content/core-components/channel-list/props/preview.mdx';
3838
import PreviewAvatar from '../common-content/core-components/channel-list/props/preview_avatar.mdx';
3939
import PreviewMessage from '../common-content/core-components/channel-list/props/preview_message.mdx';
40+
import PreviewMutedStatus from '../common-content/core-components/channel-list/props/preview_muted_status.mdx';
4041
import PreviewStatus from '../common-content/core-components/channel-list/props/preview_status.mdx';
4142
import PreviewTitle from '../common-content/core-components/channel-list/props/preview_title.mdx';
4243
import PreviewUnreadCount from '../common-content/core-components/channel-list/props/preview_unread_count.mdx';
@@ -236,6 +237,10 @@ const CustomPreviewTitle = ({ channel }) => (
236237

237238
<PreviewMessage />
238239

240+
### PreviewMutedStatus
241+
242+
<PreviewMutedStatus />
243+
239244
### PreviewStatus
240245

241246
<PreviewStatus />

0 commit comments

Comments
 (0)