@webitel/ui-sdk 24.12.151 → 24.12.152
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 +7 -0
- package/dist/ui-sdk.js +249 -249
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/locale/en/en.js +5 -0
- package/src/locale/ru/ru.js +5 -0
- package/src/locale/ua/ua.js +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [v24.12.151] - 2025-02-26
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`117d4e9`](https://github.com/webitel/webitel-ui-sdk/commit/117d4e9ba35dcd89648faee1cb3faba605c0ed09) - vocabulary.column locale translations [WTEL-6361](https://webitel.atlassian.net/browse/WTEL-6361) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
4
|
+
- [`3017e24`](https://github.com/webitel/webitel-ui-sdk/commit/3017e24c83574ee2d29ece0bcc1c1c116de1ac69) - vocabulary.column locale translations [WTEL-6361](https://webitel.atlassian.net/browse/WTEL-6361) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
## [v24.12.149] - 2025-02-26
|
|
2
8
|
### :bug: Bug Fixes
|
|
3
9
|
- [`da65f12`](https://github.com/webitel/webitel-ui-sdk/commit/da65f1279ead60945f3b7da31bcda5192be92cba) - pagination store page/size type coercion after refresh [WTEL-6313](https://webitel.atlassian.net/browse/WTEL-6313) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1315,3 +1321,4 @@
|
|
|
1315
1321
|
[v24.12.147]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.146...v24.12.147
|
|
1316
1322
|
[v24.12.148]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.147...v24.12.148
|
|
1317
1323
|
[v24.12.149]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.148...v24.12.149
|
|
1324
|
+
[v24.12.151]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.149...v24.12.151
|