@salutejs/plasma-asdk 0.273.0-canary.1756.13182478014.0 → 0.273.0-canary.1757.13160270615.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -2666
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,91 +1 @@
1
- ## 0.272.0 (6 февраля 2025)
2
-
3
- ## Функциональные изменения в компонентах
4
-
5
- ### Accordion
6
-
7
- * добавлены **новые** размеры с `h2` по `h5`
8
-
9
- [PR](https://github.com/salute-developers/plasma/pull/1724)
10
-
11
- ### Toast
12
-
13
- Убрана очистка таймаута в ToastContorller
14
-
15
- [PR](https://github.com/salute-developers/plasma/pull/1712)
16
-
17
- * исправлена передача свойства `closeIconType`
18
- * добавлено **новое** свойство `textColor`
19
- * добавлены новые значения для `view`:`positive`, `negative`
20
- * значения `view`:`dark`,`light` помечены как `deprecated`
21
-
22
- [PR](https://github.com/salute-developers/plasma/pull/1719)
23
-
24
- ### Portal
25
-
26
- * исправлена ошибка гидрации в Next
27
-
28
- ### Autocomplete
29
-
30
- * исправлена ширина компонента в storybook
31
-
32
- [PR](https://github.com/salute-developers/plasma/pull/1730)
33
-
34
- ### DatePicker
35
-
36
- * добавлена возможность передавать внешнее значение даты в DatePicker
37
-
38
- https://github.com/user-attachments/assets/b26c67c2-1255-4831-b44e-0e876103153d
39
-
40
- [PR](https://github.com/salute-developers/plasma/pull/1720)
41
-
42
- ### Range
43
-
44
- * добавлена возможность задать цвет `helperText` при статусе `error` и `success`
45
-
46
- ### Datepicker
47
-
48
- * добавлена возможность задать цвет `helperText` при статусе `error` и `success`
49
-
50
- [PR](https://github.com/salute-developers/plasma/pull/1727)
51
-
52
- ### Popover
53
-
54
- * Добавлен пропс `animated`, который делает плавное появления `Popover` за 200мс
55
-
56
- ### Tooltip
57
-
58
- * Исправлена работа свойства `animated`, путем наследования этого свойства из `Popover`
59
-
60
- [PR](https://github.com/salute-developers/plasma/pull/1739)
61
-
62
- ### Dropdown
63
-
64
- * добавлен явный экспорт типов;
65
-
66
- ### Select
67
-
68
- * добавлен явный экспорт типов;
69
-
70
- [PR](https://github.com/salute-developers/plasma/pull/1732)
71
-
72
- ### Textfield
73
-
74
- * исправлен баг, связанный с пропсом required в режиме с чипами;
75
-
76
- [PR](https://github.com/salute-developers/plasma/pull/1738)
77
-
78
- ### TextArea
79
-
80
- * Hint остается активным при disabled состоянии
81
-
82
- <img width="417" alt="image" src="https://github.com/user-attachments/assets/6fe979b2-3532-46d7-9fa3-a8b141ad73fb" />
83
-
84
- [PR](https://github.com/salute-developers/plasma/pull/1700)
85
-
86
- * добавлен раздел в документацию по работе с NextJs
87
-
88
- [PR](https://github.com/salute-developers/plasma/pull/1740)
89
-
90
-
91
1
  ## 0.259.0 (23 января 2025)
92
- исправлена логика расчета отображаемого значения
93
- добавлен новый компонент Note
94
- исправлен баг, позволявший ввести число с точкой в конце, больше максимального значения или ниже минимального значения
95
- добавлено свойство `precision`, определяющее кол-во знаков после запятой
96
- добавлены тесты на эти кейсы
97
- добавлена возможность указать место раскрытия календаря
98
- добавлен блок для отображения дополнительного контента в виде badge или counter
99
- поля ввода даты становятся независимыми после выбора полной даты в DatePickerRange
100
- добавлено свойство `closeAfterDateSelect`, позволяющее закрыть календарь после выбора даты
101
- Изменен отступ между иконкой слева и label при горизонтальном слайдере
102
- Проверка, что токен называется в CamelCase нотации
103
- Название токена не должно превышвать 32 символа
104
- Название не должно начинаться с название подгруппы, в которой он создаётся
105
- В названии не должно быть зарезервированных слов "onDark", "onLight", "inverse"
106
- Значение обычного цвета теперь поддерживается только в HEX и HEXA форматах
107
- Значение градиента допускается только в полном описании: linear|radial-gradient (<угол / радиус>, <цвет> <позиция>, <цвет> <позиция>)
108
- добавлена возможность передачи `restProps` в компоненты `CellTextbox`
109
- исправлен пример для `CellTextbox`
110
- исправлена ширина кликабельной области `label` по умолчанию (`singleLine=false`)
111
- добавлена `story` для длинного названия + `singleLine`
112
- добавлен тест на клик по `label` и тест для свойства `singleLine`
113
- исправлена ширина кликабельной области `label` по умолчанию (`singleLine=false`)
114
- исправлен размер иконки trigger для hint
115
- добавлено отображение Hint внутри TextField-like компонент
116
- добавлена возможность задавать направление раскрытия вложенных дропдаунов
117
- актуализированы примеры документации для свойств: `size`, `view`
118
- перенесен внешний css из rc-tree в локальную сборку
119
- актуализированы токены для конфигураций компонентов
120
- добавлены новые токены для более детальной кастомизации
121
- исправлен токен жирности шрифта для `button-like` варианта `Select`;
122
- добавлен токен `itemMargin`
123
- добавлен токен `disclosureIconColor`
124
- изменили минимальное значение с 1 на 0
125
- добавлены свойства beforeList и afterList, которые служат ячейками для content в выпадающем списке;
126
- изменен тип свойства `rightHelper` на `ReactNode`
127
- добавлена поддержка `react-hook-form`
128
- Добавлена генерация `spacing` токенов
129
- обновлена, глобально, версия TS с 4.2.4 до 4.5.5
130
- добавлено свойство `helperText`
131
- добавлен `helperTextView` со значениями `default` и `negative`
132
- исправлена типизация компонента (убран принудительный кастинг)
133
- Добавлен размер `xl` во все вертикали
134
- исправлено поведение свойства `textAfter`, теперь позиция всегда рядом с текстом input
135
- актуализированы примеры в storybook в соответствии с дизайном
136
- исправлена работа `placeholder` при работе `react-hook-form` с defaultValues
137
- исправлены циклические зависимости
138
- в target можно передать ref на элемент, рядом с которым произойдет открытие
139
- свойство `hasArrow` помечено как `deprecated`
140
- актуализированы примеры в `storybook`
141
- добавлена новые токены для возможности управления расстоянием между контентом Item и иконкой DisclosureRight
142
- добавлен новый токен, отвечающий за скейлинг иконки DisclosureRight в зависимости от размера компонента
143
- исправлены стили скруглений и отступтов, теперь они рассчитываются по формуле, также как и в компоненет `Select`
144
- добавлен новый компонент (многоуровневый раскрывающийся список в виде дерева);
145
- свойства required попадает в `DOM` на соотвествующие элементы
146
- закрытие выпадающего списка теперь возможно по повторному нажатию на таргет;
147
- Добавлены `spacing` токены
148
- добавлено свойство `UNSAFE_SSR_ENABLED` в `PopupProvider` для корректной hydration компонента;
149
- актуализированы примеры в документации для свойства `placement`
150
- изменен формат записи токена для `padding` с длинной на короткую
151
- добавлено ограничение на отрицательные значения в годах
152
- добавлены свойства beforeList и afterList, которые служат ячейками для content в выпадающем списке;
153
- исправлено поведение, когда нажатие на `Tab` очищало набранный текст в `single` mode;
154
- исправлен import для типа `RequiredProps`
155
- добавлены свойства `required`, `requiredPlacement`
156
- актуализированы примеры в документации
157
- добавлена возможность изменить цвет закрывающей иконки
158
- скорректирован внутренний `align-items`
159
- расширен тип у `item` для использования дата-атрибутов и классов в DOM.
160
- добавлено свойство `zIndex` для облегчения работы со слоями в выпадающем меню
161
- исправлен баг, связанный с неправильной работой свойства renderValue в одиночном режиме варианта `textfield-like`;
162
- добавлена страница в storybook с выводом цветовых токенов темы
163
- изменен `type` для свойства `leftHelper` на `ReactNode`
164
- обновлен до версии `3.6.1`
165
- исправлено поведение работы value (внешнее управление)
166
- исправлена подстветка шкалы в вертикальном и инверсированном режиме
167
- добавлены новые свойства `pointerVisibility`, `currentValueVisibility`
168
- добавлена возможность открывать по `hover`
169
- rest аргументы прокидываются на уровень `.popup-base-root` элемента
170
- актуализированы примеры storybook и документация
171
- добавлен новый компонент
172
- Исправлено поведение, при котором во время ввода значения / потери или получение фокуса приводило к скроллу страницы при включенном autoResize
173
- добавлен отдельный `config` для вариации `outline`
174
- добавлена соответствующая поддержка во все библиотеки
175
- исправлены токены целью добавления возможности реализации нового дизайна
176
- добавлено новое свойство `renderItem`;
177
- улучшено поведение свойства `renderItem` при работе с вложенными списками;
178
- исправлен баг, приводящий к неправильной работе чипов в режиме multiple при renderValue;
179
- добавлен surfaceClear токен для варианта clear
180
- добавлены padding для варианта clear
181
- реализован вариант только с иконкой
182
- добавлена возможность передать пользовательский цвет для текста и фона
183
- добавлены св-ва required, requiredPlacement и optional;
184
2
  ![plasma-b2c Select -- prop required, requiredPlacement snap](https://github.com/user-attachments/assets/42fcb1fe-6a37-434b-843f-d285b4e6f279)
185
- добавлен новый проп `chipType`, который позволяет менять внешний вид для чипа в режиме multiselect;
186
3
  ![plasma-b2c Select -- prop chipType snap](https://github.com/user-attachments/assets/66c5cb36-bd40-444f-bace-1fb8dec2f130)
187
- при отсутствии значения календарная сетка отображается с минимальной даты
188
- добавлена возможность отображать вечные оповещения
189
- добавлена поддержка `react-hook-form`
190
- добавлена документация по использованию с нативной формой и `react-hook-form`
191
- добавлен новый компонент
192
- добавлены размеры `XL`
193
- добавлен размер `XXS` для компонента `IconButton`
194
- добавлено свойство keepPlaceholder для одновременного отображения label и placeholder
195
- добавлено свойство `chipView`
196
- добавлен callback `chipValidator`
197
- добавлены статусные `view`: `positive`, `negative`, `warning`
198
- добавлен базовый дизайн с пропсами `hasBody` и `hasClose`
199
- старые примеры в сторибуках перенесены в `Custom Modal Demo`
200
- добавлено свойство для выноса левого helper за пределы TextArea
201
- упростили типы связанный со свойством `required`
202
- обновлена конфигурация компонента
203
- обновлены примеры в `storybook`
204
- изменен `view negative` в соответствии с макетом
205
- изменен конфиг компонента в соответсвии с макетам
206
- изменен конфиг компонента в соответсвии с макетам
207
- исправлены токены в соответствие с макетом
208
- убран `control` для свойства `size` в `storybook`
209
- добавлен в сборку для `linaria`
210
- исправлен баг, возникающий когда проп `listHeight` был больше, чем актуальная высота списка, что приводило к пустым пробелам в этом же выпадающем списке.
211
- исправлено некорректное поведение выпадающего списка при использовании его внутри скролла, не являющегося скроллом вьюпорта;
212
- убран автоподскролл по фокусу
213
- добавлена генерация иконок для платформы `react-native`
214
- добавлены примеры с валидацией формы в раздел "Формы"
215
- добавлено свойство `noWrap`, запрещающее перенос текста по пробелам
216
- обновлены `storybooks`, тесты и документация
217
- исправлена опечатка в названии папки `typograpy` -> `typography`
218
- --
219
- Release by 27.11.2024 [#1597](https://github.com/salute-developers/plasma/pull/1597) ([@denivladislav](https://github.com/denivladislav) [@Salute-Eva](https://github.com/Salute-Eva) [@shuga2704](https://github.com/shuga2704) [@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@iljs](https://github.com/iljs) [@neretin-trike](https://github.com/neretin-trike) [@vadim-kudr](https://github.com/vadim-kudr))
220
- docs(): api reports regenerated [#1588](https://github.com/salute-developers/plasma/pull/1588) ([@denivladislav](https://github.com/denivladislav))
221
- docs(): api report regenerated [#1560](https://github.com/salute-developers/plasma/pull/1560) ([@denivladislav](https://github.com/denivladislav))
222
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
223
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
224
- feat(plasma-_, sdds-_): Switch track and thumb tokens improved ([@denivladislav](https://github.com/denivladislav))
225
- chore(): Switch tokens updated ([@denivladislav](https://github.com/denivladislav))
226
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
227
- [@iljs](https://github.com/iljs)
228
- [@Salute-Eva](https://github.com/Salute-Eva)
229
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
230
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
231
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
232
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
233
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
234
- Vlad Denisov ([@denivladislav](https://github.com/denivladislav))
235
- --
236
- добавлены новые св-ва `required`, `requiredPlacement` и `optional`;
237
- добавлены новые св-ва `required`, `requiredPlacement` и `optional`;
238
- добавлена возможность передать свойство `autoComplete`
239
- добавлено событие `onClickClose` по клику на крестик
240
- `onClear` помечено как deprecated
241
- написан тест на onClickClose
242
- реализована возможность обрезания текста по максимальной ширине
243
- компонент включен в поставку `plasma-*` и `sdds-*` библиотек
244
- добавлено свойство alwaysOpened
245
- добавлен тест на новое свойство
246
- добавлен токен изменения цвета фона компонента при наведении
247
- для `sdds-cs` исправлены значения токенов `itemSelectedDividerColor` и `itemSelectedDividerColorHover`
248
- для `sdds-dfa` исправлены токены для состояния `disabled`
249
- исправлены `argTypes` в stories
250
- исправлен курсор при наведении на текущий `Breadcrumb`
251
- исправлены токены для `hover` и `active` состояний у `Breadcrumb`
252
- добавлены размеры `s`, `l`
253
- добавлено свойство `description`
254
- добавлено свойство `toggleSize`
255
- обновлены документация и тесты
256
- свойство `square` у `Button` помечено как `deprecated`
257
- свойство `square` удалено из storybooks для `Attach`
258
- для размеров `m`, `l` у `Attach` исправлен размер иконки по умолчанию в варианте `IconButton`
259
- исправлены токены для view=secondary в пакете `sdds-cs`
260
- исправлены токены для view=secondary в пакете `sdds-cs`
261
- исправлены смещающиеся активные элементы
262
- добавлен фокус
263
- добавлены тесты
264
- осуществлен переход на `floating-ui`
265
- расширена типизация, позволяющая использовать компонент в режиме uncontrolled (b2c и web)
266
- исправлено некорректное отображение ячейки выпадающего списка при длинных значениях
267
- расширены возможности использования компонента через портал. Теперь помимо рефки можно пробросить id `dom-элемента`
268
- исправлены UI-баги при использовании портала
269
- улучшена поддержка типов
270
- вернули возможность использовать `TabItemProps`, `TabsProps` во все пакетах
271
- добавлен view `negative` для `Combobox`
272
- добавлен view `negative` для `Autocomplete`
273
- `Autocomplete`,
274
- `Combobox`,
275
- `Dropdown`,
276
- `Notifications`,
277
- `Range`,
278
- `Pagination`,
279
- `Tabs`,
280
- `DatePicker`
281
- обновлена тема `sdds_insol`
282
- обновлено свойство `background-color` на background в компоненте `Button` для поддержки градиентов в значениях у токенов.
283
- обновлены конфигурации для компонентов `Button`, `TextArea` и `TextField`
284
- изменена документация ( значения `size` ) для корректного отображения в документации в вертикали `sdds-cs`
285
- добавлен подраздел примеры смены тем
286
- --
287
- Release by 13.11.2024 [#1559](https://github.com/salute-developers/plasma/pull/1559) ([@iljs](https://github.com/iljs) [@Salute-Eva](https://github.com/Salute-Eva) [@shuga2704](https://github.com/shuga2704) [@neretin-trike](https://github.com/neretin-trike) [@Yakutoc](https://github.com/Yakutoc) [@vadim-kudr](https://github.com/vadim-kudr) [@TitanKuzmich](https://github.com/TitanKuzmich) [@denivladislav](https://github.com/denivladislav) [@luizasok](https://github.com/luizasok))
288
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
289
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
290
- feat(plasma-_, sdds-_): Select improvements [#1550](https://github.com/salute-developers/plasma/pull/1550) ([@shuga2704](https://github.com/shuga2704))
291
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
292
- [@iljs](https://github.com/iljs)
293
- [@Salute-Eva](https://github.com/Salute-Eva)
294
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
295
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
296
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
297
- Luiza_Sok ([@luizasok](https://github.com/luizasok))
298
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
299
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
300
- Vlad Denisov ([@denivladislav](https://github.com/denivladislav))
301
- --
302
- styled components перенесены в папку `styled-components` для пакета `sdds-serv`
303
- добавлена генерация CSS Linaria по-умолчанию для пакета `sdds-serv`
304
- исправлен параметр `contentRight`
305
- исправлен отступы во всех поставках `sdds` в `AccordionItem`
306
- добавлен новый параметр `opened`, для контроля состоянием вне компонента
307
- добавлена возможность прокидывать `ref` в `AccordionItem`
308
- добавлены подсказки сверху справа и в виде Tooltip
309
- обновлены тесты и документация
310
- добавлены новые токены в ядро компонента
311
- исправлена конфигурация компонента с учетом новых токенов для поставки `sdds-cs`
312
- компонент Dropdown переведен на новую архитекутуру. API сохранен;
313
- исправлен баг, связанный с невозможностью раскрытия выпадающего списка в старом(legacy) Dropdown;
314
- исправлены недочеты по UI;
315
- расширены возможности использования через портал;
316
- несуществующие value (которых нет в массиве items) теперь отбрасываются и не принимают участие в работе компонента;
317
- изменение массива items теперь приводит к обновлению выбранных элементов (для гибкой асинхронной работы);
318
- исправлен баг, связанный с мутацией исходного массива items;
319
- добавлено новое св-во renderValue;
320
- несуществующие value (которых нет в массиве items) теперь отбрасываются и не принимают участие в работе компонента;
321
- изменение массива items теперь приводит к обновлению выбранных элементов (для гибкой асинхронной работы);
322
- добавлено вертикальное отображение
323
- обновлен дизайн горизонтального отображения
324
- изменен `type` для `title` на `ReactNode`
325
- добавлено расположение `bottom-left`
326
- добавлены `Header Tabs`
327
- добавлены `hover` и `active` состояния для стрелок
328
- обновлены тесты и `storybooks`
329
- добавлена `view negative` для компонента `Select`
330
- исправлен цветовой токен для `contentLeftColor` в компоненте `Select`
331
- убраны лишние опции и примеры из storybook для компонента `Select`
332
- добавлены тесты;
333
- видимое значение не может быть меньше 1
334
- для значений от 1 до 9 `Counter` становится круглым
335
- добавлены размеры `l`, `m`, `s` во все пакеты (в `sdds-cs` только размер `s`)
336
- исправлены токены отступов для размера `xxs`
337
- обновлены `storybooks` и документация
338
- собраны изменение всех тем в один PR:
339
4
  - https://github.com/salute-developers/plasma/pull/1491
340
5
  - https://github.com/salute-developers/plasma/pull/1489
341
6
  - https://github.com/salute-developers/plasma/pull/1486
342
7
  - https://github.com/salute-developers/plasma/pull/1485
343
- добавлена новая тема `sdds_os` на основе `sdds_serv`
344
- обновлена `default` тема для пакета plasma-tokens
345
- обновлены токены типографики в теме `sdds-cs`. Теперь для всех размеров экранов (L, M и S) значения всех параметров одинаковые
346
- исправлена генерация токенов для модульного css, а также обновлены все темы
347
- добавлены методы генерации наборов токенов (dark и light режимов) для компонента `ViewContainer`
348
- добавлено подключение темы через css модули из пакета @salutejs/plasma-themes в plasma-new-hope
349
- добавлен компонент `ViewContainer` в plasma-new-hope в качестве примера
350
- добавлен декоратор `decoratorViewContainer` в plasma-new-hope с возможностью переключения тем и режимов контейнера (onDark / onLight / default)
351
- добавлен компонент `ViewContainer` во все библиотеки вертикали `sdds`, а также примеры и документация
352
- поправлено поведение hover для дней на календарной сетке
353
- добавлена новая библиотека
354
- --
355
- Release by 30.10.2024 [#1521](https://github.com/salute-developers/plasma/pull/1521) ([@iljs](https://github.com/iljs) [@Salute-Eva](https://github.com/Salute-Eva) [@simashova](https://github.com/simashova) [@Irinkv](https://github.com/Irinkv) [@neretin-trike](https://github.com/neretin-trike) [@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@shuga2704](https://github.com/shuga2704) [@vadim-kudr](https://github.com/vadim-kudr) [@denivladislav](https://github.com/denivladislav))
356
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
357
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
358
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
359
- [@iljs](https://github.com/iljs)
360
- [@Irinkv](https://github.com/Irinkv)
361
- [@Salute-Eva](https://github.com/Salute-Eva)
362
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
363
- Anastasia Simashova ([@simashova](https://github.com/simashova))
364
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
365
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
366
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
367
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
368
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
369
- --
370
- свойство `view` помечено как `optional`
371
- свойство `view` для AccordionItem помечено как `deprecated`
372
- свойство `title` для `AccordionItem` теперь `ReactNode`
373
- исправлен скроллбар
374
- обновлены `snapshots`
375
- добавлены storybook декораторы для `Popup` и `Notification` для правильного отображения: `Drawer, Modal, Notification, Popup`
376
- вертикальные табы добавлены в поставку всех клиентских библиотек
377
- добавлено свойство `value` для горизонтальных и вертикальных табов
378
- исправлены токены для всех пакетов
379
- добавлен новый размер `XS`
380
- используется token `--text-accent` когда `view: secondary`
381
- для `closeIconColor` используется token `--text-accent` когда `view: secondary`
382
- изменены `padding{Right,Left}` на `8px`
383
- добавлена поддержка обработчика `onClick` при клике на ссылку
384
- поправлены union типы
385
- обновлена документация с указанием типов элементов
386
- исправлен скролл табов при малой ширине
387
- в `storybooks` добавлены свойства `width` и `height`, доступные при условии `clip = scroll`
388
- исправлен `onChange`, `id` и `name`
389
- добавлено свойство `onClear`
390
- в документацию добавлен пример с использованием компонента внутри формы
391
- добавлен дженерик для св-ва `items` в компоненте Combobox
392
- добавлена фокусировка по клику на дочерние элементы
393
- изменены токены для компонентов: `Autocomplie`, `Avatar`, `Breadcrumbs`, `Cell`, `Drawer`, `Dropdown`, `Modal`, `Notification`, `Pagination`, `Popover`, `Price`, `Progress`, `Segment`, `Slider`, `Tabs`, `Toast`, `Toolbar`, `Tooltip`
394
- добавлена и обновлена актуальная документация
395
- добавлен вызов change callback при выборе даты из календаря
396
- добавлена возможность указать frame, в котором будет происходить рендер календаря
397
- добавлена сортировка дат для Range DatePicker
398
- исправлено поведение фокуса при закрытии календаря
399
- добавлен вертикальный режим
400
- обновлен дизайн горизонтального отображения
401
- обновлен CS дизайн
402
- исправлены некорректные `imports` для примеров в документации к `Dropdown`
403
- добавлена страница для компонента `Tooltip`
404
- исправлен `truncate` имени файла
405
- исправлены тесты
406
- изменены методы генерации базовой темы в старом формате
407
- изменены методы генерации базовой темы для новой архитектуры
408
- исправлен токен background для view="dark"
409
- --
410
- 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))
411
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
412
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
413
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
414
- [@iljs](https://github.com/iljs)
415
- [@Salute-Eva](https://github.com/Salute-Eva)
416
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
417
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
418
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
419
- Luiza_Sok ([@luizasok](https://github.com/luizasok))
420
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
421
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
422
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
423
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
424
- --
425
- добавлен новый компонент в поставку пакетов `plasma-*` и `sdds-*`
426
- написаны тесты и документация
427
- исправлен баг с некорректной работой св-ва `placement` в storybook в новой вкладке;
428
- убрана приписка `new` в названиях сторей для `combobox` в sdds-\*;
429
- Свойство `label-position` заложено в ядро компонента, а не в конфиг ( как-раньше )
430
- Добавлен в поставку `web` и `b2c` в сборке с linaria
431
- добавлено новое свойство `locale` для работы с локалями отличными от `ru`
432
- добавлен divider в новый Dropdown
433
- обновлена документация
434
- исправлено появление горизонтального скроллбара при открытии Drawer
435
- исправлено динамическое изменение placement и анимации открытия/закрытия
436
- добавлено **новое** отображение `clear`
437
- добавлен `divider` для `clear` отображения
438
- обновлены тесты и документация
439
- включено в поставку `plasma-*`, `sdds-*` пакетов
440
- добавлено отображение clear TextArea
441
- добавлен divider для clear отображения
442
- обновлены тесты и документация
443
- включено в поставку plasma-\*, sdds-\* пакетов
444
- добавлена поддержка `React Hook Form`
445
- добавлена поддержка работы с `html form`
446
- добавлен новый компонент: горизонтальный, вертикальный режим
447
- --
448
- 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))
449
- feat(new-hope): edit work label position switch [#1447](https://github.com/salute-developers/plasma/pull/1447) ([@iljs](https://github.com/iljs))
450
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
451
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
452
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
453
- [@iljs](https://github.com/iljs)
454
- [@Salute-Eva](https://github.com/Salute-Eva)
455
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
456
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
457
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
458
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
459
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
460
- --
461
- добавлен **новый** компонент
462
- включен в поставку plasma-_ и sdds-_ пакетов
463
- Изменены токены для компонентов `Autocomplite`, `Combobox`, `Datepicker`, `Range`, `Textfield`, `Textarea`, `Select` в поставке `sdds-cs`
464
- добавлен **новый** компонент в поставку всех клиентских библиотек
465
- добавлена возможность использовать свойство `className`
466
- изменены тесты plasma-b2c компонента TextArea
467
- --
468
- Release by 24.09.2024 [#1450](https://github.com/salute-developers/plasma/pull/1450) ([@IgorYar](https://github.com/IgorYar) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@iljs](https://github.com/iljs) [@denivladislav](https://github.com/denivladislav))
469
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
470
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
471
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
472
- [@iljs](https://github.com/iljs)
473
- [@Salute-Eva](https://github.com/Salute-Eva)
474
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
475
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
476
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
477
- --
478
- добавлено свойство `clear`, которое меняет отображение `view`
479
- обновлена документация и storybook
480
- используется корректный `color token` для содержимого `contentLeft\Right` slots
481
- добавлен `hover` для `contentRight` slot
482
- добавлено новое свойство `alwaysOpened`
483
- обновлены токены в конфигурации компонента для `plasma-web`
484
- обновлена документация
485
- исправили `view` по-умолчанию для `sdds` вертикалей
486
- переведен на новую архитектуру и добавлен в поставки `plasma-{b2c, web}`
487
- исправлена работа свойства `placeholder`
488
8
 
489
- исправлена ошибка, когда изначальное значение в `single combobox` не отображалось
490
- исправлены формулы генерации `brightness` токенов
491
- обновлены / добавлены `active`, `hover`, `brightness` токены для `plasma-{b2c, web}` themes
492
- изменены тесты `plasma-b2c` компонентов `Slider`, `Tabs`, `DatePicker` и `Card`
493
- --
494
- Release by 18.09.2024 [#1442](https://github.com/salute-developers/plasma/pull/1442) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@IgorYar](https://github.com/IgorYar) [@Yakutoc](https://github.com/Yakutoc) [@shuga2704](https://github.com/shuga2704) [@neretin-trike](https://github.com/neretin-trike))
495
- Merge remote-tracking branch 'origin/dev' into release_2024-09-18 ([@Yakutoc](https://github.com/Yakutoc))
496
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
497
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
498
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
499
- [@Salute-Eva](https://github.com/Salute-Eva)
500
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
501
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
502
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
503
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
504
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
505
- --
506
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
507
- [@Salute-Eva](https://github.com/Salute-Eva)
508
- --
509
- токены для `Switch` приведены в соответствие с макетами
510
- добавлено состояние `hover`
511
- удален `skip test` для свойства `pressed` (это свойство deprecated). Вместо него добавлен тест `onMouseDown` с событием `realMouseDown`
512
- в тест `OnClick` добавлен `realClick`
513
- добавлена поддержка русского и английского языка
514
- добавлено форматирование даты
515
- обновлен токен `modalOverlayColor` в `plasma-{web, b2c}`
516
- добавлен новый компонент для `plasma-{web, b2c}, sdds-{serv, dfa}`
517
- написаны тесты и документация
518
- добавлены новые свойства: `required`, `requiredPlacement, optional`
519
- обновлены screenshots и документация
520
- добавлен в поставку для `plasma-{web, b2c}, sdds-*`
521
- реализована вложенность (на основе [Floating UI](https://floating-ui.com/))
522
- добавлено новое свойство `closeAfterSelect` в `Combobox` и `Select`.
523
- поправлен отступ в компоненте `Select` в варианте `textfield-like`.
524
- опубликован новый пакет `@salutejs/sdds-finportal`
525
- Добавлены новые токены `-brightness` в `theme-builder`
526
- Во все темы добавлены новый токены для высветления: `combobox`, `dropdown`, `notification`, `toast`, `toolbar` и `tooltip`
527
- Исправлен компонент `Comobox` и обновлены тесты
528
- Изменен workfkow cypress
529
- изменены тесты plasma-b2c компонентов ButtonGroup и IconButton
530
- --
531
- Release by 04.09.2024 [#1420](https://github.com/salute-developers/plasma/pull/1420) ([@denivladislav](https://github.com/denivladislav) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@IgorYar](https://github.com/IgorYar) [@iljs](https://github.com/iljs) [@neretin-trike](https://github.com/neretin-trike) VAnaKudryavtsev@sberbank.ru [@shuga2704](https://github.com/shuga2704))
532
- Merge remote-tracking branch 'origin/dev' into release_2024-09-04 ([@Yakutoc](https://github.com/Yakutoc))
533
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
534
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
535
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
536
- [@iljs](https://github.com/iljs)
537
- [@Salute-Eva](https://github.com/Salute-Eva)
538
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
539
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
540
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
541
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
542
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
543
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
544
- Кудрявцев Вадим Анатольевич (vanakudryavtsev@sberbank.ru)
545
- Кудрявцев Вадим Анатольевич (VAnaKudryavtsev@sberbank.ru)
546
- --
547
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
548
- [@Salute-Eva](https://github.com/Salute-Eva)
549
- --
550
- удалена лишняя зависимость `ref.current` в hooks
551
- исправлена документация в `plasma-web`
552
- для `plasma-new-hope` и `sdds-dfa` добавлены недостающие файлы документации
553
- добавлен размер `xs` в `plasma-web`
554
- изменены конфигурации компонентов для `sdds-cs`
555
- добавлен фон через токены для `trigger`
556
- добавлен отдельный фон через токены в состоянии `loading`
557
- обновлен набор для `Disclosure`
558
- исправлены опечатки в `tokens` для `theme`: `plasma_web`, `sdds_dfa`, `sdds_serv`
559
- исправлена обработка свойств `opened` для модальных окон
560
- исправлено отображение полей для ввода в модальном окне редактирования token
561
- исправлена генерация токенов `active` и `hover` состояний при изменении отключении / включении token
562
- поднята документацию для пакета `plasma-b2c`
563
- изменены тесты plasma-b2c компонентов Breadcrumbs и Price
564
- изменены тесты plasma-b2c компонентов Badge и Chip
565
- --
566
- Release by 28.08.2024 [#1403](https://github.com/salute-developers/plasma/pull/1403) ([@Yakutoc](https://github.com/Yakutoc) [@simashova](https://github.com/simashova) [@neretin-trike](https://github.com/neretin-trike) [@Salute-Eva](https://github.com/Salute-Eva) [@IgorYar](https://github.com/IgorYar) [@denivladislav](https://github.com/denivladislav) [@iljs](https://github.com/iljs))
567
- feat(\*): add custom background trigger for checkbox and rasiobox ([@iljs](https://github.com/iljs))
568
- feat(\*): add custom loading background to button ([@iljs](https://github.com/iljs))
569
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
570
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
571
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
572
- [@iljs](https://github.com/iljs)
573
- [@Salute-Eva](https://github.com/Salute-Eva)
574
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
575
- Anastasia Simashova ([@simashova](https://github.com/simashova))
576
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
577
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
578
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
579
- --
580
- добавлено свойство `portal`
581
- обновлена документация
582
- исправлены типы и описание компонента для корректной генерации документации
583
- добавлены недостающие примеры в документацию `sdds-cs`
584
- публичные свойства `opened`/`isVisible` помечаны как `deprecated`
585
- изменены `types` , от которых зависят дочерние компоненты
586
- исправлено "дергание" `label` в `inner` режиме
587
- добавлены параметры `view` для примеров в storybook в `plasma-b2c`
588
- компоненты `SelectNew` и `Select` объединены в `Select`. `SelectNew` больше не существует.
589
- исправлен баг в `Autocomplete`, связанный с очисткой внешнего значения в `contolled`-варианте
590
- исправлена логика регистрации `popups`
591
- исправлена логика выставления `overflow-y` для `body`
592
- добавлен набор иконок `RowHeight`
593
- добавлены набор иконок `DoubleDisclosure_{Down,Up}`
594
- Исправлено смещение текста при наборе в поиск
595
- удалён пакет `@salutejs/plasma-tokens-native`, больше не нужен
596
- удалён пакет `@auto-it/upload-assets`, т.к. больше не нужно прикреплять `assets` к релизу или `pull request`
597
- Добавлены методы генерации старых токенов в библиотеку `core-themes`
598
- Добавлены токены со старым неймингом (префиксом `plasma-colors`) в вертикаль `plasma-themes` для тем `plasma-web` и `plasma-b2c`
599
- Добавлены токены высветления для библиотек `plasma-themes`, `caldera-online-themes`, `sdds-themes`, `flamingo-themes`.
600
- заменены токены `plasma-colors`
601
- обновлено описание способов подключения и использования `theme` и токенов для всех поднятых пакетов с документацией, а также в шаблонах.
602
- исправлены типы и описание компонента для корректной генерации документации
603
- добавлены недостающие примеры в документацию `sdds-cs`
604
- изменены тесты plasma-b2c компонентов Button и Range
605
- обновлены скриншоты
606
- --
607
- Release by 21.08.2024 [#1382](https://github.com/salute-developers/plasma/pull/1382) ([@denivladislav](https://github.com/denivladislav) [@Salute-Eva](https://github.com/Salute-Eva) [@IgorYar](https://github.com/IgorYar) [@neretin-trike](https://github.com/neretin-trike) [@vadim-kudr](https://github.com/vadim-kudr) [@simashova](https://github.com/simashova) [@iljs](https://github.com/iljs) [@Yakutoc](https://github.com/Yakutoc) [@shuga2704](https://github.com/shuga2704) [@luizasok](https://github.com/luizasok) VAnaKudryavtsev@sberbank.ru)
608
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
609
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
610
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
611
- [@iljs](https://github.com/iljs)
612
- [@Salute-Eva](https://github.com/Salute-Eva)
613
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
614
- Anastasia Simashova ([@simashova](https://github.com/simashova))
615
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
616
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
617
- Luiza_Sok ([@luizasok](https://github.com/luizasok))
618
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
619
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
620
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
621
- Кудрявцев Вадим Анатольевич (VAnaKudryavtsev@sberbank.ru)
622
- --
623
- добавлена возможность задавать labelPlacement
624
- добавлен тест на данное свойство
625
- добавлена возможность открытия календаря в DatePicker по нажатию Space
626
- добавлена привязка времени к датам
627
- добавлена возможность задавать промежуток больший, чем 1 сутки
628
- изменен токен default состояния для поля ввода
629
- обновлены скриншоты для DatePicker
630
- исправлено поведение, связанное с шириной поля ввода
631
- добавлена поддержка асинхронной установки defaultDate
632
- добавлен в поставку `plasma-{b2c, web}, sdds-{serv,dfa}`
633
- добавлен примеры в storybook и документация
634
- Добавлен новый проп renderTarget в компонент Select
635
- В пакете `sdds-cs` были изменены конфиги в компонентах: `Accordion`, `Avatar`, `Badge`, `Cell`, `Counter`, `Chip`, `Divider`, `Indicator`
636
- В `Accordion` добавлен токен цвета иконки
637
- В `plasma-web` добавлены новые view
638
- при нажатии на таб, который не виден целиком, происходит прокрутка до конца этого таба
639
- при нажатии на стрелки влево/вправо происходит прокрутка до следующего таба
640
- исправлена ошибка `disabled=true` в конфигурациях
641
- исправлены примеры `Storybook`, тесты и документация
642
- добавлена документация для пакета `sdds-cs`
643
- Поправлено описание подключения темы для `sdds` вертикали
644
- Теперь фокус при открытии `modal` работает после анимации
645
- --
646
- Release by 07.08.2024 [#1348](https://github.com/salute-developers/plasma/pull/1348) ([@Yakutoc](https://github.com/Yakutoc) [@Salute-Eva](https://github.com/Salute-Eva) [@TitanKuzmich](https://github.com/TitanKuzmich) [@iljs](https://github.com/iljs) [@neretin-trike](https://github.com/neretin-trike) [@shuga2704](https://github.com/shuga2704) [@vadim-kudr](https://github.com/vadim-kudr) [@denivladislav](https://github.com/denivladislav))
647
- feat(plasma-asdk): move Header from new-hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
648
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
649
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
650
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
651
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
652
- [@iljs](https://github.com/iljs)
653
- [@Salute-Eva](https://github.com/Salute-Eva)
654
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
655
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
656
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
657
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
658
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
659
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
660
- --
661
- убрана зависимость от свойства `frame` в элементе `PopupRootContainer`
662
- переделан компонент `Portal` из конфигурируемого в обычный функциональный компонент
663
- добавлено новое свойство `hasClear`
664
- добавлен тест и обновлена документация
665
- добавлена поддержка выбора кварталов
666
- добавлены 4ре варианта работы с календарем (выбор дней, месяцев, календарей, лет)
667
- добавлена поддержка кварталов в datepicker
668
- добавлена возможность задавать события для каждой календарной сетки
669
- добавлена возможность задавать неактивные элементы для каждой календарной сетки
670
- добавлен в поставку во все клиентские библиотеки
671
- компонент `Price` добавлен в `plasma-new-hope`, портирован в `plasma-{web, b2c}`, `sdds-{serv, dfa}`
672
- для `Price` обновлены тесты и документация
673
- исправлена ошибка отсутствующего `PropsTable` в документации `Portal`
674
- добавлен новый компонент с поддержкой вложенных списков
675
- поставлен во все клиентские библиотеки
676
- добавлены компоненты:
677
9
  - Calendar
678
10
  - Notification
679
11
  - ButtonBase
680
12
  - Skeleton
681
13
  - Accordion
682
- заменены старые токены с префиксом `--plasma-colors...` на корректные.
683
- добавлен новый view (b2c)
684
- добавлена возможность добавить класс в accordionItem
685
- исправлена работы disabled
686
- добавлен флаг startLeftPosition
687
- переделаны новые отступы из нового дизайна
688
- добавлен пропс color
689
- в секции plasma-web storybook добавлен color picker
690
- Добавлена новая темая `sdds_cs` в библиотеку `@salutejs/sdds-themes` с учётом обновленных токенов типографики.
691
- изменен `cdn` в примерах`https://vc-static.sberdevices.ru/smartmarket-video-news/` на `https://cdn1.newsback.sberdevices.ru/p-newsback/`
692
- исправлен проброс стилей в Tooltip
693
- исправлена логика при использовании свойства `autoResize` (теперь ширина автоматически растягивается)
694
- --
695
- Release by 24.07.2024 [#1319](https://github.com/salute-developers/plasma/pull/1319) ([@Yeti-or](https://github.com/Yeti-or) [@neretin-trike](https://github.com/neretin-trike) [@Salute-Eva](https://github.com/Salute-Eva) [@simashova](https://github.com/simashova) [@TitanKuzmich](https://github.com/TitanKuzmich) [@iljs](https://github.com/iljs) [@shuga2704](https://github.com/shuga2704) [@denivladislav](https://github.com/denivladislav) [@vadim-kudr](https://github.com/vadim-kudr) [@Yakutoc](https://github.com/Yakutoc))
696
- feat: Add color prop to Typography, code review fixes [#1308](https://github.com/salute-developers/plasma/pull/1308) ([@vadim-kudr](https://github.com/vadim-kudr))
697
- feat: Add color prop to Typography, fixes ([@vadim-kudr](https://github.com/vadim-kudr))
698
- Merge remote-tracking branch 'origin/dev' into release_2024-07-24 ([@Yakutoc](https://github.com/Yakutoc))
699
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
700
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
701
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
702
- [@iljs](https://github.com/iljs)
703
- [@Salute-Eva](https://github.com/Salute-Eva)
704
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
705
- Anastasia Simashova ([@simashova](https://github.com/simashova))
706
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
707
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
708
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
709
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
710
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
711
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
712
- --
713
- добавлен новый компонент DatePicker
714
- написаны тесты и документация
715
- проведен рефакторинг стилей и токенов календаря
716
- исправлен отступ от первой иконки в Range
717
- компонент добавлен в `plasma-new-hope`, портирован в `plasma-{web, b2c}`, `caldera`, `sdds`
718
- добавлены тесты и документация
719
- компонент внедрён в `Popover` и `Popup`
720
- исправлено имя теста для `Popover`
721
- убран из примеров в `stories` лишний горизонтальный скролл
722
- добавлена недостающая документация в `caldera-online`
723
- добавлено новое свойство `portal`
724
- добавлена тема `sdds_dfa` в библиотеку вертикалей `@salutejs/sdds-themes`
725
- добавлена библиотека `@salutejs/sdds-dfa`
726
- поправлены компоненты `Header`, `Skeleton`, `Accordion`
727
- добавлена поддержка пакета `@emotion`
728
- новый UI для блока поиск
729
- исправлен вывод набора иконок
730
- исправлено `isDeprecate` на `isDeprecated`
731
- исправлена генерация иконок под iOS
732
- удалено **ненужное** свойство `opacity` в наборе старых иконок
733
- реорганизовали обязательные проверки (стало меньше и быстрее)
734
- скрипт для генерации компонентов вынесен в отдельную команду
735
- добавлена поддержка пакета `@emotion` для библиотеки `plasma-new-hope`
736
- добавлены методы генерации токенов для web приложений на основе новой json структуры.
737
- перегенированы темы для всех вертикалей: `sdds`, `plasma`, `flamingo` и `caldera-online` на основе json файлов из [данного репозитория](https://github.com/salute-developers/theme-converter/tree/main/themes).
738
- удалены старые json темы из пакета `@salutejs/data-themes`.
739
- переименован пакет `@salutejs/data-themes` в `@salutejs/core-themes` и обновлены все зависимости
740
- убрана ссылка/кнопка на storybook из документации для `plasma-{web,ui}`
741
- добавлен шаблон документации для компонент `Accordion`
742
- добавлена документация для пакета `sdds-dfa`
743
- исправлена документация для `Popover`
744
- добавлены токены цвета и размера textBefore/After
745
- исправлен line-height у иконок
746
- добавлена страница с цветовой палитрой
747
- --
748
- 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))
749
- feat(plasma-new-hope): add emotion support [#1276](https://github.com/salute-developers/plasma/pull/1276) ([@Yeti-or](https://github.com/Yeti-or))
750
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
751
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
752
- chore: update package-locks.json files \[skip ci\] ([@Yakutoc](https://github.com/Yakutoc))
753
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
754
- [@iljs](https://github.com/iljs)
755
- [@Salute-Eva](https://github.com/Salute-Eva)
756
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
757
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
758
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
759
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
760
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
761
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
762
- --
763
- добавлен новый компонент в поставку для `plasma-{web,b2c}`
764
- Добавлен компонент `Sheet`
765
- `TextArea` портирован в `sdds`
766
- исправлена типизация (разбитие на три группы `rows / cols`, `height / width`, `autoResize / minAuto / maxAuto`)
767
- исправлен расчёт `autoResize`
768
- исправлена документация
769
- удалено упоминание `resize` (свойство `deprecated`)
770
- добавлена возможность задать выбранные по умолчанию сегменты
771
- добавлен тест на выбранные значения
772
- добавлено пояснение в документации
773
- обновлен набор `.svg` иконок
774
- обновлены/расширенны категории иконок
775
- обновлены snapshots для тестов измененных иконок
776
- обновлен набор `.svg` иконок
777
- обновлен набор `.svg` иконок
778
- добавлена обработка всех имеющихся размеров: 16, 24, 36
779
- обновлены cypress snapshots с использованием иконки `IconDone`
780
- изменен токен по-умолчанию для свойство `color` в `IconRoot` (теперь `var(--text-primary)`)
781
- обновлены cypress snapshots связанные с `var(--text-primary)`
782
- добавлены `.xml` иконки для всех имеющихся размеров: 16, 24, 36
783
- добавлен вывод комбинации (старых + новых) иконок
784
- добавлено динамическое изменение размера иконок в grid
785
- косметические правки по дизайну
786
- добавлено меню фильтра по размеру
787
- внесены дизайн правки
788
- исправлена документация для компонента `Switch`, `Checkbox` и `Radiobox`
789
- изменена работа документации, теперь при генерации файла документации туда добавляются все типы, в том числе и из `react`
790
- в компонент `PropsTable` добавлен параметр `include`, который добавляет свойство в документацию, если он является типом из `react`
791
- исправлено свойства `stylingCallback` на `scopeCallback`
792
- исправлено свойства `stylingResetCallback` на `scopeResetCallback`
793
- добавлена документация для библиотеки `caldera-online`
794
- поправлены шаблоны документации для `Button, Segment, Radiobox`
795
- удалено упоминание `resize` (свойство `deprecated`)
796
- --
797
- Release by 26.06.2024 [#1269](https://github.com/salute-developers/plasma/pull/1269) ([@iljs](https://github.com/iljs) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@denivladislav](https://github.com/denivladislav) [@TitanKuzmich](https://github.com/TitanKuzmich))
798
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
799
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
800
- fix(docs): Change proptable and check types after json generate [#1232](https://github.com/salute-developers/plasma/pull/1232) ([@iljs](https://github.com/iljs))
801
- fix(sdds-serv): Fix switch types and auto fix docs ([@iljs](https://github.com/iljs))
802
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
803
- [@iljs](https://github.com/iljs)
804
- [@Salute-Eva](https://github.com/Salute-Eva)
805
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
806
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
807
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
808
- --
809
- заменили значение свойства `stroke` на `currentColor`
810
- добавлены классы для более гибкого и удобного управления темами, созданных в новом формате.
811
- добавлена возможность генерации базовой темы в новом формате.
812
- добавлена возможность считывать темы в новом формате и конвертировать их в экземпляры созданных классов.
813
- добавлена возможность записывать темы в новом формате на основе созданного экземпляра класса.
814
- редизайн grid
815
- редизайн cell grid
816
- редизайн меню расширенной информации об иконки
817
- --
818
- Release by 11.06.2024 [#1238](https://github.com/salute-developers/plasma/pull/1238) ([@neretin-trike](https://github.com/neretin-trike) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc))
819
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
820
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
821
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
822
- [@Salute-Eva](https://github.com/Salute-Eva)
823
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
824
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
825
- --
826
- добавлен пропс для включения/исключения минимума и максимума диапазона дат
827
- добавлен компонент Slider
828
- изменен `padding` для `label`
829
- включен в поставку `plasma-{b2c,web} / sdds-serv`
830
- написаны тесты и документация
831
- включен в поставку `sdds-serv`
832
- добавлена документация в `sdds-serv-docs`
833
- добавлен корректный проброс `className` в `Tab` и `TabItem`
834
- поправлена документация для `Tab` и `Segment`
835
- добавлено отображение `value`
836
- исправлены внутренние отступы от `contentLeft`, `contentRight`
837
- дополнены тесты и документация
838
- исправлены тесты, зависящие от `Button: Notification, Pagination, Toast, Toolbar`
839
- добавлен токен переопределения цвета `value` в `ButtonGroup`
840
- добавлены токены прозрачности для positive, warning, negative цветов
841
- добавлены токены с active, hover модификаторами
842
- исправлен types компонентов для библиотек `plasma-asdk`, `sdds-serv` и `caldera-online`
843
- --
844
- Release by 29.05.2024 [#1222](https://github.com/salute-developers/plasma/pull/1222) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@akhdrv](https://github.com/akhdrv) [@Yakutoc](https://github.com/Yakutoc) [@iljs](https://github.com/iljs))
845
- feat(plasma-asdk): update config, stories for Button ([@TitanKuzmich](https://github.com/TitanKuzmich))
846
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
847
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
848
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
849
- fix(components): fix checkbox types (sdds-serv, caldera-online, plasma-asdk) [#1217](https://github.com/salute-developers/plasma/pull/1217) ([@iljs](https://github.com/iljs))
850
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
851
- [@iljs](https://github.com/iljs)
852
- [@Salute-Eva](https://github.com/Salute-Eva)
853
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
854
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
855
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
856
- --
857
- Release by 15.05.2024 [#1205](https://github.com/salute-developers/plasma/pull/1205) ([@renovate[bot]](https://github.com/renovate[bot]) [@iljs](https://github.com/iljs) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@shuga2704](https://github.com/shuga2704) [@akhdrv](https://github.com/akhdrv))
858
- feat(plasma-asdk,caldera-online,sdds-serv): refactor Checkbox & Radiobox configs [#1176](https://github.com/salute-developers/plasma/pull/1176) ([@TitanKuzmich](https://github.com/TitanKuzmich))
859
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
860
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
861
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
862
- [@iljs](https://github.com/iljs)
863
- [@renovate[bot]](https://github.com/renovate[bot])
864
- [@Salute-Eva](https://github.com/Salute-Eva)
865
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
866
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
867
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
868
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
869
- --
870
- исправлено позиционирование стрелочки
871
- добавлен тест на много-строчный сценарий
872
- расширен пример в `stories` с учетом `a11y` возможностей
873
- исправлено некорректное поведение свойства `placement`
874
- исправлено свойство `enableContentLeft` и `enableContentRight` в TextField
875
- добавлен `aria-label`
876
- расширены примеры с доступностью
877
- удален лишнее свойство `hasClear` из примера в `story`
878
- заменены со старого формата на новый токены в конфигурации (без приставки `--plasma-colors`)
879
- добавлена недостающие свойство `view=accent`
880
- обновлены `cypress snapshots`
881
- добавлены файлы фирменной палитры в формате `.json`
882
- добавлена директория `src` в gitignore, т.к. теперь его содержимое генерируется автоматически на основе `.json`
883
- исправлены все уязвимости в клиентских пакетах (аля `plasma-web`)
884
- обновлен до `vite@4.5.3`
885
- обновлен `@babel` и его зависимости до latest
886
- заменен `babel-plugin-transform-class-properties` на `@babel/plugin-transform-class-properties`
887
- обновлены `TS` до 4.2.4
888
- обновлен `@storybook/react` до 7.6.17
889
- исправлены все уязвимости
890
- поправлены мелкие ошибки в типах
891
- --
892
- Release by 24.04.2024 [#1196](https://github.com/salute-developers/plasma/pull/1196) ([@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@neretin-trike](https://github.com/neretin-trike) [@shuga2704](https://github.com/shuga2704))
893
- feat(plasma-asdk): replace primary to default view ([@TitanKuzmich](https://github.com/TitanKuzmich))
894
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
895
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
896
- fix: audit fix [#1184](https://github.com/salute-developers/plasma/pull/1184) ([@Yakutoc](https://github.com/Yakutoc))
897
- chore: update deps ([@Yakutoc](https://github.com/Yakutoc))
898
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
899
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
900
- [@Salute-Eva](https://github.com/Salute-Eva)
901
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
902
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
903
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
904
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
905
- --
906
- добавлена прослойка для dropdown в `b2c` и `web` (работает на старом api и с dropdown из new-hope)
907
- добавлен в поставку `plasma-{web,b2c}`
908
- поправлена типизация
909
- компонент добавлен в поставку для `sdds-serv`, включая документацию
910
- добавлены токены состояний (active / hover) для конфигов компонента в библиотеках `@salutejs/plasma-{b2c,web,asdk}`, `@salutejs/sdds-serv`, `@salutejs/caldera-online` .
911
- убрана поддержка вложенности
912
- добавлена прослойка для компонента в `plasma-{b2c,web}` и `sdds-serv` (\* работает на старом api и с select из new-hope).
913
- переделаны тесты и обновлена документация
914
- проведен рефакторинг и редизайн
915
- обновлены тесты и документация
916
- добавлен в поставку в sdds-serv
917
- добавлен конвертор SVG в PNG для iOS app
918
- исправлена формула для расчёта `hover / active` состояний
919
- добавлены новые токены (но в выключенном состоянии) в существующие темы и схемы для библиотек `@salutejs/plasma-tokens`, `@salutejs/data-themes`, `@salutejs/caldera-online-themes`, `@salutejs/sdds-serv-themes`, `@salutejs/plasma-themes`, `@salutejs/flamingo-themes`
920
- добавлены недостающие токены для обратной совместимости у библиотек `@salutejs/plasma-tokens-web`, `@salutejs/plasma-tokens-b2c`, `@salutejs/plasma-tokens-b2b`,
921
- добавлены недостающие токены в темы `plasma_b2c`, `plasma_web`, `sds_engineer` для библиотеки `@salutejs/plasma-new-hope`
922
- исправлена ошибка в документации
923
- Добавлена генерация hover / active состояний для групп токенов.
924
- исправлена ошибка навигации с помощью кнопок `next` \ `pre`
925
- исправлен поиск иконок по названию
926
- исправлен grid для набора иконок
927
- --
928
- Release by 10.04.2024 [#1175](https://github.com/salute-developers/plasma/pull/1175) ([@shuga2704](https://github.com/shuga2704) [@Salute-Eva](https://github.com/Salute-Eva) [@neretin-trike](https://github.com/neretin-trike) [@Yakutoc](https://github.com/Yakutoc) [@iljs](https://github.com/iljs) [@TitanKuzmich](https://github.com/TitanKuzmich))
929
- Merge remote-tracking branch 'origin/dev' into release_2024-04-10 ([@Yakutoc](https://github.com/Yakutoc))
930
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
931
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
932
- fix(plasma-web,plasma-b2c,plasma-asdk,sdds-serv,calder-online): Update API report [#1167](https://github.com/salute-developers/plasma/pull/1167) ([@neretin-trike](https://github.com/neretin-trike))
933
- fix(plasma-web,plasma-b2c,plasma-asdk,sdds-serv,calder-online): Update state tokens for `Button` ([@neretin-trike](https://github.com/neretin-trike))
934
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
935
- [@iljs](https://github.com/iljs)
936
- [@Salute-Eva](https://github.com/Salute-Eva)
937
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
938
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
939
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
940
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
941
- --
942
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
943
- [@Salute-Eva](https://github.com/Salute-Eva)
944
- --
945
- добавлен в библиотеку в `new-hope`
946
- добавлен в поставку пакетов `plasma-{b2c, web}, sdds-serv`
947
- написаны тесты и документация
948
- добавлены fallback на следующие свойства: isVisible, arrow, animated
949
- включен в поставку `plasma-{b2c/web}` и `sdds-serv`
950
- написаны тесты и документация
951
- добавлен в поставку клиентских библиотек
952
- включили в поставку в `plasma-{b2c/web}` \ `sdds-serv`
953
- написаны тесты и документация
954
- Добавлен скрипт генерации иконок под android на основе svg
955
- Обновлена инструкция по добавлению иконок
956
- добавлена директория `old` для обратной совместимости
957
- добавлен CLI для создание **директории** документации по шаблону
958
- добавлен CLI для создание **компонента** документации по шаблону
959
- добавлен retry для шага `Update package-lock files` для обхода ошибки `ECONNRESET`
960
- добавлен `workflow` для ручного запуска `Update package-lock files`
961
- распараллели процесс создания и загрузки артефактов документации
962
- добавили `marocchino/sticky-pull-request-comment` для приклеивания сообщения к одному комментарию в pr
963
- добавлена конфигурация: `config-ci.json`
964
- удалены неиспользуемые переменные
965
- добавлен dispatch события для запуска `build icons` в `plasma-android`
966
- добавлена генерация компонентов по заданному шаблону
967
- Исправлена ошибка примера путём обновления токенов бэграундов в сторибуке для библиотек `plasma-web`, `plasma-b2c`, `plasma-asdk`.
968
- изменили величину измерения высоты на dvh в storybook
969
- поправлена передача `props` в `Image.stories`
970
- произведён рефакторинг методов, которые генерируют токены
971
- актуализированы базовые токены, которые генерируются сервисом ThemeBuilder
972
- добавлена новая группа `outline`, используемая в обводках / рамках
973
- поправлен размер и отступ фокуса на кнопке
974
- поправлен токен фона для `transparent-accent` Badge
975
- поправлен токен цвета текста для `transparent-light`
976
- --
977
- Release by 27.03.2024 [#1151](https://github.com/salute-developers/plasma/pull/1151) ([@kayman233](https://github.com/kayman233) [@Salute-Eva](https://github.com/Salute-Eva) [@iljs](https://github.com/iljs) [@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@neretin-trike](https://github.com/neretin-trike) [@akhdrv](https://github.com/akhdrv) [@eg-zhuravlev](https://github.com/eg-zhuravlev))
978
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
979
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
980
- fix(plasma-web,plasma-b2c,plasma-asdk): Remove js token from import with nested directory [#1144](https://github.com/salute-developers/plasma/pull/1144) ([@neretin-trike](https://github.com/neretin-trike))
981
- fix(plasma-web,plasma-b2c,plasma-asdk): Replace tokens for background in storybook to new [#1139](https://github.com/salute-developers/plasma/pull/1139) ([@neretin-trike](https://github.com/neretin-trike))
982
- chore: Update package-lock.json files [no ci](<[@Yakutoc](https://github.com/Yakutoc)>)
983
- chore: bump manual package-locks [#1119](https://github.com/salute-developers/plasma/pull/1119) ([@TitanKuzmich](https://github.com/TitanKuzmich))
984
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
985
- [@iljs](https://github.com/iljs)
986
- [@kayman233](https://github.com/kayman233)
987
- [@Salute-Eva](https://github.com/Salute-Eva)
988
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
989
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
990
- Evgeniy Zhuravlev ([@eg-zhuravlev](https://github.com/eg-zhuravlev))
991
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
992
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
993
- --
994
- добавлено возможность выбора одного дня для `range`
995
- исправлен ошибка связанная с прозрачностью в `Safari`
996
- удалены токены `scale` из кнопки и группы кнопок в пакетах `plasma-{b2c, web, sdds-serv}, caldera/-online`
997
- удалены токены `scale` из `example` для `plasma-new-hope`
998
- добавлен в поставку в `plasma-{b2c, web, new-hope}, sdds-serv`
999
- написаны тесты и обновлена документация
1000
- добавлен базовый компонент для создания `custom` кнопок для библиотек `plasma-{b2c,new-hope}`
1001
- добавлен svg формат иконок (не попадают в итоговой билд)
1002
- добавлена генерация компонентов иконок на основе svg во время билда
1003
- удалены компоненты и их assets из git
1004
- добавлена новый пакет документации
1005
- исправлена логика работы classname, теперь все наследуется корректно
1006
- исправлена ошибка UI в документации
1007
- --
1008
- Release by 13.03.2024 [#1112](https://github.com/salute-developers/plasma/pull/1112) ([@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@iljs](https://github.com/iljs) [@neretin-trike](https://github.com/neretin-trike) [@shuga2704](https://github.com/shuga2704) [@kayman233](https://github.com/kayman233))
1009
- Merge remote-tracking branch 'origin/dev' into release_2024-03-13 ([@Yakutoc](https://github.com/Yakutoc))
1010
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1011
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1012
- chore: bump manual package-locks [#1111](https://github.com/salute-developers/plasma/pull/1111) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1013
- chore(storybook): bump storybook to "@latest" [#1096](https://github.com/salute-developers/plasma/pull/1096) ([@Yakutoc](https://github.com/Yakutoc))
1014
- chore: update package-locks [no ci](<[@Yakutoc](https://github.com/Yakutoc)>)
1015
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1016
- [@iljs](https://github.com/iljs)
1017
- [@kayman233](https://github.com/kayman233)
1018
- [@Salute-Eva](https://github.com/Salute-Eva)
1019
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1020
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1021
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1022
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1023
- --
1024
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1025
- [@Salute-Eva](https://github.com/Salute-Eva)
1026
- --
1027
- добавлены компоненты `Drawer` и `Panel`
1028
- включен в поставку `plasma-{b2c/web/sdds-serv}`
1029
- для компонента `Drawer` написаны тесты
1030
- добавлены тесты и документация
1031
- добавлен в поставку для библиотек: `plasma-{web,b2c}`
1032
- интегрирован в компонент `Avatar`
1033
- добавлен новый компонент и тесты с документацией
1034
- исправлена структура файлов для `Spiner`
1035
- добавлен компонент `Button` в поставку в `plasma-{b2c,web}`
1036
- обновлена документация для `Button`
1037
- обновлены тесты зависящие от `Button`
1038
- поведение анимация `label` внутри поля стала запускаться одинаковым между `b2c` и `web`. Запуск на фокусе, а не на начале редактирования.
1039
- при показе `label` внутри поля больше не учитывается `placeholder`
1040
- исправлено поведение для цвет `placeholder`, больше не зависит от наличия `leftHelper`
1041
- добавлена возможность указать пакет/релиз к которому нужно прикрепить assets
1042
- удалены все упоминания о пакете `plasma-temple` из текущего репозитория
1043
- Добавлен пакет `@salutejs/data-themes`, который содержит все созданные json-схемы, а также набор методов, позволяющие сгенерировать темы для web-платформы в формате js объектов для `styled-component` и css стилей для подключения с помощью нативных способов.
1044
- В пакетах с наборами тем были объеденены токены с цветами и типографикой.
1045
- Так же если необходимы токены цвета или типографики отдельно, забрать их можно по пути `@salutejs/<vertical-name>-themes/tokens` для общих токенов и `@salutejs/<vertical-name>-themes/tokens/<theme-name>` для конкретных тем.
1046
- Добавлена новые пакеты с наборами тем для следующих дизайн вертикаль:
1047
14
  - `@salutejs/plasma-themes` - для вертикали `Plasma` - пока нигде не используется;
1048
15
  - `@salutejs/sdds-themes` - для вертикали `SDDS` - используется с библиотекой `@salutejs/sdds-serv`;
1049
16
  - `@salutejs/cladera-online-themes` - для вертикали `Caldera Online` - используется с библиотеками `@salutejs/cladera-online` и `@salutejs/cladera`;
1050
17
  - `@salutejs/flamingo-themes` - для вертикали `Flamingo` - пока нигде не используется;
1051
- Удалена зависимость `@salutejs/plasma-tokens` из пакета.
1052
- Обновлена документация со способом установки и подключением;
1053
- Убрана зависимость от пакета `@salutejs/plasma-tokens` и добавлен пакет `@salutejs/sdds-themes`;
1054
- Обновлён способ подключение темы в storybook;
1055
- Исправлена сторис LiveDemo в компоненте `Toast`;
1056
- Заменены токены цветов в конфигах компонента `Segment` на актуальные
1057
- Обновлена документация со способом установки и подключением;
1058
- Убрана зависимость от пакета `@salutejs/plasma-tokens` и добавлен пакет `@salutejs/caldera-online-themes`;
1059
- Обновлён способ подключение темы в storybook;
1060
- Исправлена сторис LiveDemo в компоненте `Toast`;
1061
- Заменены токены цветов в конфигах компонента `Segment` на актуальные
1062
- исправлены опечатки в документации
1063
- добавлен параграф об обязательном наличие локально browser `chromium`
1064
- добавлен `SDDS Android` проект, включающий:
1065
18
  - Theme Builder Gradle Plugin
1066
19
  - SDDS Sandbox App
1067
20
  - UIKit
1068
21
  - UIKit Compose
1069
22
  - файл с лицензией и `README.md` в каждый модуль
1070
- Project build system migration to composite builds was made to support multiproject structure.
1071
- Code quality check workflow was created.
1072
- Merge report tasks were added.
1073
- Codeowners file was modified.
1074
- --
1075
- Release by 29.02.2024 [#1079](https://github.com/salute-developers/plasma/pull/1079) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@neretin-trike](https://github.com/neretin-trike) [@malilex](https://github.com/malilex) [@shuga2704](https://github.com/shuga2704) [@Yeti-or](https://github.com/Yeti-or) [@kayman233](https://github.com/kayman233))
1076
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1077
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1078
- chore: update package-locks [no ci](<[@Yakutoc](https://github.com/Yakutoc)>)
1079
- feat(plasma-asdk,sdds-srvc,caldera/-online): update Button config ([@TitanKuzmich](https://github.com/TitanKuzmich))
1080
- docs: regenerate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1081
- chore: bump manual package-locks [#1053](https://github.com/salute-developers/plasma/pull/1053) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1082
- chore: Update package-lock.json files \[skip ci\] ([@Yakutoc](https://github.com/Yakutoc))
1083
- [@kayman233](https://github.com/kayman233)
1084
- [@Salute-Eva](https://github.com/Salute-Eva)
1085
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1086
- Alexander Malishev ([@malilex](https://github.com/malilex))
1087
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1088
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1089
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1090
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1091
- --
1092
- SSRProvider перенесен в библиотеку plasma-new-hope
1093
- добавлен в поставку b2c/web/asdk
1094
- из `plasma-asdk` удалена plasma-core зависимость
1095
- добавлено новое свойство `onChangeStartOfRange` в библиотеки `plasma-{web,b2c}`
1096
- добавлен в новой архитектуре
1097
- добавлен в поставку для `plasma-{b2c/web}`
1098
- написаны тесты и документация
1099
- интегрирован в компоненты `Toast`, `Modal`
1100
- Обновлены зависимости у callback onChangeValue, который вызывался при выборе элемента в `multiselect` режиме для библиотеки `@salutejs/plasma-hope`
1101
- выполнен редизайн компонента `Tabs`
1102
- компонент добавлен в `plasma-web/b2c` в новой архитектуре
1103
- добавлены новые свойства для `TabItem`
1104
- `TabsController` теперь deprecated. Для подключения клавиатурной навигации необходимо дополнительно прокинуть свойства `index, itemIndex, onIndexChange`.
1105
- Упрощен функционал аватара
1106
- Avatar и AvatarGroup были добавлены в web, b2c
1107
- добавлен компонент `Combobox` c новым дизайном в библиотеку `@salutejs/plasma-new-hope` для тем plasma-b2c и plasma-web, а также в `@salutejs/plasma-b2c` и `@salutejs/plasma-web`
1108
- поправлен `tree-shaking` пакета иконок
1109
- компонент `Icon` теперь **deprecated**
1110
- обновлены шрифты SBSans Display для CDN
1111
- обновлен пакет `docusaurus` и все что с ним связано до `@latest` версии
1112
- исправлены **все** уязвимости в пакете `plasma-web-docs`
1113
- обновлен пакет `docusaurus` и все что с ним связано до `@latest` версии
1114
- исправлены **все** уязвимости в пакете `plasma-ui-docs`
1115
- добавлен dev stage для возможности сделать deploy dev branch. Нужен для QA
1116
- обновлены шрифты для документации, storybook , тестов
1117
- добавили возможность использовать `plasma-{web,b2c}` без `styled-components`
1118
- добавлена библиотека sdds-srvc
1119
- поднят storybook в рамках pull request
1120
- опубликован npm пакет
1121
- добавлена Typography (в виде компонентов как старого, так и нового формата)
1122
- добавлены компоненты: Button, Checkbox, Dropdown, Link, Modal, Popup, Radiobox, Segment, Spinner, Switch
1123
- добавлена библиотека Caldera
1124
- поднят storybook в рамках pull request
1125
- опубликован npm пакет
1126
- добавлена Typography (в виде компонентов как старого, так и нового формата)
1127
- добавлены компоненты: Button, Checkbox, Dropdown, Link, ModalBase, PopupBase, Radiobox, Segment, Spinner, Switch
1128
- добавлена библиотека Caldera-online
1129
- поднят storybook в рамках pull request
1130
- опубликован npm пакет
1131
- добавлена Typography (в виде компонентов как старого, так и нового формата)
1132
- добавлены компоненты: Button, Checkbox, Dropdown, Link, ModalBase, PopupBase, Radiobox, Segment, Spinner, Switch
1133
- --
1134
- Release by 14.02.2024 [#1047](https://github.com/salute-developers/plasma/pull/1047) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@Yeti-or](https://github.com/Yeti-or) [@luizasok](https://github.com/luizasok) [@kayman233](https://github.com/kayman233) [@Yakutoc](https://github.com/Yakutoc) [@shuga2704](https://github.com/shuga2704) [@neretin-trike](https://github.com/neretin-trike))
1135
- feat(plasma-asdk): remove plasma-core deps [#1021](https://github.com/salute-developers/plasma/pull/1021) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1136
- feat(plasma-asdk): add SSRProvider from new-hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
1137
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1138
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1139
- chore: update fonts for storybook ([@TitanKuzmich](https://github.com/TitanKuzmich))
1140
- docs(plasma-asdk/web/b2c/hope): regenerate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1141
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1142
- [@kayman233](https://github.com/kayman233)
1143
- [@Salute-Eva](https://github.com/Salute-Eva)
1144
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1145
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1146
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1147
- Luiza_Sok ([@luizasok](https://github.com/luizasok))
1148
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1149
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1150
- --
1151
- поправлена генерация id для `Modal, Popup`
1152
- добавлены тесты для `Modal, Popup`
1153
- добавлены компоненты Avatar и AvatarGroup
1154
- Временно добавлен полифил `focus-visible` в linaria.tsx
1155
- добавлен компонент `Select` c новым дизайном в библиотеку `@salutejs/plasma-new-hope` для тем plasma-b2c и plasma-web
1156
- добавлена клавиатурная навигация со следующими комбинациями:
1157
23
  - Tab - переход на таргет (кнопку)
1158
24
  - Shift + tab - выход с него (теряем фокус)
1159
25
  - Пробел / стрелка вверх / стрелка вниз / enter - открыть выпадающий список и переместиться на первый элемент
1160
26
  - Стрелки вверх / вниз ходим по элементам
1161
27
  - Пробел / enter - выбираем элемент, закрываем выпадающий список и переходим фокусом снова на таргет (кнопку)
1162
28
  - Если мы ходим по селекту и нажимаем Tab - выпадающий список закрывается и теряем фокус
1163
29
  - Если мы ходим по селекту и нажимаем Escape - выпадающий список закрывается и фокусом остаёмся на таргете
1164
30
  - В мультиселекте тоже самое кроме закрытия выпадающего списка при выборе элемента
1165
31
  - При активном состоянии у таргета, нажимаем стрелку влево / вправо - попадаем на первый чип
1166
32
  - Когда находимся на первом чипе, нажимаем стрелку влево / вправо - переходим по чипам
1167
33
  - Нажимаем backspace - удаляем выбранный чип и переходим на предыдущий
1168
34
  - Если удалили последний чип, то фокусируемся на таргете
1169
35
  - Если находимся в выборе элемента из выпадающего списка и нажимаем стрелку влево / вправо - попадаем на самый последний чип
1170
36
  - Если находимся в режиме выбора элемента и нажимаем стрелку вниз / вверх находясь на последнем / первом элементе, то перескакиваем в начало / в конец
1171
- добавлены новые иконки и изменена структура файлов старых в библиотеку `@salutejs/plasma-new-hope`
1172
- добавлены токены для компонента `Button`, регулирующие высоту и scale при hover и active состояниях #706
1173
- исправлен баг, при котором у компонента `Button` будет отсутствовать бэкграунд в состоянии disabled и при hover'е
1174
- добавлены токены для компонент `Checkbox`, `Radiobox`, отвечающие за отступы
1175
- добавлен токен для компонента `Chip`, отвечающий за цвет иконки закрытия
1176
- добавлена поддержка react-компонент в props `contentLeft` и `contentRight`
1177
- убрано свойство isNested, т.к. теперь можно вкладывать Dropdown друг в друга без него
1178
- добавлен компонент Toast в новой архитектуре
1179
- добавлен в поставку в b2c/web
1180
- обновлены тесты
1181
- обновлена документация
1182
- добавлена поддержка переноса строки для свойства `placeholder`;
1183
- исправлено поведение компонента при использовании свойств `defaultValue` и `placeholder`.
1184
- поправлена публикация пакета со всем содержимым билда
1185
- добавлен отдельный workflow для **безусловной** сборки документация и storybook на основе dev ветки
1186
- добавлен коллаборативный прогон (прогон одновременно двух веток в рамках одного процесса)
1187
- переопределили логику `ignoreChanges` для команды `lerna ls` чтобы изменения файлов `*.component-test.tsx` тоже учитывалось
1188
- добавлено уведомление для упавшего процесса публикации релиз кандидата
1189
- добавлен выбор ветки для создания release pull request
1190
- вынесли этот процесс в отдельный, от публикация релиза, workflow.
1191
- убиран verbose loglevel в `perftool`
1192
- поправлено отображение примера Popup в storybook
1193
- --
1194
- Release by 31.01.2024 [#1020](https://github.com/salute-developers/plasma/pull/1020) ([@luizasok](https://github.com/luizasok) [@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@kayman233](https://github.com/kayman233) [@akhdrv](https://github.com/akhdrv) [@nikewht](https://github.com/nikewht) [@neretin-trike](https://github.com/neretin-trike))
1195
- feat(plasma-\*): Add margin tokens to `Radiobox` component and update configs ([@neretin-trike](https://github.com/neretin-trike))
1196
- feat(plasma-\*): Add margin tokens to `Checkbox` component and update configs ([@neretin-trike](https://github.com/neretin-trike))
1197
- Merge remote-tracking branch 'origin/dev' into release_2024-01-31 ([@Yakutoc](https://github.com/Yakutoc))
1198
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1199
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1200
- feat(plasma-new-hope,-asdk): Add scale tokens to `Button` component ([@neretin-trike](https://github.com/neretin-trike))
1201
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1202
- [@kayman233](https://github.com/kayman233)
1203
- [@nikewht](https://github.com/nikewht)
1204
- [@Salute-Eva](https://github.com/Salute-Eva)
1205
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1206
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
1207
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1208
- Luiza_Sok ([@luizasok](https://github.com/luizasok))
1209
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1210
- --
1211
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1212
- [@Salute-Eva](https://github.com/Salute-Eva)
1213
- --
1214
- добавлен пропс `scrollSnapStop` в `Carousel`
1215
- добавлен компонент в новой архитектуре
1216
- включен в поставку b2c/web
1217
- удален из plasma-hope
1218
- написаны тесты
1219
- поправлен компонент Button для использования в styled
1220
- добавлены размеры под новую типографику
1221
- добавлен prop, который позволяет применять mediaQuery для S-viewport по условию
1222
- добавлен тест на данный кейс
1223
- Поправлено отображение `Popover arrow` в Safari, Firefox
1224
- добавлен в поставку `plasma-{b2c, web}`
1225
- добавлен UI тесты
1226
- удален из `plasma-hope`
1227
- добавлен в поставку `plasma-{b2c,web,new-hope}`
1228
- дополнены тесты
1229
- добавлен в поставку `plasma-{b2c,web,new-hope}`
1230
- написаны тесты и документация
1231
- добавлены **новые** иконки размера 24x24, 1025 штук
1232
- добавлены **новые** категории иконок в разделе icons на сайте
1233
- обновление версии @salutejs/perftool@0.24
1234
- добавлена возможность прокинуть опции/флаги для запуска - **auto shipit**;
1235
- выключили генерацию changelog для pubslish: canary, RC;
1236
- добавлена новая категория `Bugs`
1237
- экранирование спец символов
1238
- изменена нотация с `camelCase` на `kebab-case` для старых токенов цветов и типографики
1239
- добавлен `ref` в `forwardRef` вторым аргументом
1240
- решен баг с пролистыванием (onDragScroll) в accessible mode - mobile & desktop.
1241
- control panel в карусели работает корректно (можно выбрать scrollAlign).
1242
- исправлено отображение компонента `Spinner` при размере 8px
1243
- root для типографики вынесен в общий компонент
1244
- className, style теперь явно задаются в компоненте
1245
- исправлены конфиги для asdk поставки
1246
- --
1247
- Release by 18.01.2024 [#981](https://github.com/salute-developers/plasma/pull/981) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@shuga2704](https://github.com/shuga2704) [@akhdrv](https://github.com/akhdrv) [@kayman233](https://github.com/kayman233) [@Yakutoc](https://github.com/Yakutoc) [@neretin-trike](https://github.com/neretin-trike))
1248
- feat(plasma-asdk): fix typography configs [#947](https://github.com/salute-developers/plasma/pull/947) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1249
- feat(plasma-asdk/b2c/web): fix typography stories props ([@TitanKuzmich](https://github.com/TitanKuzmich))
1250
- Merge remote-tracking branch 'origin/dev' into t1 ([@Yakutoc](https://github.com/Yakutoc))
1251
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1252
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1253
- docs(plasma-asdk/b2c/web): generate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1254
- chore: manual package.lock bump ([@TitanKuzmich](https://github.com/TitanKuzmich))
1255
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1256
- [@kayman233](https://github.com/kayman233)
1257
- [@Salute-Eva](https://github.com/Salute-Eva)
1258
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1259
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
1260
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1261
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1262
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1263
- --
1264
- hot-fix(plasma-new-hope): redefining classnames for typography [#951](https://github.com/salute-developers/plasma/pull/951) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva))
1265
- feat(plasma-asdk): fix typography configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1266
- feat(plasma-asdk/b2c/web): fix typography stories props ([@TitanKuzmich](https://github.com/TitanKuzmich))
1267
- docs(plasma-asdk/b2c/web): generate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1268
- chore: manual package.lock bump ([@TitanKuzmich](https://github.com/TitanKuzmich))
1269
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1270
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1271
- [@Salute-Eva](https://github.com/Salute-Eva)
1272
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1273
- --
1274
- Release by 22.12.2023 [#944](https://github.com/salute-developers/plasma/pull/944) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@kayman233](https://github.com/kayman233) [@neretin-trike](https://github.com/neretin-trike))
1275
- feat: Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1276
- feat: bump manual package-locks [#933](https://github.com/salute-developers/plasma/pull/933) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1277
- feat(plasma-\*): Update config for `Link` component ([@neretin-trike](https://github.com/neretin-trike))
1278
- feat(plasma-asdk): refactor button config & story ([@TitanKuzmich](https://github.com/TitanKuzmich))
1279
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1280
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1281
- chore(vite): bump to 4.5.1 ([@Yakutoc](https://github.com/Yakutoc))
1282
- docs(plasma-asdk): regenerate api report ([@TitanKuzmich](https://github.com/TitanKuzmich))
1283
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1284
- [@kayman233](https://github.com/kayman233)
1285
- [@Salute-Eva](https://github.com/Salute-Eva)
1286
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1287
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1288
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1289
- --
1290
- вынесены токены в отдельный файл
1291
- исправлен конфиг
1292
- убрана вариация active
1293
- добавлен общий mixin addFocus(на него переведены компоненты: **Chip, Checkbox, Radiobox, Calendar** )
1294
- добавлен компонент **Header**, в качестве составных компонента (HeaderLogo, HeaderArrow, etc.)
1295
- добавлен mixin **mediaQuery**
1296
- добавлен `Tooltip` с новым дизайном и API (для `plasma-{web,b2c,new-hope}`)
1297
- добавлена реализация на новой архитектуре для plasma-{new-hope, web, asdk}
1298
- добавили условие при котором происходит загрузка assets
1299
- зафиксировали версию Node.js (18.16.1) для корректной работы в CI
1300
- переопределена логика получения commit для правильного условия загрузки assets в момент публикации RC
1301
- добавлен workflow для ручного запуска создания PR релиза
1302
- автоматизирован процесс создания changelog на основе merged prs и labels
1303
- добавлен новый location в "https://plasma.sberdevices.ru/asdk-storybook/" (plasma-ASDK)
1304
- В генератор файлов темы добавлены метод, который восстанавливает значение цвета из ссылки, т.е. переведёт: **[general.red.500] => #FF293E**
1305
- Добавлена генерация токенов цвета в kebab нотации
1306
- --
1307
- Release by 14.12.2023 [#925](https://github.com/salute-developers/plasma/pull/925) ([@nikewht](https://github.com/nikewht) [@Yakutoc](https://github.com/Yakutoc) [@Salute-Eva](https://github.com/Salute-Eva) [@TitanKuzmich](https://github.com/TitanKuzmich) [@kayman233](https://github.com/kayman233) [@neretin-trike](https://github.com/neretin-trike) nikita.belyanskiy@south.rt.ru [@Yeti-or](https://github.com/Yeti-or))
1308
- feat: update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1309
- feat(plasma-asdk): add Switch component [#816](https://github.com/salute-developers/plasma/pull/816) ([@Yeti-or](https://github.com/Yeti-or))
1310
- feat(plasma-new-hope): remove media-query from root [#887](https://github.com/salute-developers/plasma/pull/887) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1311
- feat(plasma-asdk/new-hope): move tokens for button in token file ([@TitanKuzmich](https://github.com/TitanKuzmich))
1312
- feat(plasma-asdk): add Header components & mediaQuery mixin ([@TitanKuzmich](https://github.com/TitanKuzmich))
1313
- feat(plasma-asdk): remove List & ListItem ([@TitanKuzmich](https://github.com/TitanKuzmich))
1314
- feat(plasma-asdk): reexport addFocus from new-hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
1315
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1316
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1317
- chore: update package locks [#916](https://github.com/salute-developers/plasma/pull/916) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1318
- docs(plasma-asdk): regenerate api report ([@TitanKuzmich](https://github.com/TitanKuzmich))
1319
- chore: update package-locks \[skip ci\] ([@Yakutoc](https://github.com/Yakutoc))
1320
- [@kayman233](https://github.com/kayman233)
1321
- [@nikewht](https://github.com/nikewht)
1322
- [@Salute-Eva](https://github.com/Salute-Eva)
1323
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1324
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1325
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1326
- Nikita Belyanskiy (nikita.belyanskiy@south.rt.ru)
1327
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1328
- --
1329
- Release from 30.11.2023 [#883](https://github.com/salute-developers/plasma/pull/883) ([@Yakutoc](https://github.com/Yakutoc) [@kayman233](https://github.com/kayman233) [@Salute-Eva](https://github.com/Salute-Eva) [@TitanKuzmich](https://github.com/TitanKuzmich) [@neretin-trike](https://github.com/neretin-trike) [@Yeti-or](https://github.com/Yeti-or))
1330
- feat: update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1331
- feat(plasma-asdk): remove plasma-hope dep [#855](https://github.com/salute-developers/plasma/pull/855) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1332
- feat(plasma-new-hope): export tokens from asdk ([@TitanKuzmich](https://github.com/TitanKuzmich))
1333
- feat: Update package-lock.json files ([@Yakutoc](https://github.com/Yakutoc))
1334
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1335
- chore: update package locks [#880](https://github.com/salute-developers/plasma/pull/880) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1336
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1337
- chore(plasma-asdk): bump "default-browser-id" to 2.0.0 ([@Yakutoc](https://github.com/Yakutoc))
1338
- chore(plasma-asdk): fix vulnerabilities: high, critical ([@Yakutoc](https://github.com/Yakutoc))
1339
- chore(plasma-asdk): bump "@microsoft/api-extractor" to 7.38.3 ([@Yakutoc](https://github.com/Yakutoc))
1340
- chore(plasma-asdk): bump "vite" to 4.5.0 ([@Yakutoc](https://github.com/Yakutoc))
1341
- chore: update package-locks ([@Salute-Eva](https://github.com/Salute-Eva))
1342
- docs(plasma-asdk): change docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1343
- docs(asdk): fix typo ([@Yakutoc](https://github.com/Yakutoc))
1344
- chore(asdk): migrate "Main.ts" to storybook@latest ([@Yakutoc](https://github.com/Yakutoc))
1345
- chore(asdk): migrate "Preview.ts" to storybook@latest ([@Yakutoc](https://github.com/Yakutoc))
1346
- chore(asdk): add decorators: Theme, Toast, DocsPage ([@Yakutoc](https://github.com/Yakutoc))
1347
- chore(asdk): bump Storybook to @latest (7.5.3) ([@Yakutoc](https://github.com/Yakutoc))
1348
- chore(asdk): migrate to CSF 3 [Typography](<[@Yakutoc](https://github.com/Yakutoc)>)
1349
- chore(asdk): migrate to CSF 3 [Spinner](<[@Yakutoc](https://github.com/Yakutoc)>)
1350
- chore(asdk): migrate to CSF 3 [Radiobox](<[@Yakutoc](https://github.com/Yakutoc)>)
1351
- chore(asdk): migrate to CSF 3 [Link](<[@Yakutoc](https://github.com/Yakutoc)>)
1352
- chore(asdk): migrate to CSF 3 [Checkbox](<[@Yakutoc](https://github.com/Yakutoc)>)
1353
- chore(asdk): migrate to CSF 3 [Button](<[@Yakutoc](https://github.com/Yakutoc)>)
1354
- [@kayman233](https://github.com/kayman233)
1355
- [@Salute-Eva](https://github.com/Salute-Eva)
1356
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1357
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1358
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1359
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1360
- --
1361
- --
1362
- Release 16.11.2023 [#852](https://github.com/salute-developers/plasma/pull/852) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@Yakutoc](https://github.com/Yakutoc) [@kayman233](https://github.com/kayman233) [@akhdrv](https://github.com/akhdrv))
1363
- feat: manual update package-lock.json files ([@Yakutoc](https://github.com/Yakutoc))
1364
- feat: api report for ts@4.2.4 [#843](https://github.com/salute-developers/plasma/pull/843) ([@Yakutoc](https://github.com/Yakutoc))
1365
- feat: bump TS to 4.2.4 ([@Yakutoc](https://github.com/Yakutoc))
1366
- feat(plasma-asdk): update storybook readme [#835](https://github.com/salute-developers/plasma/pull/835) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1367
- feat(plasma-new-hope/asdk): add plasma-asdk & add typography ([@TitanKuzmich](https://github.com/TitanKuzmich))
1368
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1369
- chore: update package-locks ([@Salute-Eva](https://github.com/Salute-Eva))
1370
- docs(plasma-asdk): generate docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1371
- [@kayman233](https://github.com/kayman233)
1372
- [@Salute-Eva](https://github.com/Salute-Eva)
1373
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1374
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
1375
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1376
- --
1377
- Release 19.10.2023 [#815](https://github.com/salute-developers/plasma/pull/815) ([@Yeti-or](https://github.com/Yeti-or) [@kayman233](https://github.com/kayman233) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Yakutoc](https://github.com/Yakutoc) nikita.belyanskiy@south.rt.ru [@neretin-trike](https://github.com/neretin-trike))
1378
- feat(plasma-new-hope/b2c/web/core): Add Popover to new hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
1379
- fix(plasma-ui): PopupProvider inside Confirm added ([@kayman233](https://github.com/kayman233))
1380
- fix(plasma-core, plasma-ui): remove withAnimation from PopupBase ([@kayman233](https://github.com/kayman233))
1381
- fix(plasma-core, plasma-ui): minor refactoring and types fix ([@kayman233](https://github.com/kayman233))
1382
- feat(plasma-core, plasma-ui): add animation for PopupBase etc ([@kayman233](https://github.com/kayman233))
1383
- fix(plasma-web/b2c): move tokens from dev deps to deps ([@TitanKuzmich](https://github.com/TitanKuzmich))
1384
- docs(plasma-core/hope/web/b2c): generate new api ([@TitanKuzmich](https://github.com/TitanKuzmich))
1385
- fix(plasma-core): refactor in PopupBase/ModalBase ([@kayman233](https://github.com/kayman233))
1386
- feat(plasma-core, plasma-web, plasma-b2c): ModalBase component ([@kayman233](https://github.com/kayman233))
1387
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1388
- [@kayman233](https://github.com/kayman233)
1389
- [@Salute-Eva](https://github.com/Salute-Eva)
1390
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1391
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1392
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1393
- Nikita Belyanskiy (nikita.belyanskiy@south.rt.ru)
1394
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1395
- --
1396
- feat(plasma-web): Replace `Radiobox` from plasma-new-hope and update snapshots [#781](https://github.com/salute-developers/plasma/pull/781) ([@neretin-trike](https://github.com/neretin-trike))
1397
- feat(plasma-web): Replace `Checkbox` from plasma-new-hope and update snapshots [#781](https://github.com/salute-developers/plasma/pull/781) ([@neretin-trike](https://github.com/neretin-trike))
1398
- feat(plasma-web): Replace `Spinner` from plasma-new-hope [#781](https://github.com/salute-developers/plasma/pull/781) ([@neretin-trike](https://github.com/neretin-trike))
1399
- feat(plasma-web): Replace `Link` from plasma-new-hope [#781](https://github.com/salute-developers/plasma/pull/781) ([@neretin-trike](https://github.com/neretin-trike))
1400
- feat(plasma-core): focusTrap, arrow and offset for Popover [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
1401
- chore: update package-locks [#781](https://github.com/salute-developers/plasma/pull/781) ([@Salute-Eva](https://github.com/Salute-Eva))
1402
- Update versions [#781](https://github.com/salute-developers/plasma/pull/781) ([@Salute-Eva](https://github.com/Salute-Eva))
1403
- feat(plasma-b2c,plasma-web): Button size_xs/xss [#781](https://github.com/salute-developers/plasma/pull/781) ([@Yeti-or](https://github.com/Yeti-or))
1404
- fix: Bump package-lock versions [#781](https://github.com/salute-developers/plasma/pull/781) ([@neretin-trike](https://github.com/neretin-trike))
1405
- fix(plasma-core): PopupBase refactoring [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
1406
- feat(plasma-web, plasma-b2c): PopupBase component [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
1407
- fix(plasma-core): Popover refactoring [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
1408
- feat(plasma-web, plasma-b2c): Popover component [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
1409
- chore: update version [#781](https://github.com/salute-developers/plasma/pull/781) ([@Yakutoc](https://github.com/Yakutoc))
1410
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1411
- [@kayman233](https://github.com/kayman233)
1412
- [@Salute-Eva](https://github.com/Salute-Eva)
1413
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1414
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1415
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1416
- --
1417
- chore: update package-locks [#699](https://github.com/salute-developers/plasma/pull/699) ([@Salute-Eva](https://github.com/Salute-Eva))
1418
- Update versions [#699](https://github.com/salute-developers/plasma/pull/699) ([@Salute-Eva](https://github.com/Salute-Eva))
1419
- fix(plasma-web): fix padding-left without/with content-{left,right} [TextField][#699](https://github.com/salute-developers/plasma/pull/699) ([@Yakutoc](https://github.com/Yakutoc))
1420
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1421
- [@Salute-Eva](https://github.com/Salute-Eva)
1422
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1423
- --
1424
- chore: update package-locks [#681](https://github.com/salute-developers/plasma/pull/681) ([@Salute-Eva](https://github.com/Salute-Eva))
1425
- Update versions [#681](https://github.com/salute-developers/plasma/pull/681) ([@Salute-Eva](https://github.com/Salute-Eva))
1426
- chore(packages): add lint script [#681](https://github.com/salute-developers/plasma/pull/681) ([@Yakutoc](https://github.com/Yakutoc))
1427
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1428
- [@Salute-Eva](https://github.com/Salute-Eva)
1429
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1430
- --
1431
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1432
- [@Salute-Eva](https://github.com/Salute-Eva)
1433
- --
1434
- feat(plasma-b2c, plasma-web): Modal refinement [#629](https://github.com/salute-developers/plasma/pull/629) ([@kayman233](https://github.com/kayman233))
1435
- fix(plasma-web, plasma-b2c): Tooltip update on text change [#637](https://github.com/salute-developers/plasma/pull/637) ([@kayman233](https://github.com/kayman233))
1436
- feat(plasma-hope, plasma-web): Add some threshold fallbacks [#630](https://github.com/salute-developers/plasma/pull/630) ([@neretin-trike](https://github.com/neretin-trike))
1437
- feat(plasma-b2c, plasma-web): autoResize for TextArea [#614](https://github.com/salute-developers/plasma/pull/614) ([@kayman233](https://github.com/kayman233))
1438
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1439
- Merge branch 'dev' ([@Yeti-or](https://github.com/Yeti-or))
1440
- [@kayman233](https://github.com/kayman233)
1441
- [@Salute-Eva](https://github.com/Salute-Eva)
1442
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1443
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1444
- --
1445
- chore(storybook): avoid OpenSSL v3.0 breaking changes [#620](https://github.com/salute-developers/plasma/pull/620) ([@Yakutoc](https://github.com/Yakutoc))
1446
- fix(plasma-core): fix cols/rows usage in TextArea [#620](https://github.com/salute-developers/plasma/pull/620) ([@kayman233](https://github.com/kayman233))
1447
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1448
- [@kayman233](https://github.com/kayman233)
1449
- [@Salute-Eva](https://github.com/Salute-Eva)
1450
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1451
- --
1452
- chore: add forgotten license [#582](https://github.com/salute-developers/plasma/pull/582) ([@Yeti-or](https://github.com/Yeti-or))
1453
- fix(plasma-hope): update useFocusTrap [#582](https://github.com/salute-developers/plasma/pull/582) ([@kayman233](https://github.com/kayman233))
1454
- fix(plasma-hope): refactor useFocusTrap [#582](https://github.com/salute-developers/plasma/pull/582) ([@kayman233](https://github.com/kayman233))
1455
- test: tests for focusTrap [#582](https://github.com/salute-developers/plasma/pull/582) ([@kayman233](https://github.com/kayman233))
1456
- feat(plasma-b2c, plasma-web): focusTrap hook added [#582](https://github.com/salute-developers/plasma/pull/582) ([@kayman233](https://github.com/kayman233))
1457
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1458
- [@kayman233](https://github.com/kayman233)
1459
- [@Salute-Eva](https://github.com/Salute-Eva)
1460
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1461
- --
1462
- chore: add api report [#526](https://github.com/salute-developers/plasma/pull/526) ([@Yakutoc](https://github.com/Yakutoc))
1463
- chore: use "paths" property in tsconfig.json [#526](https://github.com/salute-developers/plasma/pull/526) ([@Yakutoc](https://github.com/Yakutoc))
1464
- chore: [packages] update package-lock files [#526](https://github.com/salute-developers/plasma/pull/526) ([@Yakutoc](https://github.com/Yakutoc))
1465
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1466
- test(plasma-web): add more performance tests, exclude perftests from tsconfig & type coverage [#472](https://github.com/salute-developers/plasma/pull/472) ([@Troff8](https://github.com/Troff8))
1467
- [@Salute-Eva](https://github.com/Salute-Eva)
1468
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1469
- Troff ([@Troff8](https://github.com/Troff8))
1470
- --
1471
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1472
- fix(plasma-web, plasma-b2c, plasma-ui): fix single/multiple lines in Checkbox/Radiobox ([@kayman233](https://github.com/kayman233))
1473
- [@kayman233](https://github.com/kayman233)
1474
- [@Salute-Eva](https://github.com/Salute-Eva)
1475
- --
1476
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1477
- [@Salute-Eva](https://github.com/Salute-Eva)
1478
- --
1479
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1480
- [@Salute-Eva](https://github.com/Salute-Eva)
1481
- --
1482
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1483
- [@Salute-Eva](https://github.com/Salute-Eva)
1484
- --
1485
- fix(plasma-hope): default max-width for Grid [#501](https://github.com/salute-developers/plasma/pull/501) ([@kayman233](https://github.com/kayman233))
1486
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1487
- [@kayman233](https://github.com/kayman233)
1488
- [@Salute-Eva](https://github.com/Salute-Eva)
1489
- --
1490
- fix(plasma-\*): update api report [#497](https://github.com/salute-developers/plasma/pull/497) ([@Yakutoc](https://github.com/Yakutoc))
1491
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1492
- [@Salute-Eva](https://github.com/Salute-Eva)
1493
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1494
- --
1495
- feat: change api-report for Container in Grid [#495](https://github.com/salute-developers/plasma/pull/495) ([@kayman233](https://github.com/kayman233))
1496
- feat(plasma-hope): maxWidth for Grid ([@kayman233](https://github.com/kayman233))
1497
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1498
- [@kayman233](https://github.com/kayman233)
1499
- [@Salute-Eva](https://github.com/Salute-Eva)
1500
- --
1501
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1502
- [@Salute-Eva](https://github.com/Salute-Eva)
1503
- --
1504
- feat(plasma-b2c): Dropdown new placements ([@kayman233](https://github.com/kayman233))
1505
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1506
- [@kayman233](https://github.com/kayman233)
1507
- [@Salute-Eva](https://github.com/Salute-Eva)
1508
- --
1509
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1510
- [@Salute-Eva](https://github.com/Salute-Eva)
1511
- --
1512
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1513
- [@Salute-Eva](https://github.com/Salute-Eva)
1514
- --
1515
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1516
- [@Salute-Eva](https://github.com/Salute-Eva)
1517
- --
1518
- feat(plasma-hope): reAlign versions [#480](https://github.com/salute-developers/plasma/pull/480) ([@Yeti-or](https://github.com/Yeti-or))
1519
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1520
- [@Salute-Eva](https://github.com/Salute-Eva)
1521
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1522
- --
1523
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1524
- [@Salute-Eva](https://github.com/Salute-Eva)
1525
- --
1526
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1527
- [@Salute-Eva](https://github.com/Salute-Eva)
1528
- --
1529
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1530
- [@Salute-Eva](https://github.com/Salute-Eva)
1531
- --
1532
- fix(plasma-web,plasma-b2c): remove private api [#458](https://github.com/salute-developers/plasma/pull/458) ([@Yeti-or](https://github.com/Yeti-or))
1533
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1534
- fix(plasma-web,plasma-b2c): fix various api diff between web/b2c ([@Yeti-or](https://github.com/Yeti-or))
1535
- refactor(plasma-web): Update `TextArea`, `TextField`, `Button` and `Container` components ([@neretin-trike](https://github.com/neretin-trike))
1536
- [@Salute-Eva](https://github.com/Salute-Eva)
1537
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1538
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1539
- --
1540
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1541
- [@Salute-Eva](https://github.com/Salute-Eva)
1542
- --
1543
- feat: api report after merged "Select" component [#455](https://github.com/salute-developers/plasma/pull/455) ([@Yakutoc](https://github.com/Yakutoc))
1544
- feat(plasma-web): update test symlink ([@Yakutoc](https://github.com/Yakutoc))
1545
- feat(plasma-web): re-export "Select" component ([@Yakutoc](https://github.com/Yakutoc))
1546
- feat(plasma-hope): export "Select" component ([@Yakutoc](https://github.com/Yakutoc))
1547
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1548
- [@Salute-Eva](https://github.com/Salute-Eva)
1549
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1550
- --
1551
- feat: api report after merged "Dropdown" component [#447](https://github.com/salute-developers/plasma/pull/447) ([@Yakutoc](https://github.com/Yakutoc))
1552
- feat(plasma-web): add symlink for cypress test ([@Yakutoc](https://github.com/Yakutoc))
1553
- feat(plasma-web): re-export "Dropdown" component from "plasma-hope" ([@Yakutoc](https://github.com/Yakutoc))
1554
- fix(plasma-web): [Select] replace import path to "@salutejs/plasma-hope" ([@Yakutoc](https://github.com/Yakutoc))
1555
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1556
- --
1557
- feat: api report after merged "Tabs" component [#445](https://github.com/salute-developers/plasma/pull/445) ([@Yakutoc](https://github.com/Yakutoc))
1558
- feat(plasma-web): re-export "Tabs" component from plasma-hope [#445](https://github.com/salute-developers/plasma/pull/445) ([@Yakutoc](https://github.com/Yakutoc))
1559
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1560
- [@Salute-Eva](https://github.com/Salute-Eva)
1561
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1562
- --
1563
- feat(plasma-hope,plasma-web,plasma-b2c): Update Button API [#453](https://github.com/salute-developers/plasma/pull/453) ([@neretin-trike](https://github.com/neretin-trike))
1564
- feat(plasma-web): Add import Button from plasma-hope ([@neretin-trike](https://github.com/neretin-trike))
1565
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1566
- --
1567
- feat: api report after merged Grid component [#436](https://github.com/salute-developers/plasma/pull/436) ([@Yakutoc](https://github.com/Yakutoc))
1568
- feat(plasma-web): add "Grid" cypress test ([@Yakutoc](https://github.com/Yakutoc))
1569
- feat(plasma-web): re-export "Grid" component from plasma-hope ([@Yakutoc](https://github.com/Yakutoc))
1570
- feat(plasma-hope,plasma-web,plasma-b2c): Update API for `Container` component [#446](https://github.com/salute-developers/plasma/pull/446) ([@neretin-trike](https://github.com/neretin-trike))
1571
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1572
- [@Salute-Eva](https://github.com/Salute-Eva)
1573
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1574
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1575
- --
1576
- feat(plasma-hope,plasma-web,plasma-b2c): Update TextField API [#429](https://github.com/salute-developers/plasma/pull/429) ([@neretin-trike](https://github.com/neretin-trike))
1577
- feat(plasma-web): Add import TextField from plasma-hope ([@neretin-trike](https://github.com/neretin-trike))
1578
- feat(plasma-web,plasma-b2c): Remove Input and Field components ([@neretin-trike](https://github.com/neretin-trike))
1579
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1580
- --
1581
- feat: api report after merged Image component [#435](https://github.com/salute-developers/plasma/pull/435) ([@Yakutoc](https://github.com/Yakutoc))
1582
- feat(plasma-web): re-export "Image" component from plasma-hope ([@Yakutoc](https://github.com/Yakutoc))
1583
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1584
- --
1585
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1586
- fix(plasma-web,b2c): Remove storybook docs ([@neretin-trike](https://github.com/neretin-trike))
1587
- [@Salute-Eva](https://github.com/Salute-Eva)
1588
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1589
- --
1590
- feat(plasma-web): Add import TextArea from plasma-hope [#405](https://github.com/salute-developers/plasma/pull/405) ([@neretin-trike](https://github.com/neretin-trike))
1591
- feat(plasma-hope,plasma-web,plasma-b2c): Update TextArea API [#405](https://github.com/salute-developers/plasma/pull/405) ([@neretin-trike](https://github.com/neretin-trike))
1592
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1593
- [@Salute-Eva](https://github.com/Salute-Eva)
1594
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1595
- --
1596
- feat(plasma-web): Replace builder for storybook to Vite [#383](https://github.com/salute-developers/plasma/pull/383) ([@neretin-trike](https://github.com/neretin-trike))
1597
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1598
- [@Salute-Eva](https://github.com/Salute-Eva)
1599
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1600
- --
1601
- feat: add api reports [#397](https://github.com/salute-developers/plasma/pull/397) ([@Yakutoc](https://github.com/Yakutoc))
1602
- feat(plasma-web): [cypress] handling Select height constraint [#397](https://github.com/salute-developers/plasma/pull/397) ([@Yakutoc](https://github.com/Yakutoc))
1603
- feat(plasma-web): apply DropdownListCssProperties for Select component [#397](https://github.com/salute-developers/plasma/pull/397) ([@Yakutoc](https://github.com/Yakutoc))
1604
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1605
- build: update package-locks [#412](https://github.com/salute-developers/plasma/pull/412) ([@Yeti-or](https://github.com/Yeti-or))
1606
- [@Salute-Eva](https://github.com/Salute-Eva)
1607
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1608
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1609
- --
1610
- feat: add api reports [#407](https://github.com/salute-developers/plasma/pull/407) ([@Yakutoc](https://github.com/Yakutoc))
1611
- feat(plasma-web): [cypress] handling height constraint [#407](https://github.com/salute-developers/plasma/pull/407) ([@Yakutoc](https://github.com/Yakutoc))
1612
- feat(plasma-web): handling height constraint [#407](https://github.com/salute-developers/plasma/pull/407) ([@Yakutoc](https://github.com/Yakutoc))
1613
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1614
- --
1615
- feat(plasma-web): processing new typography in story [#395](https://github.com/salute-developers/plasma/pull/395) (alexander.lobyntsev@virtualhealth.com)
1616
- feat(plasma-web): processing new typography [#395](https://github.com/salute-developers/plasma/pull/395) (alexander.lobyntsev@virtualhealth.com)
1617
- Alexander Lobyntsev (alexander.lobyntsev@virtualhealth.com)
1618
- --
1619
- feat(plasma-\*): Bump react-script version to 4.0.3 [#408](https://github.com/salute-developers/plasma/pull/408) ([@neretin-trike](https://github.com/neretin-trike))
1620
- feat(plasm-\*): Bump typescript version to 4.0.8 [#408](https://github.com/salute-developers/plasma/pull/408) ([@neretin-trike](https://github.com/neretin-trike))
1621
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1622
- --
1623
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1624
- [@Salute-Eva](https://github.com/Salute-Eva)
1625
- --
1626
- feat: add api reports after re-export UploadAudio component [#382](https://github.com/salute-developers/plasma/pull/382) ([@Yakutoc](https://github.com/Yakutoc))
1627
- feat(plasma-web): add cypress tests symlink [UploadAudio][#382](https://github.com/salute-developers/plasma/pull/382) ([@Yakutoc](https://github.com/Yakutoc))
1628
- feat(plasma-web): re-export "UploadAudio" component [#382](https://github.com/salute-developers/plasma/pull/382) ([@Yakutoc](https://github.com/Yakutoc))
1629
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1630
- [@Salute-Eva](https://github.com/Salute-Eva)
1631
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1632
- --
1633
- feat: add api reports after re-export UploadVisual component [#381](https://github.com/salute-developers/plasma/pull/381) ([@Yakutoc](https://github.com/Yakutoc))
1634
- feat(plasma-web): add cypress tests symlink [UploadVisual][#381](https://github.com/salute-developers/plasma/pull/381) ([@Yakutoc](https://github.com/Yakutoc))
1635
- feat(plasma-web): re-export "UploadVisual" component [#381](https://github.com/salute-developers/plasma/pull/381) ([@Yakutoc](https://github.com/Yakutoc))
1636
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1637
- [@Salute-Eva](https://github.com/Salute-Eva)
1638
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1639
- --
1640
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1641
- [@Salute-Eva](https://github.com/Salute-Eva)
1642
- --
1643
- build(plasma-hope): bump react to 18x [#194](https://github.com/salute-developers/plasma/pull/194) ([@Yeti-or](https://github.com/Yeti-or))
1644
- build(plasma-web): bump react to 18x [#194](https://github.com/salute-developers/plasma/pull/194) ([@Yeti-or](https://github.com/Yeti-or))
1645
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1646
- [@Salute-Eva](https://github.com/Salute-Eva)
1647
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1648
- --
1649
- feat: add api reports after re-export ElasticGrid component [#372](https://github.com/salute-developers/plasma/pull/372) ([@Yakutoc](https://github.com/Yakutoc))
1650
- feat(plasma-web): add cypress tests symlink [ElasticGrid][#372](https://github.com/salute-developers/plasma/pull/372) ([@Yakutoc](https://github.com/Yakutoc))
1651
- feat(plasma-web): re-export "ElasticGrid" component [#372](https://github.com/salute-developers/plasma/pull/372) ([@Yakutoc](https://github.com/Yakutoc))
1652
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1653
- [@Salute-Eva](https://github.com/Salute-Eva)
1654
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1655
- --
1656
- feat: add api reports after re-export AudioPlayer component [#369](https://github.com/salute-developers/plasma/pull/369) ([@Yakutoc](https://github.com/Yakutoc))
1657
- feat(plasma-web): add cypress tests symlink [AudioPlayer][#369](https://github.com/salute-developers/plasma/pull/369) ([@Yakutoc](https://github.com/Yakutoc))
1658
- feat(plasma-web): re-export "AudioPlayer" component [#369](https://github.com/salute-developers/plasma/pull/369) ([@Yakutoc](https://github.com/Yakutoc))
1659
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1660
- [@Salute-Eva](https://github.com/Salute-Eva)
1661
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1662
- --
1663
- feat: add api reports after re-export Editable component [#368](https://github.com/salute-developers/plasma/pull/368) ([@Yakutoc](https://github.com/Yakutoc))
1664
- feat(plasma-web): add cypress tests symlink [Editable][#368](https://github.com/salute-developers/plasma/pull/368) ([@Yakutoc](https://github.com/Yakutoc))
1665
- feat(plasma-web): re-export "Editable" component [#368](https://github.com/salute-developers/plasma/pull/368) ([@Yakutoc](https://github.com/Yakutoc))
1666
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1667
- [@Salute-Eva](https://github.com/Salute-Eva)
1668
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1669
- --
1670
- feat: add api reports after re-export Slider component [#360](https://github.com/salute-developers/plasma/pull/360) ([@Yakutoc](https://github.com/Yakutoc))
1671
- feat(plasma-web): add cypress tests symlink [#360](https://github.com/salute-developers/plasma/pull/360) ([@Yakutoc](https://github.com/Yakutoc))
1672
- feat(plasma-web): re-export SliderThumb from plasma-hope [#360](https://github.com/salute-developers/plasma/pull/360) ([@Yakutoc](https://github.com/Yakutoc))
1673
- feat(plasma-web): re-export slider component [#360](https://github.com/salute-developers/plasma/pull/360) ([@Yakutoc](https://github.com/Yakutoc))
1674
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1675
- [@Salute-Eva](https://github.com/Salute-Eva)
1676
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1677
- --
1678
- feat: add api reports after re-export PreviewGallery component [#376](https://github.com/salute-developers/plasma/pull/376) ([@Yakutoc](https://github.com/Yakutoc))
1679
- feat(plasma-web): add cypress tests symlink [#376](https://github.com/salute-developers/plasma/pull/376) ([@Yakutoc](https://github.com/Yakutoc))
1680
- feat(plasma-web): re-export "PreviewGallery" component [#376](https://github.com/salute-developers/plasma/pull/376) ([@Yakutoc](https://github.com/Yakutoc))
1681
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1682
- --
1683
- feat: add api reports after re-export Upload component [#374](https://github.com/salute-developers/plasma/pull/374) ([@Yakutoc](https://github.com/Yakutoc))
1684
- feat(plasma-web): add cypress tests symlink [#374](https://github.com/salute-developers/plasma/pull/374) ([@Yakutoc](https://github.com/Yakutoc))
1685
- feat(plasma-web): re-export "Upload" component [#374](https://github.com/salute-developers/plasma/pull/374) ([@Yakutoc](https://github.com/Yakutoc))
1686
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1687
- --
1688
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1689
- [@Salute-Eva](https://github.com/Salute-Eva)
1690
- --
1691
- feat: add api reports [#347](https://github.com/salute-developers/plasma/pull/347) ([@Yakutoc](https://github.com/Yakutoc))
1692
- feat(plasma-web): add test for withBlur prop [#347](https://github.com/salute-developers/plasma/pull/347) ([@Yakutoc](https://github.com/Yakutoc))
1693
- feat(plasma-web): processing withBlur prop [#347](https://github.com/salute-developers/plasma/pull/347) ([@Yakutoc](https://github.com/Yakutoc))
1694
- fix(plasma-web): resolve import for ModalView [#347](https://github.com/salute-developers/plasma/pull/347) ([@Yakutoc](https://github.com/Yakutoc))
1695
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1696
- [@Salute-Eva](https://github.com/Salute-Eva)
1697
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1698
- --
1699
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1700
- ci: fix package-locks [#352](https://github.com/salute-developers/plasma/pull/352) ([@Yeti-or](https://github.com/Yeti-or))
1701
- [@Salute-Eva](https://github.com/Salute-Eva)
1702
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1703
- --
1704
- build: add api reports to plasma-core & hope [#349](https://github.com/salute-developers/plasma/pull/349) ([@Yeti-or](https://github.com/Yeti-or))
1705
- fix(plasma-hope): export CalendarStateType [#349](https://github.com/salute-developers/plasma/pull/349) ([@Yeti-or](https://github.com/Yeti-or))
1706
- build: improve api-report [#349](https://github.com/salute-developers/plasma/pull/349) ([@Yeti-or](https://github.com/Yeti-or))
1707
- build: add api-extractor [#342](https://github.com/salute-developers/plasma/pull/342) ([@Yeti-or](https://github.com/Yeti-or))
1708
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1709
- --
1710
- feat(plasma-web): add offset prop in storybook [#336](https://github.com/salute-developers/plasma/pull/336) ([@Yakutoc](https://github.com/Yakutoc))
1711
- chore(plasma-web): fix stories imports [#324](https://github.com/salute-developers/plasma/pull/324) ([@Yeti-or](https://github.com/Yeti-or))
1712
- refactor(plasma-web/plasma-b2c): move common code to plasma-hope [#324](https://github.com/salute-developers/plasma/pull/324) ([@Yeti-or](https://github.com/Yeti-or))
1713
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1714
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1715
- --
1716
- fix(plasma-web): fix lint missing/unnecessary dependency [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
1717
- fix(plasma-b2c): improve toast story [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
1718
- fix(plasma-web): resolve "Importing from '@storybook/addon-docs/blocks' is deprecated" [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
1719
- fix(plasma-web): use InSpacingDecorator [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
1720
- fix(plasma-web): resolve "control.options" warning in storybook [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
1721
- chore(plasma-web): delete unnecessary stories.mdx [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
1722
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1723
- --
1724
- feat: Update using title in toolBar instead of name in preview.js [#330](https://github.com/salute-developers/plasma/pull/330) ([@neretin-trike](https://github.com/neretin-trike))
1725
- feat: Bump storybook version to 6.5 [#330](https://github.com/salute-developers/plasma/pull/330) ([@neretin-trike](https://github.com/neretin-trike))
1726
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1727
- [@Salute-Eva](https://github.com/Salute-Eva)
1728
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1729
- --
1730
- feat(plasma-\*): Remove declarationMap from tsconfig.json [#326](https://github.com/salute-developers/plasma/pull/326) ([@neretin-trike](https://github.com/neretin-trike))
1731
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1732
- [@Salute-Eva](https://github.com/Salute-Eva)
1733
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1734
- --
1735
- feat(plasma-web): add onHide action in storybook [#319](https://github.com/salute-developers/plasma/pull/319) ([@Yakutoc](https://github.com/Yakutoc))
1736
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1737
- --
1738
- feat(plasma-\*): Add .npmignore and remove file field for test files [#322](https://github.com/salute-developers/plasma/pull/322) ([@neretin-trike](https://github.com/neretin-trike))
1739
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1740
- --
1741
- fix(plasma-web): set value prop outlined to true [#313](https://github.com/salute-developers/plasma/pull/313) ([@Yakutoc](https://github.com/Yakutoc))
1742
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1743
- --
1744
- feat(plasma-\*): Remove source maps from bundles [#309](https://github.com/salute-developers/plasma/pull/309) ([@neretin-trike](https://github.com/neretin-trike))
1745
- chore(plasma-web): enable preview source code [#308](https://github.com/salute-developers/plasma/pull/308) ([@Yakutoc](https://github.com/Yakutoc))
1746
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1747
- [@Salute-Eva](https://github.com/Salute-Eva)
1748
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1749
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1750
- --
1751
- feat(plasma-web): update storybook example [#273](https://github.com/salute-developers/plasma/pull/273) ([@Yakutoc](https://github.com/Yakutoc))
1752
- feat(plasma-web): add cypress tests for navigate by Shift + Arrow Left\Right\Up\Down [#273](https://github.com/salute-developers/plasma/pull/273) ([@Yakutoc](https://github.com/Yakutoc))
1753
- feat(plasma-web): navigate by Shift + Arrow Left\Right\Up\Down [#273](https://github.com/salute-developers/plasma/pull/273) ([@Yakutoc](https://github.com/Yakutoc))
1754
- fix(plasma-web): update cypress tests [#273](https://github.com/salute-developers/plasma/pull/273) ([@Yakutoc](https://github.com/Yakutoc))
1755
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1756
- --
1757
- feat(plasma-web): add onSearch event [#294](https://github.com/salute-developers/plasma/pull/294) ([@Yakutoc](https://github.com/Yakutoc))
1758
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1759
- [@Salute-Eva](https://github.com/Salute-Eva)
1760
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1761
- --
1762
- feat(plasma-web): add storybook example for undefined case [#291](https://github.com/salute-developers/plasma/pull/291) ([@Yakutoc](https://github.com/Yakutoc))
1763
- feat(plasma-web): add cypress tests for handling undefined cases [#291](https://github.com/salute-developers/plasma/pull/291) ([@Yakutoc](https://github.com/Yakutoc))
1764
- feat(plasma-web): handling value as undefined [#291](https://github.com/salute-developers/plasma/pull/291) ([@Yakutoc](https://github.com/Yakutoc))
1765
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1766
- --
1767
- fix(plasma-web): prevent default safari datepicker appearance [#287](https://github.com/salute-developers/plasma/pull/287) ([@Yakutoc](https://github.com/Yakutoc))
1768
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1769
- [@Salute-Eva](https://github.com/Salute-Eva)
1770
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1771
- --
1772
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1773
- ci: improve ts-coverage report [#282](https://github.com/salute-developers/plasma/pull/282) ([@Yeti-or](https://github.com/Yeti-or))
1774
- [@Salute-Eva](https://github.com/Salute-Eva)
1775
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1776
- --
1777
- feat(plasma-web): [cypress] processing disabled option [#269](https://github.com/salute-developers/plasma/pull/269) ([@Yakutoc](https://github.com/Yakutoc))
1778
- feat(plasma-web): [a11y] processing disabled option [#269](https://github.com/salute-developers/plasma/pull/269) ([@Yakutoc](https://github.com/Yakutoc))
1779
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1780
- --
1781
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1782
- [@Salute-Eva](https://github.com/Salute-Eva)
1783
- --
1784
- feat(plasma-web): set "Button" type to calendar header [#272](https://github.com/salute-developers/plasma/pull/272) ([@Yakutoc](https://github.com/Yakutoc))
1785
- feat(plasma-web): set "Button" type to select button from Select [#272](https://github.com/salute-developers/plasma/pull/272) ([@Yakutoc](https://github.com/Yakutoc))
1786
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1787
- --
1788
- feat(plasma-web): add overlay [#266](https://github.com/salute-developers/plasma/pull/266) ([@Yakutoc](https://github.com/Yakutoc))
1789
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1790
- [@Salute-Eva](https://github.com/Salute-Eva)
1791
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1792
- --
1793
- feat(plasma-web): add accent color [#260](https://github.com/salute-developers/plasma/pull/260) ([@Yakutoc](https://github.com/Yakutoc))
1794
- feat(plasma-web): update cypress test/snapshots [#260](https://github.com/salute-developers/plasma/pull/260) ([@Yakutoc](https://github.com/Yakutoc))
1795
- Bump independent versions \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1796
- Merge commit '2de734f1' into test ([@Yeti-or](https://github.com/Yeti-or))
1797
- [@Salute-Eva](https://github.com/Salute-Eva)
1798
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1799
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1800
- --
1801
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1802
- [@Salute-Eva](https://github.com/Salute-Eva)
1803
- --
1804
- fix(plasma-web): improve type-coverage [#235](https://github.com/salute-developers/plasma/pull/235) ([@Yeti-or](https://github.com/Yeti-or))
1805
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1806
- [@Salute-Eva](https://github.com/Salute-Eva)
1807
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1808
- --
1809
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1810
- [@Salute-Eva](https://github.com/Salute-Eva)
1811
- --
1812
- feat(plasma-web): [cypress] update tests [#222](https://github.com/salute-developers/plasma/pull/222) ([@Yakutoc](https://github.com/Yakutoc))
1813
- feat(plasma-web): add a11y support [#222](https://github.com/salute-developers/plasma/pull/222) ([@Yakutoc](https://github.com/Yakutoc))
1814
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1815
- [@Salute-Eva](https://github.com/Salute-Eva)
1816
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1817
- --
1818
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1819
- [@Salute-Eva](https://github.com/Salute-Eva)
1820
- --
1821
- test(plasma-web,plasma-b2c): Update snapshots and test for `Radiobox` and `Checkbox` components [#128](https://github.com/salute-developers/plasma/pull/128) ([@neretin-trike](https://github.com/neretin-trike))
1822
- feat(plasma-web,plasma-b2c): Add redesign `Radiobox` and `Checkbox` components [#128](https://github.com/salute-developers/plasma/pull/128) ([@neretin-trike](https://github.com/neretin-trike))
1823
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1824
- [@Salute-Eva](https://github.com/Salute-Eva)
1825
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1826
- --
1827
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1828
- [@Salute-Eva](https://github.com/Salute-Eva)
1829
- --
1830
- feat(plasma-web): reset Tabs gap [#197](https://github.com/salute-developers/plasma/pull/197) ([@Yakutoc](https://github.com/Yakutoc))
1831
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1832
- --
1833
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1834
- [@Salute-Eva](https://github.com/Salute-Eva)
1835
- --
1836
- feat(plasma-b2c): Add Calendar [#191](https://github.com/salute-developers/plasma/pull/191) ([@Yeti-or](https://github.com/Yeti-or))
1837
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1838
- --
1839
- fix(plasma-web): Fix color for header in `Calendar` component [#192](https://github.com/salute-developers/plasma/pull/192) ([@neretin-trike](https://github.com/neretin-trike))
1840
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1841
- [@Salute-Eva](https://github.com/Salute-Eva)
1842
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1843
- --
1844
- fix(plasma-web): delete notification scrollbar [#189](https://github.com/salute-developers/plasma/pull/189) ([@Yakutoc](https://github.com/Yakutoc))
1845
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1846
- --
1847
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1848
- [@Salute-Eva](https://github.com/Salute-Eva)
1849
- --
1850
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1851
- [@Salute-Eva](https://github.com/Salute-Eva)
1852
- --
1853
- docs(plasma-ui-docs,plasma-web-docs): Add example with loader for `Button` [#156](https://github.com/salute-developers/plasma/pull/156) ([@neretin-trike](https://github.com/neretin-trike))
1854
- feat(plasma-core): Add loader prop for `Button` component [#156](https://github.com/salute-developers/plasma/pull/156) ([@neretin-trike](https://github.com/neretin-trike))
1855
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1856
- [@Salute-Eva](https://github.com/Salute-Eva)
1857
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1858
- --
1859
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1860
- [@Salute-Eva](https://github.com/Salute-Eva)
1861
- --
1862
- feat(plasma-web): Add keyboard navigation for `Calendar` component [#117](https://github.com/salute-developers/plasma/pull/117) ([@neretin-trike](https://github.com/neretin-trike))
1863
- fix(plasma-web): Fix behavior for select month and year [#117](https://github.com/salute-developers/plasma/pull/117) ([@neretin-trike](https://github.com/neretin-trike))
1864
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1865
- [@Salute-Eva](https://github.com/Salute-Eva)
1866
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1867
- --
1868
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1869
- [@Salute-Eva](https://github.com/Salute-Eva)
1870
- --
1871
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1872
- [@Salute-Eva](https://github.com/Salute-Eva)
1873
- --
1874
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1875
- [@Salute-Eva](https://github.com/Salute-Eva)
1876
- --
1877
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1878
- [@Salute-Eva](https://github.com/Salute-Eva)
1879
- --
1880
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1881
- [@Salute-Eva](https://github.com/Salute-Eva)
1882
- --
1883
- fix(plasma-web): Headline5 tag h5 [#164](https://github.com/salute-developers/plasma/pull/164) ([@Yeti-or](https://github.com/Yeti-or))
1884
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1885
- [@Salute-Eva](https://github.com/Salute-Eva)
1886
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1887
- --
1888
- fix(plasma-web): Extract document in useEffect for next.js rendering [#154](https://github.com/salute-developers/plasma/pull/154) ([@neretin-trike](https://github.com/neretin-trike))
1889
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1890
- [@Salute-Eva](https://github.com/Salute-Eva)
1891
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1892
- --
1893
- feat(plasma-web): Add right and left helper for `TextArea` [#148](https://github.com/salute-developers/plasma/pull/148) ([@neretin-trike](https://github.com/neretin-trike))
1894
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1895
- --
1896
- test(plasma-web,plasma-b2c): Add test and snapshot for `Modal` component [#150](https://github.com/salute-developers/plasma/pull/150) ([@neretin-trike](https://github.com/neretin-trike))
1897
- fix(plasma-web): Fix default open state for `Modal` component [#150](https://github.com/salute-developers/plasma/pull/150) ([@neretin-trike](https://github.com/neretin-trike))
1898
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1899
- [@Salute-Eva](https://github.com/Salute-Eva)
1900
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1901
- --
1902
- feat(plasma-web): Add forwardRef for `Tooltip` component [#144](https://github.com/salute-developers/plasma/pull/144) ([@neretin-trike](https://github.com/neretin-trike))
1903
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1904
- [@Salute-Eva](https://github.com/Salute-Eva)
1905
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1906
- --
1907
- fix(plasma-web): Add primary color for `Field` component [#133](https://github.com/salute-developers/plasma/pull/133) ([@neretin-trike](https://github.com/neretin-trike))
1908
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1909
- --
1910
- fix(plasma-web): Add overflow hidden if modal amount not null for `Modal` component [#130](https://github.com/salute-developers/plasma/pull/130) ([@neretin-trike](https://github.com/neretin-trike))
1911
- test(plasma-web,plasma-b2c): Add tests and snapshots for `Card` component [#118](https://github.com/salute-developers/plasma/pull/118) ([@neretin-trike](https://github.com/neretin-trike))
1912
- feat(plasma-web,plasma-b2c): Add cover, background and coverGradient for `Card` component [#118](https://github.com/salute-developers/plasma/pull/118) ([@neretin-trike](https://github.com/neretin-trike))
1913
- test(plasma-web,plasma-b2c): Add test and snapshot for `Cell` component [#118](https://github.com/salute-developers/plasma/pull/118) ([@neretin-trike](https://github.com/neretin-trike))
1914
- feat(plasma-web,plasma-b2c): Add `Cell` component [#118](https://github.com/salute-developers/plasma/pull/118) ([@neretin-trike](https://github.com/neretin-trike))
1915
- fix(plasma-web): add storybook [#126](https://github.com/salute-developers/plasma/pull/126) ([@Gerpea](https://github.com/Gerpea))
1916
- fix(plasma-web): fix modal height on ios safari [#126](https://github.com/salute-developers/plasma/pull/126) ([@Gerpea](https://github.com/Gerpea))
1917
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1918
- [@Salute-Eva](https://github.com/Salute-Eva)
1919
- German Cyganov ([@Gerpea](https://github.com/Gerpea))
1920
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1921
- --
1922
- feat(plasma-web,plasma-ui): Moved `Grid` component from plasma-core [#120](https://github.com/salute-developers/plasma/pull/120) ([@neretin-trike](https://github.com/neretin-trike))
1923
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1924
- --
1925
- test(plasma-web,plasma-b2c): Update test and snapshots for key navigatation in `Select` component [#110](https://github.com/salute-developers/plasma/pull/110) ([@neretin-trike](https://github.com/neretin-trike))
1926
- fix(plasma-web): Fix behavior for `Dropdown` component on hover item [#110](https://github.com/salute-developers/plasma/pull/110) ([@neretin-trike](https://github.com/neretin-trike))
1927
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1928
- --
1929
- fix(plasma-web): Fix accessability story for `Carousel` component [#104](https://github.com/salute-developers/plasma/pull/104) ([@neretin-trike](https://github.com/neretin-trike))
1930
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1931
- --
1932
- test(plasma-core,plasma-ui,plasma-web): Update tests for `Tab` component [#106](https://github.com/salute-developers/plasma/pull/106) ([@neretin-trike](https://github.com/neretin-trike))
1933
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1934
- --
1935
- fix(plasma-web): Fix border visible for `TextField` and `TextArea` components [#103](https://github.com/salute-developers/plasma/pull/103) ([@neretin-trike](https://github.com/neretin-trike))
1936
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1937
- [@Salute-Eva](https://github.com/Salute-Eva)
1938
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1939
- --
1940
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1941
- [@Salute-Eva](https://github.com/Salute-Eva)
1942
- --
1943
- fix(plasma-web): Calendar inside Popup [#89](https://github.com/salute-developers/plasma/pull/89) ([@Yeti-or](https://github.com/Yeti-or))
1944
- fix(plasma-web): Add wrappers for click handle in CalendarMonth and CalendarYear [#89](https://github.com/salute-developers/plasma/pull/89) ([@neretin-trike](https://github.com/neretin-trike))
1945
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1946
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1947
- --
1948
- docs(plasma-web,plasma-web-docs): Add comments and documentation for `Calendar` component [#90](https://github.com/salute-developers/plasma/pull/90) ([@neretin-trike](https://github.com/neretin-trike))
1949
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1950
- --
1951
- chore(plasma-ui): add performance addon to Carousel component [#74](https://github.com/salute-developers/plasma/pull/74) ([@arsenykruglikov](https://github.com/arsenykruglikov))
1952
- Arseny Kruglikov ([@arsenykruglikov](https://github.com/arsenykruglikov))
1953
- --
1954
- test(plasma-web): Add tests and snapshots for `Calendar` range [#77](https://github.com/salute-developers/plasma/pull/77) ([@neretin-trike](https://github.com/neretin-trike))
1955
- feat(plasma-web): Add range mode for `Calendar` component [#77](https://github.com/salute-developers/plasma/pull/77) ([@neretin-trike](https://github.com/neretin-trike))
1956
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1957
- [@Salute-Eva](https://github.com/Salute-Eva)
1958
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1959
- --
1960
- test(plasma-web): Add tests and snapshots for `Calendar` double [#64](https://github.com/salute-developers/plasma/pull/64) ([@neretin-trike](https://github.com/neretin-trike))
1961
- feat(plasma-web): Add double mode for `Calendar` component [#64](https://github.com/salute-developers/plasma/pull/64) ([@neretin-trike](https://github.com/neretin-trike))
1962
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1963
- --
1964
- test(plasma-web,plasma-b2c): Add new typography in test and update snapshots for `Card` [#78](https://github.com/salute-developers/plasma/pull/78) ([@neretin-trike](https://github.com/neretin-trike))
1965
- feat(plasma-web, plasma-b2c): Add new typography components in stories for `Card` [#78](https://github.com/salute-developers/plasma/pull/78) ([@neretin-trike](https://github.com/neretin-trike))
1966
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1967
- --
1968
- refactor(plasma-b2c,plasma-web): Update `Card` components [#70](https://github.com/salute-developers/plasma/pull/70) ([@neretin-trike](https://github.com/neretin-trike))
1969
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1970
- build(plasma-ui): added @babel/plugin-transform-react-constant-elements [#46](https://github.com/salute-developers/plasma/pull/46) ([@SeanSilke](https://github.com/SeanSilke))
1971
- [@Salute-Eva](https://github.com/Salute-Eva)
1972
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1973
- Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))
1974
- --
1975
- test(plasma-web): Add test and snapshot for `Calendar` component [#62](https://github.com/salute-developers/plasma/pull/62) ([@neretin-trike](https://github.com/neretin-trike))
1976
- feat(plasma-web): Add event and disabled list for `Calendar` component [#62](https://github.com/salute-developers/plasma/pull/62) ([@neretin-trike](https://github.com/neretin-trike))
1977
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1978
- --
1979
- test(plasma-web): Add tests and snapshots for `Calendar` component [#51](https://github.com/salute-developers/plasma/pull/51) ([@neretin-trike](https://github.com/neretin-trike))
1980
- feat(plasma-web): Add `Calendar` component [#51](https://github.com/salute-developers/plasma/pull/51) ([@neretin-trike](https://github.com/neretin-trike))
1981
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1982
- --
1983
- feat(plasma-web): Add `Card` component [#67](https://github.com/salute-developers/plasma/pull/67) ([@neretin-trike](https://github.com/neretin-trike))
1984
- test(plasma-web): Add test and snapshot for `Card` component [#67](https://github.com/salute-developers/plasma/pull/67) ([@neretin-trike](https://github.com/neretin-trike))
1985
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1986
- [@Salute-Eva](https://github.com/Salute-Eva)
1987
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1988
- --
1989
- fix(plasma-web): Remove children from DropdownProps [#60](https://github.com/salute-developers/plasma/pull/60) ([@andart71](https://github.com/andart71))
1990
- Andrey Loshkarev ([@andart71](https://github.com/andart71))
1991
- --
1992
- test(plasma-b2c,plasma-web,plasma-ui): Add test and snapshot for `TextField` component [#47](https://github.com/salute-developers/plasma/pull/47) ([@neretin-trike](https://github.com/neretin-trike))
1993
- fix(plasma-web,plasma-b2c,plasma-ui): Add onChange callback for maxLength check in `TextField` [#47](https://github.com/salute-developers/plasma/pull/47) ([@neretin-trike](https://github.com/neretin-trike))
1994
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1995
- [@Salute-Eva](https://github.com/Salute-Eva)
1996
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1997
- --
1998
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1999
- [@Salute-Eva](https://github.com/Salute-Eva)
2000
- --
2001
- fix(plasma-core, plasma-ui, plasma-web): changes the refs array to html collection [#34](https://github.com/salute-developers/plasma/pull/34) (Kruglikov.A.D@sberbank.ru)
2002
- Arseny Kruglikov (Kruglikov.A.D@sberbank.ru)
2003
- --
2004
- chore(plasma-web): Add SansDisplay typo for storybook [#37](https://github.com/salute-developers/plasma/pull/37) ([@neretin-trike](https://github.com/neretin-trike))
2005
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2006
- [@Salute-Eva](https://github.com/Salute-Eva)
2007
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2008
- --
2009
- test(plasma-b2c,plasma-web): Add tests and snapshots for `Tooltip` component [#27](https://github.com/salute-developers/plasma/pull/27) ([@neretin-trike](https://github.com/neretin-trike))
2010
- fix(plasma-web): Fix `Tooltip` behavior with wrapper [#27](https://github.com/salute-developers/plasma/pull/27) ([@neretin-trike](https://github.com/neretin-trike))
2011
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2012
- --
2013
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2014
- [@Salute-Eva](https://github.com/Salute-Eva)
2015
- --
2016
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2017
- [@Salute-Eva](https://github.com/Salute-Eva)
2018
- --
2019
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2020
- [@Salute-Eva](https://github.com/Salute-Eva)
2021
- --
2022
- fix(plasma-ui, plasma-web): fix carousel context [#20](https://github.com/salute-developers/plasma/pull/20) (Kruglikov.A.D@sberbank.ru)
2023
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2024
- [@Salute-Eva](https://github.com/Salute-Eva)
2025
- Arseny Kruglikov (Kruglikov.A.D@sberbank.ru)
2026
- --
2027
- test(plasma-web, plasma-b2c): Add test and update snapshot for `Tooltip` component [#2](https://github.com/salute-developers/plasma/pull/2) ([@neretin-trike](https://github.com/neretin-trike))
2028
- feat(plasma-web): Add max-width for `Tooltip` component [#2](https://github.com/salute-developers/plasma/pull/2) ([@neretin-trike](https://github.com/neretin-trike))
2029
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2030
- [@Salute-Eva](https://github.com/Salute-Eva)
2031
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2032
- --
2033
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2034
- [@Salute-Eva](https://github.com/Salute-Eva)
2035
- --
2036
- chore: update package-locks [#18](https://github.com/salute-developers/plasma/pull/18) ([@Yeti-or](https://github.com/Yeti-or))
2037
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2038
- --
2039
- fix: linting errs [#1](https://github.com/salute-developers/plasma/pull/1) ([@Yeti-or](https://github.com/Yeti-or))
2040
- fix: lerna & npm i [#1](https://github.com/salute-developers/plasma/pull/1) ([@Yeti-or](https://github.com/Yeti-or))
2041
- fix: monorepo deps resolved [#1](https://github.com/salute-developers/plasma/pull/1) ([@Yeti-or](https://github.com/Yeti-or))
2042
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2043
- fix(plasma-web,plasma-b2c): Add useResizeObserver and fix behavior with resize ([@neretin-trike](https://github.com/neretin-trike))
2044
- [@Salute-Eva](https://github.com/Salute-Eva)
2045
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2046
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2047
- --
2048
- feat(plasma-web): Designing `TextField` for B2B theme [#1121](https://github.com/salute-developers/plasma/pull/1121) ([@fanisco](https://github.com/fanisco))
2049
- test: Added B2B `TextField` tests / new tests for legacy Web [#1121](https://github.com/salute-developers/plasma/pull/1121) ([@fanisco](https://github.com/fanisco))
2050
- fix: `Field` and `Input` props interfaces facelifting [#1121](https://github.com/salute-developers/plasma/pull/1121) ([@fanisco](https://github.com/fanisco))
2051
- chore(plasma-web): Support `plasma-typo` in Storybook [#1121](https://github.com/salute-developers/plasma/pull/1121) ([@fanisco](https://github.com/fanisco))
2052
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2053
- --
2054
- feat(plasma-web): `Modal`: a11y improvements [#1130](https://github.com/salute-developers/plasma/pull/1130) ([@fanisco](https://github.com/fanisco))
2055
- feat(plasma-web): `Modal` added react-focus-lock for focus management [#1130](https://github.com/salute-developers/plasma/pull/1130) ([@fanisco](https://github.com/fanisco))
2056
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2057
- --
2058
- feat(plasma-web): `Select` a11y: keyboard navigation [#1157](https://github.com/salute-developers/plasma/pull/1157) ([@fanisco](https://github.com/fanisco))
2059
- feat(plasma-web): `Dropdown` a11y: navigating with keyboard [#1157](https://github.com/salute-developers/plasma/pull/1157) ([@fanisco](https://github.com/fanisco))
2060
- feat(plasma-web): Added `List` component [#1149](https://github.com/salute-developers/plasma/pull/1149) ([@fanisco](https://github.com/fanisco))
2061
- test(plasma-web): `Select`: tests and a11y assertions [#1157](https://github.com/salute-developers/plasma/pull/1157) ([@fanisco](https://github.com/fanisco))
2062
- test(plasma-web): `Radiobox`: check only for id existance [#1149](https://github.com/salute-developers/plasma/pull/1149) ([@fanisco](https://github.com/fanisco))
2063
- fix(plasma-web): `Checkbox` & `Radibox` labeled and described by attrs and elems [#1149](https://github.com/salute-developers/plasma/pull/1149) ([@fanisco](https://github.com/fanisco))
2064
- fix(plasma-web, plasma-ui): `Radiobox`: removed duplication of label & descr + better live example [#1149](https://github.com/salute-developers/plasma/pull/1149) ([@fanisco](https://github.com/fanisco))
2065
- fix(plasma-web, plasma-ui): `Checkbox`: removed duplication of label & descr [#1149](https://github.com/salute-developers/plasma/pull/1149) ([@fanisco](https://github.com/fanisco))
2066
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2067
- --
2068
- feat(plasma-web): `Tooltip` a11y & close with esc [#1135](https://github.com/salute-developers/plasma/pull/1135) ([@fanisco](https://github.com/fanisco))
2069
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2070
- [@Salute-Eva](https://github.com/Salute-Eva)
2071
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2072
- --
2073
- feat(plasma-web): Add ref to carousel [#1155](https://github.com/salute-developers/plasma/pull/1155) (alisabelousova007@gmail.com)
2074
- Белоусова Алиса Дмитриевна (alisabelousova007@gmail.com)
2075
- --
2076
- feat(plasma-web,plasma-b2c): Add focus for `Checkbox` and `Radiobox` components [#1154](https://github.com/salute-developers/plasma/pull/1154) ([@neretin-trike](https://github.com/neretin-trike))
2077
- docs: `withSkeleton` wraps component with a11y [#1129](https://github.com/salute-developers/plasma/pull/1129) ([@fanisco](https://github.com/fanisco))
2078
- docs: `Spinner` live example of a11y [#1134](https://github.com/salute-developers/plasma/pull/1134) ([@fanisco](https://github.com/fanisco))
2079
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2080
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2081
- --
2082
- feat(plasma-ui): `TextArea`: added `aria-describedby` attr [#1133](https://github.com/salute-developers/plasma/pull/1133) ([@fanisco](https://github.com/fanisco))
2083
- feat(plasma-web): `TextArea`: added `aria-describedby` attr [#1133](https://github.com/salute-developers/plasma/pull/1133) ([@fanisco](https://github.com/fanisco))
2084
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2085
- --
2086
- feat(plasma-web): `TextField`: added `aria-describedby` attr [#1124](https://github.com/salute-developers/plasma/pull/1124) ([@fanisco](https://github.com/fanisco))
2087
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2088
- --
2089
- feat(plasma-web): `Notification`: added possibility to anounce text when open [#1127](https://github.com/salute-developers/plasma/pull/1127) ([@fanisco](https://github.com/fanisco))
2090
- chore: `Toast` stories text & role [#1127](https://github.com/salute-developers/plasma/pull/1127) ([@fanisco](https://github.com/fanisco))
2091
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2092
- --
2093
- fix(plasma-web): Add restrict bounds for value in `Progress` component [#1126](https://github.com/salute-developers/plasma/pull/1126) ([@neretin-trike](https://github.com/neretin-trike))
2094
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2095
- [@Salute-Eva](https://github.com/Salute-Eva)
2096
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2097
- --
2098
- chore(plasma-web): Delete `Popup` from storybook [#1136](https://github.com/salute-developers/plasma/pull/1136) ([@fanisco](https://github.com/fanisco))
2099
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2100
- --
2101
- feat(plasma-web): add multiselect logic to select [#1083](https://github.com/salute-developers/plasma/pull/1083) ([@didolf](https://github.com/didolf))
2102
- feat(plasma-web): add keyboard navigation to Select [#1083](https://github.com/salute-developers/plasma/pull/1083) ([@didolf](https://github.com/didolf))
2103
- feat(plasma-web): add additional fields to DropdownItem [#1083](https://github.com/salute-developers/plasma/pull/1083) ([@didolf](https://github.com/didolf))
2104
- test(plasma-web): add tests on keyboard navigation [#1083](https://github.com/salute-developers/plasma/pull/1083) ([@didolf](https://github.com/didolf))
2105
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2106
- [@Salute-Eva](https://github.com/Salute-Eva)
2107
- Дмитрий Лекомцев ([@didolf](https://github.com/didolf))
2108
- --
2109
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2110
- [@Salute-Eva](https://github.com/Salute-Eva)
2111
- --
2112
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2113
- [@Salute-Eva](https://github.com/Salute-Eva)
2114
- --
2115
- feat: `Button`: colors theming [#1084](https://github.com/salute-developers/plasma/pull/1084) ([@fanisco](https://github.com/fanisco))
2116
- feat: Init `plasma-tokens-b2b` package [#1084](https://github.com/salute-developers/plasma/pull/1084) ([@fanisco](https://github.com/fanisco))
2117
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2118
- [@Salute-Eva](https://github.com/Salute-Eva)
2119
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2120
- --
2121
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2122
- [@Salute-Eva](https://github.com/Salute-Eva)
2123
- --
2124
- fix(plasma-web): `Carousel`: moved style resets to core [#1104](https://github.com/salute-developers/plasma/pull/1104) ([@fanisco](https://github.com/fanisco))
2125
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2126
- --
2127
- fix(plasma-web): `Modal` background set to `backgroundPrimary` (01) token [#1106](https://github.com/salute-developers/plasma/pull/1106) ([@fanisco](https://github.com/fanisco))
2128
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2129
- --
2130
- docs(plasma-web, plasma-b2c): `Button`: using as an anchor [#1092](https://github.com/salute-developers/plasma/pull/1092) ([@fanisco](https://github.com/fanisco))
2131
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2132
- [@Salute-Eva](https://github.com/Salute-Eva)
2133
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2134
- --
2135
- feat(plasma-ui, plasma-web, plasma-b2c): `Button`: Added theming [#1063](https://github.com/salute-developers/plasma/pull/1063) ([@fanisco](https://github.com/fanisco))
2136
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2137
- [@Salute-Eva](https://github.com/Salute-Eva)
2138
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2139
- --
2140
- fix(plasma-web, plasma-b2c): `Tooltip`: global dark [#1087](https://github.com/salute-developers/plasma/pull/1087) ([@fanisco](https://github.com/fanisco))
2141
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2142
- --
2143
- fix(plasma-web): `TextField`: fix `size:l` by providing \$size to input [#1073](https://github.com/salute-developers/plasma/pull/1073) ([@fanisco](https://github.com/fanisco))
2144
- chore(plasma-web-docs): `TextField`: Incorrect `status` prop usage [#1069](https://github.com/salute-developers/plasma/pull/1069) ([@fanisco](https://github.com/fanisco))
2145
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2146
- [@Salute-Eva](https://github.com/Salute-Eva)
2147
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2148
- --
2149
- fix: peer dependencies versions [#1053](https://github.com/salute-developers/plasma/pull/1053) ([@LamaEats](https://github.com/LamaEats))
2150
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2151
- [@Salute-Eva](https://github.com/Salute-Eva)
2152
- Sviridov Maksim ([@LamaEats](https://github.com/LamaEats))
2153
- --
2154
- chore: Storybook: Added lang to make VoiceOver read russian text properly [#1052](https://github.com/salute-developers/plasma/pull/1052) ([@fanisco](https://github.com/fanisco))
2155
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2156
- [@Salute-Eva](https://github.com/Salute-Eva)
2157
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2158
- --
2159
- fix(plasma-web, plasma-ui): `Basebox`: Hide input properly; tabIndex={-1} on root [#1057](https://github.com/salute-developers/plasma/pull/1057) ([@fanisco](https://github.com/fanisco))
2160
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2161
- [@Salute-Eva](https://github.com/Salute-Eva)
2162
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2163
- --
2164
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2165
- [@Salute-Eva](https://github.com/Salute-Eva)
2166
- --
2167
- feat(plasma-b2c,plasma-web,plasma-ui): Update style for `Tabs` component [#976](https://github.com/salute-developers/plasma/pull/976) ([@neretin-trike](https://github.com/neretin-trike))
2168
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2169
- --
2170
- feat(plasma-web): Close `Modal` with esc key [#1024](https://github.com/salute-developers/plasma/pull/1024) ([@fanisco](https://github.com/fanisco))
2171
- fix(plasma-web): `Modal`: Portal management in provider [#1024](https://github.com/salute-developers/plasma/pull/1024) ([@fanisco](https://github.com/fanisco))
2172
- test(plasma-web): Test `Modal` closing [#1024](https://github.com/salute-developers/plasma/pull/1024) ([@fanisco](https://github.com/fanisco))
2173
- fix(plasma-web): Simplify event handler type (`onClick`) of `Modal` [#1024](https://github.com/salute-developers/plasma/pull/1024) ([@fanisco](https://github.com/fanisco))
2174
- fix(plasma-web): `Modals` closing order [#1024](https://github.com/salute-developers/plasma/pull/1024) ([@fanisco](https://github.com/fanisco))
2175
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2176
- --
2177
- fix(plasma-b2c,plasma-web): Add re-export for `Notification` component [#1029](https://github.com/salute-developers/plasma/pull/1029) ([@neretin-trike](https://github.com/neretin-trike))
2178
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2179
- [@Salute-Eva](https://github.com/Salute-Eva)
2180
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2181
- --
2182
- test(plasma-web): `Notification` close [#1033](https://github.com/salute-developers/plasma/pull/1033) ([@fanisco](https://github.com/fanisco))
2183
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2184
- [@Salute-Eva](https://github.com/Salute-Eva)
2185
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2186
- --
2187
- feat(plasma-ui, plasma-web): `Carousel` a11y improvements [#973](https://github.com/salute-developers/plasma/pull/973) ([@fanisco](https://github.com/fanisco))
2188
- refactor: Move `Carousel`'s modules in Core/UI/Web [#973](https://github.com/salute-developers/plasma/pull/973) ([@fanisco](https://github.com/fanisco))
2189
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2190
- [@Salute-Eva](https://github.com/Salute-Eva)
2191
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2192
- --
2193
- test: Complete tests for `Tabs` [#985](https://github.com/salute-developers/plasma/pull/985) ([@fanisco](https://github.com/fanisco))
2194
- test(plasma-b2c, plasma-web): Add statuses to `Notification` test [#1017](https://github.com/salute-developers/plasma/pull/1017) ([@fanisco](https://github.com/fanisco))
2195
- feat(plasma-web, plasma-b2c): Added possibility to specify id for `Notification` [#1017](https://github.com/salute-developers/plasma/pull/1017) ([@fanisco](https://github.com/fanisco))
2196
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2197
- --
2198
- test(plasma-b2c, plasma-web): Added click and multiselect tests for `Select` [#983](https://github.com/salute-developers/plasma/pull/983) ([@fanisco](https://github.com/fanisco))
2199
- feat(plasma-web, plasma-b2c): Arrow and check placement in `Select` [#983](https://github.com/salute-developers/plasma/pull/983) ([@fanisco](https://github.com/fanisco))
2200
- test(plasma-web): add Grid component test [#1001](https://github.com/salute-developers/plasma/pull/1001) ([@Yeti-or](https://github.com/Yeti-or))
2201
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2202
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2203
- --
2204
- test(plasma-web): Add Cypress component test for `Carousel` [#968](https://github.com/salute-developers/plasma/pull/968) ([@fanisco](https://github.com/fanisco))
2205
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2206
- [@Salute-Eva](https://github.com/Salute-Eva)
2207
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2208
- --
2209
- feat(plasma-web,plasma-b2c,plasma-ui): Add example for checkbox with jsx in label [#969](https://github.com/salute-developers/plasma/pull/969) ([@neretin-trike](https://github.com/neretin-trike))
2210
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2211
- [@Salute-Eva](https://github.com/Salute-Eva)
2212
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2213
- --
2214
- feat: add RadioGroup components [#676](https://github.com/salute-developers/plasma/pull/676) ([@OgNellis](https://github.com/OgNellis))
2215
- fix: accessibility of checkbox and radiobox for nvda and jaws [#676](https://github.com/salute-developers/plasma/pull/676) ([@OgNellis](https://github.com/OgNellis))
2216
- Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))
2217
- --
2218
- fix(plama-web): Added possibility to specify a value type in `Select` [#932](https://github.com/salute-developers/plasma/pull/932) ([@fanisco](https://github.com/fanisco))
2219
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2220
- [@Salute-Eva](https://github.com/Salute-Eva)
2221
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2222
- --
2223
- feat: Added `createButton` as a constructor function for `Button` [#946](https://github.com/salute-developers/plasma/pull/946) ([@fanisco](https://github.com/fanisco))
2224
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2225
- --
2226
- feat(plasma-web): Update behavior for `Tooltip` component [#942](https://github.com/salute-developers/plasma/pull/942) ([@neretin-trike](https://github.com/neretin-trike))
2227
- test(plasma-web): Add tests for `Tooltip` component [#942](https://github.com/salute-developers/plasma/pull/942) ([@neretin-trike](https://github.com/neretin-trike))
2228
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2229
- [@Salute-Eva](https://github.com/Salute-Eva)
2230
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2231
- --
2232
- feat: Moved `TabsController` as a creator function [#923](https://github.com/salute-developers/plasma/pull/923) ([@fanisco](https://github.com/fanisco))
2233
- fix(plasma-web): Fix TabsController's items tabbing [#923](https://github.com/salute-developers/plasma/pull/923) ([@fanisco](https://github.com/fanisco))
2234
- chore(plasma-web): Delete old doc file [#923](https://github.com/salute-developers/plasma/pull/923) ([@fanisco](https://github.com/fanisco))
2235
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2236
- [@Salute-Eva](https://github.com/Salute-Eva)
2237
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2238
- --
2239
- feat(plasma-ui, plasma-web): B2C/B2B `Input` and `TextArea` on common platform [#910](https://github.com/salute-developers/plasma/pull/910) ([@fanisco](https://github.com/fanisco))
2240
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2241
- [@Salute-Eva](https://github.com/Salute-Eva)
2242
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2243
- --
2244
- fix(plasma-web): Add `Button`'s `warning` view [#933](https://github.com/salute-developers/plasma/pull/933) ([@fanisco](https://github.com/fanisco))
2245
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2246
- --
2247
- fix(plasma-web): prevent disabled select from opening [#925](https://github.com/salute-developers/plasma/pull/925) (42856876+IArny@users.noreply.github.com)
2248
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2249
- [@Salute-Eva](https://github.com/Salute-Eva)
2250
- Булах Александр Алексеевич [B](42856876+IArny@users.noreply.github.com)
2251
- --
2252
- fix: plasma-web grid mobile margins [#928](https://github.com/salute-developers/plasma/pull/928) ([@takovoy](https://github.com/takovoy))
2253
- Aleksandr Sustavov ([@takovoy](https://github.com/takovoy))
2254
- --
2255
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2256
- [@Salute-Eva](https://github.com/Salute-Eva)
2257
- --
2258
- fix: Separate `Input`'s animation by b2b and b2c [#908](https://github.com/salute-developers/plasma/pull/908) ([@fanisco](https://github.com/fanisco))
2259
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2260
- --
2261
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2262
- [@Salute-Eva](https://github.com/Salute-Eva)
2263
- --
2264
- fix(plasma-web): prevent radiobox elipse shrinking [#912](https://github.com/salute-developers/plasma/pull/912) ([@IArny](https://github.com/IArny))
2265
- [@IArny](https://github.com/IArny)
2266
- --
2267
- fix(plasma-web): Prevent click on icons of `DropdownItem` [#883](https://github.com/salute-developers/plasma/pull/883) ([@fanisco](https://github.com/fanisco))
2268
- fix(plasma-web,plasma-b2c): `Select`'s when multiselect prevent autoclose [#883](https://github.com/salute-developers/plasma/pull/883) ([@fanisco](https://github.com/fanisco))
2269
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2270
- [@Salute-Eva](https://github.com/Salute-Eva)
2271
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2272
- --
2273
- feat(plasma-ui): `Dropdown` custom composition [#866](https://github.com/salute-developers/plasma/pull/866) ([@fanisco](https://github.com/fanisco))
2274
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2275
- --
2276
- fix: grid container max size [#880](https://github.com/salute-developers/plasma/pull/880) ([@takovoy](https://github.com/takovoy))
2277
- Aleksandr Sustavov ([@takovoy](https://github.com/takovoy))
2278
- --
2279
- fix(plasma-web): Remove hover from select with empty list [#858](https://github.com/salute-developers/plasma/pull/858) ([@neretin-trike](https://github.com/neretin-trike))
2280
- chore(plasma-web): Bump plasma-colors version [#858](https://github.com/salute-developers/plasma/pull/858) ([@neretin-trike](https://github.com/neretin-trike))
2281
- fix(plasma-web): Fix open `Dropwdown` component if has not item [#858](https://github.com/salute-developers/plasma/pull/858) ([@neretin-trike](https://github.com/neretin-trike))
2282
- fix(plasma-b2c): Fix click to empty select [#858](https://github.com/salute-developers/plasma/pull/858) ([@neretin-trike](https://github.com/neretin-trike))
2283
- fix(plasma-web): Fix color for hover item in `Dropdown` component [#869](https://github.com/salute-developers/plasma/pull/869) ([@neretin-trike](https://github.com/neretin-trike))
2284
- chore(plasma-web): Add re-export for `Dropdown` component [#869](https://github.com/salute-developers/plasma/pull/869) ([@neretin-trike](https://github.com/neretin-trike))
2285
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2286
- --
2287
- chore(plasma-ui, plasma-web): addon knobs removed [#857](https://github.com/salute-developers/plasma/pull/857) ([@kayman233](https://github.com/kayman233))
2288
- [@kayman233](https://github.com/kayman233)
2289
- --
2290
- fix(plasma-web): Remove underline from Dropdown item [#865](https://github.com/salute-developers/plasma/pull/865) ([@neretin-trike](https://github.com/neretin-trike))
2291
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2292
- [@Salute-Eva](https://github.com/Salute-Eva)
2293
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2294
- --
2295
- fix(plasma-web, plasma-b2c): Fix re-exporting [#864](https://github.com/salute-developers/plasma/pull/864) ([@neretin-trike](https://github.com/neretin-trike))
2296
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2297
- [@Salute-Eva](https://github.com/Salute-Eva)
2298
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2299
- --
2300
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2301
- chore: Manual publish for web & b2c [#854](https://github.com/salute-developers/plasma/pull/854) ([@fanisco](https://github.com/fanisco))
2302
- fix: Update package-locks [#853](https://github.com/salute-developers/plasma/pull/853) ([@fanisco](https://github.com/fanisco))
2303
- [@Salute-Eva](https://github.com/Salute-Eva)
2304
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2305
- --
2306
- feat: new grid breakpoint for 16 cols [#825](https://github.com/salute-developers/plasma/pull/825) ([@takovoy](https://github.com/takovoy))
2307
- Aleksandr Sustavov ([@takovoy](https://github.com/takovoy))
2308
- --
2309
- feat(plasma-core): Shared `Toast` between libraries [#812](https://github.com/salute-developers/plasma/pull/812) ([@fanisco](https://github.com/fanisco))
2310
- chore: Skip Notification component test [#829](https://github.com/salute-developers/plasma/pull/829) ([@fanisco](https://github.com/fanisco))
2311
- test: Component test for B2C `Toast` [#812](https://github.com/salute-developers/plasma/pull/812) ([@fanisco](https://github.com/fanisco))
2312
- build(plasma-core/ui/b2c/web): fix storybook build ([@Yeti-or](https://github.com/Yeti-or))
2313
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2314
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2315
- --
2316
- test: add SBSans to cypress [#832](https://github.com/salute-developers/plasma/pull/832) ([@Yeti-or](https://github.com/Yeti-or))
2317
- test(plasma-core/ui/web): fix tests [#830](https://github.com/salute-developers/plasma/pull/830) ([@Yeti-or](https://github.com/Yeti-or))
2318
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2319
- --
2320
- test(plasma-ui/web/b2c): Typography: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2321
- test(plasma-web/b2c): Tooltip: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2322
- test(plasma-ui/web/b2c): TextField: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2323
- test(plasma-ui/web/b2c): TextArea: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2324
- test(plasma-ui/web/b2c): Tabs: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2325
- test(plasma-ui/web/b2c): Switch: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2326
- test(plasma-web/b2c): Select: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2327
- test(plasma-ui/web/b2c): Radiobox: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2328
- test(plasma-web/b2c): Progress: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2329
- test(plasma-ui/web/b2c): Price: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2330
- test(plasma-ui/web/b2c): PaginationDots: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2331
- test(plasma-web/b2c): Notification: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2332
- test(plasma-web/b2c): Modal: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2333
- test(plasma-web/b2c): Link: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2334
- test(plasma-ui/web/b2c): Dropdown: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2335
- test(plasma-ui/web/b2c): Checkbox: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2336
- test(plasma-ui/web/b2c): Button: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2337
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2338
- [@Salute-Eva](https://github.com/Salute-Eva)
2339
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2340
- --
2341
- feat(plasma-cy-utils): padMe [#824](https://github.com/salute-developers/plasma/pull/824) ([@Yeti-or](https://github.com/Yeti-or))
2342
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2343
- [@Salute-Eva](https://github.com/Salute-Eva)
2344
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2345
- --
2346
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2347
- chore: move cypress helpers to utils [#823](https://github.com/salute-developers/plasma/pull/823) ([@Yeti-or](https://github.com/Yeti-or))
2348
- test(plasma-web/plasma-ui): move cy tests to plasma-core [#823](https://github.com/salute-developers/plasma/pull/823) ([@Yeti-or](https://github.com/Yeti-or))
2349
- test(plasma-web): fix cypress comp-tests [#823](https://github.com/salute-developers/plasma/pull/823) ([@Yeti-or](https://github.com/Yeti-or))
2350
- [@Salute-Eva](https://github.com/Salute-Eva)
2351
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2352
- --
2353
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2354
- [@Salute-Eva](https://github.com/Salute-Eva)
2355
- --
2356
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2357
- [@Salute-Eva](https://github.com/Salute-Eva)
2358
- --
2359
- feat(plasma-web): `Dropdown` `onToggle` notification [#805](https://github.com/salute-developers/plasma/pull/805) ([@fanisco](https://github.com/fanisco))
2360
- feat(plasma-web): Moved `SingleSelect` and `MultiSelect` functionality to hocs [#805](https://github.com/salute-developers/plasma/pull/805) ([@fanisco](https://github.com/fanisco))
2361
- feat(plasma-web): Customize `Dropdown` with CSS Vars [#805](https://github.com/salute-developers/plasma/pull/805) ([@fanisco](https://github.com/fanisco))
2362
- fix(plasma-web): Removed `DropdownList` min-width [#805](https://github.com/salute-developers/plasma/pull/805) ([@fanisco](https://github.com/fanisco))
2363
- chore: make cypress work again [#573](https://github.com/salute-developers/plasma/pull/573) ([@Yeti-or](https://github.com/Yeti-or))
2364
- chore: resolve cypress and jest conflicts [#573](https://github.com/salute-developers/plasma/pull/573) ([@OgNellis](https://github.com/OgNellis))
2365
- chore: cypress component testing [#573](https://github.com/salute-developers/plasma/pull/573) (dakhetov@outlook.com)
2366
- Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))
2367
- Daniil Akhetov (dakhetov@outlook.com)
2368
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2369
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2370
- --
2371
- chore: Delete extract-sb-docgen-info [#801](https://github.com/salute-developers/plasma/pull/801) ([@fanisco](https://github.com/fanisco))
2372
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2373
- [@Salute-Eva](https://github.com/Salute-Eva)
2374
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2375
- --
2376
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2377
- [@Salute-Eva](https://github.com/Salute-Eva)
2378
- --
2379
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2380
- [@Salute-Eva](https://github.com/Salute-Eva)
2381
- --
2382
- feat(plasma-web): Added `Carousel`, `PaginationDots` and `Select` to `index.ts` [#803](https://github.com/salute-developers/plasma/pull/803) ([@fanisco](https://github.com/fanisco))
2383
- feat(plasma-sb-utils): `PaletteGrid`, `disableProps`, `IconsPlaceholder`, `InSpacingDecorator` [#803](https://github.com/salute-developers/plasma/pull/803) ([@fanisco](https://github.com/fanisco))
2384
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2385
- [@Salute-Eva](https://github.com/Salute-Eva)
2386
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2387
- --
2388
- fix(plasma-web): Collision of `Button` and global custom css [#703](https://github.com/salute-developers/plasma/pull/703) ([@fanisco](https://github.com/fanisco))
2389
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2390
- [@Salute-Eva](https://github.com/Salute-Eva)
2391
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2392
- --
2393
- fix(plasma-web): Disabled state for `Checkbox` [#791](https://github.com/salute-developers/plasma/pull/791) ([@fanisco](https://github.com/fanisco))
2394
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2395
- [@Salute-Eva](https://github.com/Salute-Eva)
2396
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2397
- --
2398
- chore(plasma-web): Storybook controls for Button, Carousel, Checkbox, Modal [#651](https://github.com/salute-developers/plasma/pull/651) ([@kayman233](https://github.com/kayman233))
2399
- chore(plasma-web): Storybook controls for Notification, PaginationDots, Progress, Radiobox [#652](https://github.com/salute-developers/plasma/pull/652) ([@kayman233](https://github.com/kayman233))
2400
- chore(plasma-web): Storybook controls for Tooltip, Badge, Image, Price, Spinner [#662](https://github.com/salute-developers/plasma/pull/662) ([@kayman233](https://github.com/kayman233))
2401
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2402
- [@kayman233](https://github.com/kayman233)
2403
- [@Salute-Eva](https://github.com/Salute-Eva)
2404
- --
2405
- fix: Refactor `Checkbox` & `Radiobox` in order of better understanding [#698](https://github.com/salute-developers/plasma/pull/698) ([@fanisco](https://github.com/fanisco))
2406
- chore(plasma-ui): update ts/styled-comps deps [#728](https://github.com/salute-developers/plasma/pull/728) ([@Yeti-or](https://github.com/Yeti-or))
2407
- chore(plasma-web): update storybook deps [#728](https://github.com/salute-developers/plasma/pull/728) ([@Yeti-or](https://github.com/Yeti-or))
2408
- chore(plasma-web): update build deps [#728](https://github.com/salute-developers/plasma/pull/728) ([@Yeti-or](https://github.com/Yeti-or))
2409
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2410
- [@Salute-Eva](https://github.com/Salute-Eva)
2411
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2412
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2413
- --
2414
- feat(plasma-web): Added `TabsController` in order to use keyboard arrows [#687](https://github.com/salute-developers/plasma/pull/687) ([@fanisco](https://github.com/fanisco))
2415
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2416
- docs(plasma-web): Storybook controls for Select, Switch, TextField [#688](https://github.com/salute-developers/plasma/pull/688) ([@kayman233](https://github.com/kayman233))
2417
- docs(plasma-web): Describe `TabsController` [#687](https://github.com/salute-developers/plasma/pull/687) ([@fanisco](https://github.com/fanisco))
2418
- chore: Storybook docgenInfo extraction tool [#648](https://github.com/salute-developers/plasma/pull/648) ([@fanisco](https://github.com/fanisco))
2419
- [@kayman233](https://github.com/kayman233)
2420
- [@Salute-Eva](https://github.com/Salute-Eva)
2421
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2422
- --
2423
- feat(plasma-web): Pass color and contentLeft to DropdownItem [#683](https://github.com/salute-developers/plasma/pull/683) ([@fanisco](https://github.com/fanisco))
2424
- fix(plasma-web): Dropdown shadow black [#683](https://github.com/salute-developers/plasma/pull/683) ([@fanisco](https://github.com/fanisco))
2425
- fix(plasma-web): Pass DropdownItem border radius as separate CSS Var [#683](https://github.com/salute-developers/plasma/pull/683) ([@fanisco](https://github.com/fanisco))
2426
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2427
- [@Salute-Eva](https://github.com/Salute-Eva)
2428
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2429
- --
2430
- docs(plasma-web): Storybook controls for Tabs, TextArea [#661](https://github.com/salute-developers/plasma/pull/661) ([@kayman233](https://github.com/kayman233))
2431
- chore(plasma-web): disableProps added [#661](https://github.com/salute-developers/plasma/pull/661) ([@kayman233](https://github.com/kayman233))
2432
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2433
- [@kayman233](https://github.com/kayman233)
2434
- [@Salute-Eva](https://github.com/Salute-Eva)
2435
- --
2436
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2437
- [@Salute-Eva](https://github.com/Salute-Eva)
2438
- --
2439
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2440
- [@Salute-Eva](https://github.com/Salute-Eva)
2441
- --
2442
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2443
- [@Salute-Eva](https://github.com/Salute-Eva)
2444
- --
2445
- feat: Skeleton in core/ui/web [#628](https://github.com/salute-developers/plasma/pull/628) ([@fanisco](https://github.com/fanisco))
2446
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2447
- [@Salute-Eva](https://github.com/Salute-Eva)
2448
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2449
- --
2450
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2451
- [@Salute-Eva](https://github.com/Salute-Eva)
2452
- --
2453
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2454
- [@Salute-Eva](https://github.com/Salute-Eva)
2455
- --
2456
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2457
- [@Salute-Eva](https://github.com/Salute-Eva)
2458
- --
2459
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2460
- [@Salute-Eva](https://github.com/Salute-Eva)
2461
- --
2462
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2463
- [@Salute-Eva](https://github.com/Salute-Eva)
2464
- --
2465
- fix(plasma-core): Image: add role attr [#620](https://github.com/salute-developers/plasma/pull/620) ([@Yeti-or](https://github.com/Yeti-or))
2466
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2467
- [@Salute-Eva](https://github.com/Salute-Eva)
2468
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2469
- --
2470
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2471
- [@Salute-Eva](https://github.com/Salute-Eva)
2472
- --
2473
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2474
- [@Salute-Eva](https://github.com/Salute-Eva)
2475
- --
2476
- feat(plasma-web): Add `hocs`, `hooks`, `mixins`, `types` and `utils` from plasma-core [#592](https://github.com/salute-developers/plasma/pull/592) ([@fanisco](https://github.com/fanisco))
2477
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2478
- [@Salute-Eva](https://github.com/Salute-Eva)
2479
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2480
- --
2481
- feat(plasma-web): Index imports for treeshaking [#563](https://github.com/salute-developers/plasma/pull/563) ([@fanisco](https://github.com/fanisco))
2482
- ci: Build plasma without rollup [#563](https://github.com/salute-developers/plasma/pull/563) ([@fanisco](https://github.com/fanisco))
2483
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2484
- --
2485
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2486
- [@Salute-Eva](https://github.com/Salute-Eva)
2487
- --
2488
- fix(plasma-web): form submit trigger inside select [#557](https://github.com/salute-developers/plasma/pull/557) ([@tsumo](https://github.com/tsumo))
2489
- [@tsumo](https://github.com/tsumo)
2490
- --
2491
- feat(plasma-web): Integrate Dropdown into Select [#545](https://github.com/salute-developers/plasma/pull/545) ([@fanisco](https://github.com/fanisco))
2492
- feat(plasma-web): Added Dropdown component [#545](https://github.com/salute-developers/plasma/pull/545) ([@fanisco](https://github.com/fanisco))
2493
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2494
- --
2495
- fix: remove double ampersands [#537](https://github.com/salute-developers/plasma/pull/537) ([@OgNellis](https://github.com/OgNellis))
2496
- Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))
2497
- --
2498
- fix(plasma-ui, plasma-web): toolbar buttons return [#547](https://github.com/salute-developers/plasma/pull/547) ([@kayman233](https://github.com/kayman233))
2499
- [@kayman233](https://github.com/kayman233)
2500
- --
2501
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2502
- [@Salute-Eva](https://github.com/Salute-Eva)
2503
- --
2504
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2505
- [@Salute-Eva](https://github.com/Salute-Eva)
2506
- --
2507
- feat(plasma-ui, plasma-web, showcase): sb-essentials added [#535](https://github.com/salute-developers/plasma/pull/535) ([@kayman233](https://github.com/kayman233))
2508
- [@kayman233](https://github.com/kayman233)
2509
- --
2510
- fix(plasma-web): TextField can accept deferred defaultValue [#536](https://github.com/salute-developers/plasma/pull/536) ([@fanisco](https://github.com/fanisco))
2511
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2512
- [@Salute-Eva](https://github.com/Salute-Eva)
2513
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2514
- --
2515
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2516
- [@Salute-Eva](https://github.com/Salute-Eva)
2517
- --
2518
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2519
- [@Salute-Eva](https://github.com/Salute-Eva)
2520
- --
2521
- feat: react17 and test job added [#496](https://github.com/salute-developers/plasma/pull/496) ([@kayman233](https://github.com/kayman233))
2522
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2523
- [@kayman233](https://github.com/kayman233)
2524
- [@Salute-Eva](https://github.com/Salute-Eva)
2525
- --
2526
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2527
- chore: Alias react, react-dom and styled-components in Storybook webpack [#518](https://github.com/salute-developers/plasma/pull/518) ([@fanisco](https://github.com/fanisco))
2528
- chore: Bump Storybook version [#518](https://github.com/salute-developers/plasma/pull/518) ([@fanisco](https://github.com/fanisco))
2529
- [@Salute-Eva](https://github.com/Salute-Eva)
2530
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2531
- --
2532
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2533
- [@Salute-Eva](https://github.com/Salute-Eva)
2534
- --
2535
- fix(plasma-ui): commas change [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))
2536
- fix(plasma-ui): favicon to png fix [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))
2537
- fix(plasma-ui): safari bug fix [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))
2538
- fix(plasma-web): favicon added [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))
2539
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2540
- [@kayman233](https://github.com/kayman233)
2541
- [@Salute-Eva](https://github.com/Salute-Eva)
2542
- --
2543
- fix: TextField placeholder placement [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
2544
- fix(plasma-web): TextField placeholder color [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
2545
- fix: Build components with own namespace es/cjs [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
2546
- fix: TextField helperText to boolean [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
2547
- fix: Checkbox layout with various content [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
2548
- fix: Input interface and props [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
2549
- fix(plasma-web): Checkbox & Radio label for attribute [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
2550
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2551
- [@Salute-Eva](https://github.com/Salute-Eva)
2552
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2553
- --
2554
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2555
- [@Salute-Eva](https://github.com/Salute-Eva)
2556
- --
2557
- feat: Added plasma-tokens-b2c package [#468](https://github.com/salute-developers/plasma/pull/468) ([@fanisco](https://github.com/fanisco))
2558
- fix(plasma-web): Removed tokens dependency [#468](https://github.com/salute-developers/plasma/pull/468) ([@fanisco](https://github.com/fanisco))
2559
- docs(plasma-web): about page with link added [#447](https://github.com/salute-developers/plasma/pull/447) ([@kayman233](https://github.com/kayman233))
2560
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2561
- [@kayman233](https://github.com/kayman233)
2562
- [@Salute-Eva](https://github.com/Salute-Eva)
2563
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2564
- --
2565
- feat(plasma-tokens): Updated tokens from plasma-styles [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))
2566
- fix(plasma-web): Components dark theme fixes [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))
2567
- chore: Added favicon for storybooks [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))
2568
- docs: ThemeColors in both libraries [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))
2569
- docs(plasma-web): Added Grid docs [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))
2570
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2571
- --
2572
- feat(plasma-core): Spinner sizes [#438](https://github.com/salute-developers/plasma/pull/438) ([@fanisco](https://github.com/fanisco))
2573
- feat(plasma-web): Button success [#438](https://github.com/salute-developers/plasma/pull/438) ([@fanisco](https://github.com/fanisco))
2574
- feat(plasma-core, plasma-ui, plasma-web): Reassembled Field [#438](https://github.com/salute-developers/plasma/pull/438) ([@fanisco](https://github.com/fanisco))
2575
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2576
- --
2577
- feat(plasma-web): Added Link component [#441](https://github.com/salute-developers/plasma/pull/441) ([@fanisco](https://github.com/fanisco))
2578
- fix(plasma-web): Components dark theme fixes [#441](https://github.com/salute-developers/plasma/pull/441) ([@fanisco](https://github.com/fanisco))
2579
- docs: plasma-sb-utils package with a lots useful sb code [#441](https://github.com/salute-developers/plasma/pull/441) ([@fanisco](https://github.com/fanisco))
2580
- docs: Added switcher for plasma-web's dark theme [#441](https://github.com/salute-developers/plasma/pull/441) ([@fanisco](https://github.com/fanisco))
2581
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2582
- [@Salute-Eva](https://github.com/Salute-Eva)
2583
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2584
- --
2585
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2586
- [@Salute-Eva](https://github.com/Salute-Eva)
2587
- --
2588
- feat(plasma-tokens-web): Using plasma-colors, dark theme [#398](https://github.com/salute-developers/plasma/pull/398) ([@fanisco](https://github.com/fanisco))
2589
- feat: Added plasma-colors package [#398](https://github.com/salute-developers/plasma/pull/398) ([@fanisco](https://github.com/fanisco))
2590
- docs(plasma-web): Added themes story [#398](https://github.com/salute-developers/plasma/pull/398) ([@fanisco](https://github.com/fanisco))
2591
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2592
- [@Salute-Eva](https://github.com/Salute-Eva)
2593
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2594
- --
2595
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2596
- [@Salute-Eva](https://github.com/Salute-Eva)
2597
- --
2598
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2599
- [@Salute-Eva](https://github.com/Salute-Eva)
2600
- --
2601
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2602
- [@Salute-Eva](https://github.com/Salute-Eva)
2603
- --
2604
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2605
- [@Salute-Eva](https://github.com/Salute-Eva)
2606
- --
2607
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2608
- [@Salute-Eva](https://github.com/Salute-Eva)
2609
- --
2610
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2611
- [@Salute-Eva](https://github.com/Salute-Eva)
2612
- --
2613
- feat(plasma-core, plasma-ui, plasma-web): Moved PaginationDots to core [#389](https://github.com/salute-developers/plasma/pull/389) ([@fanisco](https://github.com/fanisco))
2614
- feat(plasma-core, plasma-ui, plasma-web): Moved Carousel to core [#389](https://github.com/salute-developers/plasma/pull/389) ([@fanisco](https://github.com/fanisco))
2615
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2616
- --
2617
- fix(plasma-web): Added Badge to index [#397](https://github.com/salute-developers/plasma/pull/397) ([@fanisco](https://github.com/fanisco))
2618
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2619
- [@Salute-Eva](https://github.com/Salute-Eva)
2620
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2621
- --
2622
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2623
- [@Salute-Eva](https://github.com/Salute-Eva)
2624
- --
2625
- feat(plasma-web): Added Spinner to web [#326](https://github.com/salute-developers/plasma/pull/326) (prokopyevviktor@yandex.ru)
2626
- docs(showcase): Added Spinner showcase web [#326](https://github.com/salute-developers/plasma/pull/326) (prokopyevviktor@yandex.ru)
2627
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2628
- [@Salute-Eva](https://github.com/Salute-Eva)
2629
- Viktor Prokopyev (prokopyevviktor@yandex.ru)
2630
- --
2631
- feat(plasma-web): Added Tooltip component [#345](https://github.com/salute-developers/plasma/pull/345) ([@fanisco](https://github.com/fanisco))
2632
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2633
- [@Salute-Eva](https://github.com/Salute-Eva)
2634
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2635
- --
2636
- docs: description in checkbox and radiobox storybook [#347](https://github.com/salute-developers/plasma/pull/347) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))
2637
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2638
- chore: soft peerDependencies only [#344](https://github.com/salute-developers/plasma/pull/344) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))
2639
- [@Salute-Eva](https://github.com/Salute-Eva)
2640
- [@VladislavPetyukevich](https://github.com/VladislavPetyukevich)
2641
- --
2642
- feat(plasma-web): Added Modal component [#339](https://github.com/salute-developers/plasma/pull/339) ([@fanisco](https://github.com/fanisco))
2643
- feat(plasma-web): Added Notification component [#339](https://github.com/salute-developers/plasma/pull/339) ([@fanisco](https://github.com/fanisco))
2644
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2645
- [@Salute-Eva](https://github.com/Salute-Eva)
2646
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2647
- --
2648
- feat(plasma-web): Added Progress component [#340](https://github.com/salute-developers/plasma/pull/340) ([@fanisco](https://github.com/fanisco))
2649
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2650
- [@Salute-Eva](https://github.com/Salute-Eva)
2651
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2652
- --
2653
- feat(plasma-core, plasma-ui, plasma-ui): Moved Image component [#342](https://github.com/salute-developers/plasma/pull/342) ([@fanisco](https://github.com/fanisco))
2654
- feat(plasma-core, plasma-ui, plasma-ui): Moved Price component [#342](https://github.com/salute-developers/plasma/pull/342) ([@fanisco](https://github.com/fanisco))
2655
- build: fix package-locks [#337](https://github.com/salute-developers/plasma/pull/337) ([@Yeti-or](https://github.com/Yeti-or))
2656
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2657
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2658
- --
2659
- feat(plasma-web): Added Select component [#328](https://github.com/salute-developers/plasma/pull/328) ([@fanisco](https://github.com/fanisco))
2660
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2661
- --
2662
- {chore: update package-locks} ([@github-actions[bot]](https://github.com/github-actions[bot]))
2663
- [@github-actions[bot]](https://github.com/github-actions[bot])
2664
- --
2665
- fix(plasma-ui, plasma-web): Badge: correct reexport & const creation [#313](https://github.com/salute-developers/plasma/pull/313) ([@fanisco](https://github.com/fanisco))
2666
- ci: Deploy documentation for plasma-web [#313](https://github.com/salute-developers/plasma/pull/313) ([@fanisco](https://github.com/fanisco))
2667
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2668
- --
2669
- feat(core): made reexport in ui & web, added showcase for web [#308](https://github.com/salute-developers/plasma/pull/308) (prokopyevviktor@yandex.ru)
2670
- Viktor Prokopyev (prokopyevviktor@yandex.ru)
2671
- --
2672
- feat: Moved Typography to plasma-core / plasma-web [#280](https://github.com/salute-developers/plasma/pull/280) ([@fanisco](https://github.com/fanisco))
2673
- fix(plasma-ui, plasma-web): Fix setting props in TextField & TextArea [#299](https://github.com/salute-developers/plasma/pull/299) ([@LamaEats](https://github.com/LamaEats))
2674
- fix(plasma-ui, plasma-web): Added SC babel plugin to avoid classname collision [#280](https://github.com/salute-developers/plasma/pull/280) ([@fanisco](https://github.com/fanisco))
2675
- chore(plasma-core, plasma-web): Added components to index files [#280](https://github.com/salute-developers/plasma/pull/280) ([@fanisco](https://github.com/fanisco))
2676
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2677
- Sviridov Maksim ([@LamaEats](https://github.com/LamaEats))
2678
- --
2679
- fix: bump peerDeps [#307](https://github.com/salute-developers/plasma/pull/307) ([@Yeti-or](https://github.com/Yeti-or))
2680
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2681
- --
2682
- feat(plasma-web): Added TextArea component [#290](https://github.com/salute-developers/plasma/pull/290) ([@fanisco](https://github.com/fanisco))
2683
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2684
- --
2685
- Bump independent versions \[skip ci\] ([@Yeti-or](https://github.com/Yeti-or))
2686
- Update CHANGELOG.md \[skip ci\] ([@Yeti-or](https://github.com/Yeti-or))
2687
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2688
- --
2689
- feat(ui): Button/Tabs: resizible => stretch / fixedWidth => stretch. BREAKING [#279](https://github.com/salute-developers/plasma/pull/279) ([@Yeti-or](https://github.com/Yeti-or))
2690
- feat: Moved Grid from ui to plasma-core, Grid for plasma-web [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
2691
- feat: esm build, fix package-lock after rebase [#279](https://github.com/salute-developers/plasma/pull/279) ([@KateKate](https://github.com/KateKate))
2692
- feat: esm build core, icons, ui, web [#279](https://github.com/salute-developers/plasma/pull/279) ([@KateKate](https://github.com/KateKate))
2693
- feat: Button: Code separation for easier composition and styling [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
2694
- feat(plasma-web): Переход на токены [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
2695
- feat: Библиотека plasma-web [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
2696
- fix: plasma doc before major [#279](https://github.com/salute-developers/plasma/pull/279) ([@Yeti-or](https://github.com/Yeti-or))
2697
- chore(plasma-web): Added Grid to index [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
2698
- chore: Fix packages versions [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
2699
- chore: Bump independent versions [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
2700
- Ekaterina Anishkina ([@KateKate](https://github.com/KateKate))
2701
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
2702
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))