Skip to content

Latest commit

Β 

History

History
1764 lines (1015 loc) Β· 128 KB

CHANGELOG.md

File metadata and controls

1764 lines (1015 loc) Β· 128 KB

2.27.1 (2022-10-17)

πŸ›  Builds

♻️ Chores

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

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)

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

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

♻️ Chores

  • run the framework with docker in the CI (5e9d07d)

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

2.23.3 (2022-06-02)

πŸ› Bug Fixes

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

2.23.2 (2022-06-02)

πŸ›  Builds

♻️ Chores

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

2.23.1 (2022-05-30)

πŸ›  Builds

♻️ Chores

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)

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

2.21.0 (2022-04-29)

✨ Features

  • make palette colapsible (abdc036)

πŸ› Bug Fixes

  • hide palette button when editor mode is selected (1dbbe26)
  • non-configuration file was classified as empty file (5d4a171)

πŸ›  Builds

2.20.4 (2022-04-28)

πŸ› Bug Fixes

  • commiting with token (da537aa)
  • commiting with token and user (47ea281)
  • commiting with token and user (213ce62)

♻️ Chores

  • add snapshot release to semantic release script (d9bccd2)
  • add token to push (f4b18c3)
  • add token to push and set persist-credentials to true (7dd64cf)

2.20.3 (2022-04-28)

πŸ› Bug Fixes

  • issue in ci for making snapshot version (72e4b40)

2.20.2 (2022-04-28)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (03471ab)
  • deps: bump ejs from 3.1.6 to 3.1.7 in /frank-flow/src/frontend (f081656)

♻️ Chores

  • add action for add and commit (9718872)

2.20.1 (2022-04-27)

πŸ› Bug Fixes

♻️ Chores

2.20.0 (2022-04-27)

✨ Features

  • add undo and redo buttons to header (b2af57d)

πŸ›  Builds

♻️ Chores

  • create snapshot version in ci for further development (9cb7081)
  • disable double jars error (a1d3608)
  • frank runner takes to much time to start (1105efd)

2.19.1 (2022-04-21)

πŸ›  Builds

  • deps-dev: bump karma in /frank-flow/src/frontend (8c46c3c)
  • deps-dev: bump lint-staged in /frank-flow/src/frontend (c6ef86a)

2.19.0 (2022-04-20)

✨ Features

  • add function to delete flow settings (25ff8d8)
  • add option to disable confirm popup (1878307)

πŸ› Bug Fixes

  • remove exits from palete and flow (9b3f8c0)
  • remove the add file button from header (d15dfb9)
  • small refactor for clarity (3795b9a)
  • some errors overlapped the header, making it impossible to switch mode (6cf6c73)

πŸ“¦ Code Refactoring

  • make the palette filter nicer in code (bca3c3e)

2.18.0 (2022-04-19)

✨ Features

  • add the right cursor type to inputs (7384343)
  • change the styling of Settings modal (56001d9)
  • make pan to node work with receivers (ca7d236)

πŸ› Bug Fixes

  • buttons now don't overlap the input field in add modal (f30e653)
  • change cursor to pointer while hovering over sidebar item (b08b397)
  • modify modal will now cut off long file names (45492c2)
  • text in delete button now fits (695494c)

πŸ›  Builds

πŸ“¦ Code Refactoring

  • change header to be one grid and centered better (3193d0c)
  • move modal with sidebar styles to its own class (1d18d25)

πŸ“š Documentation

  • add a demo video to the readme (44522e6)

♻️ Chores

  • update kodiak to now update dependabot, it should do a repase itself (cd02d62)

πŸ’Ž Styles

  • add rule to allready existing hover (d0d1232)

2.17.0 (2022-04-18)

✨ Features

  • add pan to node on nodes with no x and y in file (d2bd287)
  • automatically convert old syntax configuration to new syntax (05ccabe)
  • remove autoconvert and add button to where the canvas should be (f604bc1)

πŸ› Bug Fixes

  • change sander name in badge to sender type (109f313)
  • user can no longer select group name (3d68a7a)

πŸ›  Builds

🚨 Tests

  • change the debug config to be a bit more realistic (8175cf7)

2.16.1 (2022-04-12)

πŸ›  Builds

2.16.0 (2022-04-06)

