Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Breaking changes in this release:
- Activity "copy" button will use `outerHTML` and `textContent` for clipboard content, in PR [#5378](https://github.com/microsoft/BotFramework-WebChat/pull/5378), by [@compulim](https://github.com/compulim)
- Enabled icon customization in Fluent theme through CSS variables, in PR [#5413](https://github.com/microsoft/BotFramework-WebChat/pull/5413), by [@OEvgeny](https://github.com/OEvgeny)
- Reworked, enabled in Web Chat, in PR [#5502](https://github.com/microsoft/BotFramework-WebChat/pull/5502), by [@OEvgeny](https://github.com/OEvgeny)
- Bumped dependencies, by [@compulim](https://github.com/compulim) in PR [#5385](https://github.com/microsoft/BotFramework-WebChat/pull/5385), PR [#5400](https://github.com/microsoft/BotFramework-WebChat/pull/5400), PR [#5426](https://github.com/microsoft/BotFramework-WebChat/pull/5426), PR [#5427](https://github.com/microsoft/BotFramework-WebChat/pull/5427), PR [#5476](https://github.com/microsoft/BotFramework-WebChat/pull/5476), PR [#5516](https://github.com/microsoft/BotFramework-WebChat/pull/5516), PR [#5529](https://github.com/microsoft/BotFramework-WebChat/pull/5529), PR [#5532](https://github.com/microsoft/BotFramework-WebChat/pull/5532), PR [#5659](https://github.com/microsoft/BotFramework-WebChat/pull/5659), PR [#5661](https://github.com/microsoft/BotFramework-WebChat/pull/5661), PR [#5768](https://github.com/microsoft/BotFramework-WebChat/pull/5768), and PR [#5813](https://github.com/microsoft/BotFramework-WebChat/pull/5813), by [@OEvgeny](https://github.com/OEvgeny) in PR [#5662](https://github.com/microsoft/BotFramework-WebChat/pull/5662)
- Bumped dependencies, by [@compulim](https://github.com/compulim) in PR [#5385](https://github.com/microsoft/BotFramework-WebChat/pull/5385), PR [#5400](https://github.com/microsoft/BotFramework-WebChat/pull/5400), PR [#5426](https://github.com/microsoft/BotFramework-WebChat/pull/5426), PR [#5427](https://github.com/microsoft/BotFramework-WebChat/pull/5427), PR [#5476](https://github.com/microsoft/BotFramework-WebChat/pull/5476), PR [#5516](https://github.com/microsoft/BotFramework-WebChat/pull/5516), PR [#5529](https://github.com/microsoft/BotFramework-WebChat/pull/5529), PR [#5532](https://github.com/microsoft/BotFramework-WebChat/pull/5532), PR [#5659](https://github.com/microsoft/BotFramework-WebChat/pull/5659), PR [#5661](https://github.com/microsoft/BotFramework-WebChat/pull/5661), PR [#5768](https://github.com/microsoft/BotFramework-WebChat/pull/5768), PR [#5813](https://github.com/microsoft/BotFramework-WebChat/pull/5813), and PR [#5831](https://github.com/microsoft/BotFramework-WebChat/pull/5831), by [@OEvgeny](https://github.com/OEvgeny) in PR [#5662](https://github.com/microsoft/BotFramework-WebChat/pull/5662)
- Production dependencies
- [`@babel/runtime@7.29.2`](https://npmjs.com/package/@babel/runtime/v/7.29.2)
- [`@emotion/css@11.13.5`](https://npmjs.com/package/@emotion/css/v/11.13.5)
Expand Down Expand Up @@ -219,7 +219,7 @@ Breaking changes in this release:
- [`react-scroll-to-bottom@4.2.1-main.53844f5`](https://npmjs.com/package/react-scroll-to-bottom/v/4.2.1-main.53844f5)
- [`react-wrap-with@0.1.0`](https://npmjs.com/package/react-wrap-with/v/0.1.0)
- [`redux-saga@1.4.2`](https://npmjs.com/package/redux-saga/v/1.4.2)
- [`sanitize-html@2.17.3`](https://npmjs.com/package/sanitize-html/v/2.17.3)
- [`sanitize-html@2.17.4`](https://npmjs.com/package/sanitize-html/v/2.17.4)
- [`shiki@2.5.0`](https://npmjs.com/package/shiki/v/2.5.0)
- [`tagged-tag@1.0.0`](https://npmjs.com/package/tagged-tag/v/1.0.0)
- [`use-propagate@0.2.2`](https://npmjs.com/package/use-propagate/v/0.2.2)
Expand Down
52 changes: 37 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"microsoft-cognitiveservices-speech-sdk": "1.49.0",
"prop-types": "15.8.1",
"punycode": "2.3.1",
"sanitize-html": "2.17.3",
"sanitize-html": "2.17.4",
"shiki": "2.5.0",
"url-search-params-polyfill": "8.2.5",
"use-ref-from": "0.2.1",
Expand Down
Loading