Releases: elsa-workflows/elsa-studio
Releases · elsa-workflows/elsa-studio
3.3.0-rc1
What's Changed
- Add Elsa.Agents Module for Agent Management UI by @sfmskywalker in #283
- Add 'run' command item in the context menu in workflow defination list page. by @zergmk2 in #278
- Add automatic UI refresh feature in workflow instances list view with periodic polling. by @zergmk2 in #277
- Increase max upload size on WorkflowDefinitionEditor by @sNakiex in #276
- Extend Actvity Input Dropdown to allow other UI provider by @jdevillard in #274
- MudBlazor v7 by @Sverre-W in #282
- Secrets UI by @sfmskywalker in #285
- Add activity execution summaries and API endpoints by @sfmskywalker in #300
- Update Elsa.Api.Client to version 3.2.1-blueberry.2230 by @sfmskywalker in #303
- Refactor: Remove unnecessary Blazor service context invocations by @sfmskywalker in #307
- Refactor record retrieval logic by @sfmskywalker in #310
- Add support for schema-based detection of JSON workflow definitions for import by @sfmskywalker in #312
- Add UI support for Persistence Mode Strategies by @sfmskywalker in #313
- Add Functionality to Copy Entire Path from HTTP Endpoint Activity #133 by @abhishekp21 in #308
New Contributors
- @Sverre-W made their first contribution in #282
- @abhishekp21 made their first contribution in #308
Full Changelog: 3.2.1...3.3.0-rc1
3.2.2
What's Changed
- Refactor: Remove unnecessary Blazor service context invocations by @sfmskywalker in #307
- Add support for schema-based detection of JSON workflow definitions for import by @sfmskywalker in #312
Full Changelog: 3.2.1...3.2.2
3.2.1
What's Changed
- Order storage drivers by priority and mark deprecated ones by @sfmskywalker in #292
- Add Time Zone services by @sfmskywalker in #294
- Updated WASM project with local time zone provider by @sfmskywalker in #295
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- Add Persistence strategy at Workflow / Activity Level by @jdevillard in #136
- fixed bug where you were allowed to connect to an out port by @cr0fters in #195
- fixed bug where you were allowed to start a connection from an in port by @cr0fters in #198
- Javascript Intellisense by @sNakiex in #200
- Expose additional workflow definition editor events by @sfmskywalker in #213
- Global read-only and read-only workflows by @MariusVuscanNx in #203
- Made checkboxes disabled in readonly mode by @MariusVuscanNx in #215
- Fix loading of workflow graph by @sfmskywalker in #218
- Allow user to use the history tab if older version is selected by @MariusVuscanNx in #220
- Update WorkflowDefinitionService and Elsa.Api.Client version by @raymonddenhaan in #221
- Refactor activity execution service method parameters by @sfmskywalker in #222
- Update package versions by @raymonddenhaan in #223
- Update ELSA client by @raymonddenhaan in #224
- Update icon + port provider for DownloadHttpFile activity by @sfmskywalker in #226
- Allow the user to select only the versions with 'usable as activity' … by @MariusVuscanNx in #230
- Lazy Loading of Subgraphs for Workflow Instance Viewer by @sfmskywalker in #231
- Optimize rendering of ActivityWrapper. by @sfmskywalker in #233
- Implement deep linking into workflow instance subgraphs by @sfmskywalker in #236
- Adjust calculate-activity-size by @sfmskywalker in #238
- Refactor workflow execution log selection logic by @sfmskywalker in #240
- Update DesignerPathChangedArgs and method usages by @sfmskywalker in #242
- Enhance version management permissions handling by @sfmskywalker in #246
- Refactor activity ID to activity node ID by @sfmskywalker in #249
- Centralize Workflow Definition Management Events by @sfmskywalker in #251
- Enhance Versioning System for Workflow Definitions: Rollback and Deletion Capabilities by @sfmskywalker in #255
- Add UI Hint Handler for Workflow Context Picker by @mohdali in #256
- Add polling observer by @raymonddenhaan in #254
- fix: Method parameters are incorrect in Snackbar.Add by @zengande in #252
- Fix Workflow Status Not Updated After Completion by @sfmskywalker in #261
- Bugfix/workflow context 3.2.x by @mohdali in #262
- Refactor args to include parent activity in workflow update by @sfmskywalker in #265
- Fix PollingObserver by @sfmskywalker in #263
- Add missing workflow context functions by @mohdali in #257
- Fix WorkflowDefinitionVersionViewer component by @sfmskywalker in #268
- Update version and activity registry request by @sfmskywalker in #271
- Fix copy & paste of activities and nested activities by @sfmskywalker in #273
New Contributors
Full Changelog: 3.1.0...3.2.0
3.2.0-rc6
Full Changelog: 3.2.0-rc5...3.2.0-rc6
3.2.0 RC5
What's Changed
- Update version and activity registry request by @sfmskywalker in #271
- Fix copy & paste of activities and nested activities by @sfmskywalker in #273
Full Changelog: 3.2.0-rc4...3.2.0-rc5
3.2.0 RC4
What's Changed
- Add UI Hint Handler for Workflow Context Picker by @mohdali in #256
- fix: Method parameters are incorrect in Snackbar.Add by @zengande in #252
- Add missing workflow context functions by @mohdali in #257
- Fix WorkflowDefinitionVersionViewer component by @sfmskywalker in #268
New Contributors
Full Changelog: 3.2.0-rc3...3.2.0-rc4
3.2.0 RC3
What's Changed
- Enhance version management permissions handling by @sfmskywalker in #246
- Refactor activity ID to activity node ID by @sfmskywalker in #249
- Centralize Workflow Definition Management Events by @sfmskywalker in #251
- Enhance Versioning System for Workflow Definitions: Rollback and Deletion Capabilities by @sfmskywalker in #255
- Add polling observer by @raymonddenhaan in #254
- Fix Workflow Status Not Updated After Completion by @sfmskywalker in #261
- Bugfix/workflow context 3.2.x by @mohdali in #262
- Refactor args to include parent activity in workflow update by @sfmskywalker in #265
- Fix PollingObserver by @sfmskywalker in #263
Full Changelog: 3.2.0-rc2...3.2.0-rc3
3.2.0 RC2
What's Changed
- Update icon + port provider for DownloadHttpFile activity by @sfmskywalker in #226
- Allow the user to select only the versions with 'usable as activity' … by @MariusVuscanNx in #230
- Lazy Loading of Subgraphs for Workflow Instance Viewer by @sfmskywalker in #231
- Optimize rendering of ActivityWrapper. by @sfmskywalker in #233
- Implement deep linking into workflow instance subgraphs by @sfmskywalker in #236
- Adjust calculate-activity-size by @sfmskywalker in #238
- Refactor workflow execution log selection logic by @sfmskywalker in #240
- Update DesignerPathChangedArgs and method usages by @sfmskywalker in #242
Full Changelog: 3.2.0-rc1...3.2.0-rc2
3.2.0-rc1
What's Changed
- Add Persistence strategy at Workflow / Activity Level by @jdevillard in #136
- fixed bug where you were allowed to connect to an out port by @cr0fters in #195
- fixed bug where you were allowed to start a connection from an in port by @cr0fters in #198
- Javascript Intellisense by @sNakiex in #200
- Expose additional workflow definition editor events by @sfmskywalker in #213
- Global read-only and read-only workflows by @MariusVuscanNx in #203
- Made checkboxes disabled in readonly mode by @MariusVuscanNx in #215
- Fix loading of workflow graph by @sfmskywalker in #218
- Allow user to use the history tab if older version is selected by @MariusVuscanNx in #220
- Update WorkflowDefinitionService and Elsa.Api.Client version by @raymonddenhaan in #221
- Refactor activity execution service method parameters by @sfmskywalker in #222
- Update package versions by @raymonddenhaan in #223
- Update ELSA client by @raymonddenhaan in #224
New Contributors
Full Changelog: 3.1.0...3.2.0-rc1