@inventreedb/ui 0.10.0 → 0.10.1

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file contains historical changelog information for the InvenTree UI components library.
4
4
 
5
+ ### 0.10.1 - April 2026
6
+
7
+ Allows plugins to specify custom model rendering functions within the data import wizard, allowing import of data models not defined in the core InvenTree codebase.
8
+
5
9
  ### 0.10.0 - April 2026
6
10
 
7
11
  Exposes the `importer` object to the plugin context, allow plugins to initialize a data import session using the data importer wizard.
@@ -1,4 +1,4 @@
1
- const INVENTREE_PLUGIN_VERSION = "0.10.0";
1
+ const INVENTREE_PLUGIN_VERSION = "0.10.1";
2
2
  const INVENTREE_REACT_VERSION = "19.2.4";
3
3
  const INVENTREE_REACT_DOM_VERSION = (
4
4
  // @ts-ignore
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@inventreedb/ui",
3
3
  "description": "UI components for the InvenTree project",
4
- "version": "0.10.0",
4
+ "version": "0.10.1",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "license": "MIT",