✨ Features

  • add senders to the same row as the pipes in the layout (1153019)
  • keep free space when node with generated position has been moved (2cffde0)

πŸ› Bug Fixes

  • active can now be filled with a property (69551af)
  • implicit first pipe now works with receivers (25076a1)
  • namespace gets added before flow attributes (c714842)
  • remove errors when swithcing file (e6c072d)

πŸ›  Builds

2.15.1 (2022-04-01)

πŸ› Bug Fixes

  • error messaage about uppercase letter in type now contains type name (67aa511)

2.15.0 (2022-03-31)

✨ Features

  • change cloud to puzzle piece in palette items (abe521d)

πŸ› Bug Fixes

  • add trash icon to (nested) node options (d0e2c7b)
  • disable available attributes select if none vailable (0b00a59)

πŸ›  Builds

  • deps-dev: bump @angular-devkit/build-angular (d3e7a66)
  • deps-dev: bump @angular/cli in /frank-flow/src/frontend (08e9f60)
  • deps-dev: bump @types/jasmine in /frank-flow/src/frontend (8f27a46)
  • deps-dev: bump karma-jasmine in /frank-flow/src/frontend (f18fc88)
  • deps: bump log4j to version 2.17.2 (3cc7939)
  • deps: update spring to 5.3.18 and cxf to 3.4.6 (4933267)

πŸ“¦ Code Refactoring

  • move observer from constructor to oninit and add unsubscribe (b9f09bb)

2.14.0 (2022-03-29)

✨ Features

  • add elements with active attribute as a node (64a7a42)
  • add generic confirm popup (8ca27b4)
  • add listener as nested element to a receiver (1da20a3)
  • change placement algorithm to stack nodes vertically (916e525)
  • make it possible to add nested elements to elements that close on the same line (3364d82)
  • node types now have thier own column (a39e2ed)

πŸ› Bug Fixes

  • change text for delete confirm message (9d2c139)
  • the configurations.xml wont be renderd as flow if it contains '<!DOCTYPE Configuration' (cb9abca)

πŸ›  Builds

2.13.0 (2022-03-28)

✨ Features

  • add a way to add senders wrapped in a sender pipe (ccf5284)
  • add nested element component (005aed7)
  • change options modal: add available nested elements to sidebar (336a6ca)
  • change styling of senders and add icon before badge (97ace69)
  • change the badges of the senders so multiple senders will show a counter (a39ab46)
  • implement add nested element button (362aac3)
  • inherit the attributes of the parent element in the options window (17aa814)
  • make it possible to add senders to canvas (8b09c1c)
  • make it possible to edit the nested elements (1344de7)
  • move sender icon within the badge (1de7f70)
  • save attributes when adding an attribute (7914295)
  • show all available elements when creating a new nested element (887383d)

πŸ› Bug Fixes

  • add closing tag to self closing element when an nested element is added (dadb0d4)
  • add timeout around add attribute (236f8c4)
  • add yellow highlight to sender (1e6b460)
  • adding attributes (661d01a)
  • automatically add namespace when needed (f9eda60)
  • beatify code for namespace service (5bc8341)
  • elements that start with a lowercase letter would couse the options to break (2f3175a)
  • fix adding forward on self closing tag (47b09ab)
  • fix for saving name attribute on node (325f976)
  • make sure the attributes get saved (56a9568)
  • multiple attributes from multiple nodes can now be saved at once (31455a5)
  • nested element now work with non inherited nested elements (245e304)
  • remove name from unclosed elements, it doesnt matter and some dont have a name (dd27157)
  • stop parser so it doesn't get stuck after an error (4744424)
  • temp: add a delay to adding and deleting attributes (4633853)

πŸ“¦ Code Refactoring

  • remove unused function (a929d8a)
  • shorten import and rename method (3abf0b9)

πŸ’Ž Styles

  • cleanup comments and add implicit perameter explicitly (071faab)

2.12.5 (2022-03-25)

πŸ› Bug Fixes

  • add pointer to nodelist and make it not selectable (6f65b85)

πŸ›  Builds

  • deps-dev: bump prettier in /frank-flow/src/frontend (63abc8b)

♻️ Chores

  • temporary change release workflow to manual dispatch (eff8a3a)

