Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 6.02 KB

CHANGELOG.md

File metadata and controls

68 lines (57 loc) · 6.02 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

Fixed

  • [luis / client] Fixed several styling issues within the LUIS inspector, and enabled log deep link to configure missing LUIS service in PR #1399
  • [client] Fixed secret prompt dialog's opaque background so that it is now transparent in PR 1407
  • [build / client] Fixed ipc issue that was breaking the command service in PR 1418
  • [build] Bumped electron version to v4.1.1 and updated .dmg installer background image in PR 1419
  • [ui-react] Added default disabled styling to checkbox control in PR 1424
  • [client] Fixed issue where BOM wasn't being stripped from transcripts opened via the File menu in PR 1425
  • [client] Fixed issue where tab icon glyphs weren't working on Mac in PR 1428
  • [client] Fixed issue where cancelling out of opening a transcript was creating a broken livechat window in PR 1441
  • [client] Fixed invisible scrollbar styling in log panel in PR 1442

Removed

  • [main] Removed custom user agent string from outgoing requests in PR 1427

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
  • [main] Fixed issue where current user id was out of sync between client and main in PR #1378
  • [client] Fixed issue where modals were very hard to read on high contrast theme PR #1402

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