4.12.0
This is a stable build of the v4 Bot Framework Emulator.
v4.12.0 - 2021 - 3 - 05
Added
- [client/main] Added UI to open bot dialog that allows the user to set transcript testing properties
randomSeed
andrandomValue
in PR 2209 - [client] Added a dialog to the "Conversation -> Send System Activity" menu that allows the user to send custom activity payloads to their bot in PR 2213
- [main] Bumped
electron
from4.1.1
to11.0.1
in PR 2226 - [main] Bumped
electron-builder
to22.9.1
andelectron-updater
to4.3.5
to fix the Mac build in PR 2230 - [client] Bumped
botframework-webchat
to v4.12.0 and fixed various Web Chat-related bugs in PR 2236
Fixed
- [client] Re-enabled the
<webview>
tag in the client so that the inspectors show again in PR 2233 - [main] Fixed a bug where we were expecting the incorrect shape from Electron's updated
dialog.showOpenDialog()
API in PR 2237 - [main] Fixed a bug that was causing Electron's native context menu to silently fail when selecting an option in PR 2238
- [client] Fixed an aligment issue with the caret button of the
<SplitButton />
widget in PR 2239 - [main] Fixed an outdated path to an
electron-builder
utility function used to generate the auto update yaml files in PR 2240