2.12.4 (2022-03-23)

πŸ›  Builds

  • deps: bump minimist in /frank-flow/src/frontend (c675838)

2.12.3 (2022-03-23)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (5db8070)

2.12.2 (2022-03-22)

πŸ›  Builds

  • deps: bump node-forge in /frank-flow/src/frontend (ea9c24a)

2.12.1 (2022-03-22)

πŸ›  Builds

2.12.0 (2022-03-21)

✨ Features

  • add configuration settings modal (0517adc)
  • make highlight easier to see (11b88e4)
  • refactor flow-structure and add delete (87f0718)

πŸ› Bug Fixes

  • add hover to link in flow settings modal (edcc4ef)
  • add yellow highlight to all nodes and fix padding (4be4c54)
  • apply requested changes (63ab279)
  • flowSettings kept the settings from the previous configuration, if the current file wasn't one (178bab4)
  • remove outline on select when using Chrome-browser (ae49f46)

2.11.6 (2022-03-21)

πŸ› Bug Fixes

  • add pointer cursor to buttons (3d16beb)

πŸ›  Builds

2.11.5 (2022-03-21)

πŸ›  Builds

2.11.4 (2022-03-21)

πŸ›  Builds

2.11.3 (2022-03-17)

πŸ›  Builds

  • deps-dev: bump @angular/cli in /frank-flow/src/frontend (9fc5d47)
  • deps-dev: bump eslint-plugin-unicorn in /frank-flow/src/frontend (0422fb1)

2.11.2 (2022-03-17)

πŸ›  Builds

2.11.1 (2022-03-16)

πŸ›  Builds

  • deps-dev: bump lint-staged in /frank-flow/src/frontend (fd3fbe5)

2.11.0 (2022-03-16)

✨ Features

  • add dragging hand when moving node (8987e14)

πŸ›  Builds

  • deps: bump tomcat.version from 9.0.59 to 9.0.60 (e9bd464)

2.10.5 (2022-03-16)

πŸ›  Builds

  • deps-dev: bump @types/jasmine in /frank-flow/src/frontend (215789b)

2.10.4 (2022-03-16)

πŸ›  Builds

  • deps-dev: bump @commitlint/cli in /frank-flow/src/frontend (3e82598)
  • deps-dev: bump prettier in /frank-flow/src/frontend (78097c7)

2.10.3 (2022-03-15)

πŸ›  Builds

2.10.2 (2022-03-15)

πŸ›  Builds

2.10.1 (2022-03-14)

πŸ›  Builds

  • deps-dev: bump eslint in /frank-flow/src/frontend (e984d22)

2.10.0 (2022-03-14)

✨ Features

  • change around the x and y in editor (cdb6217)

2.9.0 (2022-03-14)

✨ Features

  • add setting for lock on node (3d178a0)
  • change default flow settings (1146e68)
  • change setting name from Panzoom to pan (2484cbf)

πŸ›  Builds

  • deps: bump maven-compiler-plugin from 3.10.0 to 3.10.1 (7f93101)
  • deps: bump maven-dependency-plugin from 3.2.0 to 3.3.0 (f05dd48)

2.8.46 (2022-03-11)

πŸ›  Builds

  • deps: bump monaco-editor in /frank-flow/src/frontend (420bb04)

2.8.45 (2022-03-10)

πŸ›  Builds

2.8.44 (2022-03-10)

πŸ›  Builds

2.8.43 (2022-03-08)

πŸ›  Builds

  • deps: bump rxjs from 7.5.4 to 7.5.5 in /frank-flow/src/frontend (4a9b557)

2.8.42 (2022-03-08)

πŸ›  Builds

2.8.41 (2022-03-07)

πŸ›  Builds

2.8.40 (2022-03-07)

πŸ›  Builds

  • deps: bump ngx-toastr in /frank-flow/src/frontend (64230e9)

2.8.39 (2022-03-07)

πŸ›  Builds

  • deps-dev: bump lint-staged in /frank-flow/src/frontend (a4e3fb6)
  • deps-dev: bump ts-node in /frank-flow/src/frontend (c17c0b4)

2.8.38 (2022-03-04)

πŸ›  Builds

  • deps: bump zone.js in /frank-flow/src/frontend (77b21ca)

