@webitel/ui-sdk 24.12.3 → 24.12.5
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 +12 -0
- package/dist/ui-sdk.js +1120 -1120
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/api/clients/catalog/catalog.js +1 -0
- package/src/modules/QueryFilters/components/filter-from-to.vue +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [v24.12.4] - 2024-11-22
|
|
4
|
+
### :bug: Bug Fixes
|
|
5
|
+
- [`1daec47`](https://github.com/webitel/webitel-ui-sdk/commit/1daec473121791c6e35b8e794a2528ee9e65eacf) - catalog client chat history [WTEL-5515](https://webitel.atlassian.net/browse/WTEL-5515) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## [v24.12.3] - 2024-11-21
|
|
9
|
+
### :bug: Bug Fixes
|
|
10
|
+
- [`7082c36`](https://github.com/webitel/webitel-ui-sdk/commit/7082c36e16ecb4f195fec4bc58da6de1263571a2) - value in useCardTabs and useValidate composables[WTEL-5282](https://webitel.atlassian.net/browse/WTEL-5282) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
11
|
+
|
|
12
|
+
|
|
3
13
|
## [v24.12.2] - 2024-11-21
|
|
4
14
|
### :sparkles: New Features
|
|
5
15
|
- [`5477157`](https://github.com/webitel/webitel-ui-sdk/commit/5477157b4c1956c11a0c89e3f2b1354f829a3590) - add convertDurationWithMinutes[WTEL-4883](https://webitel.atlassian.net/browse/WTEL-4883) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
@@ -310,3 +320,5 @@
|
|
|
310
320
|
[v24.12.0]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.88...v24.12.0
|
|
311
321
|
[v24.12.1]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.0...v24.12.1
|
|
312
322
|
[v24.12.2]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.1...v24.12.2
|
|
323
|
+
[v24.12.3]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.2...v24.12.3
|
|
324
|
+
[v24.12.4]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.3...v24.12.4
|