@webitel/ui-sdk 24.12.88 → 24.12.90

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 CHANGED
@@ -1,3 +1,13 @@
1
+ ## [v24.12.89] - 2025-02-05
2
+ ### :sparkles: New Features
3
+ - [`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))*
4
+
5
+
6
+ ## [v24.12.88] - 2025-02-04
7
+ ### :bug: Bug Fixes
8
+ - [`c885e14`](https://github.com/webitel/webitel-ui-sdk/commit/c885e1422e3db806bf831f9b9513fab187260072) - update display header on tree table [WTEL-6012](https://webitel.atlassian.net/browse/WTEL-6012) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
9
+
10
+
1
11
  ## [v24.12.86] - 2025-02-04
2
12
  ### :sparkles: New Features
3
13
  - [`58779b5`](https://github.com/webitel/webitel-ui-sdk/commit/58779b5aa82394e5b5a95e01e9e229a55a701eb6) - add new icon and new close action in icon action component[WTEL-5926](https://webitel.atlassian.net/browse/WTEL-5926) *(commit by [@Lera24](https://github.com/Lera24))*
@@ -991,3 +1001,5 @@
991
1001
  [v24.12.84]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.83...v24.12.84
992
1002
  [v24.12.85]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.84...v24.12.85
993
1003
  [v24.12.86]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.85...v24.12.86
1004
+ [v24.12.88]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.87...v24.12.88
1005
+ [v24.12.89]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.88...v24.12.89