@salutejs/plasma-web 1.580.0-canary.1924.14510926542.0 → 1.580.0-canary.1933.14596920222.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 +101 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,104 @@
|
|
1
|
+
## 1.579.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
|
+
|
1
102
|
## 1.578.0 (3 апреля 2025)
|
2
103
|
|
3
104
|
## Функциональные изменения в компонентах
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.580.0-canary.
|
3
|
+
"version": "1.580.0-canary.1933.14596920222.0",
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,10 +19,10 @@
|
|
19
19
|
"directory": "packages/plasma-web"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-core": "1.
|
23
|
-
"@salutejs/plasma-hope": "1.
|
24
|
-
"@salutejs/plasma-new-hope": "0.322.0-canary.
|
25
|
-
"@salutejs/plasma-themes": "0.33.0-canary.
|
22
|
+
"@salutejs/plasma-core": "1.196.0",
|
23
|
+
"@salutejs/plasma-hope": "1.339.0",
|
24
|
+
"@salutejs/plasma-new-hope": "0.322.0-canary.1933.14596920222.0",
|
25
|
+
"@salutejs/plasma-themes": "0.33.0-canary.1933.14596920222.0",
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.48.0",
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.59.0",
|
28
28
|
"@salutejs/plasma-tokens-web": "1.64.0",
|
@@ -49,9 +49,9 @@
|
|
49
49
|
"@rollup/plugin-commonjs": "25.0.7",
|
50
50
|
"@rollup/plugin-node-resolve": "15.2.3",
|
51
51
|
"@salutejs/plasma-colors": "0.15.0",
|
52
|
-
"@salutejs/plasma-cy-utils": "0.
|
53
|
-
"@salutejs/plasma-icons": "1.
|
54
|
-
"@salutejs/plasma-sb-utils": "0.
|
52
|
+
"@salutejs/plasma-cy-utils": "0.127.0",
|
53
|
+
"@salutejs/plasma-icons": "1.217.0",
|
54
|
+
"@salutejs/plasma-sb-utils": "0.196.0",
|
55
55
|
"@storybook/addon-docs": "7.6.17",
|
56
56
|
"@storybook/addon-essentials": "7.6.17",
|
57
57
|
"@storybook/addons": "7.6.17",
|
@@ -111,5 +111,5 @@
|
|
111
111
|
"Fanil Zubairov"
|
112
112
|
],
|
113
113
|
"sideEffects": false,
|
114
|
-
"gitHead": "
|
114
|
+
"gitHead": "89ff2c7bb784715ec51d09494d776868d6694092"
|
115
115
|
}
|