@webitel/ui-sdk 24.12.91 → 24.12.93
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 +17 -0
- package/dist/ui-sdk.js +2592 -2586
- package/dist/ui-sdk.umd.cjs +14 -14
- package/package.json +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [v24.12.92] - 2025-02-06
|
|
2
|
+
### :recycle: Refactors
|
|
3
|
+
- [`ca5e723`](https://github.com/webitel/webitel-ui-sdk/commit/ca5e7232329a0921a8435ed4c872257da4569f49) - version incremented [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## [v24.12.91] - 2025-02-06
|
|
7
|
+
### :sparkles: New Features
|
|
8
|
+
- [`ed9cf00`](https://github.com/webitel/webitel-ui-sdk/commit/ed9cf00b84fe0909267d96d9fe0b1dc212bb2881) - websocket transferred from workspace [WTEL-5497](https://webitel.atlassian.net/browse/WTEL-5497) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
9
|
+
|
|
10
|
+
### :recycle: Refactors
|
|
11
|
+
- [`fbce2fb`](https://github.com/webitel/webitel-ui-sdk/commit/fbce2fb7f85255deabe2a02774d2f07ba10ac193) - version incremented [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
12
|
+
- [`e5e9a14`](https://github.com/webitel/webitel-ui-sdk/commit/e5e9a1455fc4e48c905fda0b5bd8d4c993ba4b31) - merge with master [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
13
|
+
- [`5498fe6`](https://github.com/webitel/webitel-ui-sdk/commit/5498fe6248dd9c7cf19531e4e3e7ada00740e001) - config for websocket refactored [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
## [v24.12.90] - 2025-02-05
|
|
2
17
|
### :sparkles: New Features
|
|
3
18
|
- [`c0dc54f`](https://github.com/webitel/webitel-ui-sdk/commit/c0dc54f2cfe8669c5cc94c2c88cdd7039562d065) - add variable action in wt-action bar component[WTEL-5919](https://webitel.atlassian.net/browse/WTEL-5919) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
@@ -1009,3 +1024,5 @@
|
|
|
1009
1024
|
[v24.12.88]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.87...v24.12.88
|
|
1010
1025
|
[v24.12.89]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.88...v24.12.89
|
|
1011
1026
|
[v24.12.90]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.89...v24.12.90
|
|
1027
|
+
[v24.12.91]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.90...v24.12.91
|
|
1028
|
+
[v24.12.92]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.91...v24.12.92
|