@dexteel/mesf-core 7.18.0 → 7.19.1
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 +15 -0
- package/dist/index.esm.js +204 -139
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [7.19.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.19.0...@dexteel/mesf-core-v7.19.1) (2026-04-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **Jobs Page:** add moment-duration-format dependency ([ce54111](https://github.com/dexteel/mesf-core-frontend/commit/ce54111b6d755ca3638cde9ec4194f54b5f11633))
|
|
9
|
+
|
|
10
|
+
## [7.19.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.18.0...@dexteel/mesf-core-v7.19.0) (2026-04-15)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **Area Selector:** Highlight current area selected. ([15ea976](https://github.com/dexteel/mesf-core-frontend/commit/15ea97682574b920f5802ad093dfe456a409e06e))
|
|
16
|
+
* **Table Jobs:** Add resizable panel. Add LastExecutionTime as new column. ([c873ab2](https://github.com/dexteel/mesf-core-frontend/commit/c873ab2f3cdef674fb03b971959dc7c5c96369f4))
|
|
17
|
+
|
|
3
18
|
## [7.18.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.17.2...@dexteel/mesf-core-v7.18.0) (2026-04-06)
|
|
4
19
|
|
|
5
20
|
|