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

feat(frontend): expose inline render helpers (#11917)

* expose RenderInlineModel

* expose Thumbnail

* add changelog / lib entry

* move thumbnail back; use context

* move to context

* reduce diff

* add better type

* reduce diff more
This commit is contained in:
Matthias Mair
2026-05-12 05:46:58 +02:00
committed by GitHub
parent 98f1ae53a3
commit 34a9f1e10c
6 changed files with 48 additions and 27 deletions
+3
View File
@@ -8,11 +8,14 @@ Adds additional functions in the plugin context related to form rendering and AP
- `useInstance`
- `renderRemoteInstance`
- `EditApiForm`
- `RenderInlineModel`
- `Thumbnail`
Exposes sub-components related to DetailDrawer rendering:
- `DetailDrawerComponent`
- `useLocalLibState`
### 0.11.3 - April 2026
Exposes additional type definitions related to rendering drawers from tables: