@webitel/ui-sdk 24.12.83 → 24.12.85
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.css +1 -1
- package/dist/ui-sdk.js +3011 -3005
- package/dist/ui-sdk.umd.cjs +14 -14
- package/package.json +1 -1
- package/src/components/wt-datepicker/wt-datepicker.vue +11 -1
- package/src/components/wt-popup/wt-popup.vue +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [v24.12.84] - 2025-02-03
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`371c2a8`](https://github.com/webitel/webitel-ui-sdk/commit/371c2a8e70b0a87f2245435a99358224feff7689) - fixed wt-popup close emit *(commit by [@plnnsimon](https://github.com/plnnsimon))*
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
## [v24.12.82] - 2025-01-31
|
|
2
7
|
### :bug: Bug Fixes
|
|
3
8
|
- [`47191cb`](https://github.com/webitel/webitel-ui-sdk/commit/47191cbc432711c4f360b0e9c097e5c6ae7dacd8) - update package version to 24.12.82
|
|
@@ -939,3 +944,4 @@
|
|
|
939
944
|
[v24.12.80]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.79...v24.12.80
|
|
940
945
|
[v24.12.81]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.80...v24.12.81
|
|
941
946
|
[v24.12.82]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.81...v24.12.82
|
|
947
|
+
[v24.12.84]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.83...v24.12.84
|