Skip to content

4.12.0

Compare
Choose a tag to compare
@tonyanziano tonyanziano released this 05 Mar 18:24
· 96 commits to main since this release
5e2ea09

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 and randomValue 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 from 4.1.1 to 11.0.1 in PR 2226
  • [main] Bumped electron-builder to 22.9.1 and electron-updater to 4.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