@salutejs/plasma-core 1.162.0-dev.0 → 1.162.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 +203 -0
- package/package.json +3 -3
- package/temp/plasma-core.api.md +1474 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,206 @@
|
|
|
1
|
+
# v1.162.0 (Thu Jul 11 2024)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Release by 11.07.2024 ([#1296](https://github.com/salute-developers/plasma/pull/1296))
|
|
6
|
+
|
|
7
|
+
## Components
|
|
8
|
+
|
|
9
|
+
### DatePicker
|
|
10
|
+
|
|
11
|
+
- добавлен новый компонент DatePicker
|
|
12
|
+
- написаны тесты и документация
|
|
13
|
+
- проведен рефакторинг стилей и токенов календаря
|
|
14
|
+
- исправлен отступ от первой иконки в Range
|
|
15
|
+
|
|
16
|
+
feat(plasma-new-hope): add DatePicker component (https://github.com/salute-developers/plasma/pull/1224)
|
|
17
|
+
|
|
18
|
+
### Portal
|
|
19
|
+
|
|
20
|
+
- компонент добавлен в `plasma-new-hope`, портирован в `plasma-{web, b2c}`, `caldera`, `sdds`
|
|
21
|
+
- добавлены тесты и документация
|
|
22
|
+
- компонент внедрён в `Popover` и `Popup`
|
|
23
|
+
- исправлено имя теста для `Popover`
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
plasma-*: Add `Portal` component (https://github.com/salute-developers/plasma/pull/1272)
|
|
27
|
+
|
|
28
|
+
### Sheet
|
|
29
|
+
|
|
30
|
+
- убран из примеров в `stories` лишний горизонтальный скролл
|
|
31
|
+
- добавлена недостающая документация в `caldera-online`
|
|
32
|
+
|
|
33
|
+
**Before**:
|
|
34
|
+
|
|
35
|
+
<img width="1726" alt="scrollBefore" src="https://github.com/salute-developers/plasma/assets/71961494/f37919f8-df31-427e-aff9-34228cb920b6" />
|
|
36
|
+
|
|
37
|
+
**After**:
|
|
38
|
+
|
|
39
|
+
<img width="1725" alt="scrollAfter" src="https://github.com/salute-developers/plasma/assets/71961494/6c3ae1df-e3cc-42d0-ae54-6b11fba55690" />
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
plasma-*: Fix `Sheet` scroll (https://github.com/salute-developers/plasma/pull/1273)
|
|
43
|
+
|
|
44
|
+
### Dropdown
|
|
45
|
+
|
|
46
|
+
- добавлено новое свойство `portal`
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
feat(plasma-new-hope): Added prop portal into Dropdown component (https://github.com/salute-developers/plasma/pull/1260)
|
|
50
|
+
|
|
51
|
+
### SDDS DFA
|
|
52
|
+
|
|
53
|
+
* добавлена тема `sdds_dfa` в библиотеку вертикалей `@salutejs/sdds-themes`
|
|
54
|
+
* добавлена библиотека `@salutejs/sdds-dfa`
|
|
55
|
+
* поправлены компоненты `Header`, `Skeleton`, `Accordion`
|
|
56
|
+
|
|
57
|
+
feat(sdds-dfa): Add `sdds-dfa` components library (https://github.com/salute-developers/plasma/pull/1293)
|
|
58
|
+
|
|
59
|
+
### SDDS-SERV
|
|
60
|
+
|
|
61
|
+
- добавлена поддержка пакета `@emotion`
|
|
62
|
+
|
|
63
|
+
sdds-serv: Add support `@emotion` package (https://github.com/salute-developers/plasma/pull/1281)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## Icons
|
|
67
|
+
|
|
68
|
+
### Website: Icons page
|
|
69
|
+
|
|
70
|
+
- новый UI для блока поиск
|
|
71
|
+
- исправлен вывод набора иконок
|
|
72
|
+
- исправлено `isDeprecate` на `isDeprecated`
|
|
73
|
+
|
|
74
|
+
plasma-website: New UI search block (https://github.com/salute-developers/plasma/pull/1270)
|
|
75
|
+
|
|
76
|
+
### iOS
|
|
77
|
+
|
|
78
|
+
- исправлена генерация иконок под iOS
|
|
79
|
+
|
|
80
|
+
**Before:**
|
|
81
|
+
|
|
82
|
+
<img width="248" src="https://github.com/salute-developers/plasma/assets/2895992/e93abb36-8a51-4451-aab3-3107959a8904" />
|
|
83
|
+
|
|
84
|
+
**After:**
|
|
85
|
+
|
|
86
|
+
<img width="248" src="https://github.com/salute-developers/plasma/assets/2895992/8415a3b2-3f6e-46fb-9a3e-767f0317aa30" />
|
|
87
|
+
|
|
88
|
+
plasma-icons: Rewrite generate icons for iOS (https://github.com/salute-developers/plasma/pull/1283)
|
|
89
|
+
|
|
90
|
+
### Opacity
|
|
91
|
+
|
|
92
|
+
- удалено **ненужное** свойство `opacity` в наборе старых иконок
|
|
93
|
+
|
|
94
|
+
plasma-icons: Delete unnecessary prop opacity (https://github.com/salute-developers/plasma/pull/1282)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## Infra
|
|
98
|
+
|
|
99
|
+
### Required checks
|
|
100
|
+
|
|
101
|
+
- реорганизовали обязательные проверки (стало меньше и быстрее)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
plasma-infra: Simplify required checks (https://github.com/salute-developers/plasma/pull/1278)
|
|
105
|
+
|
|
106
|
+
### Scaffold
|
|
107
|
+
|
|
108
|
+
- скрипт для генерации компонентов вынесен в отдельную команду
|
|
109
|
+
|
|
110
|
+
plasma-infra(scaffold): Extend script for update/sync component list (https://github.com/salute-developers/plasma/pull/1275)
|
|
111
|
+
|
|
112
|
+
### Support emotion engine
|
|
113
|
+
|
|
114
|
+
- добавлена поддержка пакета `@emotion` для библиотеки `plasma-new-hope`
|
|
115
|
+
|
|
116
|
+
feat(plasma-new-hope): add emotion support (https://github.com/salute-developers/plasma/pull/1276)
|
|
117
|
+
|
|
118
|
+
## Tokens
|
|
119
|
+
|
|
120
|
+
* добавлены методы генерации токенов для web приложений на основе новой json структуры.
|
|
121
|
+
* перегенированы темы для всех вертикалей: `sdds`, `plasma`, `flamingo` и `caldera-online` на основе json файлов из [данного репозитория](https://github.com/salute-developers/theme-converter/tree/main/themes).
|
|
122
|
+
* удалены старые json темы из пакета `@salutejs/data-themes`.
|
|
123
|
+
* переименован пакет `@salutejs/data-themes` в `@salutejs/core-themes` и обновлены все зависимости
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
feat(data-themes): Add new token generators for web via new json scheme and update themes (https://github.com/salute-developers/plasma/pull/1274)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## Docs
|
|
130
|
+
|
|
131
|
+
### Storybook link
|
|
132
|
+
|
|
133
|
+
- убрана ссылка/кнопка на storybook из документации для `plasma-{web,ui}`
|
|
134
|
+
|
|
135
|
+
**Before:**
|
|
136
|
+
|
|
137
|
+
<img width="1944" src="https://github.com/salute-developers/plasma/assets/2895992/458182dc-07eb-4954-9b06-a2f0eabc867f" />
|
|
138
|
+
|
|
139
|
+
**After:**
|
|
140
|
+
|
|
141
|
+
<img width="1944" src="https://github.com/salute-developers/plasma/assets/2895992/ea812456-7644-4194-8188-88a085b416f6" />
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
plasma-docs: hide short links for storybook (https://github.com/salute-developers/plasma/pull/1286)
|
|
145
|
+
|
|
146
|
+
### SDDS-DFA/SERVE
|
|
147
|
+
|
|
148
|
+
* добавлен шаблон документации для компонент `Accordion`
|
|
149
|
+
* добавлена документация для пакета `sdds-dfa`
|
|
150
|
+
* исправлена документация для `Popover`
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
feat: Add `sdds-dfa-docs` (https://github.com/salute-developers/plasma/pull/1295)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
## Misc
|
|
157
|
+
|
|
158
|
+
### TextField
|
|
159
|
+
|
|
160
|
+
- добавлены токены цвета и размера textBefore/After
|
|
161
|
+
- исправлен line-height у иконок
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
feat: add textfield textBefore/After tokens (https://github.com/salute-developers/plasma/pull/1253)
|
|
165
|
+
|
|
166
|
+
### Website: colors palette
|
|
167
|
+
|
|
168
|
+
- добавлена страница с цветовой палитрой
|
|
169
|
+
|
|
170
|
+
**Страница выбора цвета**
|
|
171
|
+
|
|
172
|
+

|
|
173
|
+
|
|
174
|
+
**Страница выбора оттенка**
|
|
175
|
+
|
|
176
|
+

|
|
177
|
+
|
|
178
|
+
plasma-website: add page colors (https://github.com/salute-developers/plasma/pull/1266)
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
#### 🚀 Enhancement
|
|
183
|
+
|
|
184
|
+
- Release by 11.07.2024 [#1296](https://github.com/salute-developers/plasma/pull/1296) ([@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@denivladislav](https://github.com/denivladislav) [@Yeti-or](https://github.com/Yeti-or) [@shuga2704](https://github.com/shuga2704) [@neretin-trike](https://github.com/neretin-trike) [@iljs](https://github.com/iljs))
|
|
185
|
+
|
|
186
|
+
#### 🐛 Bug Fix
|
|
187
|
+
|
|
188
|
+
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
189
|
+
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
190
|
+
|
|
191
|
+
#### Authors: 8
|
|
192
|
+
|
|
193
|
+
- [@iljs](https://github.com/iljs)
|
|
194
|
+
- [@Salute-Eva](https://github.com/Salute-Eva)
|
|
195
|
+
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
|
|
196
|
+
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
|
|
197
|
+
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
198
|
+
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
|
|
199
|
+
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
|
|
200
|
+
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
1
204
|
# v1.160.0 (Thu May 30 2024)
|
|
2
205
|
|
|
3
206
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-core",
|
|
3
|
-
"version": "1.162.0
|
|
3
|
+
"version": "1.162.0",
|
|
4
4
|
"description": "Core library for Plasma: Salute Design System.",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@babel/preset-react": "7.24.1",
|
|
25
25
|
"@babel/preset-typescript": "7.24.1",
|
|
26
26
|
"@microsoft/api-extractor": "7.38.3",
|
|
27
|
-
"@salutejs/plasma-cy-utils": "0.94.0
|
|
27
|
+
"@salutejs/plasma-cy-utils": "0.94.0",
|
|
28
28
|
"@types/jest": "27.0.1",
|
|
29
29
|
"@types/lodash.throttle": "4.1.6",
|
|
30
30
|
"@types/node": "15.14.9",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"Зубаиров Фаниль Асхатович"
|
|
82
82
|
],
|
|
83
83
|
"sideEffects": false,
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "a71a5e514e3332d1393a4a43821e2f579abf23f1"
|
|
85
85
|
}
|