Skip to content

Commit 58ecaea

Browse files
committed
Changelog
1 parent 2d4adc4 commit 58ecaea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
3939
- `activityGroupingDecoratorMiddleware`, related to PR [#5504](https://github.com/microsoft/BotFramework-WebChat/pull/5504)
4040
- `sendBoxMiddleware`, related to PR [#5504](https://github.com/microsoft/BotFramework-WebChat/pull/5504)
4141
- `sendBoxToolbarMiddleware`, related to PR [#5504](https://github.com/microsoft/BotFramework-WebChat/pull/5504)
42+
- `styleOptions.hideUploadButton` is being deprecated in favor of `styleOptions.disableFileUpload`. The option will be removed on or after 2027-07-14
4243

4344
### Added
4445

@@ -103,9 +104,8 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
103104
- Updated Fluent theme to use the new attachment preview feature
104105
- Added collapsible activity and activity with abstract handling, in PR [#5506](https://github.com/microsoft/BotFramework-WebChat/pull/5506), in PR [#5513](https://github.com/microsoft/BotFramework-WebChat/pull/5513), by [@OEvgeny](https://github.com/OEvgeny)
105106
- Added `disableFileUpload` flag to completelly disable file upload feature, in PR [#5508](https://github.com/microsoft/BotFramework-WebChat/pull/5508), by [@JamesNewbyAtMicrosoft](https://github.com/JamesNewbyAtMicrosoft)
106-
- Deprecated `hideUploadButton` in favor of `disableFileUpload`.
107-
- Updated `BasicSendBoxToolbar` to rely solely on `disableFileUpload`.
108-
107+
- Deprecated `hideUploadButton` in favor of `disableFileUpload`.
108+
- Updated `BasicSendBoxToolbar` to rely solely on `disableFileUpload`.
109109

110110
### Changed
111111

0 commit comments

Comments
 (0)