You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@
5
5
### Features
6
6
-**RTL Support**
7
7
- Added `htmlTextDirection` prop to `SendbirdProvider` to support Right-To-Left (RTL) text direction for Middle East customers. [Read more](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dir).
8
+
```tsx
9
+
importarfrom'date-fns/locale/ar';
10
+
<SendbirdProvider
11
+
...
12
+
htmlTextDirection={'rtl'|'ltr'}
13
+
// Setting a proper value to dateLocale would be necessary
14
+
dateLocale={ar}
15
+
>
16
+
</SendbirdProvider>
17
+
```
8
18
9
19
-**DX Improvements: ChannelSetting SettingMenu**
10
20
- Added new components and hooks to make the menu items in the `ChannelSettingsUI` more modular and customizable.
0 commit comments