2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-06 19:41:16 +00:00

Expose monitorDataOutput hook to plugin library (#11453)

- Allow plugins to process data outputs
This commit is contained in:
Oliver
2026-03-03 15:10:03 +11:00
committed by GitHub
parent 41a617febd
commit 948818bc78
5 changed files with 138 additions and 102 deletions

View File

@@ -2,6 +2,10 @@
This file contains historical changelog information for the InvenTree UI components library.
### 0.8.0 - March 2026
Exposes the `monitorDataOutput` hook, which allows plugins to monitor the output of a long-running task and display notifications when the task is complete. This is useful for plugins that need to perform long-running tasks and want to provide feedback to the user when the task is complete.
### 0.7.0 - October 2025
Exposes stock adjustment forms to plugins, allowing plugins to adjust stock adjustments using the common InvenTree UI form components.