Skip to content

Releases: globus/flows-ide

flows-ide: v1.2.0

03 May 13:02
2bbc7d3
Compare
Choose a tag to compare

1.2.0 (2024-04-29)

Features

  • add edge labels to catch, choice and default (7cfff33)
  • add support for clicking a node and focusing that State position in the editor (c686a63)
  • add version to header (6cede67)
  • adds scaffold for basic documentation browser (f9d469e)
  • allow users to reorganize nodes in the node diagram. (#17) (3cdc6fb)
  • Diagram: general improvements to rendering. (d827436)
  • Diagram: support for Choice/Choices, Default and Catch. (d827436)
  • Documentation: adds Transfer and Compute Action Providers to the documentation panel. (#7) (3cadfb1)
  • enable schema validation (4876077)
  • filter non-errors from markers presented in the diagram; warnings no longer block rendering. (#32) (4876077)
  • Globus branding and configuration (34fc16f)
  • load and use Flow definition schema for autocomplete (#30) (cea01ec)
  • use dagre for auto-layout (258bb0b)

Bug Fixes

  • address issue preventing version from being displayed in header (0d5a0e5)
  • DevOps: ensure auto-deployment on version tags (e1c4134)
  • Diagram: fix for missing handles on 'Fail' types (4987d76)
  • DOM nesting issue in StateNode (#33) (7cfff33)
  • improved diagram rendering, better overall layout, and dark mode editor. (c79465e)

flows-ide: v1.1.0

11 Apr 00:54
91991ca
Compare
Choose a tag to compare

1.1.0 (2024-04-11)

Features

  • add edge labels to catch, choice and default (7cfff33)
  • enable schema validation (4876077)
  • filter non-errors from markers presented in the diagram; warnings no longer block rendering. (#32) (4876077)
  • load and use Flow definition schema for autocomplete (#30) (cea01ec)

Bug Fixes

flows-ide: v1.0.2

09 Apr 01:13
ba58760
Compare
Choose a tag to compare

1.0.2 (2024-04-09)

Bug Fixes

  • DevOps: ensure auto-deployment on version tags (e1c4134)

flows-ide: v1.0.1

09 Apr 01:07
e0f69a6
Compare
Choose a tag to compare

1.0.1 (2024-04-09)

Bug Fixes

  • address issue preventing version from being displayed in header (0d5a0e5)

flows-ide: v1.0.0

09 Apr 00:59
9b33e06
Compare
Choose a tag to compare

1.0.0 (2024-04-09)

Features

  • adds support for clicking a node and focusing that State position in the editor (c686a63)
  • adds version to header (6cede67)
  • adds scaffold for basic documentation browser (f9d469e)
  • allow users to reorganize nodes in the node diagram. (#17) (3cdc6fb)
  • Diagram: general improvements to rendering. (d827436)
  • Diagram: support for Choice/Choices, Default and Catch. (d827436)
  • Documentation: adds Transfer and Compute Action Providers to the documentation panel. (#7) (3cadfb1)
  • Globus branding and configuration (34fc16f)
  • Use dagre for auto-layout (258bb0b)

Bug Fixes

  • Diagram: fix for missing handles on 'Fail' types (4987d76)
  • Improved diagram rendering, better overall layout, and dark mode editor. (c79465e)