@dexteel/mesf-core 5.10.0 → 5.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +24 -0
- package/dist/index.esm.js +582 -441
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.11.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.10.0...@dexteel/mesf-core-v5.11.0) (2025-09-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **QueryCacheInvalidations:** remove custom styles and use Material-UI components only ([#455](https://github.com/dexteel/mesf-core-frontend/issues/455)) ([f108216](https://github.com/dexteel/mesf-core-frontend/commit/f1082167dbfeba2df365c8ca77a9b7d23617ea60))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **account:** improve account configuration UI and functionality ([b7ccbdd](https://github.com/dexteel/mesf-core-frontend/commit/b7ccbddabe50df58fbfc4966e617709d13133aa9))
|
|
14
|
+
* **account:** improve account configuration UI and functionality ([14b476d](https://github.com/dexteel/mesf-core-frontend/commit/14b476d0468c38889c653341f71a607a2453c897))
|
|
15
|
+
* **account:** remove custom styles and replace with Material-UI props ([c910339](https://github.com/dexteel/mesf-core-frontend/commit/c910339f5670f757c982532202f3caf0e3dcc8cc))
|
|
16
|
+
* **AssetSelector:** allow plantAssetId to be configured via MESFMain props ([55e9486](https://github.com/dexteel/mesf-core-frontend/commit/55e9486c78df5722cbcfe914c9c219fc08d7260f))
|
|
17
|
+
* **AssetSelector:** handle AssetId 0 correctly and remove None option when assets exist ([66036cc](https://github.com/dexteel/mesf-core-frontend/commit/66036cc2162127d06362dbe289e3c5a8eba50d9b))
|
|
18
|
+
* **AssetSelector:** use plantAssetId from context as default instead of first asset ([8063686](https://github.com/dexteel/mesf-core-frontend/commit/8063686fd3f8bf04af98ffd6448f202724e8ae5b))
|
|
19
|
+
* **QueryCacheInvalidations:** standardize page layout and improve UX consistency ([#451](https://github.com/dexteel/mesf-core-frontend/issues/451)) ([c3009e2](https://github.com/dexteel/mesf-core-frontend/commit/c3009e235e558b4a3773dfe9ba89aa749c602dc6))
|
|
20
|
+
|
|
21
|
+
## [5.10.0] - 2025-09-02
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
1
25
|
# Changelog
|
|
2
26
|
|
|
3
27
|
## [5.10.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.9.1...@dexteel/mesf-core-v5.10.0) (2025-09-02)
|