Skip to content

Releases: frankframework/frank-flow

v2.27.1

17 Oct 10:18
Compare
Choose a tag to compare

2.27.1 (2022-10-17)

πŸ›  Builds

♻️ Chores

  • bot: decrease the frequency of dependabot, to limit nightly builds (721c82d)

v2.27.0

29 Sep 13:56
Compare
Choose a tag to compare

2.27.0 (2022-09-29)

✨ Features

πŸ› Bug Fixes

  • clearify file system errors (7b277e6)
  • frankdoc.json url path (9d8186d)
  • only show sender and listener badges (40bba46)
  • side scrolling in options modal (c522cba)
  • use the type that matches the tagname when an element has multiple types (11808a6)

πŸ›  Builds

πŸ“š Documentation

  • readme: add online demo to readme (9617157)

πŸ’Ž Styles

  • cleanup example configurations (95e70bf)

v2.26.0

30 Aug 14:13
Compare
Choose a tag to compare

2.26.0 (2022-08-30)

✨ Features

  • add better example configurations (0751c37)
  • change docker compose file to include parameters and simplefy database (0d1fdbf)
  • create Docker image for usage in CI and revert compose file (f39e13c)
  • give the error from the backend to the user, it contains more info (62bbcbf)
  • make frank configuration for demo read only (9bb56a5)
  • run the demo in read-only mode (9736252)

πŸ› Bug Fixes

  • changes for PR 989 (b73abda)
  • description in options modal can now scroll on the x axis (66d9b6b)
  • give the right error when a file cant be found or cand be read, also reset current file (ce7e4bd)
  • make basehref relative (b4e6413)
  • make url's relative (cbb2343)
  • options and modal title wordwrap and width (01d6203)
  • removing a directory will remove the previously selected configuration (daca49a)
  • revert some changes and move save on enter (7d15b4f)
  • saving name twice broke the flow (185aa2b)
  • switch file after auto save (0e738ba)

πŸ›  Builds

🚨 Tests

  • change default configurations and fix canvas test (0a9ceda)
  • change the tests and move some parts for relevance (859c4c4)
  • move relevant code into different tests (8573e19)

πŸ—‘ Reverts

v2.25.0

10 Aug 15:20
Compare
Choose a tag to compare

2.25.0 (2022-08-10)

✨ Features

  • add CI based on Docker (e086fc3)
  • add code completion based on json (fa4afb0)
  • add docker compose for development and change version (8ae6b39)
  • add semi-advanced code complition for Frank configurations (797ee74)
  • add turndown and fix some angular configuarions (9b369e6)

πŸ› Bug Fixes

  • attribute completion on next line (34001ce)
  • fix explicit forward to implicit exit (904bd2c)
  • implicit first pipe shows solid connection to next node (7d38c02)
  • remove lint disable comments and cleanup code (e5ffefb)

πŸ›  Builds

Read more

v2.24.0

14 Jun 14:52
Compare
Choose a tag to compare

2.24.0 (2022-06-14)

✨ Features

  • ask the user for input when creating forward (c2e36aa)

πŸ› Bug Fixes

  • dragging forward to implicit exit breaks flow (d16698b)
  • fix pull request comments (4cf92d1)
  • remove Frank!Flow dependency from Frank! as it gave problems with the Frank!Runner (97a40b3)
  • subelements won't get rendered in the Flow and will update the Flow when added (d0b0a4f)

πŸ›  Builds

v2.23.3

02 Jun 14:52
Compare
Choose a tag to compare

2.23.3 (2022-06-02)

πŸ› Bug Fixes

  • change automatic versioning: change automatic versioning (9fb1545)

v2.23.2

02 Jun 13:57
Compare
Choose a tag to compare

2.23.2 (2022-06-02)

πŸ›  Builds

♻️ Chores

  • ci: add snapshot release to own workflow (909f7cd)

v2.23.1

30 May 18:23
Compare
Choose a tag to compare

2.23.1 (2022-05-30)

πŸ›  Builds

♻️ Chores

v2.23.0

23 May 13:33
Compare
Choose a tag to compare

2.23.0 (2022-05-23)

✨ Features

  • add badges for the listeners (70be8ae)
  • add exits correctly to configuration when an exit is added (8fba69d)
  • add implicit forwards (d566f70)
  • add more icons to zoom (a232091)
  • add settings to toggle 'show whitespaces' and 'insert spaces instead of tabs' (2522e60)
  • change zoom buttons to a slider for a better user experience (6c90a68)
  • extend zoomlevels and add new caculation for zoomin in (be32e56)
  • implement implicit exit (3ad5fed)
  • implement Validators, Wrappers and Nested Elements for Sender (d754ce8)
  • remove exit and forward in new configuration template (965af89)

πŸ› Bug Fixes

  • add exits correctly to Configuration when an exit is added (24d7daa)
  • add PR changes (d1be679)
  • bug where flow doesnt trigger right after edding xmlns:flow (eba27af)
  • deleting nodes didn't delete forwards or firstpipe (5815bac)
  • insert space when typing tab setting (afd7730)
  • parse error when mutiple senders have the same name (1567e87)
  • recalculate zoomlevel for jsPlumb (6e6230a)
  • rename configuration settings in code and add trash icon to flow settings (56a9f62)
  • reset function coused error when flow wasn't loaded (e0a0f07)
  • show whitespace off now shows whitespaces in selected code (22aa11c)
  • when file is deleted the frankflow breaks (ecc9463)

πŸ›  Builds

πŸ“¦ Code Refactoring

  • remove unnecessary senders property on structure nodes (1da32bd)
  • small refactor to generate pipline (93b7b3f)

πŸ“š Documentation

  • readme: clarify adding the frank-flow to a frank (fb83fd6)
  • readme: update readme for latest frankrunner (dd9a55f)

v2.22.0

05 May 13:25
Compare
Choose a tag to compare

2.22.0 (2022-05-05)

✨ Features

  • show tabs and spaces in the text editor (1335e0b)

πŸ› Bug Fixes

  • make monaco use tabs instead of spaces (2d6c59e)
  • make node moving consistant (3e0ecaa)
  • make node name bold (200e57c)

πŸ›  Builds