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

feat(frontend): lib make Detaildrawer available (#11827)

* feat(frontend): lib make Detaildrawer available

Co-authored-by: Copilot <copilot@github.com>

* move StylishText to lib

Co-authored-by: Copilot <copilot@github.com>

* add changelog entry

Co-authored-by: Copilot <copilot@github.com>

* fix import path

---------

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Matthias Mair
2026-05-01 06:49:43 +02:00
committed by GitHub
parent 76da739c48
commit 6f56d44287
76 changed files with 121 additions and 93 deletions
+8
View File
@@ -2,6 +2,14 @@
This file contains historical changelog information for the InvenTree UI components library.
### 0.11.3 - April 2026
Exposes additional type definitions related to rendering drawers from tables:
- `DetailDrawer`
- `TableState`
Also exposes `StylishText`, which is required downstream for rendering the DetailDrawer component, and is used in a number of places within the InvenTree UI.
### 0.11.2 - April 2026
Exposes additional type definitions related to tables and filters: