Skip to content

Commit 8015e41

Browse files
committed
Changelog
1 parent efb5c0a commit 8015e41

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
121121
- `@msinternal/botframework-webchat-react-hooks` for helpers for React hooks
122122
- Added link sanitization and ESLint rules, in PR [#5564](https://github.com/microsoft/BotFramework-WebChat/pull/5564), by [@compulim](https://github.com/compulim)
123123
- Added blob URL sanitization and ESLint rules, in PR [#5568](https://github.com/microsoft/BotFramework-WebChat/pull/5568), by [@compulim](https://github.com/compulim)
124+
- Added visual message grouping following the `isPartOf` property of the `Message` entity, in PR [#5553](https://github.com/microsoft/BotFramework-WebChat/pull/5553), by [@OEvgeny](https://github.com/OEvgeny)
125+
- The mode is suitable for providing chain-of-thought reasoning
126+
- Added visual indication of `creativeWorkStatus` property in `Message` entity:
127+
- `undefined` - no indicator is shown
128+
- `'incomplete'` - show loader aside from the message
129+
- `'published'` - show checkmark aside from the message
130+
- Added a `position` property support for the `Message` entity
131+
- The `position` property takes precedence over existing sequence id
124132

125133
### Changed
126134

0 commit comments

Comments
 (0)