@salutejs/sdds-cs 0.319.0-canary.2017.15583893358.0 → 0.319.0-canary.2020.15698332896.0
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 +49 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,52 @@
|
|
1
|
+
## 0.318.0 (11 июня 2025)
|
2
|
+
|
3
|
+
## Функциональные изменения в компонентах
|
4
|
+
|
5
|
+
### Select, Combobox
|
6
|
+
|
7
|
+
* добавлена возможность использовать кнопку `Выбрать всё` внутри выпадающего списка;
|
8
|
+
|
9
|
+

|
10
|
+
|
11
|
+
[PR](https://github.com/salute-developers/plasma/pull/1986)
|
12
|
+
|
13
|
+
### Popover
|
14
|
+
|
15
|
+
* добавлена обработка случая, когда frame передан как ID
|
16
|
+
|
17
|
+
[PR](https://github.com/salute-developers/plasma/pull/2001)
|
18
|
+
|
19
|
+
### Sheet
|
20
|
+
|
21
|
+
* добавлена проверка `canUseDOM` перед использованием document
|
22
|
+
|
23
|
+
[PR](https://github.com/salute-developers/plasma/pull/2014)
|
24
|
+
|
25
|
+
### DatePicker
|
26
|
+
|
27
|
+
* добавлено свойство `closeAfterDateSelect` в одиночный DatePicker
|
28
|
+
|
29
|
+

|
30
|
+
|
31
|
+
[PR](https://github.com/salute-developers/plasma/pull/2012)
|
32
|
+
|
33
|
+
### Notification
|
34
|
+
|
35
|
+
* добавлен `type-cast` для корректной типизации
|
36
|
+
|
37
|
+
<img width="977" alt="image" src="https://github.com/user-attachments/assets/99858965-49ff-4fc0-bec9-b3f79d2fa965" />
|
38
|
+
|
39
|
+
[PR](https://github.com/salute-developers/plasma/pull/2015)
|
40
|
+
|
41
|
+
### Carousel
|
42
|
+
|
43
|
+
* добавлена элементы управления: пагинация, стрелочки
|
44
|
+
|
45
|
+

|
46
|
+
|
47
|
+
[PR](https://github.com/salute-developers/plasma/pull/2013)
|
48
|
+
|
49
|
+
|
1
50
|
## 0.317.0 (29 мая 2025)
|
2
51
|
|
3
52
|
## Функциональные изменения в компонентах
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.319.0-canary.
|
3
|
+
"version": "0.319.0-canary.2020.15698332896.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.327.0-canary.
|
34
|
-
"@salutejs/sdds-themes": "0.
|
33
|
+
"@salutejs/plasma-new-hope": "0.327.0-canary.2020.15698332896.0",
|
34
|
+
"@salutejs/sdds-themes": "0.38.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
37
|
"@emotion/react": ">=11",
|
@@ -54,10 +54,10 @@
|
|
54
54
|
"@microsoft/api-extractor": "7.38.3",
|
55
55
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
56
56
|
"@salutejs/plasma-colors": "0.15.0",
|
57
|
-
"@salutejs/plasma-core": "1.199.0-canary.
|
58
|
-
"@salutejs/plasma-cy-utils": "0.130.0-canary.
|
57
|
+
"@salutejs/plasma-core": "1.199.0-canary.2020.15698332896.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.130.0-canary.2020.15698332896.0",
|
59
59
|
"@salutejs/plasma-icons": "1.218.0",
|
60
|
-
"@salutejs/plasma-sb-utils": "0.200.0-canary.
|
60
|
+
"@salutejs/plasma-sb-utils": "0.200.0-canary.2020.15698332896.0",
|
61
61
|
"@storybook/addon-docs": "7.6.17",
|
62
62
|
"@storybook/addon-essentials": "7.6.17",
|
63
63
|
"@storybook/addons": "7.6.17",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "cac49b2573417e0bd77e5ddcb06c055122324b92"
|
127
127
|
}
|