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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user