2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-12 12:38:42 +00:00

frontend: more exposing for plugins (#11897)

* expose EditApiForm in context

* expose renderRemoteInstance in context

* expose useInstance in context

* export DetailDrawerComponent, useLocalLibState

* fix import/type

* add changelog entry
This commit is contained in:
Matthias Mair
2026-05-09 15:14:36 +02:00
committed by GitHub
parent ba883590ab
commit 61eb5e8d0f
9 changed files with 71 additions and 41 deletions
+11
View File
@@ -2,6 +2,17 @@
This file contains historical changelog information for the InvenTree UI components library.
### 0.11.4 - Unreleased
Adds additional functions in the plugin context related to form rendering and API invocation:
- `useInstance`
- `renderRemoteInstance`
- `EditApiForm`
Exposes sub-components related to DetailDrawer rendering:
- `DetailDrawerComponent`
- `useLocalLibState`
### 0.11.3 - April 2026
Exposes additional type definitions related to rendering drawers from tables: