@dexteel/mesf-core 5.6.3 → 5.7.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 +28 -0
- package/dist/configuration/pages/users/components/common/AssetSelector.d.ts +8 -0
- package/dist/configuration/pages/users/models/User.d.ts +1 -0
- package/dist/index.esm.js +415 -367
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.7.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.7.0...@dexteel/mesf-core-v5.7.1) (2025-08-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **shift-navigator:** fix custom date picker values and add date validation ([2535c74](https://github.com/dexteel/mesf-core-frontend/commit/2535c74d76a3157fa6cfbaf8f8eb9565a1a2923c))
|
|
9
|
+
* **shift-navigator:** fix custom date picker values and add date validation ([7f8f181](https://github.com/dexteel/mesf-core-frontend/commit/7f8f1818bee8b00519123c68e6bfa4bd5aa827ec))
|
|
10
|
+
|
|
11
|
+
## [5.7.0] - 2025-07-17
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
# Changelog
|
|
16
|
+
|
|
17
|
+
## [5.7.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.6.3...@dexteel/mesf-core-v5.7.0) (2025-07-17)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **user configuration:** add default area setter ([e50985e](https://github.com/dexteel/mesf-core-frontend/commit/e50985ea4ba550c5e566d18a20e786aab3ed32e3))
|
|
23
|
+
* **user configuration:** add default area setter ([854b16b](https://github.com/dexteel/mesf-core-frontend/commit/854b16b89b998240c02763a4b0a1e5297079e2ff))
|
|
24
|
+
|
|
25
|
+
## [5.6.3] - 2025-07-16
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
1
29
|
# Changelog
|
|
2
30
|
|
|
3
31
|
## [5.6.3](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v5.6.2...@dexteel/mesf-core-v5.6.3) (2025-07-16)
|