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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
## [1.3.0] 2020-09-11 (UNPUBLISHED)
3
+
## [1.3.0] 2020-09-16 (UNPUBLISHED)
4
4
5
5
**BREAKING CHANGES**
6
6
@@ -74,6 +74,17 @@
74
74
75
75
- All contexts are exported and any values can be accessed through a higher order component (ex: `withMessagesContext`) or the `useContext` hook (ex: `const { messages } = useContext(MessagesContext);`)
76
76
77
+
*FileUploadPreview*
78
+
79
+
- We fixed a bug for being unable to remove a file from the `MessageInput` and made it consistent to `ImageUploadPreview`
80
+
- We have removed support for the `fileUploadPreview.dismissText` theme value
81
+
- We have added support for `fileUploadPreview.dismiss`, `fileUploadPreview.dismissImage`, and `fileUploadPreview.imageContainer` theme values
82
+
83
+
*MessageInput*
84
+
85
+
- We replaced the default image picker [react-native-image-picker](https://github.com/react-native-community/react-native-image-picker) for [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) and added `compressImageQuality` prop to support image compression out-of-the-box
86
+
- Added `FileUploadPreview` and `ImageUploadPreview` props to support custom overrides to those components
87
+
77
88
*Deprecated Props*
78
89
79
90
- We have removed support for the `MessageList` component's `onMessageTouch` prop. Since this prop no longer exists, we have also removed `dismissKeyboardOnMessageTouch`. Please use the `onPress` prop on the `MessageSimple` component to perform an action on touch of a message.
0 commit comments