Skip to content
Open
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Added opt-in voice mode support with `/multimodal` endpoint, by [@pranavjoshi001](https://github.com/pranavjoshi001), in PR [#445](https://github.com/microsoft/BotFramework-DirectLineJS/pull/445)
- Enable by passing `enableVoiceMode: true` to DirectLineJS constructor

### Changed

- Added missing `replyToId` to `IActivity` typing, by [@orgads](https://github.com/orgads), in PR [#441](https://github.com/microsoft/BotFramework-DirectLineJS/pull/441)
- 💢 Minimum requirement has been updated to Node.js 20, by [@orgads](https://github.com/orgads), in PR [#463](https://github.com/microsoft/BotFramework-DirectLineJS/pull/463)
- 👷🏻 Removed `node-fetch` in test, by [@orgads](https://github.com/orgads), in PR [#465](https://github.com/microsoft/BotFramework-DirectLineJS/pull/465)
- Removed `Promise` polyfill, by [@orgads](https://github.com/orgads), in PR [#466](https://github.com/microsoft/BotFramework-DirectLineJS/pull/466)
- 👷🏻 Removed Webpack stats file from build, by [@orgads](https://github.com/orgads), in PR [#467](https://github.com/microsoft/BotFramework-DirectLineJS/pull/467)
- Bumped dependencies, by [@orgads](https://github.com/orgads), in PR [#469](https://github.com/microsoft/BotFramework-DirectLineJS/pull/469)
- Development dependencies
- [`jwt-decode@4.0.0`](https://npmjs.com/package/jwt-decode/v/4.0.0)

## [0.16.0] - 2026-06-18

### Changed
Expand Down
Loading