Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

52 lines (43 loc) · 4.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v4.3.3 - 2019 - 03 - 14

Fixed

  • [client] Use correct casing for user id prop for web chat in PR #1374
  • [luis / qnamaker] Addressed npm security vulnerabilities in luis & qnamaker extensions in PR #1371

Removed

  • [telemetry] Disabled telemetry and the ability to opt-in to collect usage data in PR #1375

v4.3.2 - 2019 - 03 - 11

Added

  • [main] Typecheck during build process #1368

Fixed

  • [main] Fix missing constant reference #1368

v4.3.1 - 2019 - 03 - 11

Fixed

  • [client] Modified 'Open Bot' dialog text in PR #1330
  • [client] Allow text to be selected in webchat in PR #1351
  • [client] Pass along user name to webchat in PR #1353
  • [client] Native dialogs no longer display #1360
  • [client] Do not render certain activities in webchat in PR #1363
  • [core] Fixed issue with contentUrl for attachments in PR #1364
  • [client] Fixed issue where scrollbar within Webchat was invisible in PR #1366

v4.3.0 - 2019 - 03 - 04

Added

  • [docs] Added changelog in PR #1230
  • [style] 💅 Integrated prettier and eslint in PR #1240
  • [main / client] Added app-wide instrumentation in PR #1251
  • [client] Show a message when nothing has been inspected yet, in PR #1290

Fixed

  • [main] Fixed issue (#1257) where opening transcripts via the command line was crashing the app, in PR #1269.
  • [main] display correct selected theme in file menu on mac, in PR #1280.
  • [client] Renamed 'submit' button to 'save' in endpoint & service editors, in PR#1296
  • [main] use correct values for subscriptionKey and endpointKey for qna services, in PR #1301
  • [client] fix link to manage qna service, in PR #1301
  • [client] Fixed resources pane styling issues, and added scrollbars, in PR #1303
  • [client] Fixed issue where transcript tab name was being overwritten after opening the transcript a second time, in PR #1304
  • [client] Fixed issue where links pointing to data urls were opening the Windows store, in PR #1315
  • [client] Fixed Azure gov checkbox and added a link to docs, in PR #1292
  • [client] Fixed issue where restart conversation was not clearing history, in PR #1325
  • [luis] Fixed issue where Luis extension wouldn't start properly, in PR #1334