2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 14:11:37 +00:00

Bump frontend lib version (#10219)

- Ref: https://github.com/inventree/InvenTree/pull/10202/
This commit is contained in:
Oliver
2025-08-25 16:02:01 +10:00
committed by GitHub
parent 6c05742a3b
commit 564fcc42f2
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
This file contains historical changelog information for the InvenTree UI components library. This file contains historical changelog information for the InvenTree UI components library.
### 0.5.0 - August 2025
This release updates the base `react` major version from `18.3.1` to `19.1.1`. This change may introduce breaking changes for plugins that rely on the InvenTree UI components library (plugin developers should test their plugins against this new version).
Ref: https://github.com/inventree/InvenTree/pull/10202/
### 0.4.0 - July 2025 ### 0.4.0 - July 2025
Externalize React, Lingui and Mantine libraries in the plugin library build step to avoid version conflicts. This ensures that the components provided as part of the @inventreedb/ui package *does not bundle* the React and Mantine libraries, but instead expects them to be provided by the InvenTree server. Externalize React, Lingui and Mantine libraries in the plugin library build step to avoid version conflicts. This ensures that the components provided as part of the @inventreedb/ui package *does not bundle* the React and Mantine libraries, but instead expects them to be provided by the InvenTree server.

View File

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