@salutejs/sdds-cs 0.314.0-canary.1924.14511649579.0 → 0.314.0-canary.1932.14643424261.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 +121 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,124 @@
|
|
1
|
+
## 0.313.0 (17 апреля 2025)
|
2
|
+
|
3
|
+
## Функциональные изменения в компонентах
|
4
|
+
|
5
|
+
### Steps
|
6
|
+
|
7
|
+
* добавлено новое свойство `itemView` <img width="748" src="https://github.com/user-attachments/assets/783c547d-8c68-42f6-a85a-712a9615cd7c" />
|
8
|
+
|
9
|
+
* добавлено `accent` `view` и комбинации с `itemView` <img width="748" src="https://github.com/user-attachments/assets/18f0ecb6-9441-4cf2-ba4a-112e7d6596fd" />
|
10
|
+
|
11
|
+
[PR](https://github.com/salute-developers/plasma/pull/1872)
|
12
|
+
|
13
|
+
### Cell
|
14
|
+
|
15
|
+
* исправлены опечатки в "color=inherit"
|
16
|
+
|
17
|
+
[PR](https://github.com/salute-developers/plasma/pull/1857)
|
18
|
+
|
19
|
+
### IconButton
|
20
|
+
|
21
|
+
* исправлены опечатки в "color=inherit"
|
22
|
+
|
23
|
+
[PR](https://github.com/salute-developers/plasma/pull/1857)
|
24
|
+
|
25
|
+
### Datepicker
|
26
|
+
|
27
|
+
* добавлено возможность прокинуть атрибут `autoComplete`
|
28
|
+
|
29
|
+
<img width="1024" src="https://github.com/user-attachments/assets/3b62560d-0ea0-46d6-a5f5-30653e4a3fa5" />
|
30
|
+
|
31
|
+
[PR](https://github.com/salute-developers/plasma/pull/1900)
|
32
|
+
|
33
|
+
### Checkbox
|
34
|
+
|
35
|
+
* добавлен новый размер `L`
|
36
|
+
|
37
|
+
[PR](https://github.com/salute-developers/plasma/pull/1912)
|
38
|
+
|
39
|
+
### Dropdown
|
40
|
+
|
41
|
+
* добавлено индивидуальное свойство `trigger` для каждой группы вложенных списков для кастомной настройки их открытия;
|
42
|
+
|
43
|
+
[PR](https://github.com/salute-developers/plasma/pull/1896)
|
44
|
+
|
45
|
+
### Tree
|
46
|
+
|
47
|
+
* в документацию добавлен пример с виртуализацией;
|
48
|
+
|
49
|
+
[PR](https://github.com/salute-developers/plasma/pull/1914)
|
50
|
+
|
51
|
+
* добавлено свойство `contentRight`;
|
52
|
+
|
53
|
+
[PR](https://github.com/salute-developers/plasma/pull/1908)
|
54
|
+
|
55
|
+
### Select
|
56
|
+
|
57
|
+
* расширен функционал, позволяющий работать с `value`, которых нет в списке `items`;
|
58
|
+
|
59
|
+
[PR](https://github.com/salute-developers/plasma/pull/1894)
|
60
|
+
|
61
|
+
* При нажатии на `helperText` список не раскрывается
|
62
|
+
|
63
|
+
[PR](https://github.com/salute-developers/plasma/pull/1913)
|
64
|
+
|
65
|
+
### Combobox
|
66
|
+
|
67
|
+
* расширен функционал, позволяющий работать с `value`, которых нет в списке `items`;
|
68
|
+
|
69
|
+
[PR](https://github.com/salute-developers/plasma/pull/1894)
|
70
|
+
|
71
|
+
* При нажатии на `helperText` список не раскрывается
|
72
|
+
|
73
|
+
[PR](https://github.com/salute-developers/plasma/pull/1913)
|
74
|
+
|
75
|
+
### Typography
|
76
|
+
|
77
|
+
* Добавлена поддержка свойства `isNumeric`, которое делает цифры моношоринными
|
78
|
+
|
79
|
+
[PR](https://github.com/salute-developers/plasma/pull/1899)
|
80
|
+
|
81
|
+
### Radiobox
|
82
|
+
|
83
|
+
* добавлен новый размер `L`
|
84
|
+
|
85
|
+
[PR](https://github.com/salute-developers/plasma/pull/1911)
|
86
|
+
|
87
|
+
### Autocomplite
|
88
|
+
|
89
|
+
* При нажатии на `helperText` фокус на `textfield` не происходит
|
90
|
+
|
91
|
+
[PR](https://github.com/salute-developers/plasma/pull/1913)
|
92
|
+
|
93
|
+
### Sheet
|
94
|
+
|
95
|
+
* Добавлен props `handlePlacement`
|
96
|
+
|
97
|
+
* Добавлен пример в `storybook` с полноэкранным `sheet`
|
98
|
+
|
99
|
+
[PR](https://github.com/salute-developers/plasma/pull/1892)
|
100
|
+
|
101
|
+
## Изменения в библиотеки
|
102
|
+
|
103
|
+
### Indicator
|
104
|
+
|
105
|
+
* Изменен конфиг в соответсвии с дизайном
|
106
|
+
|
107
|
+
[PR](https://github.com/salute-developers/plasma/pull/1904)
|
108
|
+
|
109
|
+
### Rating
|
110
|
+
|
111
|
+
* Изменен конфиг в соответсвии с дизайном
|
112
|
+
|
113
|
+
[PR](https://github.com/salute-developers/plasma/pull/1904)
|
114
|
+
|
115
|
+
### Toast
|
116
|
+
|
117
|
+
* обновлена архитектура компонента, улучшен контракт взаимодействия с тостами;
|
118
|
+
|
119
|
+
[PR](https://github.com/salute-developers/plasma/pull/1915)
|
120
|
+
|
121
|
+
|
1
122
|
## 0.312.0 (3 апреля 2025)
|
2
123
|
|
3
124
|
## Функциональные изменения в компонентах
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.314.0-canary.
|
3
|
+
"version": "0.314.0-canary.1932.14643424261.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.322.0-canary.
|
34
|
-
"@salutejs/sdds-themes": "0.36.0-canary.
|
33
|
+
"@salutejs/plasma-new-hope": "0.322.0-canary.1932.14643424261.0",
|
34
|
+
"@salutejs/sdds-themes": "0.36.0-canary.1932.14643424261.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.
|
58
|
-
"@salutejs/plasma-cy-utils": "0.
|
59
|
-
"@salutejs/plasma-icons": "1.
|
60
|
-
"@salutejs/plasma-sb-utils": "0.197.0-canary.
|
57
|
+
"@salutejs/plasma-core": "1.196.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.127.0",
|
59
|
+
"@salutejs/plasma-icons": "1.217.0",
|
60
|
+
"@salutejs/plasma-sb-utils": "0.197.0-canary.1932.14643424261.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": "821c36325cdc43ac80ace22d738b81b5038db680"
|
127
127
|
}
|