2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-25 12:33:33 +00:00

[UI] Import context (#11685)

* Refactor ImporterDrawer

- Use a single, globally accessible object
- Provide global state management

* Expose global importer state to the plugin interface

* Improve registration of data import serializers

* Update frontend version / docs

* Bump API version
This commit is contained in:
Oliver
2026-04-08 06:01:00 +10:00
committed by GitHub
parent 448d775690
commit 437dddc75f
15 changed files with 178 additions and 117 deletions
+4
View File
@@ -2,6 +2,10 @@
This file contains historical changelog information for the InvenTree UI components library.
### 0.10.0 - April 2026
Exposes the `importer` object to the plugin context, allow plugins to initialize a data import session using the data importer wizard.
### 0.9.0 - March 2026
Exposes the `useMonitorBackgroundTask` hook, which allows plugins to monitor the status of a background task and display notifications when the task is complete. This is useful for plugins that offload long-running tasks to the background and want to provide feedback to the user when the task is complete.