@salutejs/plasma-core 1.182.0-dev.0 → 1.182.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +209 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,212 @@
1
+ # v1.182.0 (Thu Oct 17 2024)
2
+
3
+ ### Release Notes
4
+
5
+ #### Release by 16.10.2024 ([#1487](https://github.com/salute-developers/plasma/pull/1487))
6
+
7
+ ## Components
8
+
9
+ ### Accordion
10
+
11
+ - свойство `view` помечено как `optional`
12
+ - свойство `view` для AccordionItem помечено как `deprecated`
13
+ - свойство `title` для `AccordionItem` теперь `ReactNode`
14
+
15
+
16
+
17
+ [PLASMA-3591]: Fix Accordion types (https://github.com/salute-developers/plasma/pull/1467)
18
+
19
+ ### TextArea
20
+
21
+ - исправлен скроллбар
22
+ - обновлены `snapshots`
23
+
24
+
25
+ feat(plasma-*, sdds-*): TextArea scrollbar (https://github.com/salute-developers/plasma/pull/1471)
26
+
27
+ ### Popup
28
+
29
+ - добавлены storybook декораторы для `Popup` и `Notification` для правильного отображения: `Drawer, Modal, Notification, Popup`
30
+
31
+
32
+ plasma-*: Fix popup mount logic (https://github.com/salute-developers/plasma/pull/1412)
33
+
34
+ ### Tabs
35
+
36
+ - вертикальные табы добавлены в поставку всех клиентских библиотек
37
+ - добавлено свойство `value` для горизонтальных и вертикальных табов
38
+ - исправлены токены для всех пакетов
39
+
40
+ <img width="181" alt="Снимок экрана 2024-09-24 в 14 39 29" src="https://github.com/user-attachments/assets/9889e4d1-9297-4cf9-a577-23f5d1c8c9af">
41
+
42
+ <img width="163" alt="Снимок экрана 2024-09-24 в 14 38 56" src="https://github.com/user-attachments/assets/596e92aa-1136-4f41-bb29-67ce31dbff75">
43
+
44
+
45
+ `plasma-*, sdds-*`: Vertical Tabs added (https://github.com/salute-developers/plasma/pull/1374)
46
+
47
+ ### Badge
48
+
49
+ - добавлен новый размер `XS`
50
+
51
+
52
+
53
+ [PLASMA-3598]: Badge: Add size XS (https://github.com/salute-developers/plasma/pull/1466)
54
+
55
+ ### `SDDS-CS`
56
+
57
+ #### Button
58
+
59
+ - используется token `--text-accent` когда `view: secondary`
60
+
61
+ #### Chip
62
+
63
+ - для `closeIconColor` используется token `--text-accent` когда `view: secondary`
64
+
65
+ #### Badge
66
+
67
+ - изменены `padding{Right,Left}` на `8px`
68
+
69
+
70
+ [PLASMA-3611]: Правки конфигураций Button, Chip, Badge [SDDS-CS] (https://github.com/salute-developers/plasma/pull/1473)
71
+
72
+ ### Breadcrumbs
73
+
74
+ * добавлена поддержка обработчика `onClick` при клике на ссылку
75
+ * поправлены union типы
76
+ * обновлена документация с указанием типов элементов
77
+
78
+
79
+ feat(plasma-new-hope, *-docs): Add onClick for item to `Breadcrumbs` component (https://github.com/salute-developers/plasma/pull/1480)
80
+
81
+ ### Tabs
82
+ - исправлен скролл табов при малой ширине
83
+ - в `storybooks` добавлены свойства `width` и `height`, доступные при условии `clip = scroll`
84
+
85
+
86
+ `plasma-new-hope`: fix tabs arrow scroll (https://github.com/salute-developers/plasma/pull/1476)
87
+
88
+ ### Attach
89
+ - исправлен `onChange`, `id` и `name`
90
+ - добавлено свойство `onClear`
91
+ - в документацию добавлен пример с использованием компонента внутри формы
92
+
93
+
94
+ `plasma-new-hope`: fix Attach (https://github.com/salute-developers/plasma/pull/1481)
95
+
96
+ ### Combobox
97
+
98
+ - добавлен дженерик для св-ва `items` в компоненте Combobox
99
+
100
+
101
+ feat(plasma-b2c, web, sdds): Added generic for items in Combobox (https://github.com/salute-developers/plasma/pull/1470)
102
+
103
+ ### TextArea
104
+
105
+ - добавлена фокусировка по клику на дочерние элементы
106
+
107
+
108
+ plasma-*: Focus TextArea by click inside (https://github.com/salute-developers/plasma/pull/1444)
109
+
110
+ ### SDDS CS Pack 4 ( overlay and navigation )
111
+
112
+ - изменены токены для компонентов: `Autocomplie`, `Avatar`, `Breadcrumbs`, `Cell`, `Drawer`, `Dropdown`, `Modal`, `Notification`, `Pagination`, `Popover`, `Price`, `Progress`, `Segment`, `Slider`, `Tabs`, `Toast`, `Toolbar`, `Tooltip`
113
+ - добавлена и обновлена актуальная документация
114
+
115
+
116
+ fix(sdds-cs): set overlay and navigation tokens (https://github.com/salute-developers/plasma/pull/1458)
117
+
118
+ ### DatePicker
119
+
120
+ - добавлен вызов change callback при выборе даты из календаря
121
+ - добавлена возможность указать frame, в котором будет происходить рендер календаря
122
+ - добавлена сортировка дат для Range DatePicker
123
+ - исправлено поведение фокуса при закрытии календаря
124
+
125
+
126
+ feat(plasma-new-hope): Datepicker improvements (https://github.com/salute-developers/plasma/pull/1475)
127
+
128
+ ### Segment
129
+
130
+ * добавлен вертикальный режим
131
+ * обновлен дизайн горизонтального отображения
132
+ * обновлен CS дизайн
133
+
134
+
135
+ feat: Segment redesign (https://github.com/salute-developers/plasma/pull/1392)
136
+
137
+
138
+ ## Docs
139
+
140
+ ### Документация `SDDS-CS`
141
+
142
+ - исправлены некорректные `imports` для примеров в документации к `Dropdown`
143
+ - добавлена страница для компонента `Tooltip`
144
+
145
+
146
+ [PLASMA-3536]: Fix incorrect imports by doc (https://github.com/salute-developers/plasma/pull/1469)
147
+
148
+
149
+ ## Misc
150
+
151
+ ### Attach
152
+
153
+ - исправлен `truncate` имени файла
154
+ - исправлены тесты
155
+
156
+
157
+ `plasma-new-hope`: fix attach truncate (https://github.com/salute-developers/plasma/pull/1454)
158
+
159
+
160
+ feat(plasma-tokens): auto generate stylesSalute theme (https://github.com/salute-developers/plasma/pull/1472)
161
+
162
+ ### ThemeBuilder
163
+
164
+ * изменены методы генерации базовой темы в старом формате
165
+ * изменены методы генерации базовой темы для новой архитектуры
166
+
167
+
168
+ feat(plasma-theme-builder): Update generating default theme (https://github.com/salute-developers/plasma/pull/1477)
169
+
170
+ ### Toast
171
+
172
+ - исправлен токен background для view="dark"
173
+
174
+ **Before**
175
+ <img width="319" alt="image" src="https://github.com/user-attachments/assets/fea32b30-270b-48c1-87f0-d6169e2d3bd7">
176
+
177
+ **After**
178
+ <img width="128" alt="image" src="https://github.com/user-attachments/assets/f52f5174-2a52-4dd0-a964-7fbcd52fdad6">
179
+
180
+
181
+
182
+ fix(plasma-*,sdds-*): Fix Toast background token (https://github.com/salute-developers/plasma/pull/1478)
183
+
184
+ ---
185
+
186
+ #### 🚀 Enhancement
187
+
188
+ - Release by 16.10.2024 [#1487](https://github.com/salute-developers/plasma/pull/1487) ([@shuga2704](https://github.com/shuga2704) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@denivladislav](https://github.com/denivladislav) [@luizasok](https://github.com/luizasok) [@neretin-trike](https://github.com/neretin-trike) [@vadim-kudr](https://github.com/vadim-kudr) [@TitanKuzmich](https://github.com/TitanKuzmich) [@iljs](https://github.com/iljs) [@Yeti-or](https://github.com/Yeti-or))
189
+
190
+ #### 🐛 Bug Fix
191
+
192
+ - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
193
+ - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
194
+
195
+ #### Authors: 10
196
+
197
+ - [@iljs](https://github.com/iljs)
198
+ - [@Salute-Eva](https://github.com/Salute-Eva)
199
+ - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
200
+ - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
201
+ - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
202
+ - Luiza_Sok ([@luizasok](https://github.com/luizasok))
203
+ - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
204
+ - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
205
+ - Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
206
+ - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
207
+
208
+ ---
209
+
1
210
  # v1.180.0 (Thu Sep 19 2024)
2
211
 
3
212
  ### Release Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-core",
3
- "version": "1.182.0-dev.0",
3
+ "version": "1.182.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.113.0-dev.0",
27
+ "@salutejs/plasma-cy-utils": "0.113.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": "20484ec01f5eac006866fe78aba11cb7f107ce4b"
84
+ "gitHead": "a49135136f45a86b0b856ca4164b763bd6d17de5"
85
85
  }