Skip to content

Commit d4185af

Browse files
Update version and CHANGELOG
1 parent 207141c commit d4185af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/frontend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file contains historical changelog information for the InvenTree UI components library.
44

5+
### 0.10.0 - March 2026
6+
7+
- Exposes a "wizards" UI interface to the plugin context, allowing plugins to utilize command wizards within the InvenTree UI. This includes the `useImportWizard` hook, which provides a convenient interface for plugins to create and manage data import sessions.
8+
59
### 0.9.0 - March 2026
610

711
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.

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inventreedb/ui",
33
"description": "UI components for the InvenTree project",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"private": false,
66
"type": "module",
77
"license": "MIT",

0 commit comments

Comments
 (0)