5.3.0 (2024-11-18)
Features
- designer: No longer escapes characters in token expressions (#6131) (a3f6e31)
- Templates: Support Consumption Template Creation + UI (#6132) (e5afa22)
Bug Fixes
- designer: Remove encoding in parameter name (#6134) (7bc895f)
5.2.0 (2024-11-14)
Bug Fixes
- designer: Don't render info bubble in operation search if there is no description (#6118) (c8e61b1)
- Designer: DynamicData initialization hook fix, new indicator (#6091) (435336d)
- designer: Fix a11y issue where footer icons are technically clickable but not have button role (#6120) (57abc46)
- designer: Prevent crashing when having object in key/value (#6121) (ccb51f5)
5.1.0 (2024-11-14)
Features
- Data Mapper: Refactored connections (#6022) (3fb2b71)
- Designer: Dragging node instantly shows what locations are valid / invalid (#6067) (7c8ac25)
- Designer: Edges connected to selected node are highlighted (#6066) (c25093a)
- Templates: Detail page dismiss button back to templates designer (#6081) (6a76229)
Bug Fixes
- Data Mapper: now using v2 service (#6080) (dff323b)
- designer: Use Default swagger Host when api host is not set (#6068) (57b5eae)
- Templates: Quickview panel header for accelerator displaying accelerator info (#6077) (dfad10f)
- vscode: Remove extra error encapsulation (#6064) (4a5150d)
5.0.0 (2024-11-11)
Bug Fixes
- Designer: Canvas pans when dragging a node to the edge of the canvas (#6049) (c76293e)
- Designer: Designer now inherits container size instead of being 100vh (#6058) (ef55c25)
- Designer: Fixed custom connector browse with extra capabilities (#6055) (998d644)
Features
- Designer: Adding section names to token search (#6043) (9410675)
- Templates: Source code button to view template (#6025) (315a7f8)
Bug Fixes
- Data Mapper: Update strings in Data mapper (#6044) (b762141)
- designer: Display correct outputs from query type actions (#6035) (e24ca47)
- designer: Fixing Some Non-string type Dictionary Serialization/Deserialization (#6041) (40f8a14)
- vscode: Add useMemo to avoid infinite loop in identity selector (#6033) (f24ea29)
Features
- designer: Add ability to handle and gracefully show error in action initialization (#6005) (a7d0bee)
- vscode: Update Auth method (#6014) (230c776)
Bug Fixes
- designer: Don't use shouldConvertToConsumption in Code View save (#6011) (4fa1eef)
- Designer: Manually set playwright test env node version to 20 (#6024) (f226e40)
- Designer: Null catch on connection query (#6023) (71dabd2)
- designer: Standalone Consumption Code view to pass in rest of workflow data (#6009) (ed53bb4)
Bug Fixes
- Danielle: serialize in order for 'for' and 'if' (#5997) (d89302f)
Bug Fixes
- Designer: Added a null catch in the createConnection component (#5995) (764c8dc)
Bug Fixes
- designer: Reverting a Condition Editor Performance Change (#5986) (6185658)
- Designer: Select connection error propagation (#5992) (31ab131)
- vscode: Add new xml actions to clientSupportedOperations (#5981) (86c4133)
- vscode: Fix decision on amount of sessions (#5988) (efd99de)
Bug Fixes
- designer: Properly paring Negatory Simple Query Builder (#5980) (4705476)
- hybrid: Adding support for test connections in Hybrid (#5979) (9c19e64)
Features
- designer: Prevent Drag and Drop on loop source tokens out of loop (#5957) (f823f33)
- Templates: Enable Tabs for Accelerators (#5966) (a100781)
- Templates: Page Number Showing Through Panel + Add Aria Label (#5971) (8e52fc1)
- Templates: Parameter Name Grid to Link and Callout (#5931) (5cce113)
Bug Fixes
- Designer: Fixed run after trigger issues + fixed setting validations/errors (#5943) (85fc8a4)
- designer: Limit inputs/outputs content size to 2MB (#5956) (f46ee87)
- designer: Remove Persisting Action Menu Showing When Switching Views (#5958) (124ed88)
- designer: Update C# customcode boilerplate to use JToken (#5953) (72b7e6b)
Features
- VSCode: Updated apim api version for vscode and standalone (#5941) (32cf602)
Bug Fixes
- Data Mapper: Serialization/Deserialization fixes (#5946) (f87d602)
- vscode: Add validation for sessions in azure account (#5930) (f82205d)
Features
- Designer: Added host option to collapse all graph nodes by default (#5928) (b5987e7)
Bug Fixes
- designer: Log error object in callback url (#5927) (80f89aa)
Bug Fixes
- Data Mapper: Revert version upgrade (#5913) (a139ece)
- Designer: Fixed panel maxwidth issue (#5918) (0c82197)
- designer: Fixed various bugs in undo/redo (#5899) (16d4c9b)
- templates: Do not escape _ with __ in local connection names (#5914) (a0cba9a)
- templates: Moving isMultiworkflow log to the end (#5922) (bdcfcd8)
Bug Fixes
- Designer: Fixing issue with managed identity connection creation (#5897) (4b92feb)
- vscode: Remove extra reload webview when save (#5888) (9660af1)
Features
- all: Vitest upgrade and extension configuration (#5862) (ede5fad)
- Designer: Add option for multiselect and dropdown for dynamic parameter (#5863) (7d743ec)
- Templates: Add from Blank Workflow Card + Updated TemplateService (#5880) (da462f4)
Bug Fixes
- Designer: Custom connector triggers now show in search (#5885) (e6952ff)
- Designer: Remove type from experimentation (#5881) (0f8fc6c)
- templates: Auto close panel on workflow successful creation (#5889) (7864f5d)
Bug Fixes
- Data Mapper: Use correct row index for scrolling logic in tree (#5876) (dc9cec9)
Features
- designer: Adding support for Client Certificates in connection creation (#5847) (21af137)
- Templates: Updating Parameters Tab to Grid View to Align with Multi Workflow (#5848) (d06abd8)
- Templates: Updating Review Tab to contain multiple workflows (#5860) (835f70f)
- vscode: Introduce hybrid logic apps (#5821) (6d1ac24), closes #4944 #4940
Bug Fixes
- Designer: Fixed connections query id issue (#5873) (4dcaf5d)
- Enable token mapping in custom editors (#5826) (836e719)
- templates: Adding id to the workflows being created for telemetry (#5866) (176af26)
- templates: Correctly adding multiple connections for in app connections during connection create in templates (#5859) (62b4129)
Features
Bug Fixes
- data-mapper: Downgrading react-arborist to use redux v4 (#5834) (b53f60f)
- designer: Calling on change only when editor value has changed (#5829) (f881ac9)
- Designer: Fixed retry policy serialization location issue (#5831) (f0ff4ae)
- templates: Adding error information in basics tab for multi workflows (#5839) (65ceca3)
- vscode: Add site to cached site maps (#5836) (dcf978c)
Features
- Copilot: Download Documentation (#5799) (0dbb57c)
- templates: Adding grid view for Basic tab in multi workflow templates (#5816) (786eec0)
- templates: Adding grouped connections for accelerators (#5815) (4f7c541)
- Templates: Support Pagination + Pager UI (#5779) (9924e7e)
- templates: Updating workflow creation to contain multiple workflows (#5822) (f6a4dec)
Bug Fixes
- Data Mapper: Update looping styles from Private preview sessions (#5813) (302ca3a)
- Data Mapper: Update redux selector for position and test panel text (#5825) (8ab22f8)
Features
- Designer: Introduce experimentation to enable A/B testing of features (#5800) (ae51ec0)
- Templates: Add Services for Consumption to Support Different Exit Points (#5754) (764dff0)
- templates: Adjusting panel code to be reused for single and multi workflow creation (#5797) (96aeec0)
- templates: Overview for multi workflow templates (#5792) (03ea98f)
- Templates: Templates Card V2 (#5715) (0506ba3)
Bug Fixes
- Data Mapper: Disable pointer events on the handle icon (#5806) (c4731be)
- Data Mapper: Show looping icon always for repeating nodes (#5805) (aedb4cf)
- designer: Parameters panel re-rendering on undo/redo should be after setting root state on undo/redo click (#5795) (3f6da97)
- Designer: Update types for experimentation and add a new for value (#5801) (83945a6)
Features
- Designer: Adding managed connector support for hybrid LA (#5774) (9d54a52)
- designer: Unit test for binding inputs and outputs monitoring view (#5786) (cf462c0)
- templates: Data model and store changes for multi-workflow template support (#5760) (0dc1c2e)
- vscode: Local settings file creation in project root when missing (#5765) (b619a51)
Bug Fixes
- Designer: Remove extra property decoding on input serialization (#5747) (ca45fd8)
- designer: Simple Query Builder not deserializing (#5772) (4851a02)
- designer: Static Result breaking on Dynamic Schema (#5790) (f2faabc)
Bug Fixes
Features
- Data Mapper: Use virtual tree api for visible nodes and indexes (#5759) (5ed71a5)
- Templates: Templates Tab for Single/Multi Workflows (#5741) (a7efe6f)
Bug Fixes
- Data Mapper: Show loop onHover or onSelect (#5757) (6ae59f3)
- designer: Create Connection Error message overflow (#5752) (3648aa9)
- designer: Opening action before dependent dynamic data fetch finishes causes the key to never be fetched (#5755) (42fb4da)
Features
- Data Mapper: Add re-ordering for the input list (#5745) (8fc4da1)
- Data Mapper: Panel close on vscode start, and loop UX improvement (#5743) (850fe4f)
- designer: Bind outputs for monitoring view (#5723) (0817b6f)
- designer: Handle high content size in monitoring view (#5739) (cd9e2f4)
Bug Fixes
- Data Mapper: Add loop icon on hover for repeating (#5749) (67f9faa)
- Data Mapper: Add optional keyword (#5751) (e3612b4)
- Data Mapper: Overlay and disable function panel when both source and target isn't selected (#5750) (fcf5fcd)
- designer: Add Type check when resolving non-string app settings (#5738) (b18496b)
- Designer: MI Connections now require a MI (#5742) (d4978ae)
Features
- designer: Add panel action changes to undo/redo history (#5695) (a9d0539)
- Templates: Consumption Support - Remove Unwanted Displaying/Validating from Designer (#5722) (3c80b57)
- vscode: IaC Metadata and Fixes (#5724) (e0cc548)
Bug Fixes
- Data Mapper: Handle edge changes with redux store rather than reactflow (#5727) (2b1084b)
- Data Mapper: Remove re-ordering icon until we implement the behavior (#5740) (c95cbb5)
- designer: Adding support for output tokens in case nodes (#5733) (d8a7e6d)
Features
Bug Fixes
- Data Mapper: automatically adding custom values instead of requiring second click (#5726) (1b08223)
- Data Mapper: Loop issue when repeating node is directly connected (#5725) (2193311), closes #5700
- Data Mapper: schema refresh works (#5720) (1e49154)
- designer: Nested for each loops aren't showing iterations in active flow runs. (#5488) (b52819a)
- vscode: Improved IaC for Mac (#5718) (4ae55e9)
Features
- designer: Parse text action designer support (#5705) (d85c15a)
- vscode: Add copy file assemblies for .net 8 projects (#5708) (ba2390a)
Bug Fixes
Features
Bug Fixes
- Data Mapper: Improving deserialization of conditionals (#5700) (db9ad5a)
Bug Fixes
- Data Mapper: OnHover border color take the fluent ui's default value (#5692) (1d44848)
- Data Mapper: Update position and scroll width (#5691) (dafa1be)
Bug Fixes
Features
- designer: Allow users to delete static results (#5659) (0c2dcfb)
Bug Fixes
- Designer: Fixed issue with
suppressDefaultNodeSelectFunctionality
(#5686) (78d2c33)
Features
- Data Mapper: Remove intermediate connections and rather depend on the direct connections to get rid of more re-renders (#5679) (2f550e4)
Bug Fixes
Features
- Data Mapper: Update entire Reactflow structure within Data Mapper reduce re-renders and add in some perf improvments (#5583) (5b4b2c1)
- designer: optionally hide content transfer settings via host option (#5662) (b28950f)
Bug Fixes
- Designer: Hide Unsupported Actions/Connectors for Standard (#5629) (3e6605b)
Bug Fixes
- Designer: Chatbot Panel Overlapping & Disappearing Issues (#5652) (dad18fa)
Bug Fixes
- Data Mapper: Fix function node drag event (#5646) (775074d)
- Data Mapper: Toast timeout increase, able to select new target schema, disabled test until save (#5657) (8ece502)
- designer: Deserializing Workflow not properly loading stringified primitives (#5622) (38a8b06), closes #5386
- designer: Doing case insensitive match of dropdown items unless specified (#5653) (1a6604c)
- designer: Remove Current Node from Blocking nodes (#5650) (1f1176d), closes #5386
- vscode: Ensure workflow design time starts with multiple logic apps (#5632) (411f031)
- vscode: Extension cleanup (#5631) (f4e122e)
Features
- Data Mapper: Allow LML generation with missing func params, and surface XSLT error message (#5633) (f9f28b1)
Bug Fixes
- Data Mapper: Remove output connection when a new one is added from the menu (#5640) (a73c0fd)
- Data Mapper: Update test content in Test panel (#5626) (182c1c3)
- designer-ui: Token picker should display all output tokens when fewer options than max rows shown (#5618) (c608191)
- designer: Fixing null type of output for tokens filtering (#5627) (7e8fcb4)
- designer: Removing parent object from dynamic inputs when parameter is nested (#5635) (938b199)
Features
- designer: Adding support for recently used connection for a connector (#5612) (18047c3)
Bug Fixes
- designer-ui: OK label is too far to the right in expression assistant (#5616) (05feb27)
- designer-ui: Optimize file picker partitioning and fix overflow (#5592) (a024816)
- designer: Add safety check for if parameterType is not within valid token types (#5610) (2937ed0), closes #5386
- designer: Adding support for html dom and lexical characters (#5613) (d2b16bc)
- designer: Correctly setting auto casting for manifests and fixing path parameters encoding (#5601) (baca6c3)
- designer: Fix http manifest to include outputs in correct location (#5603) (a7bd532)
- designer: Fixing the manifest schema for flatfiledecoding (#5607) (71fa6a0)
- vscode: Revert convert the authentication type from Raw to MSI when deploying Logic App (#5539) (#5602) (5d77f71)
- vscode: using resolveConnectionsReferences for connection resolution (#5605) (445f93b)
Bug Fixes
- designer: Change Javascript output to return string type (#5594) (5ec0c62), closes #5386
- Designer: Connection fetch is now recursive over nextlinks (#5595) (88d2c5f)
- designer: Correctly verify parents arrays are in spliton while adding implicit foreach (#5596) (c1fe5dc)
Bug Fixes
- Data Mapper: generate XSLT error message and loop connection improvement (#5585) (d7b39ef)
- designer: Fixing the recursive call in dynamic data load (#5584) (927ad49)
- designer: Update undo/redo compression to use pako instead of zlib library (#5591) (f698e48)
- vscode: Convert the authentication type from Raw to MSI when deploying Logic App (#5539) (46fb330)
Features
Bug Fixes
- Designer: Fixed issue with edges being hidden on start if one end is offscreen (#5575) (f4742c5)
- Designer: Fixed issue with loop pager index resetting, fixed operations reloading in loops (#5586) (66cf200)
- designer: Fixing dynamic uri call for standard la when usi MSI connection (#5580) (50c30d3)
- Designer: Scope Nodes can be moved to Invalid locations (#5574) (dd2ea7b)
Features
- designer: Initial implementation of undo-redo feature in designer (#5260) (f838f4d)
Bug Fixes
- designer-ui: Force
maxDisplayedItems: 2
to mitigate file picker render loop (#5576) (79f9fab)
- Designer: Connection objects can now have ids without the starting slash (#5572) (87e1f00)
Features
- Data Mapper: Show intermediate connection for both target and function nodes when collapsed (#5571) (1a5d007)
- designer: Add option to make dynamically added parameters optional (#5525) (57fd8a8)
- designer: Show loading spinner when connectors API call is still in progress (#5564) (e7a68c5)
Bug Fixes
- Data Mapper: Refactor to move logic to custom hook (#5561) (7f0b96e)
- designer: Handle operation loading gracefully when splitOn expressions cannot be evaluated (#5562) (1c5328c)
Bug Fixes
- designer: Static Results handling cases where title is not set in schema (#5553) (ec136e0), closes #5386
Features
- Data Mapper: Add placeholders for Monaco editor (#5558) (3a1fba9)
Bug Fixes
- Data Mapper: Set canvas boundary and update string (#5559) (e9314d4)
- vscode: Use resolveConnectionsReferences for connections resolution (#5546) (15b8e4c)
Features
- Data Mapper: Add required to non-optional fields (#5545) (c6b9773)
- Data Mapper: Add temporary connections for existing map (#5556) (eb6482f)
Bug Fixes
- Data Mapper: Scroll editor and remove yellow node for full inputs (#5549) (5771196)
- designer: Custom connector connections are not loading in designer (#5548) (8158517)
- Designer: Fixed token-picker fullscreen issue (#5542) (8b82dc1)
- Designer: Patch the gap in aliasing flag for dynamic outputs (#5526) (babe1ad)
- designer: Setting split on supported and calculations correctly for stateless workflow (#5555) (b6704d2)
Bug Fixes
- Data Mapper: Fix right handle node (#5534) (0c93744)
- designer: Not creating an interpolated expression for byte-typed parameters (#5511) (c467f3f)
Bug Fixes
- Data Mapper: Add delete logic for temporary edges and fix Delete popover (#5532) (a6e7379)
- Data Mapper: Enhance search and fix node positions (#5524) (70dd76e)
Features
- designer: Allow Copilot to reference dynamic input/data while creating expression (#5449) (972d3c9)
Bug Fixes
- designer: Export updateNodeConnection thunk (#5520) (fea0f56)
Features
- Data Mapper: Add delete and selected state for temporary connections (#5519) (5b3404f)
- Data Mapper: Show connections when one node is scrolled out (#5510) (a8a40bb)
- vscode: Update resource resolver cache for performance improvements (#5492) (3666d14)
Bug Fixes
- designer: Add Single Token Interpolation Option For FloatingActionOutputsViewModel (#5491) (b6c61ce)
- designer: Encode and Decode tokens with html tags (#5508) (5dce342)
- designer: Reduce children for nodes that only have children (#5515) (2a28e35)
- designer: Set aside collapsed slice action when search and clear them when found (#5509) (cc24258)
- Templates: Basic Tab Always Show Error On First Enter (#5505) (9fcf495)
Features
- Data Mapper: Reset function node positions (#5499) (0a3fdbf)
Bug Fixes
- Data Mapper: Add subtext and loader (#5493) (bf78ab0)
- Data Mapper: Connect to the source from function node (#5502) (8f3188c)
- Data Mapper: Unselect if clicked outside (#5503) (222cbef)
- designer: add data-automation-id for custom menu in EdgeContextualMenu (#5490) (947eaab)
Features
- Templates: Add Telemetry for creation actions and display error on panel (#5413) (3423dfe)
Bug Fixes
- Designer: Search and Jump fails to uncollapse and open action in panel (#5456) (5469307)
Features
- Data Mapper: Deserialize JSON loops (#5485) (334e192)
- designer: Add openMonitorView in standard standalone (#5470) (00a67b7)
- designer: Parse Text action consumption support (#5479) (22719f1)
Bug Fixes
- Data Mapper: Private preview bug fixes (#5471) (c28b82b)
- designer-ui: Prevent designer crashing when invalid regex is entered into combobox (#5454) (6fcb3bb)
- designer: Cleaning up legacy dynamic values and tree calls to always return an array in case of api call successv (#5460) (9684b3d)
- templates: Adding default selection of kind when not explicitly specified in template (#5483) (9c4d307)
- Templates: Fluent UI Css Not Working in Templates Panel + Tab Redesign (#5476) (07807d6)
- Templates: Image not Rendering in Prod + Sort By Text (#5461) (fe4f814)
Bug Fixes
- Data Mapper: Remove parent scrolling (scrolling is enabled individually in schemas) (#5465) (adc7fc1)
- Data Mapper: Show error for Test in Response body if content is null (#5468) (17813ea)
Bug Fixes
- Data Mapper: Able to deserialize function with multiple outputs, without duplicate function (#5444) (dab99e0)
- Data Mapper: Fix Search and Selection/Hover states (#5451) (cf4d871)
- designer: Prevent Warning from appearing if there is no Id provided (#5439) (be257f1), closes #5386
Features
- vscode: Update params to openMonitor in host service (#5432) (4cb85b0)
Bug Fixes
- Data Mapper: Hide other panels if one panel opens + Title changes (#5418) (9cbab96)
- designer: Complex Array Editor Now Supports booleans (#5421) (66cdfab), closes #5386
- designer: Fetch only logic container apps in hybrid (#5438) (378840f), closes #5386
- designer: Fixing the token expression when property name is body and is nested in body (#5414) (3288066)
- vscode: Fix Async Download for Dependencies (#5354) (cfa556e)
- vscode: Fix determining latest local .NET SDK version (#5417) (f693418)
- vscode: Standarize workflow id when resolving resource (#5422) (cdc5006)
Features
- designer: Open monitoring view panel from host service (#5401) (7385861)
Bug Fixes
- designer: Adding support for multiple types in the schema processor (#5409) (6ab7f47), closes #5386
Features
Bug Fixes
Bug Fixes
- Data Mapper: Remove animated for the collapsed temporary edge (#5405) (0917ab2)
- designer: Fix casting issue for manifest-based dynamic data input parameters (#5406) (71fe220), closes #5386
Bug Fixes
- designer: Fixed local designer height issue (#5404) (b938522)
- designer: Un-revert panel changes & fix sizing to accommodate that change (#5397) (77d00d0), closes #5393 #5395
Features
Features
- Data Mapper: Scroll schemas together part I (#5396) (13a62f7)
Bug Fixes
- designer: Copy Paste to include Comments (#5389) (5317353), closes #5386
- designer: Fix Combobox in Complex/Simple Array editor to properly handle item types (#5382) (a710d65)
- designer: fix linebreak issues (#5392) (d3fe9a0)
- designer: Fix Standalone Designer Command offsetting Add Action popup (#5386) (f59212f)
- designer: Fixed edge context menu positioning (#5390) (4fe9bd8)
- designer: Fixed scrolling issue on panels (#5393) (077cf16), closes #5259
- designer: Remove old extensions api for dynamic content call for swagger based operation (#5381) (af0cf49)
Features
- templates: Add connection selection in create connection tab (#5358) (83609ce)
Bug Fixes
- designer-ui: Fix Monaco editor disappearing in Dynamic Content view (#5350) (a4a337b)
- designer: Dynamic input parameters have extra $ parameter for parent key when aliases are present (#5360) (2e27773)
- designer: Ensure panel is closed when nodes are deselected (#5371) (9e2cee1)
- designer: Fix Comments on nodes (#5370) (87320dc)
- Designer: OAuth tenant selection visibility logic fix (#5369) (f1b4287)
- designer: Sets right run data from repetition for nested components instead of general run data (#5347) (76a7400)
- vscode: Remove cycle dependency in useEffect for monitoring view (#5355) (5583ca0)
Features
- designer: Moved edge context menu to one shared component (#5321) (f76684b)
Bug Fixes
- designer: Add UI Interaction Service (#5338) (bcda2ea)
- designer: Check for UIINteractionService before using that (2842d1e)
- Templates: Content Re-wording & Design NITs (#5342) (402fe55)
Features
Bug Fixes
- Data Mapper: Move options for Radio button below the option instead of after RadioGroup (#5327) (7871eaf)
- designer: add token data to paste action (#5335) (fb412e6)
- designer: Import copy control CSS (#5328) (166139b)
Features
- Data Mapper: Add delete mapping/remove loop/add loop options (#5304) (0611c0f)
- Data Mapper: Add edit option for schema (#5323) (7a80c48)
- Data Mapper: Add intermediate connections for collapsed elements (#5320) (d819179)
- Data Mapper: Add Test map panel + some bug fixes (#5268) (8340c74)
- Data mapper: More deserialization tests pass (#5289) (6b9f8c6)
- designer: [PERF] All nodes share one context component (#5285) (79e26bc)
- Implementation of UiInteractionsService with custom menu component (#5287) (5931b14)
- Templates: Download Template Image Instead of Using URL (#5288) (a5fa2d6)
- vscode: Added more telemetry to connection ACLs (#5301) (5b693c4)
- vscode: Execute different types of triggers from Overview page (#5299) (209ebb5)
Bug Fixes
- Data Mapper: able to move nodes again after rf upgrade and only layout nodes if no metadata is found on load (#5302) (44111f2)
- Data Mapper: Fix function node dragging (#5276) (f8f0a20)
- Data Mapper: fixed dependency causing issue with React Flow v12 upgrade (#5270) (61f8838)
- Data Mapper: Update auto layout logic (#5325) (5b67337)
- designer: block wysiwyg when user add style attribute inside p element (#5318) (c3c16ee)
- designer: Fix panel not respecting designer container (#5259) (a38b9e3)
- designer: Fix revert changes in copypaste (#5294) (c5d919a)
- Designer: Fixed operation monitoring view panel issues (#5267) (59d5e5b)
- designer: Update selector for retry history and add useMemo (#5255) (ff5e40a)
- templates: Minor text fixes in connections tab (#5319) (cbd5712)
- vscode: Fixed issue where isDesignTime is not set properly and to correct workflow-designtime local.settings.json (#5290) (b0315bf)
- vscode: Revert change for: Async Download for Dependencies and Graceful Error Handling (#5269) (6bf424b)
Features
- Data Mapper: Active/selected states (#5249) (e9adeb3)
- Data Mapper: Renaming metadata file to be compatible with V1 (#5253) (2786e5d)
- designer: Flow perf improvements (#5261) (1648394)
- Templates: Added DetailDescription + Description as Link Render (#5254) (1c721bd)
- vscode: Added additional telemetry and information for connection keys (#5252) (c65b34f)
Bug Fixes
- designer-ui: Prevent
AriaSearchResultsAlert
from returning undefined
(#5258) (f842974)
- designer: Do not show tenant picker if tenant service is not enabled (#5251) (799fe27)
- Templates: connector filter not working properly (#5257) (b013782)
- vscode: Auto Runtime Dependencies installation of latest FuncCoreTools (#5263) (cda359e)
Bug Fixes
- vscode: Load node settings to monitoring view in remote app (#5242) (9e10aa5)
Features
- data mapper: Auto-layout function nodes with canvas size changes (#5234) (52d20fb)
- vscode: Add telemetry for refreshing expired connection keys (#5235) (a4004a7)
Bug Fixes
- designer: Fixed issue with some advanced parameters not initializing properly (#5240) (67a004b)
- designer: Improve types in
updateDynamicDataInNode
to prevent issues (#5239) (9ad9de1)
Bug Fixes
- Templates: Creation Successful Only Upon on Successful Creation & Remove Template Card Unwanted Info (#5230) (a872051)
- Templates: Fixed Build Fail Due to Templates with Non-Json Artifacts (#5232) (f40180b)
Features
- Data Mapper: Create output connection through menu, and other UX bugs (#5227) (a1e9f21)
Bug Fixes
- Data Mapper: Update node re-render logic (#5179) (73370a6)
- designer-ui: Fix token picker behind panel after latest changes (#5218) (430201b)
- designer: A11Y improvements to element roles and labels (#5211) (b76fd90)
- designer: Canvas properly centered on load (#5226) (13b018a)
- designer: Canvas properly centered on load (#5229) (0fa74d9)
- designer: Revert "Canvas properly centered on load (#5226)" (#5228) (30707f1)
- designer: Top margin for token picker if input field spans multiple lines (#5219) (cd5b674)
- vscode: Async Download for Dependencies and Graceful Error Handling (#5225) (e9d61de)
Bug Fixes
- designer-ui: Fix UI issues with pinned node when using left-side panel (#5213) (90f0538)
- designer: Add mixed input editor (#5190) (3a1ab79)
- vscode: Remove never from copy settings from publish directory in dotnet projects (#5212) (fac4c6b)
Features
- designer-ui: Add badge for read-only connection to show reason (#5200) (54d2463)
- designer: Allow pinning a node to panel to view side-by-side with selected node (#5202) (be1a455), closes #5148
Bug Fixes
- all: Convert all label strings to
Standard case
except when referring to proper nouns (#5209) (dc3acfc)
- designer: Add validation for parameters with dynamic values (#5207) (cd36666)
- designer: Fixed fluent
autoload
property causing console error issue (#5198) (f704d77)
Features
- designer: Decouple panel tabs from
useSelectedNodeId()
(#5183) (4113a4f)
Bug Fixes
- designer: Fixed small portal css issue with upgrading reactflow (#5196) (45199cb)
Features
- Data Mapper: Able to select function inputs from the popover (#5187) (f511ebd)
- designer: Allow deleting a node without affecting selected node ID in state (#5182) (da1473d)
Bug Fixes
- Data Mapper: fixed missing handle bug, improved schema handle styling (#5181) (d9af6f9)
- Designer: Updated HTML Editor to support newline and carriage return characters (for dynamic content) (#5117) (ef36f8a)
- vscode: DependenciesDownloadRefactoring: Part1: Increase Dependencies Download Timeout to 5 Minutes (#5171) (20e2f1e)
Features
- Adding UI for NL2F Expression Assistant and Copilot Service Interface (#5107) (6cef0e1)
- designer-ui: Add
PinMenuItem
component & styles (#5159) (4136033)
- designer: Add unit testing for parseErrorMessage function (#5177) (fe186de)
Bug Fixes
- designer-ui: Extract toolbar format buttons into component files (#5162) (d51c797)
- designer-ui: Fix wrapping of connection display when panel is narrow (#5160) (50ba269)
- designer: Added accessible names to search filter dropdowns (#5178) (09ba8b9)
- Designer: Fixed foreach dynamic item() / items() token issue (#5149) (17b9cad)
- designer: Workflow canvas proper tab ordering (#5169) (0c9aec7)
- shared: Add
objectId
and tenantId
to authenticatedUser
(#5180) (8c2733a)
- vscode: Add validation for error response structure (#5170) (064b65d)
Features
- designer: Add new state object for v2 panel (#5152) (e087cb5)
- vscode: Auto regenerate managed api connection keys (#4982) (c31d440), closes #5147
Bug Fixes
- designer-ui: Extract toolbar components into their own files (#5158) (206761f)
- designer: Add support for
accountName
field (#5143) (6b28577)
Features
- Templates: Change TemplateService with Additional Params (#5154) (3c299ab)
Bug Fixes
Features
- designer: Migrated reactflow to @xyflow/react version 12 (#5139) (0f871dd)
- Templates: Parameters Type Validate + Minor UI Sanitary Check (#5145) (248a3c7)
Bug Fixes
- Designer: Focus moves in/out of node details panel as it is opened/closed (#5148) (45bc6e1)
Bug Fixes
- Templates: Templates Not Loading on Portal (#5134) (1fcad28)
Features
- Data Mapper: Generalize selector and add it to Test Panel (#5127) (08cac71)
- Data Mapper: More functionality in VSCode (#5130) (db7f3b3)
- Data Mapper: Update nodes and edges (#5126) (27bc868)
Bug Fixes
- Data Mapper: Function search updates (#5138) (44e9cf4)
- designer: Fix Hybrid apis for standalone designer (#5140) (96af9c5)
- designer: Fixed scope node collapse button keyboard interaction (#5136) (43adca5)
- vscode: Refactor Parameters.json into a separate artifact class when converting to NuGet project (#5116) (d04e8a9)
Bug Fixes
- designer: Fixed function operation output body token issue (#5125) (e96bac4)
Features
- Data Mapper: Create a Standard panel and move all panels to re-use this (#5109) (5761eb5)
Bug Fixes
- vscode: Add Parameters.json in .Net project conversion (#5110) (19de272)
Features
- Data Mapper: Able to update and save metadata (#5105) (0e15edb)
- Templates: Connector Filter Dropdown to Fetch Service & Make Searchable (#5049) (980b20a)
Bug Fixes
- designer: Fix min width on status & details connections table columns (#5108) (d679208)
- templates: Fixing dynamic imports of workflow images to always contain hard coded extension (#5111) (854e202)
Features
- Data Mapper: Drag functions and connect them (#5094) (add402f)
- Data Mapper: Smooth out the node connections and handle states (#5092) (6abd885)
- designer: Adding RunAfter button for right clicking on actions (#5071) (b47c782)
- Templates: UI Sanitary Check, Ensuring Consistency (#5070) (3de7c6d)
Bug Fixes
- designer: Flip the text on toggle for date time UTC or local (#5102) (cb80fac)
- vscode: Update node version and add APP_KIND to default settings (#5095) (f37afa8)
Features
- Data Mapper: Created function panel (#5056) (86d72ea)
- designer: Adding new operations in data operations (#5043) (84b6d7d)
- Templates: Display errors in panels and disable creates (#5039) (67c4be1)
- templates: Read featured connectors from manifest to include in Connectors list in template card (#5061) (3658b43)
- Templates: Sorting Dropdown + Functionality (#5040) (9936c6f)
- Templates: Use fuse for search operations in templates page (#5029) (a6e6e39)
Bug Fixes
- designer: Designer removes object type dynmic parameter when only template expressions are present (#5041) (fcfcd98)
- designer: Fix deserialization issue in maxWaitingRun (#5067) (2a05d2d)
- designer: Fix issue show premium label for premium connectors (WIP) (#4926) (48652ff)
- designer: Object inputs must be retained when do not have leaf properties (#5054) (f2dc328)
- designer: Prevent parent node from being dragged below dependent node (#5047) (ea8387a)
- designer: Revert "Prevent parent node from being dragged below dependent node (#4973) (#5038) (3a9a73b)
- designer: Use Reusable function in Hybrid (#5035) (f821c0e)
Features
- designer: Hybrid Work on Designer (#5033) (a3edd5d)
- docs: Add sanitizing instructions to HAR file (#5034) (68cdd46)
- Templates: Replace Filter Pills With Multi Dropdown (#5027) (27ce576)
Features
- templates: Add newly created connections in workflow create payload (#5026) (9519522)
- Templates: Updating CreateWorkflow panel with latest UI + Logic (#5004) (673e1e6)
Bug Fixes
- designer: Add aria label for close button on connections panel (#5021) (dcce4bf)
Features
- Templates: Added Filter and Search UI + Functionality (#5011) (b843710)
- templates: Adding connection create UI in list grid (#5022) (ea3d271)
Bug Fixes
- designer: Ensure OpenAPI token keys are normalized (#5023) (c6a1341)
- designer: Hide requestOptions for consumption SKU users (#5017) (81cc703)
- vscode: Update bundle dependencies to dotnetVersions (#5014) (77edd5a)
Features
- Data Mapper: Drag functions onto canvas (#5001) (ccf276f)
- designer-ui: Improve connection selector table UI (#5012) (a8eaf4c)
- templates: Adding connections list in create panel and component for create connection (#5013) (afe3cd3)
Bug Fixes
- designer: Non-string literal values are casted as Strings Literals (#4977) (486b749)
Features
- Data Mapper: Handle Node connections and state management (#4990) (dd0c2b8)
- designer-ui: Allow makers to use
class
attributes and table
styling in raw HTML (#5000) (3446119)
- template: Updating quickview panel with latest UI (#4994) (4704eaf)
Features
- Data Mapper: basic version of code view (#4996) (ce2ecb5)
- designer: adding maxWaitingRuns to Concurrency Settings (#4988) (691fdbb)
- Designer: Tenant selection support for OAuth connection creation (#4999) (14b7b9c)
- Templates: Styling for Header, Tabs, Footer (#4992) (8a64f12)
Features
- designer-ui: Adding output descriptions to Floating Action Menu (#4956) (a48f43b)
- Designer: Increased browse operation request page size to 5k (#4989) (04cee68)
- templates: Adding template card UI (#4975) (43070e2)
- Templates: End to End Create Experience With Sanitized Parameters (#4974) (c8c94ce)
- Templates: Styling for Templates Parameters (#4978) (8cf13cd)
Bug Fixes
- designer-ui: Remove problematic call to
setIsValuePlaintext
(#4979) (7ded280)
- designer: Update token code for powershell custom code (#4960) (47b7c07)
- Templates: Fix Standalone Breaking For Query Provider Issue (#4985) (325ae34)
- vscode: Allow script generation without connections and click in project root (#4976) (cef9348)
- vscode: Fix designtime local.settings overwriting (#4983) (b010740)
- vscode: Update functions extension bundle to workflows (#4986) (d942192)
Features
- designer: [CredentialMapping] Updating the schema (#4965) (ccb2693)
- Vscode Data Mapper: Fetch Workspace File System in Tree Structure (#4970) (f7b32bd)
Bug Fixes
- designer: Prevent parent node from being dragged below dependent node (#4973) (a29916d)
Features
- Data Mapper: Able to save data map (#4950) (9bfc3f0)
- designer: Data structure changes to template (#4967) (2999fe0)
- designer: Update input token styling to increase size (#4959) (4731ac0)
- Templates: Deploy Create Workflow From Template Logic + Restructure + UI (#4828) (5441da6)
Bug Fixes
- Data Mapper: styling the function panel (#4935) (529a6ce)
- designer: During load, if an array is surrounded by quotes, keep those quotes (#4962) (80835a5)
- designer: Fix attachment wording (#4949) (8d5133e)
- Designer: Fixed error log error object passing in
updateCallbackUrlInInputs
(#4964) (43643dc)
- designer: Trigger Body Output Fixes (#4867) (0564692)
- vscode: Add base path for svgs and remove duplicated code (#4958) (47cf368)
Features
- vscode: Introduce .NET 8 to custom code and extension dependencies (#4947) (4e14837)
Bug Fixes
- designer: Fix Real API tests (#4942) (41ca069)
- designer: Stringifying appsetting values during connection creation (#4938) (3ed99b9)
- vscode: Update Workflows Webjobs sdk version (#4952) (187321e)
Features
- designer-ui: Update file picker to use Fluent UI v9 components (#4917) (cdfa7ae)
- vscode: Introduce creation of rules code project (#4920) (916c529)
Bug Fixes
- designer: Do not show label for array editor in collapsed view (#4932) (2925b87)
Features
- designer: Adding support for dynamic input schema in dynamic parameters (#4844) (caa69b6)
Features
- Data Mapper: Get schema details from services, removing mock (#4923) (b09b975)
- Data Mapper: Moving away from mock schema list (#4912) (789043b)
- designer: Add ability for host to send in overrides for internationalized strings (#4907) (b6be06a)
Bug Fixes
- designer: Turn off spell check in editors (#4902) (6332975)
- designer: Using custom Label with ariaLabel for parameter editors for a11y (#4889) (2778673)
- designer: Using UI custom Label everywhere in the designer to be consistent for a11y (#4903) (e8abdc5)
- meta: Update pnpm version in coverage-report (#4921) (7011da0)
- meta: Update pnpm version to use (#4919) (4d3df02)
Bug Fixes
- designer-ui: Allow color picker sliders to be accessed by keyboard (#4884) (98fb4bc)
- designer:
updateExistingInputTokenTitles
is not invoked when dynamic outputs load (#4880) (8704aad)
- Designer: Fixed search locale not respecting portal language settings (#4898) (65fe629)
Features
- Data Mapper: Refactoring deserialization for v2 (#4800) (395385b)
Bug Fixes
- designer-ui: Prevent padding on HTML toolbar from creating scrollbar (#4870) (f095b42)
Features
- Data Mapper V2: Creating initial Nodes/Edges with connection (#4865) (1653c0b)
- vscode: Show local time and UTC in overview (#4855) (3cc8511)
Bug Fixes
- Designer: More customcode boilerplate code... (#4858) (bc26405)
- vscode: Update command to build all projects for extension (#4852) (797a4e2)
Features
Features
- vscode: Introduce .NET 8 for custom code workspaces (#4834) (ea27f18)
Bug Fixes
- designer: Custom code fixes and updates (#4847) (1d5d702)
- designer: Forgotten code to Custom code fixes and updates (#4849) (fe70e8b)
- vscode: Move text components to fluent v9 (#4845) (3040289)
Features
- designer-ui: Utilize Fluent components for HTML toolbar buttons & popovers (#4823) (25c4354)
- designer: Add rule execute action in operation manifests (#4822) (54dbb35)
- Template: Parameters Panel (#4815) (1911f55)
Bug Fixes
- Data Mapper: Disabling context menu as it causes app to crash (#4821) (6b21a68)
- designer: fix actions and triggers title not showing in dark theme (#4826) (ffbb6e1)
- Designer: Migrate some UI to Fluent v9 components (#4837) (3cede0b)
Features
- designer: Adding options to switch between Local Time and UTC for monitoring view (#4775) (1580602), closes #4635
- Template: Add Panel Structure for Create/QuickView (#4761) (c69528b)
- vscode: Add initial setup for unit testing with vitest in extension code (#4804) (e5bc077)
Bug Fixes
- designer-ui: [A11Y] Auto-focus color picker in HTML toolbar (#4813) (721181e)
- designer-ui: [a11y] Prevent sticky search header from hiding action buttons in side panel (#4811) (753037e)
- designer-ui: Prevent field placeholder from being used as title on HTML toolbar (#4812) (cbe47f6)
- designer: Adding many groups to a Condition action requires awkward scroll (#4806) (eece1df)
- designer: Combobox to check if string is also empty before using custom editor (#4818) (949deb6)
- designer: fix aria-label accessibility issue in textbox (#4810) (6db46d4)
- designer: Fix required screen announcement for required recurrence fields (#4763) (eade1a6)
- designer: Fixing Customcode tokenpicker action value (#4767) (c34f1eb)
- designer: make searchTerm placeholder harder to translate so it's not accidently translated (#4764) (5be58f9)
- Designer: Only show dropdown for array editor when there are options (#4783) (01d4e87)
- designer: Remove tokens from a node whena node is deleted (#4773) (0f960c9)
- Designer: Revert - Updated HTML Editor to support newline characters (#4807) (4d2a984), closes #4635
- Designer: Trigger deletion should also remove dependant tokens through the workflow (#4788) (dfdf7b8)
- vscode: fix turbo dependency for vscode build setup (#4772) (edb20ee)
- vscode: Implement project validation for opening and creating data maps. (#4809) (37d247d)
Features
- Data Mapper: Add initial schema (#4740) (705b846)
- designer: Adding support for file parameters for Appservice and Api Management operations (#4734) (3ff85d7)
- Template: Set up Standalone with Submodule Connection + Models (#4748) (6c7ffba)
Bug Fixes
- designer: [BREAKING]upgrade react-query and rework react-query integration to be singular and support devtools (#4718) (63c91e8)
- designer: Adding an action in V3 could create a duplicate named action resulting in data loss. (#4721) (730d34a)
- Designer: Copy Paste Fixes (#4725) (4f4e704)
- designer: Deleting a scope node brings panel to wrong id (#4726) (c0573d1)
- designer: Fix issue where characters later in a token name would carry less relevence in a search (#4736) (2dfc193)
- designer: Fix loading indicator while adding new action (#4716) (9f8f239)
- Designer: Fix Request Body JSON Deserialization Bug (#4745) (f78a5e5)
- designer: Fixes Expression Editor styling to ensure it is not clipped/hidden. (#4744) (e9a5297)
- designer: Managed Identity picker does not show up on new connection creation (#4719) (cbac876)
- designer: More Custom Code improvements (#4720) (ecbcbfe)
- designer: Null Literal are casted as String Literals (#4733) (e90a3d8)
- Designer: Removed css "webkit-fill-available" (#4754) (f2fb386)
- designer: Small customcode boilerplate code fix (#4742) (1ade024)
- vscode: Fix project build cache and designer loading (#4739) (27dd4c0)
- vscode: Update pack command and function to check path exists (#4746) (ebad1be)
Bug Fixes
- deisgner: Fix a11y issue where info bubbles had no announcement to description in tooltip (#4705) (00600b6)
- designer: Adding dispatch call in clear dynamic inputs (#4712) (88da7bc)
- designer: Small fix to get fileExtension on custom code action add (#4711) (8dff14c)
- vite: bypass cache when running dev (624ce2e)
Features
- Data Mapper: Data Mapper Command Bar v2 UI (#4674) (a317c2e)
- Data Mapper: Display DM V2 for VsCode with Internal Setting (#4661) (b0d6343)
- Designer: Add Custom Editor Type to align with backend type (#4701) (c308480)
Bug Fixes
- designer: Fixing clearing of dynamic inputs of parameter value changes (#4702) (ea76614)
- designer: Update Auth typo (#4700) (a1421e3)
4.9.0 (2024-04-24)
Features
- designer: Adding MSI capability for Azure functions (#4662) (4b60f37)
- designer: Scope Copy + Paste (#4668) (0429c55)
- designer: Updates to Custom Code (boilerplate, host.json, optimizations) (#4690) (e911432)
Bug Fixes
- Designer: Add Ctrl to our hotkeys bindings (#4678) (851c9b6)
- designer: Auth Editor Changes (#4691) (9b11f86)
- Designer: Downgrade Monaco (#4682) (749a978)
- designer: fix issue where scope nodes didn't get focused when they were jumped to (#4677) (5676b12)
- designer: Fix issue where scopes could drag/drop into themselves (#4669) (419a9d9)
- designer: Make sure to only add the shouldAdd array expressions for implicit For Each (#4683) (a792a22)
- designer: Remove double quotes wrapping from uncasted single tokens in array editor (#4670) (a9639dd)
- Designer: Remove react query for dynamic data (#4693) (87340c3)
4.8.0 (2024-04-19)
Features
- Designer: Hide side panel when no node is selected and we are suppressing default node click functionality (#4660) (b37c660)
4.7.0 (2024-04-19)
Features
- Designer: Add Custom Editor for Vs-Code To Display DM Editor (#4592) (3a936cd)
- Designer: Hide side panel when no node is selected and we are suppressing default node click functionality (#4653) (24f8794)
Bug Fixes
- Designer: Renamed Desginer Typo to Designer (#4647) (88df97d)
- Designer: Updated HTML Editor to support newline characters (for dynamic content) (#4635) (f4e1f8b)
- desinger: Move non-outputschema dynamic data outside fetch (#4656) (3afadda)
- Doc: Fixing Typo in the Development Doc (#4646) (7a6a2ac)
- vscode: Fix typos in code (#4654) (6648d7c)
4.6.0 (2024-04-18)
Bug Fixes
- dataMapper: Fix issue loading schemas in stand alone (#4642) (294ca75)
- vscode: Fix new typescript version issues and import libraries (#4636) (79d8e20)
4.5.1 (2024-04-18)
4.5.0 (2024-04-18)
Features
- vscode: Update README.md - Deployment Scripts (#4612) (1fd4d84)
Bug Fixes
- all: Fix ESLint for repo (#4617) (4d8ce84)
- Designer: Add a log when user sees invalid connection error on operation deserialization (#4628) (5f746d4)
- Designer: Added proper settings to the Azure Function operation (#4605) (5f6aab5)
- designer: html editor styles not showing in v3 (#4627) (85430e3)
- designer: Performance improvement by removing spread accumulators in the code (#4619) (3c8128c)
- designer: simplify the email validation regex (#4626) (f5c8485)
- vscode: Add eslint configuration to vs-code-designer and vs-code-react (#4620) (efe4e50)
- vscode: Update calls to check for dotnet installation (#4621) (97706a6)
- vscode: Update version in README (#4615) (c555d59)
4.4.1 (2024-04-11)
Features
4.4.0 (2024-04-11)
Features
- Data Mapper: creating new data mapper library (#4575) (1bec11b)
Bug Fixes
- designer: Adding upload and download chunk size missing settings (#4594) (027574f)
- designer: Fix issue that was causing designer to crashw hen clicking on settings (#4598) (0df2bf6)
- Designer: Fixed issue where we weren't handling null connection references fully (#4596) (62622f7)
- vscode: Building vs-code-react with vite (#4595) (211e785)
4.3.0 (2024-04-10)
Bug Fixes
- designer: Ensure stringified parameter value type when initializing parameter (#4588) (86e554e)
- designer: Fix code editor when non-string gets uploaded to custom code file (#4587) (620f685)
- designer: Fix react-flow CSS path and a couple exports (#4585) (57869ac)
- Designer: Fixed issue where dynamic data call would fail when value is non-string (#4584) (65e9ab6)
4.2.2 (2024-04-08)
Bug Fixes
4.2.1 (2024-04-08)
Features
- Designer: Dynamic data performance improvements (#4483) (1f6477c)
Bug Fixes
- Data Mapper: deserialization string bug fix (#4567) (f48f2fe)
- designer: Custom Code Fixes from Internal BugBash (#4576) (eb8803e)
4.2.0 (2024-04-06)
Features
- designer: Adding changes to support xml operations (#4552) (7e9abd9)
Bug Fixes
- designer-ui: Prevent certain malicious HTML from executing in raw HTML editor (#4553) (275fa95)
- designer: MonacoEditor Erroring in Standalone (#4563) (f720684)
- designer: Prevent filtering of Until Nodes when getting upstream nodes for output tokens (#4560) (86fafd0)
- designer: Standalone Error Fixes (#4564) (e2c09c0)
- vscode: Add keepNames to tsup config (#4565) (0aa9da0)
4.1.1 (2024-04-04)
Bug Fixes
- designer: Fix Combobox erroring when non-string displayName are used (#4549) (28f196a)
4.1.0 (2024-04-04)
Bug Fixes
- desinger: Fix unable to drag, optimize if no customcode changes (#4546) (58c17d3)
4.0.0 (2024-04-04)
3.3.5 (2024-04-04)
Bug Fixes
- vscode: Keep host.json when converting to NuGet based project (#4533) (58f1f47)