2.8.37 (2022-03-03)

πŸ›  Builds

  • deps-dev: bump eslint-config-prettier in /frank-flow/src/frontend (544c2c0)

2.8.36 (2022-03-02)

πŸ›  Builds

  • deps-dev: bump ts-node in /frank-flow/src/frontend (2cccd7c)
  • deps: bump tomcat.version from 9.0.58 to 9.0.59 (83033c8)

2.8.35 (2022-03-02)

πŸ›  Builds

  • deps-dev: bump karma in /frank-flow/src/frontend (c2aaba8)

2.8.34 (2022-03-02)

2.8.33 (2022-02-28)

πŸ›  Builds

2.8.32 (2022-02-28)

πŸ›  Builds

2.8.31 (2022-02-28)

πŸ›  Builds

  • deps-dev: bump eslint in /frank-flow/src/frontend (910557f)

2.8.30 (2022-02-24)

πŸ›  Builds

2.8.29 (2022-02-24)

πŸ›  Builds

2.8.28 (2022-02-23)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (951fc67)

2.8.27 (2022-02-22)

πŸ›  Builds

  • deps-dev: bump jasmine-core in /frank-flow/src/frontend (388a321)

2.8.26 (2022-02-21)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (dd15ad5)

2.8.25 (2022-02-21)

πŸ›  Builds

2.8.24 (2022-02-19)

πŸ›  Builds

  • deps: bump maven-site-plugin from 3.10.0 to 3.11.0 (799c290)

2.8.23 (2022-02-18)

πŸ›  Builds

2.8.22 (2022-02-18)

πŸ›  Builds

2.8.21 (2022-02-18)

πŸ›  Builds

2.8.20 (2022-02-16)

πŸ›  Builds

  • deps-dev: bump eslint-plugin-unicorn in /frank-flow/src/frontend (45e1b7e)

2.8.19 (2022-02-16)

πŸ›  Builds

  • deps: bump maven-compiler-plugin from 3.9.0 to 3.10.0 (ffab7ab)

2.8.18 (2022-02-15)

πŸ›  Builds

2.8.17 (2022-02-15)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (d851864)

2.8.16 (2022-02-15)

πŸ›  Builds

2.8.15 (2022-02-15)

πŸ›  Builds

2.8.14 (2022-02-14)

πŸ›  Builds

2.8.13 (2022-02-14)

πŸ›  Builds

  • deps-dev: bump @commitlint/cli in /frank-flow/src/frontend (688cc40)
  • deps-dev: bump eslint in /frank-flow/src/frontend (77fe531)

2.8.12 (2022-02-10)

πŸ›  Builds

  • deps-dev: bump @angular/cli in /frank-flow/src/frontend (f2cf4e2)
  • deps-dev: bump karma-coverage in /frank-flow/src/frontend (2e3d674)

2.8.11 (2022-02-10)

πŸ›  Builds

2.8.10 (2022-02-10)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (5e68fbd)

2.8.9 (2022-02-09)

πŸ›  Builds

  • deps: bump rxjs from 7.5.3 to 7.5.4 in /frank-flow/src/frontend (24959da)

2.8.8 (2022-02-09)

πŸ›  Builds

  • deps-dev: bump karma in /frank-flow/src/frontend (e025f28)

2.8.7 (2022-02-08)

πŸ›  Builds

  • deps: bump @fortawesome/free-regular-svg-icons (6bb8088)
  • deps: bump rxjs from 7.5.2 to 7.5.3 in /frank-flow/src/frontend (02d3786)

2.8.6 (2022-02-08)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (6ac4d24)
  • deps: bump cytoscape in /frank-flow/src/frontend (54f0922)

2.8.5 (2022-02-07)

πŸ›  Builds

2.8.4 (2022-02-07)

πŸ›  Builds

  • deps-dev: bump ts-node in /frank-flow/src/frontend (a79b1c3)
  • deps: bump monaco-editor in /frank-flow/src/frontend (4796162)

2.8.3 (2022-02-07)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (318a9fa)
  • deps-dev: bump karma-coverage in /frank-flow/src/frontend (921001f)

2.8.2 (2022-02-03)

