diff --git a/CHANGELOG.md b/CHANGELOG.md index 90812325..687ada10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to the "vscode-logicapps" extension will be documented in th ## [Unreleased] +## [0.1.4] - 2019-01-10 +### Changed +- Update designer version to 1.40107.1.6 + ## [0.1.3] - 2018-12-14 ### Changed - Change read-only designer and monitoring view titles diff --git a/package-lock.json b/package-lock.json index 732a7a00..3de21218 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-logicapps", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2298,7 +2298,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { @@ -2326,7 +2326,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true }, diff --git a/package.json b/package.json index 2e6e3c06..f596b9a7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-logicapps", "displayName": "Azure Logic Apps", "description": "%extension.description%", - "version": "0.1.3", + "version": "0.1.4", "publisher": "ms-azuretools", "icon": "resources/azLogicApps.png", "aiKey": "b6385546-3be0-489c-a298-baccd6c152fb", diff --git a/src/constants.ts b/src/constants.ts index f30704c7..a8dad4f3 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -4,7 +4,7 @@ *--------------------------------------------------------------------------------------------*/ export class Constants { - public static DesignerVersion = "1.31210.1.6778110.181213-1659"; + public static DesignerVersion = "1.40107.1.67100242.190110-1328"; public static SubscriptionContextValue = "azureextensionui.azureSubscription"; diff --git a/src/utils/logic-app/designerUtils.ts b/src/utils/logic-app/designerUtils.ts index 7ba29d95..8bc33b6c 100644 --- a/src/utils/logic-app/designerUtils.ts +++ b/src/utils/logic-app/designerUtils.ts @@ -455,7 +455,6 @@ export function getWebviewContentForDesigner({ authorization, callbacks, definit SHOW_TOKENS_FOR_FOREACH: !!options.featureFlags && !!options.featureFlags.showforeachtokens, SHOW_TRIGGER_RECURRENCE: true, SHOW_VARIABLE_ACTIONS: true, - SUPPORT_INTEGRATION_SERVICE_ENVIRONMENT: iseSupported, SUPPORT_NESTED_FOREACH_UI: true, SUPPORT_PAN_AND_ZOOM: true, SUPPORT_PEEK: true,