@webitel/ui-sdk 25.4.6 → 25.4.8
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/CHANGELOG.md +15 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1259 -1246
- package/dist/ui-sdk.umd.cjs +13 -13
- package/package.json +1 -1
- package/src/components/wt-time-input/wt-time-input.vue +7 -1
- package/src/components/wt-timepicker/wt-timepicker.vue +13 -1
- package/src/modules/ObjectPermissions/components/permissions-tab.vue +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [v25.04.7] - 2025-03-06
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`7a6059f`](https://github.com/webitel/webitel-ui-sdk/commit/7a6059f2662154c4d50cf4eb2b49440aa44b8da7) - display loader in permissions tab component[WTEL-5935](https://webitel.atlassian.net/browse/WTEL-5935) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## [v25.04.6] - 2025-03-06
|
|
7
|
+
### :sparkles: New Features
|
|
8
|
+
- [`e6f722c`](https://github.com/webitel/webitel-ui-sdk/commit/e6f722cf41ec81ed5e67765574c38f9842134aa8) - orval config updates, added zod as project dep [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
9
|
+
|
|
10
|
+
### :bug: Bug Fixes
|
|
11
|
+
- [`4eadd0b`](https://github.com/webitel/webitel-ui-sdk/commit/4eadd0b1d0de93bfe536d9ba7180889f037c8197) - link to company logo [WTEL-6423]
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
## [v25.04.2] - 2025-03-05
|
|
2
15
|
### :sparkles: New Features
|
|
3
16
|
- [`e74e2e7`](https://github.com/webitel/webitel-ui-sdk/commit/e74e2e746b3d51353e4313d67a268bab4f8d80b4) - orval config [WTEL-6396](https://webitel.atlassian.net/browse/WTEL-6396) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1408,3 +1421,5 @@
|
|
|
1408
1421
|
[v24.12.166]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.165...v24.12.166
|
|
1409
1422
|
[v25.04.0]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.166...v25.04.0
|
|
1410
1423
|
[v25.04.2]: https://github.com/webitel/webitel-ui-sdk/compare/v25.04.1...v25.04.2
|
|
1424
|
+
[v25.04.6]: https://github.com/webitel/webitel-ui-sdk/compare/v25.04.5...v25.04.6
|
|
1425
|
+
[v25.04.7]: https://github.com/webitel/webitel-ui-sdk/compare/v25.04.6...v25.04.7
|