Skip to content

Releases: baguse/directus-extension-flow-manager

v1.4.8

09 Sep 05:16
Compare
Choose a tag to compare

Fix URL Parsing when the URL using custom domain pointing to the directus instance
Fix the z-index of container right causing the filter on all page not working

Full Changelog: v1.4.7...v1.4.8

V.1.4.7

25 Aug 09:00
Compare
Choose a tag to compare

Fix URL parsing and validation on Credentials. Now you can use the full URL with the protocol and it will be validated and parsed correctly

Full Changelog: v1.4.6...v1.4.7

v1.4.6

13 Aug 06:54
Compare
Choose a tag to compare
  • Fix module pre-register checking for directus 11
  • Fix run flow webhook wrong method

Full Changelog: v1.4.5...v1.4.6

v1.4.5

07 Aug 14:53
Compare
Choose a tag to compare
  • Fix #14 - Add checking for the flow manager field onload
  • Temporary Fix the #11
  • Add feature to run webhook flow
  • Add feature to manage another instance flows (duplicate, backup, restore, categorize, table view, run, and delete)
    Full Changelog: v1.4.4...v1.4.5

v1.4.4

28 Jul 06:07
Compare
Choose a tag to compare

Add admin access checker on the flow manager module registration
Full Changelog: v1.4.3...v1.4.4

V.1.4.3

25 Jun 07:18
Compare
Choose a tag to compare

Full Changelog: v.1.4.2...v1.4.3

  • Add feature to pull flows from another directus instance to the current instance

v.1.4.2

15 Jun 14:48
b038d91
Compare
Choose a tag to compare

What's Changed

  • Fix #12 issue by @baguse in #13
  • Optimize import of lodash function
  • Fix the run flow without require selection

Full Changelog: v.1.4.1...v.1.4.2

V.1.4.1

25 May 17:49
Compare
Choose a tag to compare
  • Add table view option with search, filter, header reorder, data sorting, and header resize features
  • Add feature to run Manual flow with the ability to pass the payload
  • Add Total Runs, Last Run Time and Last Updated Time on flow row
  • Add ability to bulk delete, duplicate, export, and restore flow
  • Now we can customize the folder icon and color
  • Add feature to move to the current opened category from navigation context menu
  • Fix on MySQL because of the default value of the category

V1.3.1

17 Mar 08:23
Compare
Choose a tag to compare
  • Add feature for search flow on navigation
    You can search flow by name and your search text will be highlighted and automatically expanded the category
    Note: Current expanded category will be stored on local storage
    • Fix deep child flow logic when drag and drop
      In this version you can unlimitedly drag and drop your flow to another flow or category
    • Add trigger type on flow row
      You can see the trigger type on the flow row
      • MANUAL : Flow that can be triggered manually
      • OPERATION : Flow that can be triggered by another flow
      • SCHEDULE : Flow that can be triggered by schedule
      • ACTION : Flow that can be triggered by Event hook
      • WEBHOOK : Flow that can be triggered by Webhook
    • Add button to go to the directus flow detail page
      You can click the flow row and it will bring you to the directus flow detail page
    • Add option to delete the flow
      You can delete the flow by clicking the delete button on the flow row option or the navigation context menu

v1.2.3

13 Nov 14:38
Compare
Choose a tag to compare

Add import to another instance feature

Full Changelog: v1.2.2...v1.2.3