@salutejs/plasma-web 1.413.0-dev.0 → 1.413.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 +158 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,161 @@
|
|
|
1
|
+
# v1.413.0 (Thu Oct 03 2024)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Release by 02.10.2024 ([#1465](https://github.com/salute-developers/plasma/pull/1465))
|
|
6
|
+
|
|
7
|
+
## Components
|
|
8
|
+
|
|
9
|
+
### ChipGroup
|
|
10
|
+
|
|
11
|
+
- добавлен новый компонент в поставку пакетов `plasma-*` и `sdds-*`
|
|
12
|
+
- написаны тесты и документация
|
|
13
|
+
|
|
14
|
+
**After**:
|
|
15
|
+
<img width="425" alt="image" src="https://github.com/user-attachments/assets/017e9c45-0276-43bb-b94c-d64832268ae5">
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
feat(plasma-*, sdds-*): Add ChipGroup component (https://github.com/salute-developers/plasma/pull/1445)
|
|
19
|
+
|
|
20
|
+
### Dropdown
|
|
21
|
+
|
|
22
|
+
- исправлен баг с некорректной работой св-ва `placement` в storybook в новой вкладке;
|
|
23
|
+
- убрана приписка `new` в названиях сторей для `combobox` в sdds-*;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
feat(plasma-web, b2c): Added mappings for placement prop in Dropdown (https://github.com/salute-developers/plasma/pull/1455)
|
|
27
|
+
|
|
28
|
+
### Switch
|
|
29
|
+
|
|
30
|
+
- Свойство `label-position` заложено в ядро компонента, а не в конфиг ( как-раньше )
|
|
31
|
+
- Добавлен в поставку `web` и `b2c` в сборке с linaria
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
plasma-*: Fix Switch Config (https://github.com/salute-developers/plasma/pull/1447)
|
|
35
|
+
|
|
36
|
+
### Calendar
|
|
37
|
+
|
|
38
|
+
- добавлено новое свойство `locale` для работы с локалями отличными от `ru`
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
[PLASMA-3484]: Calendar support `EN` local (https://github.com/salute-developers/plasma/pull/1428)
|
|
42
|
+
|
|
43
|
+
### Dropdown
|
|
44
|
+
|
|
45
|
+
- добавлен divider в новый Dropdown
|
|
46
|
+
- обновлена документация
|
|
47
|
+
|
|
48
|
+
**After**:
|
|
49
|
+
<img width="229" alt="image" src="https://github.com/user-attachments/assets/8b871aa3-ad57-4461-8049-a3f3826003c8">
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
feat(plasma-*,sdds-*): Add divider to Dropdown (https://github.com/salute-developers/plasma/pull/1446)
|
|
54
|
+
|
|
55
|
+
### Drawer
|
|
56
|
+
|
|
57
|
+
- исправлено появление горизонтального скроллбара при открытии Drawer
|
|
58
|
+
- исправлено динамическое изменение placement и анимации открытия/закрытия
|
|
59
|
+
|
|
60
|
+
**Before**:
|
|
61
|
+
https://github.com/user-attachments/assets/4532f60a-5122-498f-a684-849c899cde1e
|
|
62
|
+
|
|
63
|
+
**After**:
|
|
64
|
+
https://github.com/user-attachments/assets/58c8eb93-67a7-4f45-8941-b193a996c184
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
plasma-*: Fix Drawer positioning and overflow scrollbar (https://github.com/salute-developers/plasma/pull/1461)
|
|
68
|
+
|
|
69
|
+
### TextField
|
|
70
|
+
|
|
71
|
+
- добавлено **новое** отображение `clear`
|
|
72
|
+
- добавлен `divider` для `clear` отображения
|
|
73
|
+
- обновлены тесты и документация
|
|
74
|
+
- включено в поставку `plasma-*`, `sdds-*` пакетов
|
|
75
|
+
|
|
76
|
+
**After**:
|
|
77
|
+
<img width="491" alt="image" src="https://github.com/user-attachments/assets/1db9b69e-d834-48d4-8a7c-1dcf3a3c1e89" />
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
feat(plasma-*,sdds-*): add TextField clear views (https://github.com/salute-developers/plasma/pull/1449)
|
|
81
|
+
|
|
82
|
+
### TextArea
|
|
83
|
+
|
|
84
|
+
- добавлено отображение clear TextArea
|
|
85
|
+
- добавлен divider для clear отображения
|
|
86
|
+
- обновлены тесты и документация
|
|
87
|
+
- включено в поставку plasma-\*, sdds-\* пакетов
|
|
88
|
+
|
|
89
|
+
**After**:
|
|
90
|
+
<img width="486" alt="image" src="https://github.com/user-attachments/assets/8e8eee98-efc7-4d5e-957c-b6e4defb0f05">
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
feat(plasma-*,sdds-*): add TextArea clear views (https://github.com/salute-developers/plasma/pull/1451)
|
|
95
|
+
|
|
96
|
+
### Form
|
|
97
|
+
|
|
98
|
+
Для компонентов `TextField`, `TextArea`, `Radioboxe`, `Switch`, `Checkbox`, `Slider`, `DatePicker`, `DatepickerRange`,
|
|
99
|
+
|
|
100
|
+
- добавлена поддержка `React Hook Form`
|
|
101
|
+
- добавлена поддержка работы с `html form`
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
plasma-*: Support form (https://github.com/salute-developers/plasma/pull/1464)
|
|
105
|
+
|
|
106
|
+
### Steps
|
|
107
|
+
|
|
108
|
+
- добавлен новый компонент: горизонтальный, вертикальный режим
|
|
109
|
+
|
|
110
|
+
<img width="140" src="https://github.com/user-attachments/assets/44a553d4-c191-4c14-b251-18188ea7544f" />
|
|
111
|
+
<img width="736" src="https://github.com/user-attachments/assets/3044c7b9-60d8-491d-993b-52b49344d352" />
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
plasma-*: Steps (https://github.com/salute-developers/plasma/pull/1443)
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
#### 🚀 Enhancement
|
|
119
|
+
|
|
120
|
+
- Release by 02.10.2024 [#1465](https://github.com/salute-developers/plasma/pull/1465) ([@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@shuga2704](https://github.com/shuga2704) [@iljs](https://github.com/iljs) [@IgorYar](https://github.com/IgorYar) [@vadim-kudr](https://github.com/vadim-kudr))
|
|
121
|
+
- feat: Steps (horizontal + vertical) [#1443](https://github.com/salute-developers/plasma/pull/1443) ([@vadim-kudr](https://github.com/vadim-kudr))
|
|
122
|
+
- feat(*): add docs [#1464](https://github.com/salute-developers/plasma/pull/1464) ([@iljs](https://github.com/iljs))
|
|
123
|
+
- feat(new-hope): add react-hok-form-support ([@iljs](https://github.com/iljs))
|
|
124
|
+
- feat(new-hope): add support datepicker ([@iljs](https://github.com/iljs))
|
|
125
|
+
- feat(new-hope): add support double slider ([@iljs](https://github.com/iljs))
|
|
126
|
+
- feat(plasma-*,sdds-*): update TextArea config & stories [#1451](https://github.com/salute-developers/plasma/pull/1451) ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
127
|
+
- feat(plasma-*): update TextArea config, stories & tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
128
|
+
- feat(plasma-*,sdds-*): update configs depending on TextField [#1449](https://github.com/salute-developers/plasma/pull/1449) ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
129
|
+
- feat(sdds-*): update Textfield config & stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
130
|
+
- feat(plasma-*): update Textfield config, stories & tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
131
|
+
- feat(plasma-new-hope): fix Drawer positioning and overflow scrollbar [#1461](https://github.com/salute-developers/plasma/pull/1461) ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
132
|
+
- feat(plasma-*,sdds-*): update Dropdown configs & stories [#1446](https://github.com/salute-developers/plasma/pull/1446) ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
133
|
+
- feat(plasma-*): extend stories examples ([@Yakutoc](https://github.com/Yakutoc))
|
|
134
|
+
- feat(new-hope): edit work label position switch [#1447](https://github.com/salute-developers/plasma/pull/1447) ([@iljs](https://github.com/iljs))
|
|
135
|
+
- feat(plasma-web/b2c): add ChipGroup component and snapshots ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
136
|
+
|
|
137
|
+
#### 🐛 Bug Fix
|
|
138
|
+
|
|
139
|
+
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
140
|
+
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
141
|
+
- docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
142
|
+
- fix(plasma-*,sdds-*): fix TextField configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
143
|
+
- chore(plasma-web): add tests for en locale [calendar] ([@Yakutoc](https://github.com/Yakutoc))
|
|
144
|
+
- feat(plasma-web, b2c): Added mappings for placement prop in Dropdown [#1455](https://github.com/salute-developers/plasma/pull/1455) ([@shuga2704](https://github.com/shuga2704))
|
|
145
|
+
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
146
|
+
|
|
147
|
+
#### Authors: 7
|
|
148
|
+
|
|
149
|
+
- [@iljs](https://github.com/iljs)
|
|
150
|
+
- [@Salute-Eva](https://github.com/Salute-Eva)
|
|
151
|
+
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
|
|
152
|
+
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
|
|
153
|
+
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
|
|
154
|
+
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
155
|
+
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
1
159
|
# v1.403.0 (Tue Sep 24 2024)
|
|
2
160
|
|
|
3
161
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-web",
|
|
3
|
-
"version": "1.413.0
|
|
3
|
+
"version": "1.413.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",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@salutejs/plasma-core": "1.180.0",
|
|
23
|
-
"@salutejs/plasma-hope": "1.313.0
|
|
24
|
-
"@salutejs/plasma-new-hope": "0.160.0
|
|
23
|
+
"@salutejs/plasma-hope": "1.313.0",
|
|
24
|
+
"@salutejs/plasma-new-hope": "0.160.0",
|
|
25
25
|
"@salutejs/plasma-themes": "0.18.0",
|
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.42.0",
|
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.52.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
51
51
|
"@salutejs/plasma-colors": "0.13.0",
|
|
52
52
|
"@salutejs/plasma-cy-utils": "0.111.0",
|
|
53
|
-
"@salutejs/plasma-icons": "1.206.0
|
|
53
|
+
"@salutejs/plasma-icons": "1.206.0",
|
|
54
54
|
"@salutejs/plasma-sb-utils": "0.178.0",
|
|
55
55
|
"@storybook/addon-docs": "7.6.17",
|
|
56
56
|
"@storybook/addon-essentials": "7.6.17",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"Fanil Zubairov"
|
|
113
113
|
],
|
|
114
114
|
"sideEffects": false,
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "b3f108541d211f1824deabcbd596030ebe3d8597"
|
|
116
116
|
}
|