@webitel/ui-sdk 24.12.166 → 25.4.0
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 +10 -0
- package/dist/ui-sdk.js +249 -249
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [v24.12.166] - 2025-02-27
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`49a0833`](https://github.com/webitel/webitel-ui-sdk/commit/49a0833fd0c60f51680edf79de322d195547f182) - add chatName prop to fields to send [WTEL-6145]
|
|
4
|
+
- [`d178278`](https://github.com/webitel/webitel-ui-sdk/commit/d1782786f6a7f67b7d85cd9ce639e26f26edb9d4) - add clickable app logo support [WTEL-6160]
|
|
5
|
+
|
|
6
|
+
### :bug: Bug Fixes
|
|
7
|
+
- [`c507b75`](https://github.com/webitel/webitel-ui-sdk/commit/c507b75773e861580e4178731426b5ef8c8effc3) - disable route props requirement [WTEL-6160]
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [v24.12.162] - 2025-02-26
|
|
2
11
|
### :bug: Bug Fixes
|
|
3
12
|
- [`28e7ba1`](https://github.com/webitel/webitel-ui-sdk/commit/28e7ba1335c45e5a9f5fe0d99050ccea9c78f696) - case-related filter locales [WTEL-6387](https://webitel.atlassian.net/browse/WTEL-6387) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1381,3 +1390,4 @@
|
|
|
1381
1390
|
[v24.12.159]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.158...v24.12.159
|
|
1382
1391
|
[v24.12.161]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.160...v24.12.161
|
|
1383
1392
|
[v24.12.162]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.161...v24.12.162
|
|
1393
|
+
[v24.12.166]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.165...v24.12.166
|