@webitel/ui-sdk 24.10.65 → 24.10.66
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/plyr.min-BOpTIji6.js +2576 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +10919 -13455
- package/dist/ui-sdk.umd.cjs +20 -20
- package/package.json +23 -19
- package/src/components/wt-notifications-bar/__tests__/WtNotificationsBar.spec.js +3 -3
- package/src/components/wt-notifications-bar/wt-notifications-bar.vue +12 -5
- package/src/components/wt-player/wt-player.vue +3 -1
- package/src/install.js +1 -4
- package/src/scripts/index.js +2 -0
- package/src/scripts/logger.js +38 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [v24.10.65] - 2024-11-11
|
|
4
|
+
### :bug: Bug Fixes
|
|
5
|
+
- [`f409687`](https://github.com/webitel/webitel-ui-sdk/commit/f40968736c808f37dbee27956faabf12318332ab) - exposed install.js script for applications docs [WTEL-5425] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
6
|
+
|
|
7
|
+
|
|
3
8
|
## [v24.10.64] - 2024-11-08
|
|
4
9
|
### :sparkles: New Features
|
|
5
10
|
- [`e599e2b`](https://github.com/webitel/webitel-ui-sdk/commit/e599e2babe86f75b5a6aa95db39b6cfcb993cddd) - node and npm engines restriction *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -109,3 +114,4 @@
|
|
|
109
114
|
[v24.10.62]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.61...v24.10.62
|
|
110
115
|
[v24.10.63]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.62...v24.10.63
|
|
111
116
|
[v24.10.64]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.63...v24.10.64
|
|
117
|
+
[v24.10.65]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.64...v24.10.65
|