directus-extension-flow-manager 1.4.13 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/api.js +2 -2
- package/dist/app.js +20 -2
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -105,6 +105,12 @@ Changelogs:
|
|
|
105
105
|
- 1.4.13 (15 November 2025)
|
|
106
106
|
* Fix flow run counter limited for 100 [#23](https://github.com/baguse/directus-extension-flow-manager/issues/23)
|
|
107
107
|
* Fix the flow run error message exceeded length [#24](https://github.com/baguse/directus-extension-flow-manager/issues/24)
|
|
108
|
+
- 1.4.14 (23 November 2025)
|
|
109
|
+
* Fix issue when different fields are exists but Configure button was not shown [#25](https://github.com/baguse/directus-extension-flow-manager/issues/25)
|
|
110
|
+
- 1.5.0 (25 February 2026)
|
|
111
|
+
* Feature Request to allow push to cloud as an update instead of a new creation [#27](https://github.com/baguse/directus-extension-flow-manager/issues/27)
|
|
112
|
+
* Add dashboard feature: You can get the success or failed detail on each flow and also you can inspect the logs
|
|
113
|
+
|
|
108
114
|
Contributing:
|
|
109
115
|
If you want to contribute kindly to create a PR and if you want to request a feature or report of a bug kindly create the Issue
|
|
110
116
|
##### Buy me a coffee
|