Skip to content

Commit bc03cab

Browse files
committed
Changelog
1 parent 6fedf19 commit bc03cab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
9393
- Existing behavior will be kept and activities will be grouped by `sender` followed by `status`
9494
- `useGroupActivitiesByName` is favored over the existing `useGroupActivities` hook for performance reason
9595
- Middleware which support the new grouping name init argument should only compute the grouping if they match the grouping name, or the grouping name is not specified, otherwise, should do nothing and call the downstream middleware
96-
- Resolved [#5463](https://github.com/microsoft/BotFramework-WebChat/issues/5463). Added attachment preview for `sendAttachmentOn: "send"`, in PR [#5464](https://github.com/microsoft/BotFramework-WebChat/pull/5464), by [@compulim](https://github.com/compulim)
96+
- Resolved [#5463](https://github.com/microsoft/BotFramework-WebChat/issues/5463). Added attachment preview for `sendAttachmentOn: "send"`, in PR [#5464](https://github.com/microsoft/BotFramework-WebChat/pull/5464), by [@compulim](https://github.com/compulim), in PR [#5492](https://github.com/microsoft/BotFramework-WebChat/pull/5492), by [@OEvgeny](https://github.com/OEvgeny)
9797
- Attaching files will no longer remove previously attached files
98+
- Updated Fluent theme to use the new attachment preview feature
9899

99100
### Changed
100101

0 commit comments

Comments
 (0)