File tree 11 files changed +26
-10
lines changed
11 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Logic Apps Designer
2
+ ## [ 5.54.0] ( https://github.com/Azure/LogicAppsUX/compare/v5.53.0...v5.54.0 ) (2025-03-17)
3
+
4
+
5
+ ### Features
6
+
7
+ * ** designer:** Agent Parameter Rework ([ #6807 ] ( https://github.com/Azure/LogicAppsUX/issues/6807 ) ) ([ 0feeda9] ( https://github.com/Azure/LogicAppsUX/commit/0feeda99030381db97b031b05030c29b69d83282 ) )
8
+ * ** designer:** Agent Parameters Entry Point ([ #6797 ] ( https://github.com/Azure/LogicAppsUX/issues/6797 ) ) ([ 3e63abf] ( https://github.com/Azure/LogicAppsUX/commit/3e63abf709171c58c39df5d9acb02c836eff39ab ) )
9
+ * ** designer:** Implement inline connection creation for agent action ([ #6794 ] ( https://github.com/Azure/LogicAppsUX/issues/6794 ) ) ([ 84e18b7] ( https://github.com/Azure/LogicAppsUX/commit/84e18b75b46872ee2704e6b87ed39dad7d2a5766 ) )
10
+ * ** designer:** Update agent connections schema ([ #6806 ] ( https://github.com/Azure/LogicAppsUX/issues/6806 ) ) ([ a853f7f] ( https://github.com/Azure/LogicAppsUX/commit/a853f7f8f27d1e851143abafc0dfaf43d092a3f1 ) )
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ** Designer:** Agentic Manifest Changes ([ #6808 ] ( https://github.com/Azure/LogicAppsUX/issues/6808 ) ) ([ 0409911] ( https://github.com/Azure/LogicAppsUX/commit/04099111078137da7f8794382862a7222a7942c1 ) )
16
+ * ** vscode:** Fix parameterize connection checks to check all connections ([ #6779 ] ( https://github.com/Azure/LogicAppsUX/issues/6779 ) ) ([ 6b5d918] ( https://github.com/Azure/LogicAppsUX/commit/6b5d91836fb9012b122fdb6d5091ee400a9e8e2d ) )
17
+
2
18
## [ 5.53.0] ( https://github.com/Azure/LogicAppsUX/compare/v5.52.0...v5.53.0 ) (2025-03-14)
3
19
4
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-azurelogicapps" ,
3
3
"displayName" : " Azure Logic Apps (Standard)" ,
4
- "version" : " 5.53 .0" ,
4
+ "version" : " 5.54 .0" ,
5
5
"aiKey" : " setInGitHubBuild" ,
6
6
"repository" : " https://github.com/Azure/LogicAppsUX" ,
7
7
"main" : " main.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-react" ,
3
- "version" : " 5.53 .0" ,
3
+ "version" : " 5.54 .0" ,
4
4
"dependencies" : {
5
5
"@fluentui/azure-themes" : " 8.5.70" ,
6
6
"@fluentui/react" : " 8.110.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/logic-apps-chatbot" ,
3
- "version" : " 5.53 .0" ,
3
+ "version" : " 5.54 .0" ,
4
4
"dependencies" : {
5
5
"@fluentui/react" : " 8.110.2" ,
6
6
"@fluentui/react-components" : " 9.56.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/logic-apps-data-mapper-v2" ,
3
- "version" : " 5.53 .0" ,
3
+ "version" : " 5.54 .0" ,
4
4
"dependencies" : {
5
5
"@fluentui/azure-themes" : " 8.5.70" ,
6
6
"@fluentui/react" : " 8.110.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/logic-apps-data-mapper" ,
3
- "version" : " 5.53 .0" ,
3
+ "version" : " 5.54 .0" ,
4
4
"dependencies" : {
5
5
"@fluentui/azure-themes" : " 8.5.70" ,
6
6
"@fluentui/react" : " 8.110.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/designer-ui" ,
3
- "version" : " 5.53 .0" ,
3
+ "version" : " 5.54 .0" ,
4
4
"dependencies" : {
5
5
"@fluentui/react" : " 8.110.2" ,
6
6
"@fluentui/react-components" : " 9.56.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/logic-apps-designer" ,
3
- "version" : " 5.53 .0" ,
3
+ "version" : " 5.54 .0" ,
4
4
"dependencies" : {
5
5
"@fluentui/azure-themes" : " 8.5.70" ,
6
6
"@fluentui/react" : " 8.110.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/logic-apps-shared" ,
3
- "version" : " 5.53 .0" ,
3
+ "version" : " 5.54 .0" ,
4
4
"dependencies" : {
5
5
"@apidevtools/swagger-parser" : " 10.0.3" ,
6
6
"@formatjs/intl" : " ^2.10.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/vscode-extension-logic-apps" ,
3
- "version" : " 5.53 .0" ,
3
+ "version" : " 5.54 .0" ,
4
4
"dependencies" : {
5
5
"@apidevtools/swagger-parser" : " 10.0.3" ,
6
6
"@microsoft/logic-apps-shared" : " workspace:*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/logicappsux" ,
3
- "version" : " 5.53 .0" ,
3
+ "version" : " 5.54 .0" ,
4
4
"devDependencies" : {
5
5
"@biomejs/biome" : " 1.9.4" ,
6
6
"@eslint/eslintrc" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments