@webitel/ui-sdk 24.12.119 → 24.12.121
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 +14 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1975 -1909
- package/dist/ui-sdk.umd.cjs +9 -9
- package/package.json +1 -1
- package/src/components/index.js +3 -0
- package/src/components/transitions/cases/wt-replace-transition.vue +38 -0
- package/src/components/transitions/wt-transition.vue +53 -0
- package/src/modules/Filters/v2/filters/components/dynamic-filter-search.vue +69 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [v24.12.120] - 2025-02-21
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`ececed9`](https://github.com/webitel/webitel-ui-sdk/commit/ececed90f1e7003b586530b1bbcf887c11b6425f) - change transition duration in wt-transition.vue *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
4
|
+
- [`c170db1`](https://github.com/webitel/webitel-ui-sdk/commit/c170db12438abbbf483a2b0ca48db84e372f3436) - implement version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
5
|
+
- [`d74066f`](https://github.com/webitel/webitel-ui-sdk/commit/d74066ff90eee1b7f452e8a00e96003cf3ba9020) - added component for transition during replace blocks *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## [v24.12.119] - 2025-02-21
|
|
9
|
+
### :bug: Bug Fixes
|
|
10
|
+
- [`8ceb167`](https://github.com/webitel/webitel-ui-sdk/commit/8ceb167057c4fbd989adf300ed0d022c1ec7356e) - packages *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
11
|
+
|
|
12
|
+
|
|
1
13
|
## [v24.12.116] - 2025-02-19
|
|
2
14
|
### :recycle: Refactors
|
|
3
15
|
- [`b6a89bb`](https://github.com/webitel/webitel-ui-sdk/commit/b6a89bb2a20a3f32a78fc83f8a791df18de8727f) - WtNavigationBar types [WTEL-5896](https://webitel.atlassian.net/browse/WTEL-5896) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1151,3 +1163,5 @@
|
|
|
1151
1163
|
[v24.12.102]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.101...v24.12.102
|
|
1152
1164
|
[v24.12.115]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.102...v24.12.115
|
|
1153
1165
|
[v24.12.116]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.115...v24.12.116
|
|
1166
|
+
[v24.12.119]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.118-2...v24.12.119
|
|
1167
|
+
[v24.12.120]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.119...v24.12.120
|