@webitel/ui-sdk 24.12.156 → 24.12.157
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 +2615 -2615
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/modules/Filters/v2/filters/components/values/assignee/assignee-filter-value-field.vue +6 -6
- package/src/modules/Filters/v2/filters/components/values/contact-group/contact-group-filter-value-field.vue +1 -1
- package/src/modules/Filters/v2/filters/components/values/rating/rating-from-to-filter-value-field.vue +16 -4
- package/src/modules/Filters/v2/filters/components/values/score/score-from-to-filter-value-field.vue +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [v24.12.156] - 2025-02-26
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`ad9935b`](https://github.com/webitel/webitel-ui-sdk/commit/ad9935b95f6c92b0f7d0052a95aae702711e8c98) - wt-empty "empty" locale [WTEL-5741](https://webitel.atlassian.net/browse/WTEL-5741) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## [v24.12.155] - 2025-02-26
|
|
7
|
+
### :bug: Bug Fixes
|
|
8
|
+
- [`3892811`](https://github.com/webitel/webitel-ui-sdk/commit/389281117acdcaf4f37bb0a57b0daaca119b7104) - filter/v2 preview chip "delete" icon color *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
## [v24.12.153] - 2025-02-26
|
|
2
12
|
### :sparkles: New Features
|
|
3
13
|
- [`37d358c`](https://github.com/webitel/webitel-ui-sdk/commit/37d358c5a69914625321c5b856ff9e5876e6bec2) - start of today predefined filter [WTEL-6308](https://webitel.atlassian.net/browse/WTEL-6308) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1337,3 +1347,5 @@
|
|
|
1337
1347
|
[v24.12.151]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.149...v24.12.151
|
|
1338
1348
|
[v24.12.152]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.151...v24.12.152
|
|
1339
1349
|
[v24.12.153]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.152...v24.12.153
|
|
1350
|
+
[v24.12.155]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.154...v24.12.155
|
|
1351
|
+
[v24.12.156]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.155...v24.12.156
|