File tree 11 files changed +25
-10
lines changed
11 files changed +25
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Logic Apps Designer
2
+ ## [ 5.53.0] ( https://github.com/Azure/LogicAppsUX/compare/v5.52.0...v5.53.0 ) (2025-03-14)
3
+
4
+
5
+ ### Features
6
+
7
+ * ** Data Mapper:** creates folders needed for DM custom code feature ([ #6790 ] ( https://github.com/Azure/LogicAppsUX/issues/6790 ) ) ([ 931841f] ( https://github.com/Azure/LogicAppsUX/commit/931841f715229cea9aad12342d0d2cdbe5befbc5 ) )
8
+ * ** templates:** Adding new resource component for agents basics tab ([ #6792 ] ( https://github.com/Azure/LogicAppsUX/issues/6792 ) ) ([ 64e5478] ( https://github.com/Azure/LogicAppsUX/commit/64e5478becf0d1aea4381d48d81ffcc6f243f5cb ) )
9
+ * ** vscode:** Add telemetry to handle and record tenant id ([ #6777 ] ( https://github.com/Azure/LogicAppsUX/issues/6777 ) ) ([ 80ada0e] ( https://github.com/Azure/LogicAppsUX/commit/80ada0edecad454c8900c99064303b5762b7fbf3 ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** Designer:** Modified xyflow css import ([ #6791 ] ( https://github.com/Azure/LogicAppsUX/issues/6791 ) ) ([ 19196d5] ( https://github.com/Azure/LogicAppsUX/commit/19196d5b9ab6697608edbe5cb50aae29f2699f95 ) )
15
+ * ** Desinger:** Modified css export again ([ #6800 ] ( https://github.com/Azure/LogicAppsUX/issues/6800 ) ) ([ c12302e] ( https://github.com/Azure/LogicAppsUX/commit/c12302e580ee24756e3dd18904da3655f90cd801 ) )
16
+
2
17
## [ 5.52.0] ( https://github.com/Azure/LogicAppsUX/compare/v5.51.0...v5.52.0 ) (2025-03-13)
3
18
4
19
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.52 .0" ,
4
+ "version" : " 5.53 .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.52 .0" ,
3
+ "version" : " 5.53 .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.52 .0" ,
3
+ "version" : " 5.53 .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.52 .0" ,
3
+ "version" : " 5.53 .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.52 .0" ,
3
+ "version" : " 5.53 .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.52 .0" ,
3
+ "version" : " 5.53 .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.52 .0" ,
3
+ "version" : " 5.53 .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.52 .0" ,
3
+ "version" : " 5.53 .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.52 .0" ,
3
+ "version" : " 5.53 .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.52 .0" ,
3
+ "version" : " 5.53 .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