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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## v3.0.129(JUL 24, 2020)
4
+
5
+
- Renamed `includeReaction` to `includeReactions` in `channel.getMessageChangeLogs()` (`includeReaction` is deprecated).
6
+
- Added `ogMetaData` in `BaseMessage`.
7
+
-`ogMetaData` holds open graph properties including `title`, `url`, `description`, and `defaultImage`.
8
+
-`ogMetaData.defaultImage` has the image-related properties including `url`, `secureUrl`, `type`, `width`, `height`, `alt` as defined in the target website.
9
+
-`ogMetaData` may not be set at the moment of sending. Once the message is sent, Sendbird service would fetch and analyze the open graph property and give the result as a form of message update event.
10
+
3
11
## v3.0.128(JUL 10, 2020)
4
12
5
13
- Added `addOperators()` and `removeOperators()` in `GroupChannel` and `OpenChannel`.
If you want to check the record of other version, go to [Change Log](https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
58
58
59
-
- Added `addOperators()` and `removeOperators()` in `GroupChannel` and `OpenChannel`.
60
-
- Bug-fix in missing `data` field of file message.
59
+
- Renamed `includeReaction` to `includeReactions` in `channel.getMessageChangeLogs()` (`includeReaction` is deprecated).
60
+
- Added `ogMetaData` in `BaseMessage`.
61
+
-`ogMetaData` holds open graph properties including `title`, `url`, `description`, and `defaultImage`.
62
+
-`ogMetaData.defaultImage` has the image-related properties including `url`, `secureUrl`, `type`, `width`, `height`, `alt` as defined in the target website.
63
+
-`ogMetaData` may not be set at the moment of sending. Once the message is sent, Sendbird service would fetch and analyze the open graph property and give the result as a form of message update event.
0 commit comments