Skip to content

Releases: elsa-workflows/elsa-studio

3.6.0 RC3

02 Feb 19:13
77f1ce9

Choose a tag to compare

3.6.0 RC3 Pre-release
Pre-release

Compare: 3.6.0-rc2...3.6.0-rc3

🐛 Fixes

Workflow List Pagination

  • Workflow Definitions list: Fixed pagination reset to first page after selecting a workflow definition from subsequent pages. Preserved current page state during re-renders in WorkflowDefinitionList. (11d628f) (#735)

  • Query parameter handling: Refactored query parameter parsing logic in QueryTableComponentBase for better maintainability. Uses properties instead of fields for initial page and page size, improving state management across workflow components. (af84428) (#736)

Workflow Designer

  • Node sizing: Added minimum node size enforcement to ensure workflow designer nodes meet minimum size requirements based on activity content. Enhanced activity size caching by incorporating display text and description lengths for improved accuracy. (0b02c67) (#733)

Workflow Instance Viewer

  • Workflow-as-activity instances: Fixed two navigation issues in workflow instance viewer:

    • Double-clicking workflow-as-activity instances now correctly navigates to sub-workflow instances by restoring IsReadOnly parameter initialization.
    • Journal item navigation outside current container/flowchart now properly loads activities by implementing fallback node loading when activity is not immediately found. (2fd5728) (#727)
  • Auto layout: Made "Auto layout" toolbox item consistently available in FlowchartDiagramDesigner regardless of read-only state.

📦 Dependencies

  • Elsa.Api.Client: Updated to version 3.6.0-rc3. (e36fbdc)

📦 Full changelog

All changes in this release have been documented above.

3.6.0 RC2

06 Jan 08:01
d146ffc

Choose a tag to compare

3.6.0 RC2 Pre-release
Pre-release

Compare: 3.6.0-rc1...3.6.0-rc2

🌟 Highlights

  • Introduced Workflow Code View for the editor. (#711)
  • Added Monaco dialog-based code editor experience. (#702)
  • Added configurable branding options. (#698)
  • Improved definitions/instances navigation with URL query params and re-enabled instance polling. (#700)
  • Added studio labels for improved workflow/studio organization. (#712)

⚠️ Breaking changes / upgrade notes

  • No breaking changes noted in commit subjects for this range.

✨ New features

  • Introduced Workflow Code View for the editor. (#711)
  • Added Monaco dialog code editor. (#702)
  • Added definitions/instances URL query params and re-enabled instance polling. (#700)
  • Added more configurable branding options. (#698)
  • Added studio labels. (#712)

🔧 Improvements

  • Updated tagline (“You’re in Charge Now,”), adjusted documentation link, and upgraded dependencies across multiple projects. (4f0acd5)
  • Improved readability/maintainability by removing an incorrect ExpressionEditor wrapper on ActivationStrategy and reformatting Settings.razor and MudBlazor components (no logic changes). (83f9958)
  • Refactored log persistence expression sync variables. (bd36c9c)
  • Refactored log persistence editor sync variable names. (e2a0dd7)

🐛 Fixes

  • Corrected resizing issues for the Code and ExpressionInput components. (090be37)
  • Added dialog-based script editor to missed ExpressionEditor. (5fc7955)

🔁 CI / Build

  • Added release/* branch filter to packaging workflow triggers. (c26d60d)
  • Added release/* branch filter to packaging workflow conditions. (b1224b7)
  • Bumped Elsa.Api.Client to 3.6.0-preview.4162 in Directory.Packages.props. (8af05cb)

📦 Full changelog (short)

  • Adds release notes playbook for Elsa Studio (73a4449)
  • Update tagline to "You’re in Charge Now," adjust documentation link, and upgrade dependencies across multiple projects. (4f0acd5)
  • Add studio labels (#712)
  • Merge branch 'main' into release/3.6.0 (5765147)
  • Add dialog-based script editor to missed ExpressionEditor. (5fc7955)
  • Refactor log persistence expression sync variables (bd36c9c)
  • Refactor log persistence editor sync variable names (e2a0dd7)
  • Remove incorrect ExpressionEditor wrapper on ActivationStrategy and reformat Settings.razor. Reformatted MudSelect, MudCheckBox, and MudTextField components for improved readability and maintainability. No changes to underlying logic or functionality. (83f9958)
  • Feature: Workflow Code View For Editor (#711)
  • Correct resizing issues for the Code and ExpressionInput components. (090be37)
  • Add Monaco Dialog Code Editor (#702)
  • Definitions / Instances URL Query Params & Re-enable Instance Polling (#700)
  • Add release/* branch filter to packaging workflow conditions (b1224b7)
  • Add release/* branch filter to packaging workflow triggers (c26d60d)
  • Bump Elsa.Api.Client to 3.6.0-preview.4162 in Directory.Packages.props (8af05cb)
  • Add more configurable branding options. (#698)

3.6.0 RC1

21 Dec 13:40
89f0e11

Choose a tag to compare

3.6.0 RC1 Pre-release
Pre-release

Elsa Studio 3.6.0 RC1

Highlights

  • Workflow Designer improvements

    • Vertices support for more precise connector routing and cleaner diagrams (#480).
    • TreeView-based Activity Picker for faster navigation in large catalogs (#544).
    • Flowchart handling + performance improvements, including better node handling and editor responsiveness (#499, #669, #670, #686).
    • Activity testing support to speed up iteration while designing workflows (#541, #612).
  • Workflow Editor productivity

    • Save As support (#625).
    • Ctrl+S / Cmd+S hotkey support (#635).
    • Duplicate workflow from definition list (#569).
  • Auth & integration

    • PKCE support for OIDC authorization code flow (#519).
    • JWT support for WorkflowInstanceObserverFactory (#463).
  • UI/UX polish

    • Redesigned & modernized login page (#696).
    • Multiple UI consistency fixes and improvements across the Studio (#511, #512, #555).
  • Localization

    • French translations (#532).

What’s Changed

New Contributors

Full Changelog: 3.5.1...3.6.0-rc1

3.5.3

20 Dec 15:27
6538dc3

Choose a tag to compare

Full Changelog: 3.5.2...3.5.3

3.5.2

18 Nov 19:53
a948a9e

Choose a tag to compare

What's Changed

Full Changelog: 3.5.1...3.5.2

3.5.1

27 Sep 10:03
853ebda

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.0...3.5.1

3.5.0

15 Aug 08:53
fd5a709

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.0...3.5.0

3.5.0 RC4

08 Aug 20:35
2c01933

Choose a tag to compare

3.5.0 RC4 Pre-release
Pre-release

Full Changelog: 3.5.0-rc3...3.5.0-rc4

3.5.0 RC3

04 Jul 10:48
f935d06

Choose a tag to compare

3.5.0 RC3 Pre-release
Pre-release

What's Changed

Full Changelog: 3.5.0-rc2...3.5.0-rc3

3.5.0 RC2

01 Jun 20:04
d8a1e3a

Choose a tag to compare

3.5.0 RC2 Pre-release
Pre-release

What's Changed

  • Fixed persistence of flowchart connection vertices

Full Changelog: 3.5.0-rc1...3.5.0-rc2