2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-13 23:53:35 +00:00

Enhance MonitorDataOutput (#11458)

* Enhance MonitorDataOutput

- Optionally pass QueryClient
- Required when running outside of <ApiContext />

* Fix default base URL if not specified

* Remove "allow_null" from Mantine props

* Bump lib version to 0.8.2

* Bump CHANGELOG.md
This commit is contained in:
Oliver
2026-03-12 12:22:16 +11:00
committed by GitHub
parent f7da51b752
commit c292e807b9
5 changed files with 83 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@inventreedb/ui",
"description": "UI components for the InvenTree project",
"version": "0.8.0",
"version": "0.8.2",
"private": false,
"type": "module",
"license": "MIT",