πŸ›  Builds

  • deps-dev: bump karma in /frank-flow/src/frontend (3e24ce7)
  • deps: bump monaco-editor in /frank-flow/src/frontend (f49fd5d)

2.8.1 (2022-02-03)

πŸ›  Builds

2.8.0 (2022-02-03)

✨ Features

  • add background blur to transparent elements (eafe2b9)
  • add shadow to connections, fix hr in modal and style toastr (152e2f9)
  • add shadows to header and sidebars and change file-tree (561cc1c)
  • change scss variables and implement shadows and buttons differently (f825e80)
  • change some font and border sizes and aligning (7ef1a12)
  • change some font and border sizes and aligning (c12ce11)
  • change the styling to a more modern look (e66a53f)
  • make the no convas message as big as the actions (with lager buttons) (364cbc0)
  • remove padding when node is active so content doesn't move (65a5390)

πŸ›  Builds

πŸ—‘ Reverts

  • change frank-runner.properties back (0706ee7)

2.7.5 (2022-01-31)

πŸ›  Builds

  • deps-dev: bump eslint in /frank-flow/src/frontend (8e13599)

2.7.4 (2022-01-31)

πŸ›  Builds

2.7.3 (2022-01-31)

πŸ›  Builds

2.7.2 (2022-01-28)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (3be3425)

2.7.1 (2022-01-28)

πŸ› Bug Fixes

  • add path to non removable attributes (c48314c)
  • remove delete button for attributes that can't be removed (68a8ff7)

2.7.0 (2022-01-28)

✨ Features

  • remove all forwards pointing to a node when it gets deleted (00c0b0d)
  • remove firstpipe if the same node gets removed (87643a4)

πŸ› Bug Fixes

  • change forwards to the new name of a node when it is changed (3bcb596)
  • moving a forward will change the target of an existing forward (f636223)
  • moving the listener to another pipe (89d3384)

2.6.3 (2022-01-27)

πŸ›  Builds

2.6.2 (2022-01-27)

πŸ›  Builds

2.6.1 (2022-01-26)

πŸ›  Builds

  • deps-dev: bump lint-staged in /frank-flow/src/frontend (72c1095)
  • deps-dev: bump lint-staged in /frank-flow/src/frontend (57d104c)

2.6.0 (2022-01-25)

✨ Features

  • allways select the current file in the file-tree (e617830)
  • expand folder in which selected item is located (7774681)

πŸ› Bug Fixes

  • changes after view has been checked error (2cdf2ce)
  • don't do anything if selected file is reselected (fdb8a15)
  • remove code that can done otherwise (cf495eb)

2.5.10 (2022-01-25)

πŸ› Bug Fixes

  • remove center canvas button which caused unpredictable behavior (e6bf7ce)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (628744e)
  • deps-dev: bump karma in /frank-flow/src/frontend (4dcaf42)

2.5.9 (2022-01-23)

πŸ›  Builds

  • deps-dev: bump lint-staged in /frank-flow/src/frontend (9760343)

2.5.8 (2022-01-23)

πŸ›  Builds

  • deps: bump tomcat.version from 9.0.48 to 9.0.58 (cfe4c53)

♻️ Chores

  • remove explicit submodules from dependabot, they'll get scanned anyway (48dbb1f)

2.5.7 (2022-01-22)

πŸ›  Builds

  • deps: bump nanoid in /frank-flow/src/frontend (ca21ebe)

2.5.6 (2022-01-21)

πŸ›  Builds

  • deps: bump log4js from 6.3.0 to 6.4.0 in /frank-flow/src/frontend (bda283d)

2.5.5 (2022-01-21)

πŸ›  Builds

  • deps-dev: bump typescript in /frank-flow/src/frontend (958575f)

2.5.4 (2022-01-20)

πŸ›  Builds

2.5.3 (2022-01-20)

πŸ›  Builds

  • deps-dev: bump @types/cytoscape in /frank-flow/src/frontend (c9edb42)
  • deps-dev: bump lint-staged in /frank-flow/src/frontend (be79a25)

2.5.2 (2022-01-20)

πŸ›  Builds

2.5.1 (2022-01-20)

πŸ›  Builds

2.5.0 (2022-01-20)

✨ Features

  • add setting for the warning for unsaved changes (a6d4df9)
  • add warning when closing tab while having unsaved changes (94f363c)

πŸ›  Builds

  • deps-dev: bump @commitlint/cli in /frank-flow/src/frontend (8207c94)
  • deps-dev: bump lint-staged in /frank-flow/src/frontend (c84b9bd)

♻️ Chores

  • change lint stage config to not use npx anymore (d151e3c)

2.4.2 (2022-01-20)

πŸ›  Builds

  • deps: update log4j to version 2.17.1 (4e0fc61)
  • deps: update spring to 5.3.15 (4c1b4cf)

2.4.1 (2022-01-18)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (e8d1fc5)
  • deps-dev: bump lint-staged in /frank-flow/src/frontend (0d70944)

2.4.0 (2022-01-18)

✨ Features

  • add additional information about the flow settings. (ac61b97)
  • make the configuration tag look like one (d4a73ec)

πŸ› Bug Fixes

πŸ“š Documentation

  • readme: add Configuration Flow Settings (e7ffb3e)
  • readme: process feedback for better sentences, grammer and content (06a7a13)
  • readme: update features, insctructions and remove outdated information (f84ffa5)

2.3.4 (2022-01-17)

πŸ›  Builds

2.3.3 (2022-01-17)

πŸ›  Builds

  • deps-dev: bump @types/node in /frank-flow/src/frontend (4227f2d)
  • deps-dev: bump eslint in /frank-flow/src/frontend (406e042)

2.3.2 (2022-01-13)

πŸ›  Builds

2.3.1 (2022-01-13)

πŸ›  Builds

  • deps: bump engine.io in /frank-flow/src/frontend (f304e76)
  • deps: bump follow-redirects in /frank-flow/src/frontend (5ceb731)

2.3.0 (2022-01-13)

✨ Features

  • add descriptions to the labels and options in the Settings (93aadb0)
  • add hover text to Explorer toggle (c673689)
  • add hover text to Toggle component (6991fb2)

πŸ› Bug Fixes

  • close Options after a Node had been deleted (3dca833)

πŸ“¦ Code Refactoring

  • move the floating actions into it's own component (3cda8c7)

2.2.3 (2022-01-12)

πŸ›  Builds

  • deps: bump maven-compiler-plugin from 3.8.1 to 3.9.0 (01e4c36)

2.2.2 (2022-01-12)

πŸ›  Builds

  • deps: bump maven-jar-plugin from 3.2.1 to 3.2.2 (f589138)

2.2.1 (2022-01-11)

πŸ›  Builds

  • deps: bump rxjs from 7.5.1 to 7.5.2 in /frank-flow/src/frontend (f315af8)

2.2.0 (2022-01-11)

✨ Features

  • always show and explorer (af6f018)
  • make Explorer collapsable (6911d00)
  • remove Selector and restyle Header (e07105e)

πŸ› Bug Fixes

  • make delete button in edit-modal big again (004b925)

πŸ“¦ Code Refactoring

  • move explorer out of the editor component (607ee19)

♻️ Chores

  • change kodiak merge stratagy to rebase (21a3259)

2.1.9 (2022-01-11)

πŸ›  Builds

2.1.8 (2022-01-10)

πŸ›  Builds

2.1.7 (2022-01-10)

πŸ›  Builds

  • deps: bump maven-assembly-plugin in /frank-flow-launcher (#413) (6718a1f)
  • deps: bump maven-jar-plugin from 3.2.0 to 3.2.1 (#416) (7e0480b)

2.1.6 (2022-01-10)

πŸ›  Builds

♻️ Chores

  • change commit messages for dependabot and add all poms (83d1a07)
  • remove commit message from dependabot (344f8cc)

2.1.5 (2022-01-08)

πŸ›  Builds

  • deps-dev: bump lint-staged in /frank-flow/src/frontend (#411) (8c1ead7)

♻️ Chores

  • remove personal access token from workflow (9000f03)

πŸ—‘ Reverts

  • remove personal access token from workflow (8fff351)

2.1.4 (2022-01-06)

πŸ›  Builds

♻️ Chores

  • change installation in workflow (ef5efaa)
  • change the conventional changelog preset to metahub and add github release (ffb0a44)
  • release: 2.1.4 [skip ci] (41117bb)