@webitel/ui-sdk 24.12.90 → 24.12.91
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 +6 -0
- package/dist/ui-sdk.js +228 -228
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [v24.12.90] - 2025-02-05
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`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))*
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
## [v24.12.89] - 2025-02-05
|
|
2
7
|
### :sparkles: New Features
|
|
3
8
|
- [`964d3be`](https://github.com/webitel/webitel-ui-sdk/commit/964d3bea4b23e371f8b1a14021994bab34fd4b0a) - implement locale for object [WTEL-5991](https://webitel.atlassian.net/browse/WTEL-5991) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
|
|
@@ -1003,3 +1008,4 @@
|
|
|
1003
1008
|
[v24.12.86]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.85...v24.12.86
|
|
1004
1009
|
[v24.12.88]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.87...v24.12.88
|
|
1005
1010
|
[v24.12.89]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.88...v24.12.89
|
|
1011
|
+
[v24.12.90]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.89...v24.12.90
|