Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion Composer/packages/electron-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bfc/electron-server",
"license": "MIT",
"author": "Microsoft Corporation",
"version": "2.1.1",
"version": "2.1.2",
"description": "Electron wrapper around Composer that launches Composer as a desktop application.",
"main": "./build/main.js",
"engines": {
Expand Down
25 changes: 25 additions & 0 deletions releases/2.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
### 02-03-2022

#### Fixed

- a11y: Make labels and help tooltips more accessible ([#8875](https://github.com/microsoft/BotFramework-Composer/pull/8875)) Eugene
- fix: a11y keyboard interactions for configure and publish screens ([#8844](https://github.com/microsoft/BotFramework-Composer/pull/8844)) Eugene
- fix: a11y anchor focus ring color contrast in electron ([#8827](https://github.com/microsoft/BotFramework-Composer/pull/8827)) Eugene
- fix: a11y add missing heading title for Create a bot project file section ([#8857](https://github.com/microsoft/BotFramework-Composer/pull/8857)) Eugene
- fix: a11y add headings for Configure and Create publishing profile pages ([#8852](https://github.com/microsoft/BotFramework-Composer/pull/8852)) Eugene
- fix: show PVA topic's dialog options ([#8769](https://github.com/microsoft/BotFramework-Composer/pull/8769)) ([@a-b-r-o-w-n](https://github.com/a-b-r-o-w-n))
- fix: use object url for json editor schema ([#8530](https://github.com/microsoft/BotFramework-Composer/pull/8530)) ([@a-b-r-o-w-n](https://github.com/a-b-r-o-w-n))
- fix: the Value field of a Trace Activity is throwing warnings where it did not previously ([#8566](https://github.com/microsoft/BotFramework-Composer/pull/8566)) ([@lei9444](https://github.com/lei9444))

#### Other

- chore: address critical security alerts ([#8788](https://github.com/microsoft/BotFramework-Composer/pull/8788)) ([@a-b-r-o-w-n](https://github.com/a-b-r-o-w-n))
- release: 2.1.1 ([#8643](https://github.com/microsoft/BotFramework-Composer/pull/8643)) ([@cwhitten](https://github.com/cwhitten))

Uncategorized

- change luis editor prebuilt entity error to warn ([#8851](https://github.com/microsoft/BotFramework-Composer/pull/8851)) ([@cosmicshuai](https://github.com/cosmicshuai))
- upgrade pacakge @azure/arm-botservice to 3.1.0 ([#8776](https://github.com/microsoft/BotFramework-Composer/pull/8776)) ([@zhixzhan](https://github.com/zhixzhan))
- Fix #8709 - quote and escape input to avoid problems in exec ([#8742](https://github.com/microsoft/BotFramework-Composer/pull/8742)) ([@benbrown](https://github.com/benbrown))
- Bumped OneAuth version to 1.36.0 ([#8712](https://github.com/microsoft/BotFramework-Composer/pull/8712)) ([@tonyanziano](https://github.com/tonyanziano))
- Issue 8379: add additional info to Luis error message logging ([#8657](https://github.com/microsoft/BotFramework-Composer/pull/8657)) Natalie Garcia