@salutejs/plasma-web 1.584.0-canary.2002.15300192913.0 → 1.584.0-canary.2006.15549711826.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/CHANGELOG.md +134 -3101
  2. package/components/Accordion/Accordion.d.ts +9 -10
  3. package/components/Attach/Attach.d.ts +158 -159
  4. package/components/Autocomplete/Autocomplete.d.ts +344 -345
  5. package/components/Avatar/Avatar.d.ts +46 -47
  6. package/components/AvatarGroup/AvatarGroup.d.ts +1 -2
  7. package/components/Badge/Badge.d.ts +40 -41
  8. package/components/Breadcrumbs/Breadcrumbs.d.ts +3 -4
  9. package/components/Button/Button.d.ts +35 -36
  10. package/components/ButtonGroup/ButtonGroup.d.ts +0 -4
  11. package/components/Carousel/Carousel.d.ts +2 -3
  12. package/components/Cell/Cell.d.ts +19 -20
  13. package/components/Checkbox/Checkbox.d.ts +1 -1
  14. package/components/Chip/Chip.d.ts +0 -1
  15. package/components/ChipGroup/ChipGroup.d.ts +0 -1
  16. package/components/CodeField/CodeField.d.ts +18 -19
  17. package/components/Combobox/Combobox.config.js +8 -8
  18. package/components/Combobox/Combobox.d.ts +977 -953
  19. package/components/Combobox/Legacy/Combobox.d.ts +36 -37
  20. package/components/Counter/Counter.d.ts +0 -1
  21. package/components/DatePicker/DatePicker.d.ts +52 -54
  22. package/components/Divider/Divider.d.ts +0 -1
  23. package/components/Drawer/Drawer.d.ts +18 -19
  24. package/components/Dropdown/Dropdown.d.ts +52 -52
  25. package/components/Dropdown/components/DropdownItem.d.ts +14 -14
  26. package/components/Dropzone/Dropzone.d.ts +15 -16
  27. package/components/Editable/Editable.d.ts +0 -1
  28. package/components/EmptyState/EmptyState.d.ts +0 -1
  29. package/components/Flow/Flow.d.ts +1 -2
  30. package/components/Grid/Grid.d.ts +0 -1
  31. package/components/IconButton/IconButton.d.ts +35 -36
  32. package/components/Image/Image.d.ts +3 -4
  33. package/components/Indicator/Indicator.d.ts +0 -1
  34. package/components/Link/Link.d.ts +0 -1
  35. package/components/LinkButton/LinkButton.d.ts +8 -9
  36. package/components/List/List.d.ts +4 -5
  37. package/components/Mask/Mask.d.ts +224 -225
  38. package/components/Note/Note.d.ts +11 -12
  39. package/components/NumberFormat/NumberFormat.d.ts +1 -1
  40. package/components/NumberInput/NumberInput.d.ts +38 -39
  41. package/components/Pagination/Pagination.d.ts +0 -1
  42. package/components/Popover/Popover.d.ts +0 -1
  43. package/components/Price/Price.d.ts +0 -1
  44. package/components/Progress/Progress.d.ts +0 -1
  45. package/components/Radiobox/Radiobox.d.ts +1 -1
  46. package/components/Range/Range.d.ts +105 -106
  47. package/components/Rating/Rating.d.ts +13 -14
  48. package/components/Segment/Segment.d.ts +8 -9
  49. package/components/Select/Select.config.js +14 -14
  50. package/components/Select/Select.d.ts +247 -244
  51. package/components/Sheet/Sheet.d.ts +0 -1
  52. package/components/Skeleton/Skeleton.d.ts +4 -5
  53. package/components/Slider/Slider.d.ts +96 -105
  54. package/components/Steps/Steps.d.ts +0 -1
  55. package/components/Switch/Switch.d.ts +1 -1
  56. package/components/Table/Table.config.js +3 -3
  57. package/components/Table/Table.d.ts +0 -1
  58. package/components/Tabs/TabItem.d.ts +14 -14
  59. package/components/Tabs/Tabs.d.ts +5 -7
  60. package/components/TextArea/TextArea.config.js +4 -4
  61. package/components/TextArea/TextArea.d.ts +205 -206
  62. package/components/TextArea/index.d.ts +4 -4
  63. package/components/TextField/TextField.d.ts +261 -269
  64. package/components/TextFieldGroup/TextFieldGroup.d.ts +12 -13
  65. package/components/Toast/Toast.d.ts +0 -1
  66. package/components/Tokens/Colors/Colors.styles.d.ts +25 -26
  67. package/components/Tokens/Typography/Typography.styles.d.ts +23 -24
  68. package/components/Toolbar/Toolbar.d.ts +5 -6
  69. package/components/Tree/Tree.d.ts +0 -1
  70. package/components/Typography/Old/index.d.ts +36 -37
  71. package/components/Typography/Typography.d.ts +204 -205
  72. package/css/cjs/components/Combobox/Combobox.config.js +1 -1
  73. package/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
  74. package/css/cjs/components/Combobox/{Combobox.config_i068pn.css → Combobox.config_16vxdhl.css} +8 -8
  75. package/css/cjs/components/Combobox/Combobox.css +14 -14
  76. package/css/cjs/components/Select/Select.config.js +1 -1
  77. package/css/cjs/components/Select/Select.config.js.map +1 -1
  78. package/css/{es/components/Select/Select.config_1kk8sph.css → cjs/components/Select/Select.config_14aqv25.css} +14 -14
  79. package/css/cjs/components/Select/Select.css +23 -23
  80. package/css/cjs/components/Table/Table.config.js +1 -1
  81. package/css/cjs/components/Table/Table.config.js.map +1 -1
  82. package/css/cjs/components/Table/Table.config_11seey5.css +5 -0
  83. package/css/cjs/components/Table/Table.css +5 -5
  84. package/css/cjs/components/TextArea/TextArea.config.js +1 -1
  85. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  86. package/css/{es/components/TextArea/TextArea.config_si8t6e.css → cjs/components/TextArea/TextArea.config_ww37fs.css} +4 -4
  87. package/css/cjs/components/TextArea/TextArea.css +14 -14
  88. package/css/cjs/index.css +59 -59
  89. package/css/es/components/Combobox/Combobox.config.js +1 -1
  90. package/css/es/components/Combobox/Combobox.config.js.map +1 -1
  91. package/css/es/components/Combobox/{Combobox.config_i068pn.css → Combobox.config_16vxdhl.css} +8 -8
  92. package/css/es/components/Combobox/Combobox.css +14 -14
  93. package/css/es/components/Select/Select.config.js +1 -1
  94. package/css/es/components/Select/Select.config.js.map +1 -1
  95. package/css/{cjs/components/Select/Select.config_1kk8sph.css → es/components/Select/Select.config_14aqv25.css} +14 -14
  96. package/css/es/components/Select/Select.css +23 -23
  97. package/css/es/components/Table/Table.config.js +1 -1
  98. package/css/es/components/Table/Table.config.js.map +1 -1
  99. package/css/es/components/Table/Table.config_11seey5.css +5 -0
  100. package/css/es/components/Table/Table.css +5 -5
  101. package/css/es/components/TextArea/TextArea.config.js +1 -1
  102. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  103. package/css/{cjs/components/TextArea/TextArea.config_si8t6e.css → es/components/TextArea/TextArea.config_ww37fs.css} +4 -4
  104. package/css/es/components/TextArea/TextArea.css +14 -14
  105. package/css/es/index.css +59 -59
  106. package/es/components/Combobox/Combobox.config.js +8 -8
  107. package/es/components/Select/Select.config.js +14 -14
  108. package/es/components/Table/Table.config.js +3 -3
  109. package/es/components/TextArea/TextArea.config.js +4 -4
  110. package/mixins/index.d.ts +1 -2
  111. package/package.json +12 -12
  112. package/css/cjs/components/Table/Table.config_lk2ssy.css +0 -5
  113. package/css/es/components/Table/Table.config_lk2ssy.css +0 -5
package/CHANGELOG.md CHANGED
@@ -1 +1,135 @@
1
+ ## 1.583.0 (29 мая 2025)
2
+
3
+ ## Функциональные изменения в компонентах
4
+
5
+ ### TextField
6
+
7
+ * добавлен **новый** размер `XL`
8
+
9
+ <img width="1024" src="https://github.com/user-attachments/assets/4fc66785-2c3c-4352-bbb8-7b1dc23c6390" />
10
+
11
+ [PR](https://github.com/salute-developers/plasma/pull/1715)
12
+
13
+ ### Mask
14
+
15
+ * добавили обработку, если не задан параметр mask, то возвращается обычный `TextField`
16
+
17
+ [PR](https://github.com/salute-developers/plasma/pull/1964)
18
+
19
+ ### Slider
20
+
21
+ * убрали наслоение контейнера для шкалы минимум/максимум с текущим значением бегунка
22
+
23
+ ![Kapture 2025-05-29 at 12 40 21](https://github.com/user-attachments/assets/db518bf3-d9c8-43a0-b718-dcd58e429cd6)
24
+
25
+ [PR](https://github.com/salute-developers/plasma/pull/1978)
26
+
27
+ ### Link
28
+
29
+ * изменена поставка компонента ( добавлены файлы `types`, `tokens` )
30
+
31
+ [PR](https://github.com/salute-developers/plasma/pull/1966)
32
+
33
+ ### Progress
34
+
35
+ * добавлен новый `view` - `info`
36
+
37
+ <img width="1024" src="https://github.com/user-attachments/assets/1fcad509-3a21-4a78-8162-2c4e32ebe9f6" />
38
+
39
+ [PR](https://github.com/salute-developers/plasma/pull/1975)
40
+
41
+ ### Autocomplete, Combobox
42
+
43
+ * улучшено поведение виртуализированного списка при динамическом изменении высоты оного;
44
+
45
+ ![Kapture 2025-05-29 at 14 52 03](https://github.com/user-attachments/assets/0df860d6-f2e6-4c6e-a220-6b3496e83a0f)
46
+
47
+ [PR](https://github.com/salute-developers/plasma/pull/1968)
48
+
49
+ ### Note
50
+
51
+ * добавлен возможность закрыть компонент, через свойство `hasClose` и `onCloseButtonClick`
52
+
53
+ ![Kapture 2025-05-29 at 13 15 39](https://github.com/user-attachments/assets/babc7f1d-ba21-4868-a7f1-635055928dd5)
54
+
55
+ [PR](https://github.com/salute-developers/plasma/pull/1962)
56
+
57
+ ### Calendar
58
+
59
+ * исправлен метод получения модификации даты: учитывается свойство `includeEdgeDates`
60
+
61
+ [PR](https://github.com/salute-developers/plasma/pull/1984)
62
+
63
+ * добавлена возможность растягивать на всю доступную ширину и высоту
64
+
65
+ ![Kapture 2025-05-29 at 15 01 01](https://github.com/user-attachments/assets/188619f1-7bad-4e6a-812b-2a46c22439f0)
66
+
67
+ [PR](https://github.com/salute-developers/plasma/pull/1972)
68
+
69
+ ### DatePicker
70
+
71
+ * добавлена возможность управлять размером выпадающего календаря
72
+
73
+ * добавлена возможность растягивать поле ввода на всю доступную ширину
74
+
75
+ [PR](https://github.com/salute-developers/plasma/pull/1972)
76
+
77
+ ### Icons
78
+
79
+ * добавлены новые иконки:
80
+ * ArrowBack
81
+ * FloorTypeFill
82
+ * FloorTypeOutline
83
+ * SensorFill
84
+ * SensorOutline
85
+ * FlashlightOutline
86
+ * DocumentExportFill
87
+ * DocumentExportOutline
88
+ * DocumentImportFill
89
+ * DocumentImportOutline
90
+ * InternationalTradeOutline
91
+ * SensorTemperatureFill
92
+ * SensorTemperatureOutline
93
+
94
+ [PR](https://github.com/salute-developers/plasma/pull/1992)
95
+
96
+ * изменены название иконок с ключевым словом `sber` на `sb` для всех платформ
97
+
98
+ <img width="768" src="https://github.com/user-attachments/assets/7cd5e024-4586-48e4-bebc-9fa46b760927" />
99
+
100
+ [PR](https://github.com/salute-developers/plasma/pull/1981)
101
+
102
+ ### CodeField
103
+
104
+ * добавлен **новый** компонент
105
+
106
+ ![Kapture 2025-05-29 at 13 28 14](https://github.com/user-attachments/assets/1bc20b57-0b4f-4976-adde-35e6ac082a1e)
107
+
108
+ [PR](https://github.com/salute-developers/plasma/pull/1993)
109
+
110
+ ### Notifications
111
+
112
+ * добавлена возможность управлять шириной уведомления, через свойство `width` и `maxWidth`
113
+
114
+ ![Kapture 2025-05-29 at 13 43 54](https://github.com/user-attachments/assets/0eae5726-4b23-40ae-9025-2016da019de2)
115
+
116
+ [PR](https://github.com/salute-developers/plasma/pull/1967)
117
+
118
+ ### List
119
+
120
+ * переведен на новую архитектуру
121
+
122
+ <img width="768" src="https://github.com/user-attachments/assets/454586b5-ddc3-4574-b510-8830b65f1618" />
123
+
124
+ [PR](https://github.com/salute-developers/plasma/pull/1954)
125
+
126
+ ## Изменения в библиотеки
127
+
128
+ ### PaginationDots
129
+
130
+ * компонент перенесен внутрь core пакет
131
+
132
+ [PR](https://github.com/salute-developers/plasma/pull/1970)
133
+
134
+
1
135
  ## 1.581.1 (20 мая 2025)
2
- исправлено использование `ref`
3
- исправлен баг, связанный с возможностью открывать вложенный список с флагом `disabled`;
4
- добавлена возможность указывать toastDefaultArgs в ToastProvider
5
- `view` приведены в соответствие с макетами
6
- исправлены опечатки и общий шаблон документации
7
- добавлен в документацию пример c логикой очистки input
8
- исправлен механизм truncate для длинных текстов
9
- исправлено поведение автофокуса на input после ввода дат
10
- исправлено поведение, при корректном вводе даты вызывается onCommit
11
- расширен интерфейс для payload событий, добавлены поддержка ISO формат и объект с датами
12
- расширен тип value до string
13
- добавлен токен для регулирования свойства cursor, по-умолчанию `pointer`
14
- убрано поведение скролла к инпуту после выбора элемента в режиме `multiple`;
15
- актуализирована документация;
16
- добавлен явный экспорт типа ComboboxItemOption;
17
- исправлен баг, не позволявший вызывать коллбэк `filter` в момент полной очистки инпута;
18
- добавлен **новый** callback onTimeoutClose, вызывается при автоматическом закрытии по timeout.
19
- добавлен рендер-пропс `renderItem`;
20
- компонент перенесен на новую архитектуру c сохранением API
21
- добавлено новое свойство `itemView` <img width="748" src="https://github.com/user-attachments/assets/783c547d-8c68-42f6-a85a-712a9615cd7c" />
22
- добавлено `accent` `view` и комбинации с `itemView` <img width="748" src="https://github.com/user-attachments/assets/18f0ecb6-9441-4cf2-ba4a-112e7d6596fd" />
23
- исправлены опечатки в "color=inherit"
24
- исправлены опечатки в "color=inherit"
25
- добавлено возможность прокинуть атрибут `autoComplete`
26
- добавлен новый размер `L`
27
- добавлено индивидуальное свойство `trigger` для каждой группы вложенных списков для кастомной настройки их открытия;
28
- в документацию добавлен пример с виртуализацией;
29
- добавлено свойство `contentRight`;
30
- расширен функционал, позволяющий работать с `value`, которых нет в списке `items`;
31
- При нажатии на `helperText` список не раскрывается
32
- расширен функционал, позволяющий работать с `value`, которых нет в списке `items`;
33
- При нажатии на `helperText` список не раскрывается
34
- Добавлена поддержка свойства `isNumeric`, которое делает цифры моношоринными
35
- добавлен новый размер `L`
36
- При нажатии на `helperText` фокус на `textfield` не происходит
37
- Добавлен props `handlePlacement`
38
- Добавлен пример в `storybook` с полноэкранным `sheet`
39
- добавлен `hover` для `input` control в компоненте
40
- добавлен новый компонент
41
- добавлены stories с выводом числовых токенов `spacing` и `corner radius`
42
- добавлен `margin` при наличии `children` у `contentLeft`
43
- исправлен баг при вводе `col` и некорректном отображении `outerLabelWrapper`
44
- min/max значения внесены внутрь контейнера одиночного слайдера
45
- Добавлена поддержка свойства `as` для linaria сборки
46
- Добавлены свойства `as` и `forwradedAs` на уровне типов
47
- Добавлена документация с примером
48
- Добавлена поддержка свойства `medium`
49
- добавлены stories с выводом токенов типографики
50
- Исправлено поведение `checkbox` на нативное в состоянии `indeterminate`
51
- Обновлены токены для всех тем этой группы
52
- Добавлены токены medium начертаний для типографики во все темы этой группы
53
- Обновлены токены для всех тем этой группы
54
- Добавлены токены medium начертаний для типографики во все темы этой группы
55
- Обновление theme `plasma_b2c`
56
- Обновление theme `sdds_serv`
57
- Обновление theme `plasma_giga`
58
- Добавлена theme `plasma_giga_app` (дубликат plasma_b2c)
59
- Добавлены токены теней для native платформ в themes `plasma_b2c` и `plasma_web`
60
- исправлены токены для `hover`, `active`
61
- исправлены токены для `hover`, `active`
62
- добавлены переводы для aria-label на `eng`
63
- добавлено **новое** свойство `openByRightClick` для открытия по правому клику мыши
64
- добавлено свойство `listMaxHeight`
65
- свойство `listHeight` теперь deprecated
66
- добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля
67
- добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля
68
- добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля
69
- добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля
70
- добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля
71
- добавлена документация по использованию `react-hook-form` с помощью `Controller`
72
- расширено свойство `onChange?: (value: string[], item: T | null)`
73
- расширили свойство `renderTarget?: (value: K[], opened?: boolean)`
74
- добавлено свойство `listMaxHeight`
75
- свойство `listHeight` теперь deprecated
76
- добавлено свойство `onScroll` для возможности бесконечной подгрузки
77
- добавлено свойство `onToggle`
78
- добавлено состояние `readOnly`
79
- исправлен UI для состояния disabled
80
- добавлен новый токен, для изменения кол-ва строк в `description`
81
- добавлены новые значения для `NotificationPlacement`. `top`, `center`, `left`, `bottom`, `right` и производные комбинации.
82
- добавлена документация по использованию `react-hook-form` с помощью `Controller`
83
- расширено свойство `onChange?: (value: string[], item: T | null)`
84
- добавлено **новое** свойство `emptyStateDescription`
85
- добавлено свойство `listMaxHeight`
86
- свойство `listHeight` теперь deprecated
87
- добавлено св-во `onScroll` для возможности бесконечной подгрузки
88
- добавлено св-во `onToggle`
89
- исправлен баг с позиционированием выпадающего списка при динамическом изменении его высоты
90
- исправлено поведение в `controlled` при состоянии `indeterminate`
91
- добавлен новый компонент LinkButton
92
- добавлен компонент для ввода чисел с форматированием
93
- добавлена возможность использовать компонент в `controlled-варианте`
94
- исправлен баг в режиме `readOnly`;
95
- изменен `gap` между элементами в размерах `xs` и `m`
96
- добавлено новое свойство `onChange?: (page?: number, perpage?: number)`
97
- исправлен баг с позиционированием выпадающего списка при динамическом изменении его высоты;
98
- добавлено свойство `renderFromDate`, для регулирования даты отрисовки календарной сетки
99
- добавлен новый компонент Card
100
- обновлены токены для `border`
101
- обновлены токены для `border`
102
- Добавлен миксин `applyPaper`, который позволяет создать базовый стиль подложки для любого блока, со следующим набором свойств, значения которых доступны из темы plasma_web:
103
136
  - backgroundColor - отвечает за цвет подложки в котором можно выбрать токены цветов и градиентов;
104
137
  - borderRadius - отвечает за скругление углов блока;
105
138
  - shadow - отвечает за применение стилей теней для блока;
106
139
  - styles - отвечает за все доступные css свойства.
107
140
  <div
108
141
  style={applyPaper({
109
142
  backgroundColor: surfaceAccent,
110
143
  borderRadius: borderRadiusM,
111
144
  shadow: shadowDownHardM,
112
145
  styles: {
113
146
  color: white,
114
147
  width: 10rem,
115
148
  height: 10rem,
116
149
  },
117
150
  })}
118
151
  >
119
152
  Test card
120
153
  </div>
121
- добавлен логика для переопределения color: `title`, `icon`, `content`
122
- при программном выборе таба происходит скролл к выбранному табу
123
- переведен на **новую** архитектуру с использованием `@floating-ui`
124
- Добавлены новые токены цвета текста при `disabled`
125
- Добавлены новые токены цвета текста при `disabled`
126
- добавлена опциональная виртуализация в выпадающий список;
127
- добавлен пропс `renderTitle`;
128
- добавлен явный экспорт типов;
129
- Добавлен билдер миксина `applyPaper`
130
- изменен `type` на ReactNode для свойств `title`, `description`
131
- добавлено свойство `singleSelectedRequired`, которое делает один сегмент обязательно активным
132
- добавлена опциональная виртуализация в выпадающий список;
133
- добавлен размер `xl`
134
- добавлен размер `xl`
135
- добавлен токен `labelColor`
136
- обновлено отображение readOnly
137
- исправлен выбор месяца на двойном календаре
138
- изменен тег в `AccrodionItem` с `button` на `div`
139
- добавлена опциональная виртуализация в выпадающий список
140
- добавлен токен `box-shadow`
141
- исправлены примеры в `storybooks` для корректной демонстрации
142
- добавлена возможность задавать цвет фона панели
143
- актуализированы `view` согласно макетам
144
- актуализированы `view` согласно макетам
145
- исправлена ошибка при работе с `react-hook-form`, если не указано изначальное значение
146
- исправлена ошибка при работе с `react-hook-form`, если не указано изначальное значение
147
- добавлен **новый** размер `xl`
148
- исправлена работа `end` и `start` при `target` меньше чем `32px`
149
- исправлен баг, связанный с возможностью выбирать `disabled` item через его родителя;
150
- исправлен `background`, `cursor`
151
- исправлена логика отрисовки календарных сеток "месяц", "квартал", "год" для минимальной и максимальной дат
152
- добавлено св-во `onChangeValue` для отслеживания изменений значения в строке поиска.
153
- добавлен корректный отступ для `trigger icon`
154
- добавлены **новые** размеры с `h2` по `h5`
155
- исправлена передача свойства `closeIconType`
156
- добавлено **новое** свойство `textColor`
157
- добавлены новые значения для `view`:`positive`, `negative`
158
- значения `view`:`dark`,`light` помечены как `deprecated`
159
- исправлена ошибка гидрации в Next
160
- исправлена ширина компонента в storybook
161
- добавлена возможность передавать внешнее значение даты в DatePicker
162
- добавлена возможность задать цвет `helperText` при статусе `error` и `success`
163
- добавлена возможность задать цвет `helperText` при статусе `error` и `success`
164
- Добавлен пропс `animated`, который делает плавное появления `Popover` за 200мс
165
- Исправлена работа свойства `animated`, путем наследования этого свойства из `Popover`
166
- добавлен явный экспорт типов;
167
- добавлен явный экспорт типов;
168
- исправлен баг, связанный с пропсом required в режиме с чипами;
169
- Hint остается активным при disabled состоянии
170
- добавлен раздел в документацию по работе с NextJs
171
- В документацию добавлен пример для `view`:`positive`, `negative` с иконкой `color=inherit`
172
- исправлено поведение при анмаунте через условие
173
- исправлена логика расчета отображаемого значения
174
- добавлен новый компонент Note
175
- исправлен баг, позволявший ввести число с точкой в конце, больше максимального значения или ниже минимального значения
176
- добавлено свойство `precision`, определяющее кол-во знаков после запятой
177
- добавлены тесты на эти кейсы
178
- добавлена возможность указать место раскрытия календаря
179
- добавлен блок для отображения дополнительного контента в виде badge или counter
180
- поля ввода даты становятся независимыми после выбора полной даты в DatePickerRange
181
- добавлено свойство `closeAfterDateSelect`, позволяющее закрыть календарь после выбора даты
182
- Изменен отступ между иконкой слева и label при горизонтальном слайдере
183
- Проверка, что токен называется в CamelCase нотации
184
- Название токена не должно превышвать 32 символа
185
- Название не должно начинаться с название подгруппы, в которой он создаётся
186
- В названии не должно быть зарезервированных слов "onDark", "onLight", "inverse"
187
- Значение обычного цвета теперь поддерживается только в HEX и HEXA форматах
188
- Значение градиента допускается только в полном описании: linear|radial-gradient (<угол / радиус>, <цвет> <позиция>, <цвет> <позиция>)
189
- добавлена возможность передачи `restProps` в компоненты `CellTextbox`
190
- исправлен пример для `CellTextbox`
191
- исправлена ширина кликабельной области `label` по умолчанию (`singleLine=false`)
192
- добавлена `story` для длинного названия + `singleLine`
193
- добавлен тест на клик по `label` и тест для свойства `singleLine`
194
- исправлена ширина кликабельной области `label` по умолчанию (`singleLine=false`)
195
- исправлен размер иконки trigger для hint
196
- добавлено отображение Hint внутри TextField-like компонент
197
- добавлена возможность задавать направление раскрытия вложенных дропдаунов
198
- актуализированы примеры документации для свойств: `size`, `view`
199
- перенесен внешний css из rc-tree в локальную сборку
200
- актуализированы токены для конфигураций компонентов
201
- добавлены новые токены для более детальной кастомизации
202
- исправлен токен жирности шрифта для `button-like` варианта `Select`;
203
- добавлен токен `itemMargin`
204
- добавлен токен `disclosureIconColor`
205
- актуализированы токены для конфигураций компонентов и тестов
206
- обновлены snapshots для компонентов
207
- добавлено подключение theme из `plasma-themes` для `storybook` в `decoratorThemes`
208
- добавлено примечание о том что используются только в сборке `styled-components`
209
- изменили минимальное значение с 1 на 0
210
- добавлены свойства beforeList и afterList, которые служат ячейками для content в выпадающем списке;
211
- изменен тип свойства `rightHelper` на `ReactNode`
212
- добавлена поддержка `react-hook-form`
213
- Добавлена генерация `spacing` токенов
214
- обновлена, глобально, версия TS с 4.2.4 до 4.5.5
215
- добавлено свойство `helperText`
216
- добавлен `helperTextView` со значениями `default` и `negative`
217
- исправлена типизация компонента (убран принудительный кастинг)
218
- Добавлен размер `xl` во все вертикали
219
- исправлено поведение свойства `textAfter`, теперь позиция всегда рядом с текстом input
220
- актуализированы примеры в storybook в соответствии с дизайном
221
- исправлена работа `placeholder` при работе `react-hook-form` с defaultValues
222
- исправлены циклические зависимости
223
- в target можно передать ref на элемент, рядом с которым произойдет открытие
224
- свойство `hasArrow` помечено как `deprecated`
225
- актуализированы примеры в `storybook`
226
- добавлена новые токены для возможности управления расстоянием между контентом Item и иконкой DisclosureRight
227
- добавлен новый токен, отвечающий за скейлинг иконки DisclosureRight в зависимости от размера компонента
228
- исправлены стили скруглений и отступтов, теперь они рассчитываются по формуле, также как и в компоненет `Select`
229
- добавлен новый компонент (многоуровневый раскрывающийся список в виде дерева);
230
- свойства required попадает в `DOM` на соотвествующие элементы
231
- закрытие выпадающего списка теперь возможно по повторному нажатию на таргет;
232
- Добавлены `spacing` токены
233
- добавлено свойство `UNSAFE_SSR_ENABLED` в `PopupProvider` для корректной hydration компонента;
234
- актуализированы примеры в документации для свойства `placement`
235
- изменен формат записи токена для `padding` с длинной на короткую
236
- добавлено ограничение на отрицательные значения в годах
237
- добавлены свойства beforeList и afterList, которые служат ячейками для content в выпадающем списке;
238
- исправлено поведение, когда нажатие на `Tab` очищало набранный текст в `single` mode;
239
- исправлен import для типа `RequiredProps`
240
- добавлены свойства `required`, `requiredPlacement`
241
- актуализированы примеры в документации
242
- добавлена возможность изменить цвет закрывающей иконки
243
- скорректирован внутренний `align-items`
244
- расширен тип у `item` для использования дата-атрибутов и классов в DOM.
245
- добавлено свойство `zIndex` для облегчения работы со слоями в выпадающем меню
246
- исправлен баг, связанный с неправильной работой свойства renderValue в одиночном режиме варианта `textfield-like`;
247
- добавлена страница в storybook с выводом цветовых токенов темы
248
- изменен `type` для свойства `leftHelper` на `ReactNode`
249
- обновлен до версии `3.6.1`
250
- исправлено поведение работы value (внешнее управление)
251
- исправлена подстветка шкалы в вертикальном и инверсированном режиме
252
- добавлены новые свойства `pointerVisibility`, `currentValueVisibility`
253
- добавлена возможность открывать по `hover`
254
- rest аргументы прокидываются на уровень `.popup-base-root` элемента
255
- актуализированы примеры storybook и документация
256
- добавлен новый компонент
257
- Исправлено поведение, при котором во время ввода значения / потери или получение фокуса приводило к скроллу страницы при включенном autoResize
258
- добавлен отдельный `config` для вариации `outline`
259
- добавлена соответствующая поддержка во все библиотеки
260
- исправлены токены целью добавления возможности реализации нового дизайна
261
- добавлено новое свойство `renderItem`;
262
- улучшено поведение свойства `renderItem` при работе с вложенными списками;
263
- исправлен баг, приводящий к неправильной работе чипов в режиме multiple при renderValue;
264
- добавлен surfaceClear токен для варианта clear
265
- добавлены padding для варианта clear
266
- реализован вариант только с иконкой
267
- добавлена возможность передать пользовательский цвет для текста и фона
268
- добавлены св-ва required, requiredPlacement и optional;
269
154
  ![plasma-b2c Select -- prop required, requiredPlacement snap](https://github.com/user-attachments/assets/42fcb1fe-6a37-434b-843f-d285b4e6f279)
270
- добавлен новый проп `chipType`, который позволяет менять внешний вид для чипа в режиме multiselect;
271
155
  ![plasma-b2c Select -- prop chipType snap](https://github.com/user-attachments/assets/66c5cb36-bd40-444f-bace-1fb8dec2f130)
272
- при отсутствии значения календарная сетка отображается с минимальной даты
273
- добавлена возможность отображать вечные оповещения
274
- добавлена поддержка `react-hook-form`
275
- добавлена документация по использованию с нативной формой и `react-hook-form`
276
- добавлен новый компонент
277
- добавлены размеры `XL`
278
- добавлен размер `XXS` для компонента `IconButton`
279
- добавлено свойство keepPlaceholder для одновременного отображения label и placeholder
280
- добавлено свойство `chipView`
281
- добавлен callback `chipValidator`
282
- добавлены статусные `view`: `positive`, `negative`, `warning`
283
- добавлен базовый дизайн с пропсами `hasBody` и `hasClose`
284
- старые примеры в сторибуках перенесены в `Custom Modal Demo`
285
- добавлено свойство для выноса левого helper за пределы TextArea
286
- упростили типы связанный со свойством `required`
287
- обновлена конфигурация компонента
288
- обновлены примеры в `storybook`
289
- изменен `view negative` в соответствии с макетом
290
- изменен конфиг компонента в соответсвии с макетам
291
- изменен конфиг компонента в соответсвии с макетам
292
- исправлены токены в соответствие с макетом
293
- убран `control` для свойства `size` в `storybook`
294
- добавлен в сборку для `linaria`
295
- исправлен баг, возникающий когда проп `listHeight` был больше, чем актуальная высота списка, что приводило к пустым пробелам в этом же выпадающем списке.
296
- исправлено некорректное поведение выпадающего списка при использовании его внутри скролла, не являющегося скроллом вьюпорта;
297
- убран автоподскролл по фокусу
298
- добавлена генерация иконок для платформы `react-native`
299
- добавлены примеры с валидацией формы в раздел "Формы"
300
- добавлено свойство `noWrap`, запрещающее перенос текста по пробелам
301
- обновлены `storybooks`, тесты и документация
302
- исправлена опечатка в названии папки `typograpy` -> `typography`
303
- --
304
- 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))
305
- feat: add helperPlacement prop to TextArea [#1579](https://github.com/salute-developers/plasma/pull/1579) ([@vadim-kudr](https://github.com/vadim-kudr))
306
- feat: add Modal designed body [#1558](https://github.com/salute-developers/plasma/pull/1558) ([@vadim-kudr](https://github.com/vadim-kudr))
307
- docs(): api reports regenerated [#1588](https://github.com/salute-developers/plasma/pull/1588) ([@denivladislav](https://github.com/denivladislav))
308
- feat(plasma-\*): add chipView & chipValidator tests & update configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
309
- feat(plasma-\*): add Chip views & update test ([@TitanKuzmich](https://github.com/TitanKuzmich))
310
- feat: add hasPlaceholder prop to TextField [#1556](https://github.com/salute-developers/plasma/pull/1556) ([@vadim-kudr](https://github.com/vadim-kudr))
311
- feat(plasma-b2c/web): add Dropzone component with tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
312
- feat: add infinite Notification [#1582](https://github.com/salute-developers/plasma/pull/1582) ([@vadim-kudr](https://github.com/vadim-kudr))
313
- feat(\*): add disabled opacity token in calendar [#1566](https://github.com/salute-developers/plasma/pull/1566) ([@iljs](https://github.com/iljs))
314
- feat(plasma-\*): update tests and configs for Badge ([@TitanKuzmich](https://github.com/TitanKuzmich))
315
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
316
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
317
- chore(): Typography tests added for BodyM, H2, TextS; \_noWrap test updated ([@denivladislav](https://github.com/denivladislav))
318
- chore(plasma-b2c, plasma-web): Typography tests and snapshots updated ([@denivladislav](https://github.com/denivladislav))
319
- docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
320
- fix: "RequiredProps" unions in TextField & TextArea [#1593](https://github.com/salute-developers/plasma/pull/1593) ([@vadim-kudr](https://github.com/vadim-kudr))
321
- feat(plasma-_, sdds-_): Switch track and thumb tokens improved ([@denivladislav](https://github.com/denivladislav))
322
- feat(plasma-_, sdds-_): Add chipType prop in Select [#1577](https://github.com/salute-developers/plasma/pull/1577) ([@shuga2704](https://github.com/shuga2704))
323
- feat(plasma-_, sdds-_): Add chipType props in TextField ([@shuga2704](https://github.com/shuga2704))
324
- feat(plasma-_, sdds-_): Add required functionality [#1561](https://github.com/salute-developers/plasma/pull/1561) ([@shuga2704](https://github.com/shuga2704))
325
- feat(plasma-_, sdds-_): Add renderItem prop in Dropdown. Fix issues with Select and Combobox [#1562](https://github.com/salute-developers/plasma/pull/1562) ([@shuga2704](https://github.com/shuga2704))
326
- chore(): Switch tokens updated ([@denivladislav](https://github.com/denivladislav))
327
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
328
- [@iljs](https://github.com/iljs)
329
- [@Salute-Eva](https://github.com/Salute-Eva)
330
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
331
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
332
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
333
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
334
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
335
- Vlad Denisov ([@denivladislav](https://github.com/denivladislav))
336
- --
337
- добавлены новые св-ва `required`, `requiredPlacement` и `optional`;
338
- добавлены новые св-ва `required`, `requiredPlacement` и `optional`;
339
- добавлена возможность передать свойство `autoComplete`
340
- добавлено событие `onClickClose` по клику на крестик
341
- `onClear` помечено как deprecated
342
- написан тест на onClickClose
343
- реализована возможность обрезания текста по максимальной ширине
344
- компонент включен в поставку `plasma-*` и `sdds-*` библиотек
345
- добавлено свойство alwaysOpened
346
- добавлен тест на новое свойство
347
- добавлен токен изменения цвета фона компонента при наведении
348
- для `sdds-cs` исправлены значения токенов `itemSelectedDividerColor` и `itemSelectedDividerColorHover`
349
- для `sdds-dfa` исправлены токены для состояния `disabled`
350
- исправлены `argTypes` в stories
351
- исправлен курсор при наведении на текущий `Breadcrumb`
352
- исправлены токены для `hover` и `active` состояний у `Breadcrumb`
353
- добавлены размеры `s`, `l`
354
- добавлено свойство `description`
355
- добавлено свойство `toggleSize`
356
- обновлены документация и тесты
357
- свойство `square` у `Button` помечено как `deprecated`
358
- свойство `square` удалено из storybooks для `Attach`
359
- для размеров `m`, `l` у `Attach` исправлен размер иконки по умолчанию в варианте `IconButton`
360
- исправлены токены для view=secondary в пакете `sdds-cs`
361
- исправлены токены для view=secondary в пакете `sdds-cs`
362
- исправлены смещающиеся активные элементы
363
- добавлен фокус
364
- добавлены тесты
365
- осуществлен переход на `floating-ui`
366
- расширена типизация, позволяющая использовать компонент в режиме uncontrolled (b2c и web)
367
- исправлено некорректное отображение ячейки выпадающего списка при длинных значениях
368
- расширены возможности использования компонента через портал. Теперь помимо рефки можно пробросить id `dom-элемента`
369
- исправлены UI-баги при использовании портала
370
- улучшена поддержка типов
371
- вернули возможность использовать `TabItemProps`, `TabsProps` во все пакетах
372
- добавлен view `negative` для `Combobox`
373
- добавлен view `negative` для `Autocomplete`
374
- `Autocomplete`,
375
- `Combobox`,
376
- `Dropdown`,
377
- `Notifications`,
378
- `Range`,
379
- `Pagination`,
380
- `Tabs`,
381
- `DatePicker`
382
- обновлена тема `sdds_insol`
383
- обновлено свойство `background-color` на background в компоненте `Button` для поддержки градиентов в значениях у токенов.
384
- обновлены конфигурации для компонентов `Button`, `TextArea` и `TextField`
385
- изменена документация ( значения `size` ) для корректного отображения в документации в вертикали `sdds-cs`
386
- добавлен подраздел примеры смены тем
387
- --
388
- 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))
389
- docs(): api reports regenerated [#1539](https://github.com/salute-developers/plasma/pull/1539) ([@denivladislav](https://github.com/denivladislav))
390
- feat(plasma-\*): update test alwaysOpened for Dropdown ([@TitanKuzmich](https://github.com/TitanKuzmich))
391
- feat(plasma-\*): update TextArea resize test [#1520](https://github.com/salute-developers/plasma/pull/1520) ([@TitanKuzmich](https://github.com/TitanKuzmich))
392
- feat(plasma-web/b2c): add NumberInput component with tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
393
- feat: add Badge & Tabs truncate props [#1500](https://github.com/salute-developers/plasma/pull/1500) ([@vadim-kudr](https://github.com/vadim-kudr))
394
- feat(plasma-\*): add test onClickClose for Chip [#1536](https://github.com/salute-developers/plasma/pull/1536) ([@TitanKuzmich](https://github.com/TitanKuzmich))
395
- feat(new-hope): add thin cross to notification and toast [#1506](https://github.com/salute-developers/plasma/pull/1506) ([@iljs](https://github.com/iljs))
396
- feat(\*): add tokens to all libs in dropdown ([@iljs](https://github.com/iljs))
397
- feat(\*): add tokens to all libs in combobox ([@iljs](https://github.com/iljs))
398
- feat(\*): add tokens to all libs in calender and datepicker ([@iljs](https://github.com/iljs))
399
- feat(\*): add tokens to all libs in autocomplite ([@iljs](https://github.com/iljs))
400
- feat(new-hope): toast and notification tokens ([@iljs](https://github.com/iljs))
401
- feat(new-hope): datepicker add more tokens ([@iljs](https://github.com/iljs))
402
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
403
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
404
- feat(plasma-_, sdds-_): Select improvements [#1550](https://github.com/salute-developers/plasma/pull/1550) ([@shuga2704](https://github.com/shuga2704))
405
- fix: fix Steps jumping bullets [#1517](https://github.com/salute-developers/plasma/pull/1517) ([@vadim-kudr](https://github.com/vadim-kudr))
406
- fix(plasma-_, sdds-_): square control removed from storybooks ([@denivladislav](https://github.com/denivladislav))
407
- chore(plasma-_, sdds-_): Switch ported; tests added ([@denivladislav](https://github.com/denivladislav))
408
- fix(plasma-_, sdds-_): fixed Tabs storybooks ([@denivladislav](https://github.com/denivladislav))
409
- docs(): api reports regenerated [#1545](https://github.com/salute-developers/plasma/pull/1545) ([@denivladislav](https://github.com/denivladislav))
410
- fix(plasma-_, sdds-_): TabItemProps and TabsProps exported ([@denivladislav](https://github.com/denivladislav))
411
- docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
412
- feat(plasma-_, sdds-_): Add required functionality in Combobox [#1527](https://github.com/salute-developers/plasma/pull/1527) ([@shuga2704](https://github.com/shuga2704))
413
- feat(plasma-_, sdds-_): Add required functionality in Autocomplete [#1522](https://github.com/salute-developers/plasma/pull/1522) ([@shuga2704](https://github.com/shuga2704))
414
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
415
- [@iljs](https://github.com/iljs)
416
- [@Salute-Eva](https://github.com/Salute-Eva)
417
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
418
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
419
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
420
- Luiza_Sok ([@luizasok](https://github.com/luizasok))
421
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
422
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
423
- Vlad Denisov ([@denivladislav](https://github.com/denivladislav))
424
- --
425
- styled components перенесены в папку `styled-components` для пакета `sdds-serv`
426
- добавлена генерация CSS Linaria по-умолчанию для пакета `sdds-serv`
427
- исправлен параметр `contentRight`
428
- исправлен отступы во всех поставках `sdds` в `AccordionItem`
429
- добавлен новый параметр `opened`, для контроля состоянием вне компонента
430
- добавлена возможность прокидывать `ref` в `AccordionItem`
431
- добавлены подсказки сверху справа и в виде Tooltip
432
- обновлены тесты и документация
433
- добавлены новые токены в ядро компонента
434
- исправлена конфигурация компонента с учетом новых токенов для поставки `sdds-cs`
435
- компонент Dropdown переведен на новую архитекутуру. API сохранен;
436
- исправлен баг, связанный с невозможностью раскрытия выпадающего списка в старом(legacy) Dropdown;
437
- исправлены недочеты по UI;
438
- расширены возможности использования через портал;
439
- несуществующие value (которых нет в массиве items) теперь отбрасываются и не принимают участие в работе компонента;
440
- изменение массива items теперь приводит к обновлению выбранных элементов (для гибкой асинхронной работы);
441
- исправлен баг, связанный с мутацией исходного массива items;
442
- добавлено новое св-во renderValue;
443
- несуществующие value (которых нет в массиве items) теперь отбрасываются и не принимают участие в работе компонента;
444
- изменение массива items теперь приводит к обновлению выбранных элементов (для гибкой асинхронной работы);
445
- добавлено вертикальное отображение
446
- обновлен дизайн горизонтального отображения
447
- изменен `type` для `title` на `ReactNode`
448
- добавлено расположение `bottom-left`
449
- добавлены `Header Tabs`
450
- добавлены `hover` и `active` состояния для стрелок
451
- обновлены тесты и `storybooks`
452
- добавлена `view negative` для компонента `Select`
453
- исправлен цветовой токен для `contentLeftColor` в компоненте `Select`
454
- убраны лишние опции и примеры из storybook для компонента `Select`
455
- добавлены тесты;
456
- видимое значение не может быть меньше 1
457
- для значений от 1 до 9 `Counter` становится круглым
458
- добавлены размеры `l`, `m`, `s` во все пакеты (в `sdds-cs` только размер `s`)
459
- исправлены токены отступов для размера `xxs`
460
- обновлены `storybooks` и документация
461
- собраны изменение всех тем в один PR:
462
156
  - https://github.com/salute-developers/plasma/pull/1491
463
157
  - https://github.com/salute-developers/plasma/pull/1489
464
158
  - https://github.com/salute-developers/plasma/pull/1486
465
159
  - https://github.com/salute-developers/plasma/pull/1485
466
- добавлена новая тема `sdds_os` на основе `sdds_serv`
467
- обновлена `default` тема для пакета plasma-tokens
468
- обновлены токены типографики в теме `sdds-cs`. Теперь для всех размеров экранов (L, M и S) значения всех параметров одинаковые
469
- исправлена генерация токенов для модульного css, а также обновлены все темы
470
- добавлены методы генерации наборов токенов (dark и light режимов) для компонента `ViewContainer`
471
- добавлено подключение темы через css модули из пакета @salutejs/plasma-themes в plasma-new-hope
472
- добавлен компонент `ViewContainer` в plasma-new-hope в качестве примера
473
- добавлен декоратор `decoratorViewContainer` в plasma-new-hope с возможностью переключения тем и режимов контейнера (onDark / onLight / default)
474
- добавлен компонент `ViewContainer` во все библиотеки вертикали `sdds`, а также примеры и документация
475
- поправлено поведение hover для дней на календарной сетке
476
- добавлена новая библиотека
477
- --
478
- 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))
479
- docs(): api reports regenerated [#1514](https://github.com/salute-developers/plasma/pull/1514) ([@denivladislav](https://github.com/denivladislav))
480
- feat(plasma-_,sdds-_): add hasHint to TextField/Area stories [#1513](https://github.com/salute-developers/plasma/pull/1513) ([@TitanKuzmich](https://github.com/TitanKuzmich))
481
- feat: Notification placement prop [#1503](https://github.com/salute-developers/plasma/pull/1503) ([@vadim-kudr](https://github.com/vadim-kudr))
482
- feat: vertical single Slider [#1452](https://github.com/salute-developers/plasma/pull/1452) ([@vadim-kudr](https://github.com/vadim-kudr))
483
- feat(\*): add new tokens to select in all libs [#1504](https://github.com/salute-developers/plasma/pull/1504) ([@iljs](https://github.com/iljs))
484
- feat(plasma-\*): add hint to TextArea & TextField with tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
485
- feat(\*): add new props, edit contentRight, add ref to item and fix margin in sdds [#1484](https://github.com/salute-developers/plasma/pull/1484) ([@iljs](https://github.com/iljs))
486
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
487
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
488
- feat(plasma-b2c, plasma-web): Combobox component tests [#1518](https://github.com/salute-developers/plasma/pull/1518) ([@shuga2704](https://github.com/shuga2704))
489
- chore(plasma-{b2c, web}): Counter tests updated ([@denivladislav](https://github.com/denivladislav))
490
- chore(plasma-_, sdds-_): Counter configs and storybooks updated ([@denivladislav](https://github.com/denivladislav))
491
- docs(): api reports regenerated [#1502](https://github.com/salute-developers/plasma/pull/1502) ([@denivladislav](https://github.com/denivladislav))
492
- fix(): add arrow hover & active state; fix tokens ([@denivladislav](https://github.com/denivladislav))
493
- chore(): header tabs tests added ([@denivladislav](https://github.com/denivladislav))
494
- feat(plasma-_, sdds-_): Header tabs added ([@denivladislav](https://github.com/denivladislav))
495
- feat(plasma-_, sdds-_): Combobox & Select improvements [#1505](https://github.com/salute-developers/plasma/pull/1505) ([@shuga2704](https://github.com/shuga2704))
496
- feat(plasma-_, sdds-_): Dropdown architecture improvement [#1497](https://github.com/salute-developers/plasma/pull/1497) ([@shuga2704](https://github.com/shuga2704))
497
- fix(plasma-web): handle side effect for css ([@Yakutoc](https://github.com/Yakutoc))
498
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
499
- docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
500
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
501
- [@iljs](https://github.com/iljs)
502
- [@Irinkv](https://github.com/Irinkv)
503
- [@Salute-Eva](https://github.com/Salute-Eva)
504
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
505
- Anastasia Simashova ([@simashova](https://github.com/simashova))
506
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
507
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
508
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
509
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
510
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
511
- --
512
- свойство `view` помечено как `optional`
513
- свойство `view` для AccordionItem помечено как `deprecated`
514
- свойство `title` для `AccordionItem` теперь `ReactNode`
515
- исправлен скроллбар
516
- обновлены `snapshots`
517
- добавлены storybook декораторы для `Popup` и `Notification` для правильного отображения: `Drawer, Modal, Notification, Popup`
518
- вертикальные табы добавлены в поставку всех клиентских библиотек
519
- добавлено свойство `value` для горизонтальных и вертикальных табов
520
- исправлены токены для всех пакетов
521
- добавлен новый размер `XS`
522
- используется token `--text-accent` когда `view: secondary`
523
- для `closeIconColor` используется token `--text-accent` когда `view: secondary`
524
- изменены `padding{Right,Left}` на `8px`
525
- добавлена поддержка обработчика `onClick` при клике на ссылку
526
- поправлены union типы
527
- обновлена документация с указанием типов элементов
528
- исправлен скролл табов при малой ширине
529
- в `storybooks` добавлены свойства `width` и `height`, доступные при условии `clip = scroll`
530
- исправлен `onChange`, `id` и `name`
531
- добавлено свойство `onClear`
532
- в документацию добавлен пример с использованием компонента внутри формы
533
- добавлен дженерик для св-ва `items` в компоненте Combobox
534
- добавлена фокусировка по клику на дочерние элементы
535
- изменены токены для компонентов: `Autocomplie`, `Avatar`, `Breadcrumbs`, `Cell`, `Drawer`, `Dropdown`, `Modal`, `Notification`, `Pagination`, `Popover`, `Price`, `Progress`, `Segment`, `Slider`, `Tabs`, `Toast`, `Toolbar`, `Tooltip`
536
- добавлена и обновлена актуальная документация
537
- добавлен вызов change callback при выборе даты из календаря
538
- добавлена возможность указать frame, в котором будет происходить рендер календаря
539
- добавлена сортировка дат для Range DatePicker
540
- исправлено поведение фокуса при закрытии календаря
541
- добавлен вертикальный режим
542
- обновлен дизайн горизонтального отображения
543
- обновлен CS дизайн
544
- исправлены некорректные `imports` для примеров в документации к `Dropdown`
545
- добавлена страница для компонента `Tooltip`
546
- исправлен `truncate` имени файла
547
- исправлены тесты
548
- изменены методы генерации базовой темы в старом формате
549
- изменены методы генерации базовой темы для новой архитектуры
550
- исправлен токен background для view="dark"
551
- --
552
- 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))
553
- feat: SegmentGroup redesign & vertical mode [#1392](https://github.com/salute-developers/plasma/pull/1392) ([@vadim-kudr](https://github.com/vadim-kudr))
554
- feat(\*): add breadrumbs new tokens [#1458](https://github.com/salute-developers/plasma/pull/1458) ([@iljs](https://github.com/iljs))
555
- feat(plasma-web, plasma-b2c, sdds): Interlayer in Combobox according to the new generic [#1470](https://github.com/salute-developers/plasma/pull/1470) ([@shuga2704](https://github.com/shuga2704))
556
- feat(plasma-new-hope): Add generic of ItemOption in ComboboxProps ([@shuga2704](https://github.com/shuga2704))
557
- feat: api report update by prop `size:xs` [#1466](https://github.com/salute-developers/plasma/pull/1466) ([@Yakutoc](https://github.com/Yakutoc))
558
- feat(plasma-\*): add `size:xs` [badge](<[@Yakutoc](https://github.com/Yakutoc)>)
559
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
560
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
561
- docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
562
- docs: regenerate api reports [#1478](https://github.com/salute-developers/plasma/pull/1478) ([@TitanKuzmich](https://github.com/TitanKuzmich))
563
- test(plasma-\*): update Toast tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
564
- fix(plasma-_,sdds-_): fix Toast background token ([@TitanKuzmich](https://github.com/TitanKuzmich))
565
- chore(): added width and height to Tabs storybooks [#1476](https://github.com/salute-developers/plasma/pull/1476) ([@denivladislav](https://github.com/denivladislav))
566
- docs(): api reports regenerated [#1374](https://github.com/salute-developers/plasma/pull/1374) ([@denivladislav](https://github.com/denivladislav))
567
- fix(plasma-new-hope): fix tokens, styles and typos ([@denivladislav](https://github.com/denivladislav))
568
- chore(plasma-b2c, plasma-web): vertical Tabs tests added ([@denivladislav](https://github.com/denivladislav))
569
- chore(plasma-_, sdds-_): Tabs ported ([@denivladislav](https://github.com/denivladislav))
570
- feat(plasma-_, sdds-_): Tabs split into Horizontal and Vertical ([@denivladislav](https://github.com/denivladislav))
571
- test(plasma-\*): fix Popover flucky test [#1412](https://github.com/salute-developers/plasma/pull/1412) ([@TitanKuzmich](https://github.com/TitanKuzmich))
572
- test(plasma-\*): fix Popup depending tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
573
- fix(plasma-_,sdds-_): fix Modal & Popup stories docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
574
- fix: fix storybook popover container ([@vadim-kudr](https://github.com/vadim-kudr))
575
- feat(plasma-_, sdds-_): add scrollbar to TextArea ([@denivladislav](https://github.com/denivladislav))
576
- fix(plasma-b2c, plasma-web): fix Attach tests ([@denivladislav](https://github.com/denivladislav))
577
- fix: api report update [#1467](https://github.com/salute-developers/plasma/pull/1467) ([@Yakutoc](https://github.com/Yakutoc))
578
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
579
- [@iljs](https://github.com/iljs)
580
- [@Salute-Eva](https://github.com/Salute-Eva)
581
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
582
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
583
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
584
- Luiza_Sok ([@luizasok](https://github.com/luizasok))
585
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
586
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
587
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
588
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
589
- --
590
- добавлен новый компонент в поставку пакетов `plasma-*` и `sdds-*`
591
- написаны тесты и документация
592
- исправлен баг с некорректной работой св-ва `placement` в storybook в новой вкладке;
593
- убрана приписка `new` в названиях сторей для `combobox` в sdds-\*;
594
- Свойство `label-position` заложено в ядро компонента, а не в конфиг ( как-раньше )
595
- Добавлен в поставку `web` и `b2c` в сборке с linaria
596
- добавлено новое свойство `locale` для работы с локалями отличными от `ru`
597
- добавлен divider в новый Dropdown
598
- обновлена документация
599
- исправлено появление горизонтального скроллбара при открытии Drawer
600
- исправлено динамическое изменение placement и анимации открытия/закрытия
601
- добавлено **новое** отображение `clear`
602
- добавлен `divider` для `clear` отображения
603
- обновлены тесты и документация
604
- включено в поставку `plasma-*`, `sdds-*` пакетов
605
- добавлено отображение clear TextArea
606
- добавлен divider для clear отображения
607
- обновлены тесты и документация
608
- включено в поставку plasma-\*, sdds-\* пакетов
609
- добавлена поддержка `React Hook Form`
610
- добавлена поддержка работы с `html form`
611
- добавлен новый компонент: горизонтальный, вертикальный режим
612
- --
613
- 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))
614
- feat: Steps (horizontal + vertical) [#1443](https://github.com/salute-developers/plasma/pull/1443) ([@vadim-kudr](https://github.com/vadim-kudr))
615
- feat(\*): add docs [#1464](https://github.com/salute-developers/plasma/pull/1464) ([@iljs](https://github.com/iljs))
616
- feat(new-hope): add react-hok-form-support ([@iljs](https://github.com/iljs))
617
- feat(new-hope): add support datepicker ([@iljs](https://github.com/iljs))
618
- feat(new-hope): add support double slider ([@iljs](https://github.com/iljs))
619
- feat(plasma-_,sdds-_): update TextArea config & stories [#1451](https://github.com/salute-developers/plasma/pull/1451) ([@TitanKuzmich](https://github.com/TitanKuzmich))
620
- feat(plasma-\*): update TextArea config, stories & tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
621
- feat(plasma-_,sdds-_): update configs depending on TextField [#1449](https://github.com/salute-developers/plasma/pull/1449) ([@TitanKuzmich](https://github.com/TitanKuzmich))
622
- feat(sdds-\*): update Textfield config & stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
623
- feat(plasma-\*): update Textfield config, stories & tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
624
- feat(plasma-new-hope): fix Drawer positioning and overflow scrollbar [#1461](https://github.com/salute-developers/plasma/pull/1461) ([@TitanKuzmich](https://github.com/TitanKuzmich))
625
- feat(plasma-_,sdds-_): update Dropdown configs & stories [#1446](https://github.com/salute-developers/plasma/pull/1446) ([@TitanKuzmich](https://github.com/TitanKuzmich))
626
- feat(plasma-\*): extend stories examples ([@Yakutoc](https://github.com/Yakutoc))
627
- feat(new-hope): edit work label position switch [#1447](https://github.com/salute-developers/plasma/pull/1447) ([@iljs](https://github.com/iljs))
628
- feat(plasma-web/b2c): add ChipGroup component and snapshots ([@TitanKuzmich](https://github.com/TitanKuzmich))
629
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
630
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
631
- docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
632
- fix(plasma-_,sdds-_): fix TextField configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
633
- chore(plasma-web): add tests for en locale [calendar](<[@Yakutoc](https://github.com/Yakutoc)>)
634
- feat(plasma-web, b2c): Added mappings for placement prop in Dropdown [#1455](https://github.com/salute-developers/plasma/pull/1455) ([@shuga2704](https://github.com/shuga2704))
635
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
636
- [@iljs](https://github.com/iljs)
637
- [@Salute-Eva](https://github.com/Salute-Eva)
638
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
639
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
640
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
641
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
642
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
643
- --
644
- добавлен **новый** компонент
645
- включен в поставку plasma-_ и sdds-_ пакетов
646
- Изменены токены для компонентов `Autocomplite`, `Combobox`, `Datepicker`, `Range`, `Textfield`, `Textarea`, `Select` в поставке `sdds-cs`
647
- добавлен **новый** компонент в поставку всех клиентских библиотек
648
- добавлена возможность использовать свойство `className`
649
- изменены тесты plasma-b2c компонента TextArea
650
- --
651
- 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))
652
- docs(): api reports regenerated [#1437](https://github.com/salute-developers/plasma/pull/1437) ([@denivladislav](https://github.com/denivladislav))
653
- feat(sdds-cs): edit tokens [#1439](https://github.com/salute-developers/plasma/pull/1439) ([@iljs](https://github.com/iljs))
654
- feat(plasma-\*): fix Mask stories prop [#1418](https://github.com/salute-developers/plasma/pull/1418) ([@TitanKuzmich](https://github.com/TitanKuzmich))
655
- feat(plasma-web/b2c): add Mask component ([@TitanKuzmich](https://github.com/TitanKuzmich))
656
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
657
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
658
- feat(plasma-_, sdds-_): Attach ported; tests added ([@denivladislav](https://github.com/denivladislav))
659
- docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
660
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
661
- [@iljs](https://github.com/iljs)
662
- [@Salute-Eva](https://github.com/Salute-Eva)
663
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
664
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
665
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
666
- --
667
- добавлено свойство `clear`, которое меняет отображение `view`
668
- обновлена документация и storybook
669
- используется корректный `color token` для содержимого `contentLeft\Right` slots
670
- добавлен `hover` для `contentRight` slot
671
- добавлено новое свойство `alwaysOpened`
672
- обновлены токены в конфигурации компонента для `plasma-web`
673
- обновлена документация
674
- исправили `view` по-умолчанию для `sdds` вертикалей
675
- переведен на новую архитектуру и добавлен в поставки `plasma-{b2c, web}`
676
- исправлена работа свойства `placeholder`
677
160
 
678
- исправлена ошибка, когда изначальное значение в `single combobox` не отображалось
679
- исправлены формулы генерации `brightness` токенов
680
- обновлены / добавлены `active`, `hover`, `brightness` токены для `plasma-{b2c, web}` themes
681
- изменены тесты `plasma-b2c` компонентов `Slider`, `Tabs`, `DatePicker` и `Card`
682
- --
683
- 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))
684
- feat(plasma-web/b2c): update Editable with tests [#1430](https://github.com/salute-developers/plasma/pull/1430) ([@TitanKuzmich](https://github.com/TitanKuzmich))
685
- feat(plasma-\*): update Combobox configs & stories [#1422](https://github.com/salute-developers/plasma/pull/1422) ([@TitanKuzmich](https://github.com/TitanKuzmich))
686
- feat(plasma-web/b2c): update Badge stories & configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
687
- feat(plasma-_/sdds-_): update TextField stories [#1426](https://github.com/salute-developers/plasma/pull/1426) ([@TitanKuzmich](https://github.com/TitanKuzmich))
688
- feat(plasma-web/b2c): add defultValue TextField test ([@TitanKuzmich](https://github.com/TitanKuzmich))
689
- Merge remote-tracking branch 'origin/dev' into release_2024-09-18 ([@Yakutoc](https://github.com/Yakutoc))
690
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
691
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
692
- docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
693
- feat(plasma-_,sdds-_): update Combobox stories props ([@TitanKuzmich](https://github.com/TitanKuzmich))
694
- fix(plasma-\*): fix `content{Left\Right}Slot` UI ([@Yakutoc](https://github.com/Yakutoc))
695
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
696
- [@Salute-Eva](https://github.com/Salute-Eva)
697
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
698
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
699
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
700
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
701
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
702
- --
703
- plasma-\*: Fix `TextField` placeholder logic [HOTFIX][#1425](https://github.com/salute-developers/plasma/pull/1425) ([@TitanKuzmich](https://github.com/TitanKuzmich))
704
- feat(plasma-_/sdds-_): update TextField stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
705
- feat(plasma-web/b2c): add defultValue TextField test ([@TitanKuzmich](https://github.com/TitanKuzmich))
706
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
707
- [@Salute-Eva](https://github.com/Salute-Eva)
708
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
709
- --
710
- токены для `Switch` приведены в соответствие с макетами
711
- добавлено состояние `hover`
712
- удален `skip test` для свойства `pressed` (это свойство deprecated). Вместо него добавлен тест `onMouseDown` с событием `realMouseDown`
713
- в тест `OnClick` добавлен `realClick`
714
- добавлена поддержка русского и английского языка
715
- добавлено форматирование даты
716
- обновлен токен `modalOverlayColor` в `plasma-{web, b2c}`
717
- добавлен новый компонент для `plasma-{web, b2c}, sdds-{serv, dfa}`
718
- написаны тесты и документация
719
- добавлены новые свойства: `required`, `requiredPlacement, optional`
720
- обновлены screenshots и документация
721
- добавлен в поставку для `plasma-{web, b2c}, sdds-*`
722
- реализована вложенность (на основе [Floating UI](https://floating-ui.com/))
723
- добавлено новое свойство `closeAfterSelect` в `Combobox` и `Select`.
724
- поправлен отступ в компоненте `Select` в варианте `textfield-like`.
725
- опубликован новый пакет `@salutejs/sdds-finportal`
726
- Добавлены новые токены `-brightness` в `theme-builder`
727
- Во все темы добавлены новый токены для высветления: `combobox`, `dropdown`, `notification`, `toast`, `toolbar` и `tooltip`
728
- Исправлен компонент `Comobox` и обновлены тесты
729
- Изменен workfkow cypress
730
- изменены тесты plasma-b2c компонентов ButtonGroup и IconButton
731
- --
732
- 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))
733
- feat(plasma-b2c/web): add DatePicker test for calendar date ([@TitanKuzmich](https://github.com/TitanKuzmich))
734
- feat: add required variation to TextArea & TextField [#1352](https://github.com/salute-developers/plasma/pull/1352) (VAnaKudryavtsev@sberbank.ru)
735
- feat: rename InputGroup to TextFieldGroup [#1405](https://github.com/salute-developers/plasma/pull/1405) ([@TitanKuzmich](https://github.com/TitanKuzmich))
736
- feat(plasma-b2c/web): add InputGroup with tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
737
- feat(\*): add format and lang [#1404](https://github.com/salute-developers/plasma/pull/1404) ([@iljs](https://github.com/iljs))
738
- feat(\*): set background arrow tooltip [#1361](https://github.com/salute-developers/plasma/pull/1361) ([@iljs](https://github.com/iljs))
739
- feat(tokens): update screenshoots and add themes ([@iljs](https://github.com/iljs))
740
- feat(\*): set tokens in components ([@iljs](https://github.com/iljs))
741
- feat(plasma-b2c/web): update Checkbox & Radiobox stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
742
- Merge remote-tracking branch 'origin/dev' into release_2024-09-04 ([@Yakutoc](https://github.com/Yakutoc))
743
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
744
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
745
- feat(b2c, web, sdds): Combobox v2 [#1406](https://github.com/salute-developers/plasma/pull/1406) ([@shuga2704](https://github.com/shuga2704))
746
- docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
747
- fix: update ModalBase modalOverlayColor token [#1364](https://github.com/salute-developers/plasma/pull/1364) (VAnaKudryavtsev@sberbank.ru)
748
- fix(cs): enable token ([@iljs](https://github.com/iljs))
749
- fix(web): update combobox test ([@iljs](https://github.com/iljs))
750
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
751
- feat(plasma-_, sdds-_): tokens and hover state updated ([@denivladislav](https://github.com/denivladislav))
752
- [@iljs](https://github.com/iljs)
753
- [@Salute-Eva](https://github.com/Salute-Eva)
754
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
755
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
756
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
757
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
758
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
759
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
760
- Кудрявцев Вадим Анатольевич (vanakudryavtsev@sberbank.ru)
761
- Кудрявцев Вадим Анатольевич (VAnaKudryavtsev@sberbank.ru)
762
- --
763
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
764
- [@Salute-Eva](https://github.com/Salute-Eva)
765
- --
766
- удалена лишняя зависимость `ref.current` в hooks
767
- исправлена документация в `plasma-web`
768
- для `plasma-new-hope` и `sdds-dfa` добавлены недостающие файлы документации
769
- добавлен размер `xs` в `plasma-web`
770
- изменены конфигурации компонентов для `sdds-cs`
771
- добавлен фон через токены для `trigger`
772
- добавлен отдельный фон через токены в состоянии `loading`
773
- обновлен набор для `Disclosure`
774
- исправлены опечатки в `tokens` для `theme`: `plasma_web`, `sdds_dfa`, `sdds_serv`
775
- исправлена обработка свойств `opened` для модальных окон
776
- исправлено отображение полей для ввода в модальном окне редактирования token
777
- исправлена генерация токенов `active` и `hover` состояний при изменении отключении / включении token
778
- поднята документацию для пакета `plasma-b2c`
779
- изменены тесты plasma-b2c компонентов Breadcrumbs и Price
780
- изменены тесты plasma-b2c компонентов Badge и Chip
781
- --
782
- 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))
783
- feat(\*): add custom background trigger for checkbox and rasiobox ([@iljs](https://github.com/iljs))
784
- feat(\*): add custom loading background to button ([@iljs](https://github.com/iljs))
785
- feat(plasma-web): xs size added [#1395](https://github.com/salute-developers/plasma/pull/1395) ([@denivladislav](https://github.com/denivladislav))
786
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
787
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
788
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
789
- [@iljs](https://github.com/iljs)
790
- [@Salute-Eva](https://github.com/Salute-Eva)
791
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
792
- Anastasia Simashova ([@simashova](https://github.com/simashova))
793
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
794
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
795
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
796
- --
797
- добавлено свойство `portal`
798
- обновлена документация
799
- исправлены типы и описание компонента для корректной генерации документации
800
- добавлены недостающие примеры в документацию `sdds-cs`
801
- публичные свойства `opened`/`isVisible` помечаны как `deprecated`
802
- изменены `types` , от которых зависят дочерние компоненты
803
- исправлено "дергание" `label` в `inner` режиме
804
- добавлены параметры `view` для примеров в storybook в `plasma-b2c`
805
- компоненты `SelectNew` и `Select` объединены в `Select`. `SelectNew` больше не существует.
806
- исправлен баг в `Autocomplete`, связанный с очисткой внешнего значения в `contolled`-варианте
807
- исправлена логика регистрации `popups`
808
- исправлена логика выставления `overflow-y` для `body`
809
- добавлен набор иконок `RowHeight`
810
- добавлены набор иконок `DoubleDisclosure_{Down,Up}`
811
- Исправлено смещение текста при наборе в поиск
812
- удалён пакет `@salutejs/plasma-tokens-native`, больше не нужен
813
- удалён пакет `@auto-it/upload-assets`, т.к. больше не нужно прикреплять `assets` к релизу или `pull request`
814
- Добавлены методы генерации старых токенов в библиотеку `core-themes`
815
- Добавлены токены со старым неймингом (префиксом `plasma-colors`) в вертикаль `plasma-themes` для тем `plasma-web` и `plasma-b2c`
816
- Добавлены токены высветления для библиотек `plasma-themes`, `caldera-online-themes`, `sdds-themes`, `flamingo-themes`.
817
- заменены токены `plasma-colors`
818
- обновлено описание способов подключения и использования `theme` и токенов для всех поднятых пакетов с документацией, а также в шаблонах.
819
- исправлены типы и описание компонента для корректной генерации документации
820
- добавлены недостающие примеры в документацию `sdds-cs`
821
- изменены тесты plasma-b2c компонентов Button и Range
822
- обновлены скриншоты
823
- --
824
- 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)
825
- feat: Deprecate isOpen/isVisible public props, change to opened [#1335](https://github.com/salute-developers/plasma/pull/1335) ([@vadim-kudr](https://github.com/vadim-kudr))
826
- feat(plasma-{b2c, web}): portal prop test added [#1347](https://github.com/salute-developers/plasma/pull/1347) ([@denivladislav](https://github.com/denivladislav))
827
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
828
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
829
- fix: Fix Modal overflow-y side effect [#1325](https://github.com/salute-developers/plasma/pull/1325) ([@vadim-kudr](https://github.com/vadim-kudr))
830
- feat(web, b2c): Select and SelectNew are merged. SelectNew is gone. [#1349](https://github.com/salute-developers/plasma/pull/1349) ([@shuga2704](https://github.com/shuga2704))
831
- docs(plasma-{b2c, web}, sdds-\*): api reports regenerated [#1362](https://github.com/salute-developers/plasma/pull/1362) ([@denivladislav](https://github.com/denivladislav))
832
- feat(plasma-{b2c, web}, sdds-\*): TabsController description fixed ([@denivladislav](https://github.com/denivladislav))
833
- feat(plasma-web,plasma-b2c): Add `@salutejs/plasma-themes` deps to package.json ([@neretin-trike](https://github.com/neretin-trike))
834
- fix(plasma-{new-hope, b2c, web}): TextField --plasma-colors tokens changed ([@denivladislav](https://github.com/denivladislav))
835
- fix(plasma-{b2c, web}): Switch --plasma-colors tokens changed ([@denivladislav](https://github.com/denivladislav))
836
- fix(plasma-{new-hope, b2c, web}): Popover --plasma-colors tokens changed ([@denivladislav](https://github.com/denivladislav))
837
- fix(plasma-{new-hope, b2c, web): Dropdown --plasma-tokens changed ([@denivladislav](https://github.com/denivladislav))
838
- fix(plasma-{new-hope, b2c, web): Tabs --plasma-tokens changed ([@denivladislav](https://github.com/denivladislav))
839
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
840
- [@iljs](https://github.com/iljs)
841
- [@Salute-Eva](https://github.com/Salute-Eva)
842
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
843
- Anastasia Simashova ([@simashova](https://github.com/simashova))
844
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
845
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
846
- Luiza_Sok ([@luizasok](https://github.com/luizasok))
847
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
848
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
849
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
850
- Кудрявцев Вадим Анатольевич (VAnaKudryavtsev@sberbank.ru)
851
- --
852
- добавлена возможность задавать labelPlacement
853
- добавлен тест на данное свойство
854
- добавлена возможность открытия календаря в DatePicker по нажатию Space
855
- добавлена привязка времени к датам
856
- добавлена возможность задавать промежуток больший, чем 1 сутки
857
- изменен токен default состояния для поля ввода
858
- обновлены скриншоты для DatePicker
859
- исправлено поведение, связанное с шириной поля ввода
860
- добавлена поддержка асинхронной установки defaultDate
861
- добавлен в поставку `plasma-{b2c, web}, sdds-{serv,dfa}`
862
- добавлен примеры в storybook и документация
863
- Добавлен новый проп renderTarget в компонент Select
864
- В пакете `sdds-cs` были изменены конфиги в компонентах: `Accordion`, `Avatar`, `Badge`, `Cell`, `Counter`, `Chip`, `Divider`, `Indicator`
865
- В `Accordion` добавлен токен цвета иконки
866
- В `plasma-web` добавлены новые view
867
- при нажатии на таб, который не виден целиком, происходит прокрутка до конца этого таба
868
- при нажатии на стрелки влево/вправо происходит прокрутка до следующего таба
869
- исправлена ошибка `disabled=true` в конфигурациях
870
- исправлены примеры `Storybook`, тесты и документация
871
- добавлена документация для пакета `sdds-cs`
872
- Поправлено описание подключения темы для `sdds` вертикали
873
- Теперь фокус при открытии `modal` работает после анимации
874
- --
875
- 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))
876
- feat(sdds-cs/plasma-web): add view for accordion and edit configs sdds-cs ([@iljs](https://github.com/iljs))
877
- feat(plasma-new-hope): added renderTarget prop in Select [#1328](https://github.com/salute-developers/plasma/pull/1328) ([@shuga2704](https://github.com/shuga2704))
878
- feat(new-hope/sdds-cs): add to sdds-cs and edits [#1310](https://github.com/salute-developers/plasma/pull/1310) ([@iljs](https://github.com/iljs))
879
- feat(\*): add to libs and final edits ([@iljs](https://github.com/iljs))
880
- feat(web/b2c): add breadcrumbs tests ([@iljs](https://github.com/iljs))
881
- feat(new-hope): add example to storybook with custom shorter ([@iljs](https://github.com/iljs))
882
- feat(new-hope): add component breadcrumbs in new-hope ([@iljs](https://github.com/iljs))
883
- feat(plasma-web/b2c,sdds-serv/dfa): add DatePicker deferred stories [#1332](https://github.com/salute-developers/plasma/pull/1332) ([@TitanKuzmich](https://github.com/TitanKuzmich))
884
- fix(plasma-b2c/web): add DatePicker snapshot failure treshhold [#1326](https://github.com/salute-developers/plasma/pull/1326) ([@TitanKuzmich](https://github.com/TitanKuzmich))
885
- feat(plasma-web/b2c): update DatePicker configs & stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
886
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
887
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
888
- fix(plasma-_, sdds-_): stretch turned into conditional control ([@denivladislav](https://github.com/denivladislav))
889
- docs(plasma-_, sdds-_): api reports regenerated ([@denivladislav](https://github.com/denivladislav))
890
- fix(plasma-{b2c, web}, sdds-\*): storybooks and tests updated ([@denivladislav](https://github.com/denivladislav))
891
- fix(plasma-_, sdds-_): configs fixed ([@denivladislav](https://github.com/denivladislav))
892
- fix(core): edit focus trap and add animation example to modal [#1345](https://github.com/salute-developers/plasma/pull/1345) ([@iljs](https://github.com/iljs))
893
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
894
- [@iljs](https://github.com/iljs)
895
- [@Salute-Eva](https://github.com/Salute-Eva)
896
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
897
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
898
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
899
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
900
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
901
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
902
- --
903
- убрана зависимость от свойства `frame` в элементе `PopupRootContainer`
904
- переделан компонент `Portal` из конфигурируемого в обычный функциональный компонент
905
- добавлено новое свойство `hasClear`
906
- добавлен тест и обновлена документация
907
- добавлена поддержка выбора кварталов
908
- добавлены 4ре варианта работы с календарем (выбор дней, месяцев, календарей, лет)
909
- добавлена поддержка кварталов в datepicker
910
- добавлена возможность задавать события для каждой календарной сетки
911
- добавлена возможность задавать неактивные элементы для каждой календарной сетки
912
- добавлен в поставку во все клиентские библиотеки
913
- компонент `Price` добавлен в `plasma-new-hope`, портирован в `plasma-{web, b2c}`, `sdds-{serv, dfa}`
914
- для `Price` обновлены тесты и документация
915
- исправлена ошибка отсутствующего `PropsTable` в документации `Portal`
916
- добавлен новый компонент с поддержкой вложенных списков
917
- поставлен во все клиентские библиотеки
918
- добавлены компоненты:
919
161
  - Calendar
920
162
  - Notification
921
163
  - ButtonBase
922
164
  - Skeleton
923
165
  - Accordion
924
- заменены старые токены с префиксом `--plasma-colors...` на корректные.
925
- добавлен новый view (b2c)
926
- добавлена возможность добавить класс в accordionItem
927
- исправлена работы disabled
928
- добавлен флаг startLeftPosition
929
- переделаны новые отступы из нового дизайна
930
- добавлен пропс color
931
- в секции plasma-web storybook добавлен color picker
932
- Добавлена новая темая `sdds_cs` в библиотеку `@salutejs/sdds-themes` с учётом обновленных токенов типографики.
933
- изменен `cdn` в примерах`https://vc-static.sberdevices.ru/smartmarket-video-news/` на `https://cdn1.newsback.sberdevices.ru/p-newsback/`
934
- исправлен проброс стилей в Tooltip
935
- исправлена логика при использовании свойства `autoResize` (теперь ширина автоматически растягивается)
936
- --
937
- 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))
938
- 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))
939
- feat: Add color prop to Typography, fixes ([@vadim-kudr](https://github.com/vadim-kudr))
940
- feat: Add color prop in Typography ([@vadim-kudr](https://github.com/vadim-kudr))
941
- feat(plasma-{new-hope, b2c, web}, sdds-{dfa, serv}): indian rupee added [#1307](https://github.com/salute-developers/plasma/pull/1307) ([@denivladislav](https://github.com/denivladislav))
942
- feat(plasma-web): update Calendar config & refactor tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
943
- feat(plasma-web/b2c): update Chip tests [#1312](https://github.com/salute-developers/plasma/pull/1312) ([@TitanKuzmich](https://github.com/TitanKuzmich))
944
- chore(plasma-web): update api-report ([@shuga2704](https://github.com/shuga2704))
945
- chore(plasma-docs): fixed Select docs ([@shuga2704](https://github.com/shuga2704))
946
- Merge remote-tracking branch 'origin/dev' into release_2024-07-24 ([@Yakutoc](https://github.com/Yakutoc))
947
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
948
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
949
- fix(components): add new view and add new props [#1301](https://github.com/salute-developers/plasma/pull/1301) ([@iljs](https://github.com/iljs))
950
- feat(plasma-new-hope, b2c, web, sdds-serv, sdds-dfa): Select [#1233](https://github.com/salute-developers/plasma/pull/1233) ([@shuga2704](https://github.com/shuga2704))
951
- docs(plasma-{new-hope, web}, sdds-{serv, dfa}): api reports regenerated ([@denivladislav](https://github.com/denivladislav))
952
- feat(plasma-{b2c, web}): Price component ported ([@denivladislav](https://github.com/denivladislav))
953
- feat(plasma-new-hope, web, b2c, sdds-serv, sdds-dfa): Autocomplete [#1292](https://github.com/salute-developers/plasma/pull/1292) ([@shuga2704](https://github.com/shuga2704))
954
- feat(plasma-web/b2c,sdds-serv/dfa): update DatePicker configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
955
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
956
- feat(plasma-web/b2c,sdds-serv/dfa): add hasClear prop to Chip stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
957
- fix(sdds-_,plasma-_,caldera-online): Update `Portal` component usage [#1299](https://github.com/salute-developers/plasma/pull/1299) ([@neretin-trike](https://github.com/neretin-trike))
958
- docs(plasma-b2c/plasma-web): fix vc cdn url [#1298](https://github.com/salute-developers/plasma/pull/1298) ([@Yeti-or](https://github.com/Yeti-or))
959
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
960
- [@iljs](https://github.com/iljs)
961
- [@Salute-Eva](https://github.com/Salute-Eva)
962
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
963
- Anastasia Simashova ([@simashova](https://github.com/simashova))
964
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
965
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
966
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
967
- Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
968
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
969
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
970
- --
971
- добавлен новый компонент DatePicker
972
- написаны тесты и документация
973
- проведен рефакторинг стилей и токенов календаря
974
- исправлен отступ от первой иконки в Range
975
- компонент добавлен в `plasma-new-hope`, портирован в `plasma-{web, b2c}`, `caldera`, `sdds`
976
- добавлены тесты и документация
977
- компонент внедрён в `Popover` и `Popup`
978
- исправлено имя теста для `Popover`
979
- убран из примеров в `stories` лишний горизонтальный скролл
980
- добавлена недостающая документация в `caldera-online`
981
- добавлено новое свойство `portal`
982
- добавлена тема `sdds_dfa` в библиотеку вертикалей `@salutejs/sdds-themes`
983
- добавлена библиотека `@salutejs/sdds-dfa`
984
- поправлены компоненты `Header`, `Skeleton`, `Accordion`
985
- добавлена поддержка пакета `@emotion`
986
- новый UI для блока поиск
987
- исправлен вывод набора иконок
988
- исправлено `isDeprecate` на `isDeprecated`
989
- исправлена генерация иконок под iOS
990
- удалено **ненужное** свойство `opacity` в наборе старых иконок
991
- реорганизовали обязательные проверки (стало меньше и быстрее)
992
- скрипт для генерации компонентов вынесен в отдельную команду
993
- добавлена поддержка пакета `@emotion` для библиотеки `plasma-new-hope`
994
- добавлены методы генерации токенов для web приложений на основе новой json структуры.
995
- перегенированы темы для всех вертикалей: `sdds`, `plasma`, `flamingo` и `caldera-online` на основе json файлов из [данного репозитория](https://github.com/salute-developers/theme-converter/tree/main/themes).
996
- удалены старые json темы из пакета `@salutejs/data-themes`.
997
- переименован пакет `@salutejs/data-themes` в `@salutejs/core-themes` и обновлены все зависимости
998
- убрана ссылка/кнопка на storybook из документации для `plasma-{web,ui}`
999
- добавлен шаблон документации для компонент `Accordion`
1000
- добавлена документация для пакета `sdds-dfa`
1001
- исправлена документация для `Popover`
1002
- добавлены токены цвета и размера textBefore/After
1003
- исправлен line-height у иконок
1004
- добавлена страница с цветовой палитрой
1005
- --
1006
- 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))
1007
- feat(sdds-dfa): Add `sdds-dfa` components library ([@neretin-trike](https://github.com/neretin-trike))
1008
- feat(plasma-web/b2c,sdds-serv): update Textfield configs [#1287](https://github.com/salute-developers/plasma/pull/1287) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1009
- feat: update TextField configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1010
- feat(plasma-new-hope): add emotion support [#1276](https://github.com/salute-developers/plasma/pull/1276) ([@Yeti-or](https://github.com/Yeti-or))
1011
- feat(plasma-web): update Calendar test ([@TitanKuzmich](https://github.com/TitanKuzmich))
1012
- feat(plasma-web/b2c): add DatePicker component ([@TitanKuzmich](https://github.com/TitanKuzmich))
1013
- feat(plasma-b2c/web): update Range configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1014
- feat(plasma-b2c/web): update Calendar configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1015
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1016
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1017
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
1018
- chore: update package-locks.json files \[skip ci\] ([@Yakutoc](https://github.com/Yakutoc))
1019
- fix(plasma-{new-hope, web, b2c}, caldera-online, sdds-serv): fix Sheet horizontal scroll in stories ([@denivladislav](https://github.com/denivladislav))
1020
- docs(plasma-{b2c, web}, caldera, sdds): api reports regenerated ([@denivladislav](https://github.com/denivladislav))
1021
- feat(plasma-{b2c, web}, caldera, sdds): Portal component ported ([@denivladislav](https://github.com/denivladislav))
1022
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1023
- [@iljs](https://github.com/iljs)
1024
- [@Salute-Eva](https://github.com/Salute-Eva)
1025
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
1026
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1027
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1028
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1029
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1030
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
1031
- --
1032
- добавлен новый компонент в поставку для `plasma-{web,b2c}`
1033
- Добавлен компонент `Sheet`
1034
- `TextArea` портирован в `sdds`
1035
- исправлена типизация (разбитие на три группы `rows / cols`, `height / width`, `autoResize / minAuto / maxAuto`)
1036
- исправлен расчёт `autoResize`
1037
- исправлена документация
1038
- удалено упоминание `resize` (свойство `deprecated`)
1039
- добавлена возможность задать выбранные по умолчанию сегменты
1040
- добавлен тест на выбранные значения
1041
- добавлено пояснение в документации
1042
- обновлен набор `.svg` иконок
1043
- обновлены/расширенны категории иконок
1044
- обновлены snapshots для тестов измененных иконок
1045
- обновлен набор `.svg` иконок
1046
- обновлен набор `.svg` иконок
1047
- добавлена обработка всех имеющихся размеров: 16, 24, 36
1048
- обновлены cypress snapshots с использованием иконки `IconDone`
1049
- изменен токен по-умолчанию для свойство `color` в `IconRoot` (теперь `var(--text-primary)`)
1050
- обновлены cypress snapshots связанные с `var(--text-primary)`
1051
- добавлены `.xml` иконки для всех имеющихся размеров: 16, 24, 36
1052
- добавлен вывод комбинации (старых + новых) иконок
1053
- добавлено динамическое изменение размера иконок в grid
1054
- косметические правки по дизайну
1055
- добавлено меню фильтра по размеру
1056
- внесены дизайн правки
1057
- исправлена документация для компонента `Switch`, `Checkbox` и `Radiobox`
1058
- изменена работа документации, теперь при генерации файла документации туда добавляются все типы, в том числе и из `react`
1059
- в компонент `PropsTable` добавлен параметр `include`, который добавляет свойство в документацию, если он является типом из `react`
1060
- исправлено свойства `stylingCallback` на `scopeCallback`
1061
- исправлено свойства `stylingResetCallback` на `scopeResetCallback`
1062
- добавлена документация для библиотеки `caldera-online`
1063
- поправлены шаблоны документации для `Button, Segment, Radiobox`
1064
- удалено упоминание `resize` (свойство `deprecated`)
1065
- --
1066
- 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))
1067
- feat(plasma-b2c/web): add test for predefined Segments ([@TitanKuzmich](https://github.com/TitanKuzmich))
1068
- docs(plasma-b2c, plasma-web, sdds-serv): api reports regenerated [#1263](https://github.com/salute-developers/plasma/pull/1263) ([@denivladislav](https://github.com/denivladislav))
1069
- feat(new-hope): Add disabled, change function and more props [#1254](https://github.com/salute-developers/plasma/pull/1254) ([@iljs](https://github.com/iljs))
1070
- feat(new-hope): Accordion add to web, b2c and docs ([@iljs](https://github.com/iljs))
1071
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1072
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1073
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
1074
- feat(plasma-b2c, plasma-web): autoResize props set in stories ([@denivladislav](https://github.com/denivladislav))
1075
- feat(plasma-b2c, plasma-web): set resize prop as deprecated ([@denivladislav](https://github.com/denivladislav))
1076
- fix(plasma-new-hope): fix Sheet types, design and animation ([@denivladislav](https://github.com/denivladislav))
1077
- docs(plasma-web, plasma-b2c, caldera-online, sdds-serv): api reports regenerated ([@denivladislav](https://github.com/denivladislav))
1078
- feat(plasma-web, plasma-b2c, caldera-online, sdds-serv): Sheet exported ([@denivladislav](https://github.com/denivladislav))
1079
- fix(docs): Change proptable and check types after json generate [#1232](https://github.com/salute-developers/plasma/pull/1232) ([@iljs](https://github.com/iljs))
1080
- fix(sdds-serv): Fix switch types and auto fix docs ([@iljs](https://github.com/iljs))
1081
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1082
- [@iljs](https://github.com/iljs)
1083
- [@Salute-Eva](https://github.com/Salute-Eva)
1084
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
1085
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1086
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
1087
- --
1088
- заменили значение свойства `stroke` на `currentColor`
1089
- добавлены классы для более гибкого и удобного управления темами, созданных в новом формате.
1090
- добавлена возможность генерации базовой темы в новом формате.
1091
- добавлена возможность считывать темы в новом формате и конвертировать их в экземпляры созданных классов.
1092
- добавлена возможность записывать темы в новом формате на основе созданного экземпляра класса.
1093
- редизайн grid
1094
- редизайн cell grid
1095
- редизайн меню расширенной информации об иконки
1096
- --
1097
- 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))
1098
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1099
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1100
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1101
- [@Salute-Eva](https://github.com/Salute-Eva)
1102
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
1103
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1104
- --
1105
- добавлен пропс для включения/исключения минимума и максимума диапазона дат
1106
- добавлен компонент Slider
1107
- изменен `padding` для `label`
1108
- включен в поставку `plasma-{b2c,web} / sdds-serv`
1109
- написаны тесты и документация
1110
- включен в поставку `sdds-serv`
1111
- добавлена документация в `sdds-serv-docs`
1112
- добавлен корректный проброс `className` в `Tab` и `TabItem`
1113
- поправлена документация для `Tab` и `Segment`
1114
- добавлено отображение `value`
1115
- исправлены внутренние отступы от `contentLeft`, `contentRight`
1116
- дополнены тесты и документация
1117
- исправлены тесты, зависящие от `Button: Notification, Pagination, Toast, Toolbar`
1118
- добавлен токен переопределения цвета `value` в `ButtonGroup`
1119
- добавлены токены прозрачности для positive, warning, negative цветов
1120
- добавлены токены с active, hover модификаторами
1121
- исправлен types компонентов для библиотек `plasma-asdk`, `sdds-serv` и `caldera-online`
1122
- --
1123
- 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))
1124
- feat(plasma-web/b2c): update config, stories, tests for Button ([@TitanKuzmich](https://github.com/TitanKuzmich))
1125
- feat(plasma-web/b2c): add textfield label as controlled prop in stories [#1208](https://github.com/salute-developers/plasma/pull/1208) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1126
- feat(plasma-web): add Range & write tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
1127
- feat(plasma-new-hope): add react-draggable [#1194](https://github.com/salute-developers/plasma/pull/1194) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1128
- feat(plasma-web/b2c): update Calendar stories [#1203](https://github.com/salute-developers/plasma/pull/1203) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1129
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1130
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1131
- fix(plasma-web/b2c,sdds-serv): fix configs & stories depending on Button ([@TitanKuzmich](https://github.com/TitanKuzmich))
1132
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
1133
- 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))
1134
- fix(new-hope): Textarea fix padding and label [#1209](https://github.com/salute-developers/plasma/pull/1209) ([@iljs](https://github.com/iljs))
1135
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1136
- [@iljs](https://github.com/iljs)
1137
- [@Salute-Eva](https://github.com/Salute-Eva)
1138
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1139
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
1140
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1141
- --
1142
- 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))
1143
- feat(plasma-web/core): update Radiobox & Checkbox tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
1144
- feat(plasma-web/b2c): refactor Checkbox & Radiobox configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1145
- feat(plasma-new-hope): Add docs ([@iljs](https://github.com/iljs))
1146
- feat(plasma-new-hope): Add to b2c ([@iljs](https://github.com/iljs))
1147
- feat(plasma-new-hope): Add to web ([@iljs](https://github.com/iljs))
1148
- feat(plasma-docs): fix [#1201](https://github.com/salute-developers/plasma/pull/1201) ([@shuga2704](https://github.com/shuga2704))
1149
- feat(plasma-new-hope): Backward compatibility ([@shuga2704](https://github.com/shuga2704))
1150
- feat(plasma-new-hope): fixes ([@shuga2704](https://github.com/shuga2704))
1151
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1152
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1153
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
1154
- feat(plasma-b2c, web): tests fixes ([@shuga2704](https://github.com/shuga2704))
1155
- feat(plasma-new-hope, web, b2c): Dropdown refactoring ([@TitanKuzmich](https://github.com/TitanKuzmich))
1156
- fix(plasma-\*): update api report [#1197](https://github.com/salute-developers/plasma/pull/1197) ([@Yakutoc](https://github.com/Yakutoc))
1157
- fix(plasma-\*): fix ref target for TextField ([@Yakutoc](https://github.com/Yakutoc))
1158
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1159
- [@iljs](https://github.com/iljs)
1160
- [@renovate[bot]](https://github.com/renovate[bot])
1161
- [@Salute-Eva](https://github.com/Salute-Eva)
1162
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1163
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
1164
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1165
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1166
- --
1167
- исправлено позиционирование стрелочки
1168
- добавлен тест на много-строчный сценарий
1169
- расширен пример в `stories` с учетом `a11y` возможностей
1170
- исправлено некорректное поведение свойства `placement`
1171
- исправлено свойство `enableContentLeft` и `enableContentRight` в TextField
1172
- добавлен `aria-label`
1173
- расширены примеры с доступностью
1174
- удален лишнее свойство `hasClear` из примера в `story`
1175
- заменены со старого формата на новый токены в конфигурации (без приставки `--plasma-colors`)
1176
- добавлена недостающие свойство `view=accent`
1177
- обновлены `cypress snapshots`
1178
- добавлены файлы фирменной палитры в формате `.json`
1179
- добавлена директория `src` в gitignore, т.к. теперь его содержимое генерируется автоматически на основе `.json`
1180
- исправлены все уязвимости в клиентских пакетах (аля `plasma-web`)
1181
- обновлен до `vite@4.5.3`
1182
- обновлен `@babel` и его зависимости до latest
1183
- заменен `babel-plugin-transform-class-properties` на `@babel/plugin-transform-class-properties`
1184
- обновлены `TS` до 4.2.4
1185
- обновлен `@storybook/react` до 7.6.17
1186
- исправлены все уязвимости
1187
- поправлены мелкие ошибки в типах
1188
- --
1189
- 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))
1190
- feat(plasma-web): add default size to Textfield interlayer [#1187](https://github.com/salute-developers/plasma/pull/1187) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1191
- feat(plasma-web/b2c,sdds-serv): add new button views to ButtonGroup [#1170](https://github.com/salute-developers/plasma/pull/1170) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1192
- feat(plasma-web): replace primary to default view & update tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
1193
- feat(plasma-web/b2c): fix tooltip live story [#1171](https://github.com/salute-developers/plasma/pull/1171) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1194
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1195
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1196
- fix: update api-report [#1180](https://github.com/salute-developers/plasma/pull/1180) ([@Yakutoc](https://github.com/Yakutoc))
1197
- chore(avatar): delete unnecessary file `.png` ([@Yakutoc](https://github.com/Yakutoc))
1198
- fix: audit fix [#1184](https://github.com/salute-developers/plasma/pull/1184) ([@Yakutoc](https://github.com/Yakutoc))
1199
- chore: update deps ([@Yakutoc](https://github.com/Yakutoc))
1200
- feat(plasma-new-hope/web/b2c,sdds-serv): update tokens for Chip configs [#1179](https://github.com/salute-developers/plasma/pull/1179) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1201
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
1202
- feat(plasma-new-hope/web/b2c,sdds-serv): fix stories for Chip ([@TitanKuzmich](https://github.com/TitanKuzmich))
1203
- feat(plasma-new-hope, b2c, web, sdds): Fix storybook argTypes [#1182](https://github.com/salute-developers/plasma/pull/1182) ([@shuga2704](https://github.com/shuga2704))
1204
- test(plasma-web/b2c): add snapshots for popover arrow styles for placing ([@TitanKuzmich](https://github.com/TitanKuzmich))
1205
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1206
- [@Salute-Eva](https://github.com/Salute-Eva)
1207
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1208
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1209
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1210
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1211
- --
1212
- добавлена прослойка для dropdown в `b2c` и `web` (работает на старом api и с dropdown из new-hope)
1213
- добавлен в поставку `plasma-{web,b2c}`
1214
- поправлена типизация
1215
- компонент добавлен в поставку для `sdds-serv`, включая документацию
1216
- добавлены токены состояний (active / hover) для конфигов компонента в библиотеках `@salutejs/plasma-{b2c,web,asdk}`, `@salutejs/sdds-serv`, `@salutejs/caldera-online` .
1217
- убрана поддержка вложенности
1218
- добавлена прослойка для компонента в `plasma-{b2c,web}` и `sdds-serv` (\* работает на старом api и с select из new-hope).
1219
- переделаны тесты и обновлена документация
1220
- проведен рефакторинг и редизайн
1221
- обновлены тесты и документация
1222
- добавлен в поставку в sdds-serv
1223
- добавлен конвертор SVG в PNG для iOS app
1224
- исправлена формула для расчёта `hover / active` состояний
1225
- добавлены новые токены (но в выключенном состоянии) в существующие темы и схемы для библиотек `@salutejs/plasma-tokens`, `@salutejs/data-themes`, `@salutejs/caldera-online-themes`, `@salutejs/sdds-serv-themes`, `@salutejs/plasma-themes`, `@salutejs/flamingo-themes`
1226
- добавлены недостающие токены для обратной совместимости у библиотек `@salutejs/plasma-tokens-web`, `@salutejs/plasma-tokens-b2c`, `@salutejs/plasma-tokens-b2b`,
1227
- добавлены недостающие токены в темы `plasma_b2c`, `plasma_web`, `sds_engineer` для библиотеки `@salutejs/plasma-new-hope`
1228
- исправлена ошибка в документации
1229
- Добавлена генерация hover / active состояний для групп токенов.
1230
- исправлена ошибка навигации с помощью кнопок `next` \ `pre`
1231
- исправлен поиск иконок по названию
1232
- исправлен grid для набора иконок
1233
- --
1234
- 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))
1235
- feat(plasma-web): update TextField component ([@TitanKuzmich](https://github.com/TitanKuzmich))
1236
- feat(plasma-web): fix Chip config & test [#1155](https://github.com/salute-developers/plasma/pull/1155) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1237
- feat(sdds-serv): add Chip from new-hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
1238
- feat(new-hope): Cell web, b2c and docs [#1148](https://github.com/salute-developers/plasma/pull/1148) ([@iljs](https://github.com/iljs))
1239
- Merge remote-tracking branch 'origin/dev' into release_2024-04-10 ([@Yakutoc](https://github.com/Yakutoc))
1240
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1241
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1242
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
1243
- feat(plasma-hope, b2c, web, new-hope, sdds-serv): Select interlayer [#1161](https://github.com/salute-developers/plasma/pull/1161) ([@shuga2704](https://github.com/shuga2704))
1244
- 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))
1245
- fix(plasma-web,plasma-b2c,plasma-asdk,sdds-serv,calder-online): Update state tokens for `Button` ([@neretin-trike](https://github.com/neretin-trike))
1246
- fix(new-hope): Edit storybook content [#1154](https://github.com/salute-developers/plasma/pull/1154) ([@iljs](https://github.com/iljs))
1247
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1248
- feat(plasma-b2c, web): Dropdown added ([@shuga2704](https://github.com/shuga2704))
1249
- [@iljs](https://github.com/iljs)
1250
- [@Salute-Eva](https://github.com/Salute-Eva)
1251
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1252
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1253
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1254
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1255
- --
1256
- fix(new-hope): Edit core and storybook [#1157](https://github.com/salute-developers/plasma/pull/1157) ([@iljs](https://github.com/iljs))
1257
- fix(new-hope): Edit core and storybook ([@iljs](https://github.com/iljs))
1258
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1259
- [@iljs](https://github.com/iljs)
1260
- [@Salute-Eva](https://github.com/Salute-Eva)
1261
- --
1262
- добавлен в библиотеку в `new-hope`
1263
- добавлен в поставку пакетов `plasma-{b2c, web}, sdds-serv`
1264
- написаны тесты и документация
1265
- добавлены fallback на следующие свойства: isVisible, arrow, animated
1266
- включен в поставку `plasma-{b2c/web}` и `sdds-serv`
1267
- написаны тесты и документация
1268
- добавлен в поставку клиентских библиотек
1269
- включили в поставку в `plasma-{b2c/web}` \ `sdds-serv`
1270
- написаны тесты и документация
1271
- Добавлен скрипт генерации иконок под android на основе svg
1272
- Обновлена инструкция по добавлению иконок
1273
- добавлена директория `old` для обратной совместимости
1274
- добавлен CLI для создание **директории** документации по шаблону
1275
- добавлен CLI для создание **компонента** документации по шаблону
1276
- добавлен retry для шага `Update package-lock files` для обхода ошибки `ECONNRESET`
1277
- добавлен `workflow` для ручного запуска `Update package-lock files`
1278
- распараллели процесс создания и загрузки артефактов документации
1279
- добавили `marocchino/sticky-pull-request-comment` для приклеивания сообщения к одному комментарию в pr
1280
- добавлена конфигурация: `config-ci.json`
1281
- удалены неиспользуемые переменные
1282
- добавлен dispatch события для запуска `build icons` в `plasma-android`
1283
- добавлена генерация компонентов по заданному шаблону
1284
- Исправлена ошибка примера путём обновления токенов бэграундов в сторибуке для библиотек `plasma-web`, `plasma-b2c`, `plasma-asdk`.
1285
- изменили величину измерения высоты на dvh в storybook
1286
- поправлена передача `props` в `Image.stories`
1287
- произведён рефакторинг методов, которые генерируют токены
1288
- актуализированы базовые токены, которые генерируются сервисом ThemeBuilder
1289
- добавлена новая группа `outline`, используемая в обводках / рамках
1290
- поправлен размер и отступ фокуса на кнопке
1291
- поправлен токен фона для `transparent-accent` Badge
1292
- поправлен токен цвета текста для `transparent-light`
1293
- --
1294
- 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))
1295
- feat(plasma-web): Component Toolbar added ([@eg-zhuravlev](https://github.com/eg-zhuravlev))
1296
- feat(new-hope): add sdds-serv [#1107](https://github.com/salute-developers/plasma/pull/1107) ([@iljs](https://github.com/iljs))
1297
- feat(new-hope): Pagination fixed ([@iljs](https://github.com/iljs))
1298
- feat(new-hope): Pagination tests ([@iljs](https://github.com/iljs))
1299
- feat(new-hope): Pagination add to web and b2c and fix bags ([@iljs](https://github.com/iljs))
1300
- feat(plasma-web/b2c): fix Badge view tokens & update tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
1301
- feat(plasma-web): add Divider from new-hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
1302
- feat(plasma-b2c/web,sdds-serv): fix tooltip stories [#1140](https://github.com/salute-developers/plasma/pull/1140) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1303
- feat(plasma-web): add Progress from new-hope & update tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
1304
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1305
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1306
- docs: regenerate api reports ([@eg-zhuravlev](https://github.com/eg-zhuravlev))
1307
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
1308
- chore: add todo for shadow tokens ([@TitanKuzmich](https://github.com/TitanKuzmich))
1309
- 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))
1310
- 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))
1311
- chore: Update package-lock.json files [no ci](<[@Yakutoc](https://github.com/Yakutoc)>)
1312
- chore: bump manual package-locks [#1119](https://github.com/salute-developers/plasma/pull/1119) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1313
- fix: fix args for Image stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
1314
- fix: change height for Drawer stories [#1116](https://github.com/salute-developers/plasma/pull/1116) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1315
- fix(new-hope): linaria sctipt fix [#1113](https://github.com/salute-developers/plasma/pull/1113) ([@iljs](https://github.com/iljs))
1316
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1317
- [@iljs](https://github.com/iljs)
1318
- [@kayman233](https://github.com/kayman233)
1319
- [@Salute-Eva](https://github.com/Salute-Eva)
1320
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1321
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
1322
- Evgeniy Zhuravlev ([@eg-zhuravlev](https://github.com/eg-zhuravlev))
1323
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1324
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1325
- --
1326
- добавлено возможность выбора одного дня для `range`
1327
- исправлен ошибка связанная с прозрачностью в `Safari`
1328
- удалены токены `scale` из кнопки и группы кнопок в пакетах `plasma-{b2c, web, sdds-serv}, caldera/-online`
1329
- удалены токены `scale` из `example` для `plasma-new-hope`
1330
- добавлен в поставку в `plasma-{b2c, web, new-hope}, sdds-serv`
1331
- написаны тесты и обновлена документация
1332
- добавлен базовый компонент для создания `custom` кнопок для библиотек `plasma-{b2c,new-hope}`
1333
- добавлен svg формат иконок (не попадают в итоговой билд)
1334
- добавлена генерация компонентов иконок на основе svg во время билда
1335
- удалены компоненты и их assets из git
1336
- добавлена новый пакет документации
1337
- исправлена логика работы classname, теперь все наследуется корректно
1338
- исправлена ошибка UI в документации
1339
- --
1340
- 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))
1341
- feat(plasma-web/b2c): add Grid from new-hope & update tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
1342
- feat(plasma-web/b2c): add to css build components by exact match ([@TitanKuzmich](https://github.com/TitanKuzmich))
1343
- feat: remove scale tokens from bButton & ButtonGroup [#1110](https://github.com/salute-developers/plasma/pull/1110) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1344
- Merge remote-tracking branch 'origin/dev' into release_2024-03-13 ([@Yakutoc](https://github.com/Yakutoc))
1345
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1346
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1347
- feat(plasma-web, b2c, new-hope): Added ButtonBase [#1080](https://github.com/salute-developers/plasma/pull/1080) ([@shuga2704](https://github.com/shuga2704))
1348
- docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
1349
- chore: bump manual package-locks [#1111](https://github.com/salute-developers/plasma/pull/1111) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1350
- chore(storybook): bump storybook to "@latest" [#1096](https://github.com/salute-developers/plasma/pull/1096) ([@Yakutoc](https://github.com/Yakutoc))
1351
- chore: update package-locks [no ci](<[@Yakutoc](https://github.com/Yakutoc)>)
1352
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1353
- [@iljs](https://github.com/iljs)
1354
- [@kayman233](https://github.com/kayman233)
1355
- [@Salute-Eva](https://github.com/Salute-Eva)
1356
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1357
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1358
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1359
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1360
- --
1361
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1362
- [@Salute-Eva](https://github.com/Salute-Eva)
1363
- --
1364
- добавлены компоненты `Drawer` и `Panel`
1365
- включен в поставку `plasma-{b2c/web/sdds-serv}`
1366
- для компонента `Drawer` написаны тесты
1367
- добавлены тесты и документация
1368
- добавлен в поставку для библиотек: `plasma-{web,b2c}`
1369
- интегрирован в компонент `Avatar`
1370
- добавлен новый компонент и тесты с документацией
1371
- исправлена структура файлов для `Spiner`
1372
- добавлен компонент `Button` в поставку в `plasma-{b2c,web}`
1373
- обновлена документация для `Button`
1374
- обновлены тесты зависящие от `Button`
1375
- поведение анимация `label` внутри поля стала запускаться одинаковым между `b2c` и `web`. Запуск на фокусе, а не на начале редактирования.
1376
- при показе `label` внутри поля больше не учитывается `placeholder`
1377
- исправлено поведение для цвет `placeholder`, больше не зависит от наличия `leftHelper`
1378
- добавлена возможность указать пакет/релиз к которому нужно прикрепить assets
1379
- удалены все упоминания о пакете `plasma-temple` из текущего репозитория
1380
- Добавлен пакет `@salutejs/data-themes`, который содержит все созданные json-схемы, а также набор методов, позволяющие сгенерировать темы для web-платформы в формате js объектов для `styled-component` и css стилей для подключения с помощью нативных способов.
1381
- В пакетах с наборами тем были объеденены токены с цветами и типографикой.
1382
- Так же если необходимы токены цвета или типографики отдельно, забрать их можно по пути `@salutejs/<vertical-name>-themes/tokens` для общих токенов и `@salutejs/<vertical-name>-themes/tokens/<theme-name>` для конкретных тем.
1383
- Добавлена новые пакеты с наборами тем для следующих дизайн вертикаль:
1384
166
  - `@salutejs/plasma-themes` - для вертикали `Plasma` - пока нигде не используется;
1385
167
  - `@salutejs/sdds-themes` - для вертикали `SDDS` - используется с библиотекой `@salutejs/sdds-serv`;
1386
168
  - `@salutejs/cladera-online-themes` - для вертикали `Caldera Online` - используется с библиотеками `@salutejs/cladera-online` и `@salutejs/cladera`;
1387
169
  - `@salutejs/flamingo-themes` - для вертикали `Flamingo` - пока нигде не используется;
1388
- Удалена зависимость `@salutejs/plasma-tokens` из пакета.
1389
- Обновлена документация со способом установки и подключением;
1390
- Убрана зависимость от пакета `@salutejs/plasma-tokens` и добавлен пакет `@salutejs/sdds-themes`;
1391
- Обновлён способ подключение темы в storybook;
1392
- Исправлена сторис LiveDemo в компоненте `Toast`;
1393
- Заменены токены цветов в конфигах компонента `Segment` на актуальные
1394
- Обновлена документация со способом установки и подключением;
1395
- Убрана зависимость от пакета `@salutejs/plasma-tokens` и добавлен пакет `@salutejs/caldera-online-themes`;
1396
- Обновлён способ подключение темы в storybook;
1397
- Исправлена сторис LiveDemo в компоненте `Toast`;
1398
- Заменены токены цветов в конфигах компонента `Segment` на актуальные
1399
- исправлены опечатки в документации
1400
- добавлен параграф об обязательном наличие локально browser `chromium`
1401
- добавлен `SDDS Android` проект, включающий:
1402
170
  - Theme Builder Gradle Plugin
1403
171
  - SDDS Sandbox App
1404
172
  - UIKit
1405
173
  - UIKit Compose
1406
174
  - файл с лицензией и `README.md` в каждый модуль
1407
- Project build system migration to composite builds was made to support multiproject structure.
1408
- Code quality check workflow was created.
1409
- Merge report tasks were added.
1410
- Codeowners file was modified.
1411
- --
1412
- 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))
1413
- feat(plasma-web/b2c): add Drawer to packages ([@TitanKuzmich](https://github.com/TitanKuzmich))
1414
- feat(plasma-web): Refactor TextField ([@Yeti-or](https://github.com/Yeti-or))
1415
- feat(plasma-new-hope): refactor stretching prop in ButtonGroup component ([@TitanKuzmich](https://github.com/TitanKuzmich))
1416
- feat(plasma-web/b2c): update tests depending on Button ([@TitanKuzmich](https://github.com/TitanKuzmich))
1417
- feat(plasma-web/b2c): add ButtonGroup ([@TitanKuzmich](https://github.com/TitanKuzmich))
1418
- feat(plasma-web/b2c): add Button from new-hope & update tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
1419
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1420
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1421
- docs(plasma-web/b2c,sdds-serv): regenerate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1422
- chore: update package-locks [no ci](<[@Yakutoc](https://github.com/Yakutoc)>)
1423
- docs: regenerate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1424
- docs(plasma-b2c/web,sdds-serv): generate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1425
- feat(plasma-new-hope, web, b2c): Added Indicator component [#1067](https://github.com/salute-developers/plasma/pull/1067) ([@shuga2704](https://github.com/shuga2704))
1426
- chore: bump manual package-locks [#1053](https://github.com/salute-developers/plasma/pull/1053) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1427
- chore: Update package-lock.json files \[skip ci\] ([@Yakutoc](https://github.com/Yakutoc))
1428
- [@kayman233](https://github.com/kayman233)
1429
- [@Salute-Eva](https://github.com/Salute-Eva)
1430
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1431
- Alexander Malishev ([@malilex](https://github.com/malilex))
1432
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1433
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1434
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1435
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1436
- --
1437
- SSRProvider перенесен в библиотеку plasma-new-hope
1438
- добавлен в поставку b2c/web/asdk
1439
- из `plasma-asdk` удалена plasma-core зависимость
1440
- добавлено новое свойство `onChangeStartOfRange` в библиотеки `plasma-{web,b2c}`
1441
- добавлен в новой архитектуре
1442
- добавлен в поставку для `plasma-{b2c/web}`
1443
- написаны тесты и документация
1444
- интегрирован в компоненты `Toast`, `Modal`
1445
- Обновлены зависимости у callback onChangeValue, который вызывался при выборе элемента в `multiselect` режиме для библиотеки `@salutejs/plasma-hope`
1446
- выполнен редизайн компонента `Tabs`
1447
- компонент добавлен в `plasma-web/b2c` в новой архитектуре
1448
- добавлены новые свойства для `TabItem`
1449
- `TabsController` теперь deprecated. Для подключения клавиатурной навигации необходимо дополнительно прокинуть свойства `index, itemIndex, onIndexChange`.
1450
- Упрощен функционал аватара
1451
- Avatar и AvatarGroup были добавлены в web, b2c
1452
- добавлен компонент `Combobox` c новым дизайном в библиотеку `@salutejs/plasma-new-hope` для тем plasma-b2c и plasma-web, а также в `@salutejs/plasma-b2c` и `@salutejs/plasma-web`
1453
- поправлен `tree-shaking` пакета иконок
1454
- компонент `Icon` теперь **deprecated**
1455
- обновлены шрифты SBSans Display для CDN
1456
- обновлен пакет `docusaurus` и все что с ним связано до `@latest` версии
1457
- исправлены **все** уязвимости в пакете `plasma-web-docs`
1458
- обновлен пакет `docusaurus` и все что с ним связано до `@latest` версии
1459
- исправлены **все** уязвимости в пакете `plasma-ui-docs`
1460
- добавлен dev stage для возможности сделать deploy dev branch. Нужен для QA
1461
- обновлены шрифты для документации, storybook , тестов
1462
- добавили возможность использовать `plasma-{web,b2c}` без `styled-components`
1463
- добавлена библиотека sdds-srvc
1464
- поднят storybook в рамках pull request
1465
- опубликован npm пакет
1466
- добавлена Typography (в виде компонентов как старого, так и нового формата)
1467
- добавлены компоненты: Button, Checkbox, Dropdown, Link, Modal, Popup, Radiobox, Segment, Spinner, Switch
1468
- добавлена библиотека Caldera
1469
- поднят storybook в рамках pull request
1470
- опубликован npm пакет
1471
- добавлена Typography (в виде компонентов как старого, так и нового формата)
1472
- добавлены компоненты: Button, Checkbox, Dropdown, Link, ModalBase, PopupBase, Radiobox, Segment, Spinner, Switch
1473
- добавлена библиотека Caldera-online
1474
- поднят storybook в рамках pull request
1475
- опубликован npm пакет
1476
- добавлена Typography (в виде компонентов как старого, так и нового формата)
1477
- добавлены компоненты: Button, Checkbox, Dropdown, Link, ModalBase, PopupBase, Radiobox, Segment, Spinner, Switch
1478
- --
1479
- 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))
1480
- feat(plasma-web): Add `Combobox` component ([@neretin-trike](https://github.com/neretin-trike))
1481
- feat(plasma-web, b2c): Added documentation for Avatar and AvatarGroup [#1036](https://github.com/salute-developers/plasma/pull/1036) ([@shuga2704](https://github.com/shuga2704))
1482
- feat(plasma-new-hope): Classnames fixes ([@shuga2704](https://github.com/shuga2704))
1483
- fix(plasma-new-hope): add key navigation to Tabs [#983](https://github.com/salute-developers/plasma/pull/983) ([@kayman233](https://github.com/kayman233))
1484
- feat(plasma-hope): remove Tabs ([@kayman233](https://github.com/kayman233))
1485
- feat(plasma-web/b2c): add Overlay component [#1033](https://github.com/salute-developers/plasma/pull/1033) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1486
- feat(web): handle "onChangeStartOfRange" prop ([@Yakutoc](https://github.com/Yakutoc))
1487
- feat(plasma-b2c/web): add SSRProvider from new-hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
1488
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1489
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1490
- test(plasma-web): Add tests and snapshots for `Combobox` component ([@neretin-trike](https://github.com/neretin-trike))
1491
- chore: update fonts for storybook ([@TitanKuzmich](https://github.com/TitanKuzmich))
1492
- feat(b2c, web): Added tests for Avatar and AvatarGroup ([@shuga2704](https://github.com/shuga2704))
1493
- feat(plasma-new-hope, web, b2c): Insignificant improvements in Avatar.stories ([@shuga2704](https://github.com/shuga2704))
1494
- feat(plasma-web, plasma-b2c): Populated AvatarGroup into web, b2c ([@shuga2704](https://github.com/shuga2704))
1495
- feat(plasma-web, plasma-b2c): Populated Avatar into web, b2c ([@shuga2704](https://github.com/shuga2704))
1496
- fix(plasma-web, plasma-b2c): fix default Tabs sizes ([@kayman233](https://github.com/kayman233))
1497
- fix(plasma-new-hope): remove carousel and observers from Tabs ([@kayman233](https://github.com/kayman233))
1498
- fix(plasma-web, plasma-b2c): height, arrows design fixes ([@kayman233](https://github.com/kayman233))
1499
- feat(plasma-web, plasma-b2c): Tabs refactor and redesign ([@kayman233](https://github.com/kayman233))
1500
- fix(plasma-hope): Add value deps for `Select` component with multiselect mode [#1040](https://github.com/salute-developers/plasma/pull/1040) ([@neretin-trike](https://github.com/neretin-trike))
1501
- docs(plasma-web/b2c): regenerate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1502
- test(plasma-b2c/web): add Overlay snapshots ([@TitanKuzmich](https://github.com/TitanKuzmich))
1503
- feat(plasma-b2c, plasma-web): Wrapped Spinner up in styled only in SC build [#942](https://github.com/salute-developers/plasma/pull/942) ([@shuga2704](https://github.com/shuga2704))
1504
- build(plasma-web): add css build ([@Yeti-or](https://github.com/Yeti-or))
1505
- chore: api report after adding "onChangeStartOfRange" prop ([@Yakutoc](https://github.com/Yakutoc))
1506
- docs(plasma-asdk/web/b2c/hope): regenerate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1507
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1508
- [@kayman233](https://github.com/kayman233)
1509
- [@Salute-Eva](https://github.com/Salute-Eva)
1510
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1511
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1512
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1513
- Luiza_Sok ([@luizasok](https://github.com/luizasok))
1514
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1515
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1516
- --
1517
- поправлена генерация id для `Modal, Popup`
1518
- добавлены тесты для `Modal, Popup`
1519
- добавлены компоненты Avatar и AvatarGroup
1520
- Временно добавлен полифил `focus-visible` в linaria.tsx
1521
- добавлен компонент `Select` c новым дизайном в библиотеку `@salutejs/plasma-new-hope` для тем plasma-b2c и plasma-web
1522
- добавлена клавиатурная навигация со следующими комбинациями:
1523
175
  - Tab - переход на таргет (кнопку)
1524
176
  - Shift + tab - выход с него (теряем фокус)
1525
177
  - Пробел / стрелка вверх / стрелка вниз / enter - открыть выпадающий список и переместиться на первый элемент
1526
178
  - Стрелки вверх / вниз ходим по элементам
1527
179
  - Пробел / enter - выбираем элемент, закрываем выпадающий список и переходим фокусом снова на таргет (кнопку)
1528
180
  - Если мы ходим по селекту и нажимаем Tab - выпадающий список закрывается и теряем фокус
1529
181
  - Если мы ходим по селекту и нажимаем Escape - выпадающий список закрывается и фокусом остаёмся на таргете
1530
182
  - В мультиселекте тоже самое кроме закрытия выпадающего списка при выборе элемента
1531
183
  - При активном состоянии у таргета, нажимаем стрелку влево / вправо - попадаем на первый чип
1532
184
  - Когда находимся на первом чипе, нажимаем стрелку влево / вправо - переходим по чипам
1533
185
  - Нажимаем backspace - удаляем выбранный чип и переходим на предыдущий
1534
186
  - Если удалили последний чип, то фокусируемся на таргете
1535
187
  - Если находимся в выборе элемента из выпадающего списка и нажимаем стрелку влево / вправо - попадаем на самый последний чип
1536
188
  - Если находимся в режиме выбора элемента и нажимаем стрелку вниз / вверх находясь на последнем / первом элементе, то перескакиваем в начало / в конец
1537
- добавлены новые иконки и изменена структура файлов старых в библиотеку `@salutejs/plasma-new-hope`
1538
- добавлены токены для компонента `Button`, регулирующие высоту и scale при hover и active состояниях #706
1539
- исправлен баг, при котором у компонента `Button` будет отсутствовать бэкграунд в состоянии disabled и при hover'е
1540
- добавлены токены для компонент `Checkbox`, `Radiobox`, отвечающие за отступы
1541
- добавлен токен для компонента `Chip`, отвечающий за цвет иконки закрытия
1542
- добавлена поддержка react-компонент в props `contentLeft` и `contentRight`
1543
- убрано свойство isNested, т.к. теперь можно вкладывать Dropdown друг в друга без него
1544
- добавлен компонент Toast в новой архитектуре
1545
- добавлен в поставку в b2c/web
1546
- обновлены тесты
1547
- обновлена документация
1548
- добавлена поддержка переноса строки для свойства `placeholder`;
1549
- исправлено поведение компонента при использовании свойств `defaultValue` и `placeholder`.
1550
- поправлена публикация пакета со всем содержимым билда
1551
- добавлен отдельный workflow для **безусловной** сборки документация и storybook на основе dev ветки
1552
- добавлен коллаборативный прогон (прогон одновременно двух веток в рамках одного процесса)
1553
- переопределили логику `ignoreChanges` для команды `lerna ls` чтобы изменения файлов `*.component-test.tsx` тоже учитывалось
1554
- добавлено уведомление для упавшего процесса публикации релиз кандидата
1555
- добавлен выбор ветки для создания release pull request
1556
- вынесли этот процесс в отдельный, от публикация релиза, workflow.
1557
- убиран verbose loglevel в `perftool`
1558
- поправлено отображение примера Popup в storybook
1559
- --
1560
- 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))
1561
- feat(plasma-b2c/web): add Toast with new architecture ([@TitanKuzmich](https://github.com/TitanKuzmich))
1562
- feat(plasma-\*): Add margin tokens to `Radiobox` component and update configs ([@neretin-trike](https://github.com/neretin-trike))
1563
- feat(plasma-\*): Add margin tokens to `Checkbox` component and update configs ([@neretin-trike](https://github.com/neretin-trike))
1564
- Merge remote-tracking branch 'origin/dev' into release_2024-01-31 ([@Yakutoc](https://github.com/Yakutoc))
1565
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1566
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1567
- docs(plasma-b2c/web/hope): generate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1568
- chore: fix Popup storybook example [#997](https://github.com/salute-developers/plasma/pull/997) ([@kayman233](https://github.com/kayman233))
1569
- test: added tests for ModalBase, PopupBase ([@kayman233](https://github.com/kayman233))
1570
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1571
- chore: closed img tag ([@Yakutoc](https://github.com/Yakutoc))
1572
- [@kayman233](https://github.com/kayman233)
1573
- [@nikewht](https://github.com/nikewht)
1574
- [@Salute-Eva](https://github.com/Salute-Eva)
1575
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1576
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
1577
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1578
- Luiza_Sok ([@luizasok](https://github.com/luizasok))
1579
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1580
- --
1581
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1582
- chore: closed img tag [no ci](<[@Yakutoc](https://github.com/Yakutoc)>)
1583
- [@Salute-Eva](https://github.com/Salute-Eva)
1584
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1585
- --
1586
- добавлен пропс `scrollSnapStop` в `Carousel`
1587
- добавлен компонент в новой архитектуре
1588
- включен в поставку b2c/web
1589
- удален из plasma-hope
1590
- написаны тесты
1591
- поправлен компонент Button для использования в styled
1592
- добавлены размеры под новую типографику
1593
- добавлен prop, который позволяет применять mediaQuery для S-viewport по условию
1594
- добавлен тест на данный кейс
1595
- Поправлено отображение `Popover arrow` в Safari, Firefox
1596
- добавлен в поставку `plasma-{b2c, web}`
1597
- добавлен UI тесты
1598
- удален из `plasma-hope`
1599
- добавлен в поставку `plasma-{b2c,web,new-hope}`
1600
- дополнены тесты
1601
- добавлен в поставку `plasma-{b2c,web,new-hope}`
1602
- написаны тесты и документация
1603
- добавлены **новые** иконки размера 24x24, 1025 штук
1604
- добавлены **новые** категории иконок в разделе icons на сайте
1605
- обновление версии @salutejs/perftool@0.24
1606
- добавлена возможность прокинуть опции/флаги для запуска - **auto shipit**;
1607
- выключили генерацию changelog для pubslish: canary, RC;
1608
- добавлена новая категория `Bugs`
1609
- экранирование спец символов
1610
- изменена нотация с `camelCase` на `kebab-case` для старых токенов цветов и типографики
1611
- добавлен `ref` в `forwardRef` вторым аргументом
1612
- решен баг с пролистыванием (onDragScroll) в accessible mode - mobile & desktop.
1613
- control panel в карусели работает корректно (можно выбрать scrollAlign).
1614
- исправлено отображение компонента `Spinner` при размере 8px
1615
- root для типографики вынесен в общий компонент
1616
- className, style теперь явно задаются в компоненте
1617
- исправлены конфиги для asdk поставки
1618
- --
1619
- 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))
1620
- feat(plasma-web/b2c): add Counter to packages ([@TitanKuzmich](https://github.com/TitanKuzmich))
1621
- feat(plasma-new-hope/web/b2c): remove QuantityBadge [#964](https://github.com/salute-developers/plasma/pull/964) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1622
- feat(plasma-b2c/web/core): add Badge & QuantityBadge to packages ([@TitanKuzmich](https://github.com/TitanKuzmich))
1623
- feat(plasma-web/b2c/new-hope): add Image in new architecture ([@TitanKuzmich](https://github.com/TitanKuzmich))
1624
- feat(plasma-web): new typography sizes for Skeleton with snapshots [#960](https://github.com/salute-developers/plasma/pull/960) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1625
- feat(plasma-web): add Skeleton with snapshots ([@TitanKuzmich](https://github.com/TitanKuzmich))
1626
- feat(plasma-asdk/b2c/web): fix typography stories props ([@TitanKuzmich](https://github.com/TitanKuzmich))
1627
- Merge remote-tracking branch 'origin/dev' into t1 ([@Yakutoc](https://github.com/Yakutoc))
1628
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1629
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1630
- docs(plasma-b2c/web): generate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1631
- docs(plasma-b2c/web/hope): generate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1632
- feat(plasma-web, plasma-b2c): Added isDragScrollDisabled property to control panel ([@shuga2704](https://github.com/shuga2704))
1633
- fix(plasma-web): Fix storybook control panel in Carousel ([@shuga2704](https://github.com/shuga2704))
1634
- fix(plasma-web,plasma-hope): Fix weird scroll in accessibility mode in Carousel ([@shuga2704](https://github.com/shuga2704))
1635
- docs(plasma-asdk/b2c/web): generate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1636
- chore: manual package.lock bump ([@TitanKuzmich](https://github.com/TitanKuzmich))
1637
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1638
- [@kayman233](https://github.com/kayman233)
1639
- [@Salute-Eva](https://github.com/Salute-Eva)
1640
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1641
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
1642
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
1643
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1644
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1645
- --
1646
- 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))
1647
- feat(plasma-asdk/b2c/web): fix typography stories props ([@TitanKuzmich](https://github.com/TitanKuzmich))
1648
- docs(plasma-asdk/b2c/web): generate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1649
- chore: manual package.lock bump ([@TitanKuzmich](https://github.com/TitanKuzmich))
1650
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1651
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1652
- [@Salute-Eva](https://github.com/Salute-Eva)
1653
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1654
- --
1655
- 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))
1656
- feat: Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1657
- feat(plasma-b2c/web): add stretch prop and update test [#931](https://github.com/salute-developers/plasma/pull/931) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1658
- feat(plasma-new-hope/web/b2c): remove extra views for SegmentItem ([@TitanKuzmich](https://github.com/TitanKuzmich))
1659
- feat(plasma-b2c/web): separate configs for segment ([@TitanKuzmich](https://github.com/TitanKuzmich))
1660
- feat(plasma-web): add Segment component with tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
1661
- feat: bump manual package-locks [#933](https://github.com/salute-developers/plasma/pull/933) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1662
- feat(plasma-b2c): refactor typography configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1663
- feat(plasma-b2c/web): add paragraphText component ([@TitanKuzmich](https://github.com/TitanKuzmich))
1664
- feat(plasma-web/b2c): add typography as tokens-mixins ([@TitanKuzmich](https://github.com/TitanKuzmich))
1665
- feat(plasma-b2c/web): add typography from new-hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
1666
- feat(plasma-\*): Update config for `Link` component ([@neretin-trike](https://github.com/neretin-trike))
1667
- feat(plasma-tokens-utils): Add methods for handle fallback themes ([@neretin-trike](https://github.com/neretin-trike))
1668
- fix(plasma-new-hope): fix Notification layout with long text [#927](https://github.com/salute-developers/plasma/pull/927) ([@kayman233](https://github.com/kayman233))
1669
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1670
- docs(plasma-b2c/web): generate api docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1671
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1672
- test(plasma-b2c/web): fix tests depending on typography ([@TitanKuzmich](https://github.com/TitanKuzmich))
1673
- feat(plasma-web,plasma-b2c): Update snapshots and add test ([@neretin-trike](https://github.com/neretin-trike))
1674
- fix(plasma-new-hope): Fix `TextArea` behavior with uncontrolled value ([@neretin-trike](https://github.com/neretin-trike))
1675
- feat(plasma-b2c,plasma-web): Update configs for components with new design ([@neretin-trike](https://github.com/neretin-trike))
1676
- chore(vite): bump to 4.5.1 ([@Yakutoc](https://github.com/Yakutoc))
1677
- feat(plasma-web, plasma-b2c): redesign Notification ([@kayman233](https://github.com/kayman233))
1678
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1679
- [@kayman233](https://github.com/kayman233)
1680
- [@Salute-Eva](https://github.com/Salute-Eva)
1681
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1682
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1683
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1684
- --
1685
- вынесены токены в отдельный файл
1686
- исправлен конфиг
1687
- убрана вариация active
1688
- добавлен общий mixin addFocus(на него переведены компоненты: **Chip, Checkbox, Radiobox, Calendar** )
1689
- добавлен компонент **Header**, в качестве составных компонента (HeaderLogo, HeaderArrow, etc.)
1690
- добавлен mixin **mediaQuery**
1691
- добавлен `Tooltip` с новым дизайном и API (для `plasma-{web,b2c,new-hope}`)
1692
- добавлена реализация на новой архитектуре для plasma-{new-hope, web, asdk}
1693
- добавили условие при котором происходит загрузка assets
1694
- зафиксировали версию Node.js (18.16.1) для корректной работы в CI
1695
- переопределена логика получения commit для правильного условия загрузки assets в момент публикации RC
1696
- добавлен workflow для ручного запуска создания PR релиза
1697
- автоматизирован процесс создания changelog на основе merged prs и labels
1698
- добавлен новый location в "https://plasma.sberdevices.ru/asdk-storybook/" (plasma-ASDK)
1699
- В генератор файлов темы добавлены метод, который восстанавливает значение цвета из ссылки, т.е. переведёт: **[general.red.500] => #FF293E**
1700
- Добавлена генерация токенов цвета в kebab нотации
1701
- --
1702
- 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))
1703
- feat: update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1704
- feat(plasma-new-hope): Switch add labelPosition ([@Yeti-or](https://github.com/Yeti-or))
1705
- feat(plasma-web): Replace from plasma-new-hope ([@Yeti-or](https://github.com/Yeti-or))
1706
- feat(plasma-new-hope): Add core Switch component (nikita.belyanskiy@south.rt.ru)
1707
- fix(plasma-new-hope): fix tokens usage in Tooltip [#879](https://github.com/salute-developers/plasma/pull/879) ([@kayman233](https://github.com/kayman233))
1708
- feat(plasma-new-hope): Tooltip added ([@kayman233](https://github.com/kayman233))
1709
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1710
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1711
- fix(plasma-new-hope): Tooltip, Popover, Dropdown refactor ([@kayman233](https://github.com/kayman233))
1712
- feat(plasma-new-hope, plasma-web, plasma-b2c): Tooltip added ([@kayman233](https://github.com/kayman233))
1713
- chore: update package locks [#916](https://github.com/salute-developers/plasma/pull/916) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1714
- chore: update package-locks \[skip ci\] ([@Yakutoc](https://github.com/Yakutoc))
1715
- [@kayman233](https://github.com/kayman233)
1716
- [@nikewht](https://github.com/nikewht)
1717
- [@Salute-Eva](https://github.com/Salute-Eva)
1718
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1719
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1720
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1721
- Nikita Belyanskiy (nikita.belyanskiy@south.rt.ru)
1722
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1723
- --
1724
- 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))
1725
- feat: update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1726
- feat(plasma-web): Replace `TextArea` from plasma-new-hope ([@neretin-trike](https://github.com/neretin-trike))
1727
- feat(plasma-new-hope/b2c/web): add readonly as attribute & remove hasClear prop ([@TitanKuzmich](https://github.com/TitanKuzmich))
1728
- feat(plasma-web): update snapshots ([@TitanKuzmich](https://github.com/TitanKuzmich))
1729
- feat(plasma-web): add chip from new hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
1730
- feat(plasma-b2c): add chip from new hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
1731
- fix(plasma-new-hope, plasms-web, plasma-b2c): fix title font for Notification [#848](https://github.com/salute-developers/plasma/pull/848) ([@kayman233](https://github.com/kayman233))
1732
- feat: Update package-lock.json files ([@Yakutoc](https://github.com/Yakutoc))
1733
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1734
- chore: update package locks [#880](https://github.com/salute-developers/plasma/pull/880) ([@TitanKuzmich](https://github.com/TitanKuzmich))
1735
- docs(plasma-b2c/web): generate docs ([@TitanKuzmich](https://github.com/TitanKuzmich))
1736
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
1737
- chore(plasma-web): bump "default-browser-id" to 2.0.0 ([@Yakutoc](https://github.com/Yakutoc))
1738
- chore(plasma-web): bump "@microsoft/api-extractor" to 7.38.3 ([@Yakutoc](https://github.com/Yakutoc))
1739
- chore(plasma-web): fix vulnerabilities: high, critical ([@Yakutoc](https://github.com/Yakutoc))
1740
- chore(plasma-web): bump "vite" to 4.5.0 ([@Yakutoc](https://github.com/Yakutoc))
1741
- chore: update package-locks ([@Salute-Eva](https://github.com/Salute-Eva))
1742
- docs(plasma-web/b2c): generate api ([@TitanKuzmich](https://github.com/TitanKuzmich))
1743
- feat(plasma-web, plasma-b2c): Notification on new-hope ([@kayman233](https://github.com/kayman233))
1744
- [@kayman233](https://github.com/kayman233)
1745
- [@Salute-Eva](https://github.com/Salute-Eva)
1746
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1747
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1748
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1749
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1750
- --
1751
- --
1752
- 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))
1753
- feat: manual update package-lock.json files ([@Yakutoc](https://github.com/Yakutoc))
1754
- fix(plasma-web, plasma-b2c): fix NoScroll behavior in ModalBase [#828](https://github.com/salute-developers/plasma/pull/828) ([@kayman233](https://github.com/kayman233))
1755
- feat: api report for ts@4.2.4 [#843](https://github.com/salute-developers/plasma/pull/843) ([@Yakutoc](https://github.com/Yakutoc))
1756
- feat: bump TS to 4.2.4 ([@Yakutoc](https://github.com/Yakutoc))
1757
- feat(plasma-new-hope): separate typography tokens & refactor folder structure ([@TitanKuzmich](https://github.com/TitanKuzmich))
1758
- feat(plasma-new-hope): separate classes & tokens ([@TitanKuzmich](https://github.com/TitanKuzmich))
1759
- feat(plasma-web/b2c): add calendar with new architecture ([@TitanKuzmich](https://github.com/TitanKuzmich))
1760
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1761
- feat(plasma-web, plasma-b2c): ModalBase, PopupBase on new-hope ([@kayman233](https://github.com/kayman233))
1762
- docs(web): fix typo [#850](https://github.com/salute-developers/plasma/pull/850) ([@Yakutoc](https://github.com/Yakutoc))
1763
- chore(web): migrate "Main.ts" to storybook@latest ([@Yakutoc](https://github.com/Yakutoc))
1764
- chore(web): add decorators: Theme, Toast, Docs ([@Yakutoc](https://github.com/Yakutoc))
1765
- chore(web): migrate "Preview.ts" to storybook@latest ([@Yakutoc](https://github.com/Yakutoc))
1766
- chore(web): bump storybook to latest(7.5.3) ([@Yakutoc](https://github.com/Yakutoc))
1767
- chore(web): migrate to CSF 3 [Typography](<[@Yakutoc](https://github.com/Yakutoc)>)
1768
- chore(web): migrate to CSF 3 [Colors](<[@Yakutoc](https://github.com/Yakutoc)>)
1769
- chore(web): migrate to CSF 3 [UploadVisual](<[@Yakutoc](https://github.com/Yakutoc)>)
1770
- chore(web): migrate to CSF 3 [UploadAudio](<[@Yakutoc](https://github.com/Yakutoc)>)
1771
- chore(web): migrate to CSF 3 [Upload](<[@Yakutoc](https://github.com/Yakutoc)>)
1772
- chore(web): migrate to CSF 3 [Tooltip](<[@Yakutoc](https://github.com/Yakutoc)>)
1773
- chore(web): migrate to CSF 3 [Toast](<[@Yakutoc](https://github.com/Yakutoc)>)
1774
- chore(web): migrate to CSF 3 [TextField](<[@Yakutoc](https://github.com/Yakutoc)>)
1775
- chore(web): migrate to CSF 3 [TextArea](<[@Yakutoc](https://github.com/Yakutoc)>)
1776
- chore(web): migrate to CSF 3 [Tabs](<[@Yakutoc](https://github.com/Yakutoc)>)
1777
- chore(web): migrate to CSF 3 [Switch](<[@Yakutoc](https://github.com/Yakutoc)>)
1778
- chore(web): migrate to CSF 3 [Spinner](<[@Yakutoc](https://github.com/Yakutoc)>)
1779
- chore(web): migrate to CSF 3 [Slider](<[@Yakutoc](https://github.com/Yakutoc)>)
1780
- chore(web): migrate to CSF 3 [Skeleton](<[@Yakutoc](https://github.com/Yakutoc)>)
1781
- chore(web): migrate to CSF 3 [Select](<[@Yakutoc](https://github.com/Yakutoc)>)
1782
- chore(web): migrate to CSF 3 [Radiobox](<[@Yakutoc](https://github.com/Yakutoc)>)
1783
- chore(web): migrate to CSF 3 [Progress](<[@Yakutoc](https://github.com/Yakutoc)>)
1784
- chore(web): migrate to CSF 3 [Price](<[@Yakutoc](https://github.com/Yakutoc)>)
1785
- chore(web): migrate to CSF 3 [PreviewGallery](<[@Yakutoc](https://github.com/Yakutoc)>)
1786
- chore(web): migrate to CSF 3 [PopupBase](<[@Yakutoc](https://github.com/Yakutoc)>)
1787
- chore(web): migrate to CSF 3 [Popover](<[@Yakutoc](https://github.com/Yakutoc)>)
1788
- chore(web): migrate to CSF 3 [PaginationDots](<[@Yakutoc](https://github.com/Yakutoc)>)
1789
- chore(web): migrate to CSF 3 [Notification](<[@Yakutoc](https://github.com/Yakutoc)>)
1790
- chore(web): migrate to CSF 3 [ModalBase](<[@Yakutoc](https://github.com/Yakutoc)>)
1791
- chore(web): migrate to CSF 3 [Modal](<[@Yakutoc](https://github.com/Yakutoc)>)
1792
- chore(web): migrate to CSF 3 [Link](<[@Yakutoc](https://github.com/Yakutoc)>)
1793
- chore(web): migrate to CSF 3 [Image](<[@Yakutoc](https://github.com/Yakutoc)>)
1794
- chore(web): migrate to CSF 3 [Grid](<[@Yakutoc](https://github.com/Yakutoc)>)
1795
- chore(web): migrate to CSF 3 [ElasticGrid](<[@Yakutoc](https://github.com/Yakutoc)>)
1796
- chore(web): migrate to CSF 3 [Editable](<[@Yakutoc](https://github.com/Yakutoc)>)
1797
- chore(web): migrate to CSF 3 [Dropdown](<[@Yakutoc](https://github.com/Yakutoc)>)
1798
- chore(web): migrate to CSF 3 [Checkbox](<[@Yakutoc](https://github.com/Yakutoc)>)
1799
- chore(web): migrate to CSF 3 [Calendar](<[@Yakutoc](https://github.com/Yakutoc)>)
1800
- chore(web): migrate to CSF 3 [Carousel](<[@Yakutoc](https://github.com/Yakutoc)>)
1801
- chore(web): migrate to CSF 3 [Card](<[@Yakutoc](https://github.com/Yakutoc)>)
1802
- chore(web): migrate to CSF 3 [Cell](<[@Yakutoc](https://github.com/Yakutoc)>)
1803
- chore(web): migrate to CSF 3 [Badge](<[@Yakutoc](https://github.com/Yakutoc)>)
1804
- chore(web): migrate to CSF 3 [Button](<[@Yakutoc](https://github.com/Yakutoc)>)
1805
- chore(web): migrate to CSF 3 [AudioPlayer](<[@Yakutoc](https://github.com/Yakutoc)>)
1806
- chore: update package-locks ([@Salute-Eva](https://github.com/Salute-Eva))
1807
- chore(packages): reformat package.json ([@Yakutoc](https://github.com/Yakutoc))
1808
- docs(plasma-web/b2c/hope): update api ([@TitanKuzmich](https://github.com/TitanKuzmich))
1809
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1810
- [@kayman233](https://github.com/kayman233)
1811
- [@Salute-Eva](https://github.com/Salute-Eva)
1812
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1813
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
1814
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1815
- --
1816
- Release 02.11.2023 [#829](https://github.com/salute-developers/plasma/pull/829) ([@akhdrv](https://github.com/akhdrv) [@neretin-trike](https://github.com/neretin-trike) [@Salute-Eva](https://github.com/Salute-Eva) [@kayman233](https://github.com/kayman233) [@Yakutoc](https://github.com/Yakutoc) [@nikewht](https://github.com/nikewht))
1817
- feat: manual bump versions [#826](https://github.com/salute-developers/plasma/pull/826) ([@Yakutoc](https://github.com/Yakutoc))
1818
- feat(plasma-new-hope): new classes API for Popup [#819](https://github.com/salute-developers/plasma/pull/819) ([@kayman233](https://github.com/kayman233))
1819
- chore: update package-locks ([@Salute-Eva](https://github.com/Salute-Eva))
1820
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
1821
- fix(plasma-ui, plasma-web, plasma-b2c): new animation API for PopupBase/ModalBase ([@kayman233](https://github.com/kayman233))
1822
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1823
- [@kayman233](https://github.com/kayman233)
1824
- [@nikewht](https://github.com/nikewht)
1825
- [@Salute-Eva](https://github.com/Salute-Eva)
1826
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1827
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
1828
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1829
- --
1830
- 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))
1831
- feat(plasma-new-hope/b2c/web/core): Add Popover to new hope ([@TitanKuzmich](https://github.com/TitanKuzmich))
1832
- fix(plasma-ui): PopupProvider inside Confirm added ([@kayman233](https://github.com/kayman233))
1833
- fix(plasma-core, plasma-ui): remove withAnimation from PopupBase ([@kayman233](https://github.com/kayman233))
1834
- fix(plasma-core, plasma-ui): minor refactoring and types fix ([@kayman233](https://github.com/kayman233))
1835
- feat(plasma-core, plasma-ui): add animation for PopupBase etc ([@kayman233](https://github.com/kayman233))
1836
- fix(plasma-web/b2c): move tokens from dev deps to deps ([@TitanKuzmich](https://github.com/TitanKuzmich))
1837
- docs(plasma-core/hope/web/b2c): generate new api ([@TitanKuzmich](https://github.com/TitanKuzmich))
1838
- fix(plasma-core): refactor in PopupBase/ModalBase ([@kayman233](https://github.com/kayman233))
1839
- feat(plasma-core, plasma-web, plasma-b2c): ModalBase component ([@kayman233](https://github.com/kayman233))
1840
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1841
- [@kayman233](https://github.com/kayman233)
1842
- [@Salute-Eva](https://github.com/Salute-Eva)
1843
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1844
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
1845
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1846
- Nikita Belyanskiy (nikita.belyanskiy@south.rt.ru)
1847
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1848
- --
1849
- 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))
1850
- 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))
1851
- 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))
1852
- 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))
1853
- feat(plasma-core): focusTrap, arrow and offset for Popover [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
1854
- chore: update package-locks [#781](https://github.com/salute-developers/plasma/pull/781) ([@Salute-Eva](https://github.com/Salute-Eva))
1855
- Update versions [#781](https://github.com/salute-developers/plasma/pull/781) ([@Salute-Eva](https://github.com/Salute-Eva))
1856
- 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))
1857
- fix: Bump package-lock versions [#781](https://github.com/salute-developers/plasma/pull/781) ([@neretin-trike](https://github.com/neretin-trike))
1858
- fix(plasma-core): PopupBase refactoring [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
1859
- feat(plasma-web, plasma-b2c): PopupBase component [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
1860
- fix(plasma-core): Popover refactoring [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
1861
- feat(plasma-web, plasma-b2c): Popover component [#781](https://github.com/salute-developers/plasma/pull/781) ([@kayman233](https://github.com/kayman233))
1862
- chore: update version [#781](https://github.com/salute-developers/plasma/pull/781) ([@Yakutoc](https://github.com/Yakutoc))
1863
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1864
- [@kayman233](https://github.com/kayman233)
1865
- [@Salute-Eva](https://github.com/Salute-Eva)
1866
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1867
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1868
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1869
- --
1870
- chore: update package-locks [#699](https://github.com/salute-developers/plasma/pull/699) ([@Salute-Eva](https://github.com/Salute-Eva))
1871
- Update versions [#699](https://github.com/salute-developers/plasma/pull/699) ([@Salute-Eva](https://github.com/Salute-Eva))
1872
- 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))
1873
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1874
- [@Salute-Eva](https://github.com/Salute-Eva)
1875
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1876
- --
1877
- chore: update package-locks [#681](https://github.com/salute-developers/plasma/pull/681) ([@Salute-Eva](https://github.com/Salute-Eva))
1878
- Update versions [#681](https://github.com/salute-developers/plasma/pull/681) ([@Salute-Eva](https://github.com/Salute-Eva))
1879
- chore(packages): add lint script [#681](https://github.com/salute-developers/plasma/pull/681) ([@Yakutoc](https://github.com/Yakutoc))
1880
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1881
- [@Salute-Eva](https://github.com/Salute-Eva)
1882
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1883
- --
1884
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1885
- [@Salute-Eva](https://github.com/Salute-Eva)
1886
- --
1887
- feat(plasma-b2c, plasma-web): Modal refinement [#629](https://github.com/salute-developers/plasma/pull/629) ([@kayman233](https://github.com/kayman233))
1888
- fix(plasma-web, plasma-b2c): Tooltip update on text change [#637](https://github.com/salute-developers/plasma/pull/637) ([@kayman233](https://github.com/kayman233))
1889
- 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))
1890
- feat(plasma-b2c, plasma-web): autoResize for TextArea [#614](https://github.com/salute-developers/plasma/pull/614) ([@kayman233](https://github.com/kayman233))
1891
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1892
- Merge branch 'dev' ([@Yeti-or](https://github.com/Yeti-or))
1893
- [@kayman233](https://github.com/kayman233)
1894
- [@Salute-Eva](https://github.com/Salute-Eva)
1895
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1896
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1897
- --
1898
- chore(storybook): avoid OpenSSL v3.0 breaking changes [#620](https://github.com/salute-developers/plasma/pull/620) ([@Yakutoc](https://github.com/Yakutoc))
1899
- fix(plasma-core): fix cols/rows usage in TextArea [#620](https://github.com/salute-developers/plasma/pull/620) ([@kayman233](https://github.com/kayman233))
1900
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1901
- [@kayman233](https://github.com/kayman233)
1902
- [@Salute-Eva](https://github.com/Salute-Eva)
1903
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1904
- --
1905
- chore: add forgotten license [#582](https://github.com/salute-developers/plasma/pull/582) ([@Yeti-or](https://github.com/Yeti-or))
1906
- fix(plasma-hope): update useFocusTrap [#582](https://github.com/salute-developers/plasma/pull/582) ([@kayman233](https://github.com/kayman233))
1907
- fix(plasma-hope): refactor useFocusTrap [#582](https://github.com/salute-developers/plasma/pull/582) ([@kayman233](https://github.com/kayman233))
1908
- test: tests for focusTrap [#582](https://github.com/salute-developers/plasma/pull/582) ([@kayman233](https://github.com/kayman233))
1909
- feat(plasma-b2c, plasma-web): focusTrap hook added [#582](https://github.com/salute-developers/plasma/pull/582) ([@kayman233](https://github.com/kayman233))
1910
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1911
- [@kayman233](https://github.com/kayman233)
1912
- [@Salute-Eva](https://github.com/Salute-Eva)
1913
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1914
- --
1915
- chore: add api report [#526](https://github.com/salute-developers/plasma/pull/526) ([@Yakutoc](https://github.com/Yakutoc))
1916
- chore: use "paths" property in tsconfig.json [#526](https://github.com/salute-developers/plasma/pull/526) ([@Yakutoc](https://github.com/Yakutoc))
1917
- chore: [packages] update package-lock files [#526](https://github.com/salute-developers/plasma/pull/526) ([@Yakutoc](https://github.com/Yakutoc))
1918
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1919
- 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))
1920
- [@Salute-Eva](https://github.com/Salute-Eva)
1921
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1922
- Troff ([@Troff8](https://github.com/Troff8))
1923
- --
1924
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1925
- fix(plasma-web, plasma-b2c, plasma-ui): fix single/multiple lines in Checkbox/Radiobox ([@kayman233](https://github.com/kayman233))
1926
- [@kayman233](https://github.com/kayman233)
1927
- [@Salute-Eva](https://github.com/Salute-Eva)
1928
- --
1929
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1930
- [@Salute-Eva](https://github.com/Salute-Eva)
1931
- --
1932
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1933
- [@Salute-Eva](https://github.com/Salute-Eva)
1934
- --
1935
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1936
- [@Salute-Eva](https://github.com/Salute-Eva)
1937
- --
1938
- fix(plasma-hope): default max-width for Grid [#501](https://github.com/salute-developers/plasma/pull/501) ([@kayman233](https://github.com/kayman233))
1939
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1940
- [@kayman233](https://github.com/kayman233)
1941
- [@Salute-Eva](https://github.com/Salute-Eva)
1942
- --
1943
- fix(plasma-\*): update api report [#497](https://github.com/salute-developers/plasma/pull/497) ([@Yakutoc](https://github.com/Yakutoc))
1944
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1945
- [@Salute-Eva](https://github.com/Salute-Eva)
1946
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
1947
- --
1948
- feat: change api-report for Container in Grid [#495](https://github.com/salute-developers/plasma/pull/495) ([@kayman233](https://github.com/kayman233))
1949
- feat(plasma-hope): maxWidth for Grid ([@kayman233](https://github.com/kayman233))
1950
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1951
- [@kayman233](https://github.com/kayman233)
1952
- [@Salute-Eva](https://github.com/Salute-Eva)
1953
- --
1954
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1955
- [@Salute-Eva](https://github.com/Salute-Eva)
1956
- --
1957
- feat(plasma-b2c): Dropdown new placements ([@kayman233](https://github.com/kayman233))
1958
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1959
- [@kayman233](https://github.com/kayman233)
1960
- [@Salute-Eva](https://github.com/Salute-Eva)
1961
- --
1962
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1963
- [@Salute-Eva](https://github.com/Salute-Eva)
1964
- --
1965
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1966
- [@Salute-Eva](https://github.com/Salute-Eva)
1967
- --
1968
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1969
- [@Salute-Eva](https://github.com/Salute-Eva)
1970
- --
1971
- feat(plasma-hope): reAlign versions [#480](https://github.com/salute-developers/plasma/pull/480) ([@Yeti-or](https://github.com/Yeti-or))
1972
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1973
- [@Salute-Eva](https://github.com/Salute-Eva)
1974
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1975
- --
1976
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1977
- [@Salute-Eva](https://github.com/Salute-Eva)
1978
- --
1979
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1980
- [@Salute-Eva](https://github.com/Salute-Eva)
1981
- --
1982
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1983
- [@Salute-Eva](https://github.com/Salute-Eva)
1984
- --
1985
- fix(plasma-web,plasma-b2c): remove private api [#458](https://github.com/salute-developers/plasma/pull/458) ([@Yeti-or](https://github.com/Yeti-or))
1986
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1987
- fix(plasma-web,plasma-b2c): fix various api diff between web/b2c ([@Yeti-or](https://github.com/Yeti-or))
1988
- refactor(plasma-web): Update `TextArea`, `TextField`, `Button` and `Container` components ([@neretin-trike](https://github.com/neretin-trike))
1989
- [@Salute-Eva](https://github.com/Salute-Eva)
1990
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
1991
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
1992
- --
1993
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
1994
- [@Salute-Eva](https://github.com/Salute-Eva)
1995
- --
1996
- feat: api report after merged "Select" component [#455](https://github.com/salute-developers/plasma/pull/455) ([@Yakutoc](https://github.com/Yakutoc))
1997
- feat(plasma-web): update test symlink ([@Yakutoc](https://github.com/Yakutoc))
1998
- feat(plasma-web): re-export "Select" component ([@Yakutoc](https://github.com/Yakutoc))
1999
- feat(plasma-hope): export "Select" component ([@Yakutoc](https://github.com/Yakutoc))
2000
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2001
- [@Salute-Eva](https://github.com/Salute-Eva)
2002
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2003
- --
2004
- feat: api report after merged "Dropdown" component [#447](https://github.com/salute-developers/plasma/pull/447) ([@Yakutoc](https://github.com/Yakutoc))
2005
- feat(plasma-web): add symlink for cypress test ([@Yakutoc](https://github.com/Yakutoc))
2006
- feat(plasma-web): re-export "Dropdown" component from "plasma-hope" ([@Yakutoc](https://github.com/Yakutoc))
2007
- fix(plasma-web): [Select] replace import path to "@salutejs/plasma-hope" ([@Yakutoc](https://github.com/Yakutoc))
2008
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2009
- --
2010
- feat: api report after merged "Tabs" component [#445](https://github.com/salute-developers/plasma/pull/445) ([@Yakutoc](https://github.com/Yakutoc))
2011
- feat(plasma-web): re-export "Tabs" component from plasma-hope [#445](https://github.com/salute-developers/plasma/pull/445) ([@Yakutoc](https://github.com/Yakutoc))
2012
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2013
- [@Salute-Eva](https://github.com/Salute-Eva)
2014
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2015
- --
2016
- 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))
2017
- feat(plasma-web): Add import Button from plasma-hope ([@neretin-trike](https://github.com/neretin-trike))
2018
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2019
- --
2020
- feat: api report after merged Grid component [#436](https://github.com/salute-developers/plasma/pull/436) ([@Yakutoc](https://github.com/Yakutoc))
2021
- feat(plasma-web): add "Grid" cypress test ([@Yakutoc](https://github.com/Yakutoc))
2022
- feat(plasma-web): re-export "Grid" component from plasma-hope ([@Yakutoc](https://github.com/Yakutoc))
2023
- 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))
2024
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2025
- [@Salute-Eva](https://github.com/Salute-Eva)
2026
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2027
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2028
- --
2029
- 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))
2030
- feat(plasma-web): Add import TextField from plasma-hope ([@neretin-trike](https://github.com/neretin-trike))
2031
- feat(plasma-web,plasma-b2c): Remove Input and Field components ([@neretin-trike](https://github.com/neretin-trike))
2032
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2033
- --
2034
- feat: api report after merged Image component [#435](https://github.com/salute-developers/plasma/pull/435) ([@Yakutoc](https://github.com/Yakutoc))
2035
- feat(plasma-web): re-export "Image" component from plasma-hope ([@Yakutoc](https://github.com/Yakutoc))
2036
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2037
- --
2038
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2039
- fix(plasma-web,b2c): Remove storybook docs ([@neretin-trike](https://github.com/neretin-trike))
2040
- [@Salute-Eva](https://github.com/Salute-Eva)
2041
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2042
- --
2043
- 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))
2044
- 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))
2045
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2046
- [@Salute-Eva](https://github.com/Salute-Eva)
2047
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2048
- --
2049
- 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))
2050
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2051
- [@Salute-Eva](https://github.com/Salute-Eva)
2052
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2053
- --
2054
- feat: add api reports [#397](https://github.com/salute-developers/plasma/pull/397) ([@Yakutoc](https://github.com/Yakutoc))
2055
- feat(plasma-web): [cypress] handling Select height constraint [#397](https://github.com/salute-developers/plasma/pull/397) ([@Yakutoc](https://github.com/Yakutoc))
2056
- feat(plasma-web): apply DropdownListCssProperties for Select component [#397](https://github.com/salute-developers/plasma/pull/397) ([@Yakutoc](https://github.com/Yakutoc))
2057
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2058
- build: update package-locks [#412](https://github.com/salute-developers/plasma/pull/412) ([@Yeti-or](https://github.com/Yeti-or))
2059
- [@Salute-Eva](https://github.com/Salute-Eva)
2060
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2061
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2062
- --
2063
- feat: add api reports [#407](https://github.com/salute-developers/plasma/pull/407) ([@Yakutoc](https://github.com/Yakutoc))
2064
- feat(plasma-web): [cypress] handling height constraint [#407](https://github.com/salute-developers/plasma/pull/407) ([@Yakutoc](https://github.com/Yakutoc))
2065
- feat(plasma-web): handling height constraint [#407](https://github.com/salute-developers/plasma/pull/407) ([@Yakutoc](https://github.com/Yakutoc))
2066
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2067
- --
2068
- feat(plasma-web): processing new typography in story [#395](https://github.com/salute-developers/plasma/pull/395) (alexander.lobyntsev@virtualhealth.com)
2069
- feat(plasma-web): processing new typography [#395](https://github.com/salute-developers/plasma/pull/395) (alexander.lobyntsev@virtualhealth.com)
2070
- Alexander Lobyntsev (alexander.lobyntsev@virtualhealth.com)
2071
- --
2072
- 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))
2073
- 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))
2074
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2075
- --
2076
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2077
- [@Salute-Eva](https://github.com/Salute-Eva)
2078
- --
2079
- feat: add api reports after re-export UploadAudio component [#382](https://github.com/salute-developers/plasma/pull/382) ([@Yakutoc](https://github.com/Yakutoc))
2080
- feat(plasma-web): add cypress tests symlink [UploadAudio][#382](https://github.com/salute-developers/plasma/pull/382) ([@Yakutoc](https://github.com/Yakutoc))
2081
- feat(plasma-web): re-export "UploadAudio" component [#382](https://github.com/salute-developers/plasma/pull/382) ([@Yakutoc](https://github.com/Yakutoc))
2082
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2083
- [@Salute-Eva](https://github.com/Salute-Eva)
2084
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2085
- --
2086
- feat: add api reports after re-export UploadVisual component [#381](https://github.com/salute-developers/plasma/pull/381) ([@Yakutoc](https://github.com/Yakutoc))
2087
- feat(plasma-web): add cypress tests symlink [UploadVisual][#381](https://github.com/salute-developers/plasma/pull/381) ([@Yakutoc](https://github.com/Yakutoc))
2088
- feat(plasma-web): re-export "UploadVisual" component [#381](https://github.com/salute-developers/plasma/pull/381) ([@Yakutoc](https://github.com/Yakutoc))
2089
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2090
- [@Salute-Eva](https://github.com/Salute-Eva)
2091
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2092
- --
2093
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2094
- [@Salute-Eva](https://github.com/Salute-Eva)
2095
- --
2096
- build(plasma-hope): bump react to 18x [#194](https://github.com/salute-developers/plasma/pull/194) ([@Yeti-or](https://github.com/Yeti-or))
2097
- build(plasma-web): bump react to 18x [#194](https://github.com/salute-developers/plasma/pull/194) ([@Yeti-or](https://github.com/Yeti-or))
2098
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2099
- [@Salute-Eva](https://github.com/Salute-Eva)
2100
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2101
- --
2102
- feat: add api reports after re-export ElasticGrid component [#372](https://github.com/salute-developers/plasma/pull/372) ([@Yakutoc](https://github.com/Yakutoc))
2103
- feat(plasma-web): add cypress tests symlink [ElasticGrid][#372](https://github.com/salute-developers/plasma/pull/372) ([@Yakutoc](https://github.com/Yakutoc))
2104
- feat(plasma-web): re-export "ElasticGrid" component [#372](https://github.com/salute-developers/plasma/pull/372) ([@Yakutoc](https://github.com/Yakutoc))
2105
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2106
- [@Salute-Eva](https://github.com/Salute-Eva)
2107
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2108
- --
2109
- feat: add api reports after re-export AudioPlayer component [#369](https://github.com/salute-developers/plasma/pull/369) ([@Yakutoc](https://github.com/Yakutoc))
2110
- feat(plasma-web): add cypress tests symlink [AudioPlayer][#369](https://github.com/salute-developers/plasma/pull/369) ([@Yakutoc](https://github.com/Yakutoc))
2111
- feat(plasma-web): re-export "AudioPlayer" component [#369](https://github.com/salute-developers/plasma/pull/369) ([@Yakutoc](https://github.com/Yakutoc))
2112
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2113
- [@Salute-Eva](https://github.com/Salute-Eva)
2114
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2115
- --
2116
- feat: add api reports after re-export Editable component [#368](https://github.com/salute-developers/plasma/pull/368) ([@Yakutoc](https://github.com/Yakutoc))
2117
- feat(plasma-web): add cypress tests symlink [Editable][#368](https://github.com/salute-developers/plasma/pull/368) ([@Yakutoc](https://github.com/Yakutoc))
2118
- feat(plasma-web): re-export "Editable" component [#368](https://github.com/salute-developers/plasma/pull/368) ([@Yakutoc](https://github.com/Yakutoc))
2119
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2120
- [@Salute-Eva](https://github.com/Salute-Eva)
2121
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2122
- --
2123
- feat: add api reports after re-export Slider component [#360](https://github.com/salute-developers/plasma/pull/360) ([@Yakutoc](https://github.com/Yakutoc))
2124
- feat(plasma-web): add cypress tests symlink [#360](https://github.com/salute-developers/plasma/pull/360) ([@Yakutoc](https://github.com/Yakutoc))
2125
- feat(plasma-web): re-export SliderThumb from plasma-hope [#360](https://github.com/salute-developers/plasma/pull/360) ([@Yakutoc](https://github.com/Yakutoc))
2126
- feat(plasma-web): re-export slider component [#360](https://github.com/salute-developers/plasma/pull/360) ([@Yakutoc](https://github.com/Yakutoc))
2127
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2128
- [@Salute-Eva](https://github.com/Salute-Eva)
2129
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2130
- --
2131
- feat: add api reports after re-export PreviewGallery component [#376](https://github.com/salute-developers/plasma/pull/376) ([@Yakutoc](https://github.com/Yakutoc))
2132
- feat(plasma-web): add cypress tests symlink [#376](https://github.com/salute-developers/plasma/pull/376) ([@Yakutoc](https://github.com/Yakutoc))
2133
- feat(plasma-web): re-export "PreviewGallery" component [#376](https://github.com/salute-developers/plasma/pull/376) ([@Yakutoc](https://github.com/Yakutoc))
2134
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2135
- --
2136
- feat: add api reports after re-export Upload component [#374](https://github.com/salute-developers/plasma/pull/374) ([@Yakutoc](https://github.com/Yakutoc))
2137
- feat(plasma-web): add cypress tests symlink [#374](https://github.com/salute-developers/plasma/pull/374) ([@Yakutoc](https://github.com/Yakutoc))
2138
- feat(plasma-web): re-export "Upload" component [#374](https://github.com/salute-developers/plasma/pull/374) ([@Yakutoc](https://github.com/Yakutoc))
2139
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2140
- --
2141
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2142
- [@Salute-Eva](https://github.com/Salute-Eva)
2143
- --
2144
- feat: add api reports [#347](https://github.com/salute-developers/plasma/pull/347) ([@Yakutoc](https://github.com/Yakutoc))
2145
- feat(plasma-web): add test for withBlur prop [#347](https://github.com/salute-developers/plasma/pull/347) ([@Yakutoc](https://github.com/Yakutoc))
2146
- feat(plasma-web): processing withBlur prop [#347](https://github.com/salute-developers/plasma/pull/347) ([@Yakutoc](https://github.com/Yakutoc))
2147
- fix(plasma-web): resolve import for ModalView [#347](https://github.com/salute-developers/plasma/pull/347) ([@Yakutoc](https://github.com/Yakutoc))
2148
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2149
- [@Salute-Eva](https://github.com/Salute-Eva)
2150
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2151
- --
2152
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2153
- ci: fix package-locks [#352](https://github.com/salute-developers/plasma/pull/352) ([@Yeti-or](https://github.com/Yeti-or))
2154
- [@Salute-Eva](https://github.com/Salute-Eva)
2155
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2156
- --
2157
- build: add api reports to plasma-core & hope [#349](https://github.com/salute-developers/plasma/pull/349) ([@Yeti-or](https://github.com/Yeti-or))
2158
- fix(plasma-hope): export CalendarStateType [#349](https://github.com/salute-developers/plasma/pull/349) ([@Yeti-or](https://github.com/Yeti-or))
2159
- build: improve api-report [#349](https://github.com/salute-developers/plasma/pull/349) ([@Yeti-or](https://github.com/Yeti-or))
2160
- build: add api-extractor [#342](https://github.com/salute-developers/plasma/pull/342) ([@Yeti-or](https://github.com/Yeti-or))
2161
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2162
- --
2163
- feat(plasma-web): add offset prop in storybook [#336](https://github.com/salute-developers/plasma/pull/336) ([@Yakutoc](https://github.com/Yakutoc))
2164
- chore(plasma-web): fix stories imports [#324](https://github.com/salute-developers/plasma/pull/324) ([@Yeti-or](https://github.com/Yeti-or))
2165
- 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))
2166
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2167
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2168
- --
2169
- fix(plasma-web): fix lint missing/unnecessary dependency [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
2170
- fix(plasma-b2c): improve toast story [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
2171
- 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))
2172
- fix(plasma-web): use InSpacingDecorator [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
2173
- fix(plasma-web): resolve "control.options" warning in storybook [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
2174
- chore(plasma-web): delete unnecessary stories.mdx [#344](https://github.com/salute-developers/plasma/pull/344) ([@Yakutoc](https://github.com/Yakutoc))
2175
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2176
- --
2177
- 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))
2178
- feat: Bump storybook version to 6.5 [#330](https://github.com/salute-developers/plasma/pull/330) ([@neretin-trike](https://github.com/neretin-trike))
2179
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2180
- [@Salute-Eva](https://github.com/Salute-Eva)
2181
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2182
- --
2183
- feat(plasma-\*): Remove declarationMap from tsconfig.json [#326](https://github.com/salute-developers/plasma/pull/326) ([@neretin-trike](https://github.com/neretin-trike))
2184
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2185
- [@Salute-Eva](https://github.com/Salute-Eva)
2186
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2187
- --
2188
- feat(plasma-web): add onHide action in storybook [#319](https://github.com/salute-developers/plasma/pull/319) ([@Yakutoc](https://github.com/Yakutoc))
2189
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2190
- --
2191
- 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))
2192
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2193
- --
2194
- fix(plasma-web): set value prop outlined to true [#313](https://github.com/salute-developers/plasma/pull/313) ([@Yakutoc](https://github.com/Yakutoc))
2195
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2196
- --
2197
- feat(plasma-\*): Remove source maps from bundles [#309](https://github.com/salute-developers/plasma/pull/309) ([@neretin-trike](https://github.com/neretin-trike))
2198
- chore(plasma-web): enable preview source code [#308](https://github.com/salute-developers/plasma/pull/308) ([@Yakutoc](https://github.com/Yakutoc))
2199
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2200
- [@Salute-Eva](https://github.com/Salute-Eva)
2201
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2202
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2203
- --
2204
- feat(plasma-web): update storybook example [#273](https://github.com/salute-developers/plasma/pull/273) ([@Yakutoc](https://github.com/Yakutoc))
2205
- 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))
2206
- 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))
2207
- fix(plasma-web): update cypress tests [#273](https://github.com/salute-developers/plasma/pull/273) ([@Yakutoc](https://github.com/Yakutoc))
2208
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2209
- --
2210
- feat(plasma-web): add onSearch event [#294](https://github.com/salute-developers/plasma/pull/294) ([@Yakutoc](https://github.com/Yakutoc))
2211
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2212
- [@Salute-Eva](https://github.com/Salute-Eva)
2213
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2214
- --
2215
- feat(plasma-web): add storybook example for undefined case [#291](https://github.com/salute-developers/plasma/pull/291) ([@Yakutoc](https://github.com/Yakutoc))
2216
- feat(plasma-web): add cypress tests for handling undefined cases [#291](https://github.com/salute-developers/plasma/pull/291) ([@Yakutoc](https://github.com/Yakutoc))
2217
- feat(plasma-web): handling value as undefined [#291](https://github.com/salute-developers/plasma/pull/291) ([@Yakutoc](https://github.com/Yakutoc))
2218
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2219
- --
2220
- fix(plasma-web): prevent default safari datepicker appearance [#287](https://github.com/salute-developers/plasma/pull/287) ([@Yakutoc](https://github.com/Yakutoc))
2221
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2222
- [@Salute-Eva](https://github.com/Salute-Eva)
2223
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2224
- --
2225
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2226
- ci: improve ts-coverage report [#282](https://github.com/salute-developers/plasma/pull/282) ([@Yeti-or](https://github.com/Yeti-or))
2227
- [@Salute-Eva](https://github.com/Salute-Eva)
2228
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2229
- --
2230
- feat(plasma-web): [cypress] processing disabled option [#269](https://github.com/salute-developers/plasma/pull/269) ([@Yakutoc](https://github.com/Yakutoc))
2231
- feat(plasma-web): [a11y] processing disabled option [#269](https://github.com/salute-developers/plasma/pull/269) ([@Yakutoc](https://github.com/Yakutoc))
2232
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2233
- --
2234
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2235
- [@Salute-Eva](https://github.com/Salute-Eva)
2236
- --
2237
- feat(plasma-web): set "Button" type to calendar header [#272](https://github.com/salute-developers/plasma/pull/272) ([@Yakutoc](https://github.com/Yakutoc))
2238
- 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))
2239
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2240
- --
2241
- feat(plasma-web): add overlay [#266](https://github.com/salute-developers/plasma/pull/266) ([@Yakutoc](https://github.com/Yakutoc))
2242
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2243
- [@Salute-Eva](https://github.com/Salute-Eva)
2244
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2245
- --
2246
- feat(plasma-web): add accent color [#260](https://github.com/salute-developers/plasma/pull/260) ([@Yakutoc](https://github.com/Yakutoc))
2247
- feat(plasma-web): update cypress test/snapshots [#260](https://github.com/salute-developers/plasma/pull/260) ([@Yakutoc](https://github.com/Yakutoc))
2248
- Bump independent versions \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2249
- Merge commit '2de734f1' into test ([@Yeti-or](https://github.com/Yeti-or))
2250
- [@Salute-Eva](https://github.com/Salute-Eva)
2251
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2252
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2253
- --
2254
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2255
- [@Salute-Eva](https://github.com/Salute-Eva)
2256
- --
2257
- fix(plasma-web): improve type-coverage [#235](https://github.com/salute-developers/plasma/pull/235) ([@Yeti-or](https://github.com/Yeti-or))
2258
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2259
- [@Salute-Eva](https://github.com/Salute-Eva)
2260
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2261
- --
2262
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2263
- [@Salute-Eva](https://github.com/Salute-Eva)
2264
- --
2265
- feat(plasma-web): [cypress] update tests [#222](https://github.com/salute-developers/plasma/pull/222) ([@Yakutoc](https://github.com/Yakutoc))
2266
- feat(plasma-web): add a11y support [#222](https://github.com/salute-developers/plasma/pull/222) ([@Yakutoc](https://github.com/Yakutoc))
2267
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2268
- [@Salute-Eva](https://github.com/Salute-Eva)
2269
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2270
- --
2271
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2272
- [@Salute-Eva](https://github.com/Salute-Eva)
2273
- --
2274
- 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))
2275
- 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))
2276
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2277
- [@Salute-Eva](https://github.com/Salute-Eva)
2278
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2279
- --
2280
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2281
- [@Salute-Eva](https://github.com/Salute-Eva)
2282
- --
2283
- feat(plasma-web): reset Tabs gap [#197](https://github.com/salute-developers/plasma/pull/197) ([@Yakutoc](https://github.com/Yakutoc))
2284
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2285
- --
2286
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2287
- [@Salute-Eva](https://github.com/Salute-Eva)
2288
- --
2289
- feat(plasma-b2c): Add Calendar [#191](https://github.com/salute-developers/plasma/pull/191) ([@Yeti-or](https://github.com/Yeti-or))
2290
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2291
- --
2292
- 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))
2293
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2294
- [@Salute-Eva](https://github.com/Salute-Eva)
2295
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2296
- --
2297
- fix(plasma-web): delete notification scrollbar [#189](https://github.com/salute-developers/plasma/pull/189) ([@Yakutoc](https://github.com/Yakutoc))
2298
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
2299
- --
2300
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2301
- [@Salute-Eva](https://github.com/Salute-Eva)
2302
- --
2303
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2304
- [@Salute-Eva](https://github.com/Salute-Eva)
2305
- --
2306
- 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))
2307
- 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))
2308
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2309
- [@Salute-Eva](https://github.com/Salute-Eva)
2310
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2311
- --
2312
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2313
- [@Salute-Eva](https://github.com/Salute-Eva)
2314
- --
2315
- 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))
2316
- 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))
2317
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2318
- [@Salute-Eva](https://github.com/Salute-Eva)
2319
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2320
- --
2321
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2322
- [@Salute-Eva](https://github.com/Salute-Eva)
2323
- --
2324
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2325
- [@Salute-Eva](https://github.com/Salute-Eva)
2326
- --
2327
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2328
- [@Salute-Eva](https://github.com/Salute-Eva)
2329
- --
2330
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2331
- [@Salute-Eva](https://github.com/Salute-Eva)
2332
- --
2333
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2334
- [@Salute-Eva](https://github.com/Salute-Eva)
2335
- --
2336
- fix(plasma-web): Headline5 tag h5 [#164](https://github.com/salute-developers/plasma/pull/164) ([@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
- 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))
2342
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2343
- [@Salute-Eva](https://github.com/Salute-Eva)
2344
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2345
- --
2346
- 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))
2347
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2348
- --
2349
- 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))
2350
- 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))
2351
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2352
- [@Salute-Eva](https://github.com/Salute-Eva)
2353
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2354
- --
2355
- feat(plasma-web): Add forwardRef for `Tooltip` component [#144](https://github.com/salute-developers/plasma/pull/144) ([@neretin-trike](https://github.com/neretin-trike))
2356
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2357
- [@Salute-Eva](https://github.com/Salute-Eva)
2358
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2359
- --
2360
- 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))
2361
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2362
- --
2363
- 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))
2364
- 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))
2365
- 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))
2366
- 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))
2367
- feat(plasma-web,plasma-b2c): Add `Cell` component [#118](https://github.com/salute-developers/plasma/pull/118) ([@neretin-trike](https://github.com/neretin-trike))
2368
- fix(plasma-web): add storybook [#126](https://github.com/salute-developers/plasma/pull/126) ([@Gerpea](https://github.com/Gerpea))
2369
- fix(plasma-web): fix modal height on ios safari [#126](https://github.com/salute-developers/plasma/pull/126) ([@Gerpea](https://github.com/Gerpea))
2370
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2371
- [@Salute-Eva](https://github.com/Salute-Eva)
2372
- German Cyganov ([@Gerpea](https://github.com/Gerpea))
2373
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2374
- --
2375
- 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))
2376
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2377
- --
2378
- 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))
2379
- 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))
2380
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2381
- --
2382
- 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))
2383
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2384
- --
2385
- 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))
2386
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2387
- --
2388
- 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))
2389
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2390
- [@Salute-Eva](https://github.com/Salute-Eva)
2391
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2392
- --
2393
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2394
- [@Salute-Eva](https://github.com/Salute-Eva)
2395
- --
2396
- fix(plasma-web): Calendar inside Popup [#89](https://github.com/salute-developers/plasma/pull/89) ([@Yeti-or](https://github.com/Yeti-or))
2397
- 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))
2398
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2399
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2400
- --
2401
- 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))
2402
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2403
- --
2404
- chore(plasma-ui): add performance addon to Carousel component [#74](https://github.com/salute-developers/plasma/pull/74) ([@arsenykruglikov](https://github.com/arsenykruglikov))
2405
- Arseny Kruglikov ([@arsenykruglikov](https://github.com/arsenykruglikov))
2406
- --
2407
- 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))
2408
- 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))
2409
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2410
- [@Salute-Eva](https://github.com/Salute-Eva)
2411
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2412
- --
2413
- 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))
2414
- 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))
2415
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2416
- --
2417
- 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))
2418
- 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))
2419
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2420
- --
2421
- refactor(plasma-b2c,plasma-web): Update `Card` components [#70](https://github.com/salute-developers/plasma/pull/70) ([@neretin-trike](https://github.com/neretin-trike))
2422
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2423
- build(plasma-ui): added @babel/plugin-transform-react-constant-elements [#46](https://github.com/salute-developers/plasma/pull/46) ([@SeanSilke](https://github.com/SeanSilke))
2424
- [@Salute-Eva](https://github.com/Salute-Eva)
2425
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2426
- Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))
2427
- --
2428
- 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))
2429
- 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))
2430
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2431
- --
2432
- 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))
2433
- feat(plasma-web): Add `Calendar` component [#51](https://github.com/salute-developers/plasma/pull/51) ([@neretin-trike](https://github.com/neretin-trike))
2434
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2435
- --
2436
- feat(plasma-web): Add `Card` component [#67](https://github.com/salute-developers/plasma/pull/67) ([@neretin-trike](https://github.com/neretin-trike))
2437
- 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))
2438
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2439
- [@Salute-Eva](https://github.com/Salute-Eva)
2440
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2441
- --
2442
- fix(plasma-web): Remove children from DropdownProps [#60](https://github.com/salute-developers/plasma/pull/60) ([@andart71](https://github.com/andart71))
2443
- Andrey Loshkarev ([@andart71](https://github.com/andart71))
2444
- --
2445
- 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))
2446
- 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))
2447
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2448
- [@Salute-Eva](https://github.com/Salute-Eva)
2449
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2450
- --
2451
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2452
- [@Salute-Eva](https://github.com/Salute-Eva)
2453
- --
2454
- 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)
2455
- Arseny Kruglikov (Kruglikov.A.D@sberbank.ru)
2456
- --
2457
- chore(plasma-web): Add SansDisplay typo for storybook [#37](https://github.com/salute-developers/plasma/pull/37) ([@neretin-trike](https://github.com/neretin-trike))
2458
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2459
- [@Salute-Eva](https://github.com/Salute-Eva)
2460
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2461
- --
2462
- 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))
2463
- fix(plasma-web): Fix `Tooltip` behavior with wrapper [#27](https://github.com/salute-developers/plasma/pull/27) ([@neretin-trike](https://github.com/neretin-trike))
2464
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2465
- --
2466
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2467
- [@Salute-Eva](https://github.com/Salute-Eva)
2468
- --
2469
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2470
- [@Salute-Eva](https://github.com/Salute-Eva)
2471
- --
2472
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2473
- [@Salute-Eva](https://github.com/Salute-Eva)
2474
- --
2475
- fix(plasma-ui, plasma-web): fix carousel context [#20](https://github.com/salute-developers/plasma/pull/20) (Kruglikov.A.D@sberbank.ru)
2476
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2477
- [@Salute-Eva](https://github.com/Salute-Eva)
2478
- Arseny Kruglikov (Kruglikov.A.D@sberbank.ru)
2479
- --
2480
- 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))
2481
- 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))
2482
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2483
- [@Salute-Eva](https://github.com/Salute-Eva)
2484
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2485
- --
2486
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2487
- [@Salute-Eva](https://github.com/Salute-Eva)
2488
- --
2489
- chore: update package-locks [#18](https://github.com/salute-developers/plasma/pull/18) ([@Yeti-or](https://github.com/Yeti-or))
2490
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2491
- --
2492
- fix: linting errs [#1](https://github.com/salute-developers/plasma/pull/1) ([@Yeti-or](https://github.com/Yeti-or))
2493
- fix: lerna & npm i [#1](https://github.com/salute-developers/plasma/pull/1) ([@Yeti-or](https://github.com/Yeti-or))
2494
- fix: monorepo deps resolved [#1](https://github.com/salute-developers/plasma/pull/1) ([@Yeti-or](https://github.com/Yeti-or))
2495
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2496
- fix(plasma-web,plasma-b2c): Add useResizeObserver and fix behavior with resize ([@neretin-trike](https://github.com/neretin-trike))
2497
- [@Salute-Eva](https://github.com/Salute-Eva)
2498
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2499
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2500
- --
2501
- feat(plasma-web): Designing `TextField` for B2B theme [#1121](https://github.com/salute-developers/plasma/pull/1121) ([@fanisco](https://github.com/fanisco))
2502
- test: Added B2B `TextField` tests / new tests for legacy Web [#1121](https://github.com/salute-developers/plasma/pull/1121) ([@fanisco](https://github.com/fanisco))
2503
- fix: `Field` and `Input` props interfaces facelifting [#1121](https://github.com/salute-developers/plasma/pull/1121) ([@fanisco](https://github.com/fanisco))
2504
- chore(plasma-web): Support `plasma-typo` in Storybook [#1121](https://github.com/salute-developers/plasma/pull/1121) ([@fanisco](https://github.com/fanisco))
2505
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2506
- --
2507
- feat(plasma-web): `Modal`: a11y improvements [#1130](https://github.com/salute-developers/plasma/pull/1130) ([@fanisco](https://github.com/fanisco))
2508
- 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))
2509
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2510
- --
2511
- feat(plasma-web): `Select` a11y: keyboard navigation [#1157](https://github.com/salute-developers/plasma/pull/1157) ([@fanisco](https://github.com/fanisco))
2512
- feat(plasma-web): `Dropdown` a11y: navigating with keyboard [#1157](https://github.com/salute-developers/plasma/pull/1157) ([@fanisco](https://github.com/fanisco))
2513
- feat(plasma-web): Added `List` component [#1149](https://github.com/salute-developers/plasma/pull/1149) ([@fanisco](https://github.com/fanisco))
2514
- test(plasma-web): `Select`: tests and a11y assertions [#1157](https://github.com/salute-developers/plasma/pull/1157) ([@fanisco](https://github.com/fanisco))
2515
- test(plasma-web): `Radiobox`: check only for id existance [#1149](https://github.com/salute-developers/plasma/pull/1149) ([@fanisco](https://github.com/fanisco))
2516
- 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))
2517
- 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))
2518
- 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))
2519
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2520
- --
2521
- feat(plasma-web): `Tooltip` a11y & close with esc [#1135](https://github.com/salute-developers/plasma/pull/1135) ([@fanisco](https://github.com/fanisco))
2522
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2523
- [@Salute-Eva](https://github.com/Salute-Eva)
2524
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2525
- --
2526
- feat(plasma-web): Add ref to carousel [#1155](https://github.com/salute-developers/plasma/pull/1155) (alisabelousova007@gmail.com)
2527
- Белоусова Алиса Дмитриевна (alisabelousova007@gmail.com)
2528
- --
2529
- 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))
2530
- docs: `withSkeleton` wraps component with a11y [#1129](https://github.com/salute-developers/plasma/pull/1129) ([@fanisco](https://github.com/fanisco))
2531
- docs: `Spinner` live example of a11y [#1134](https://github.com/salute-developers/plasma/pull/1134) ([@fanisco](https://github.com/fanisco))
2532
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2533
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2534
- --
2535
- feat(plasma-ui): `TextArea`: added `aria-describedby` attr [#1133](https://github.com/salute-developers/plasma/pull/1133) ([@fanisco](https://github.com/fanisco))
2536
- feat(plasma-web): `TextArea`: added `aria-describedby` attr [#1133](https://github.com/salute-developers/plasma/pull/1133) ([@fanisco](https://github.com/fanisco))
2537
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2538
- --
2539
- feat(plasma-web): `TextField`: added `aria-describedby` attr [#1124](https://github.com/salute-developers/plasma/pull/1124) ([@fanisco](https://github.com/fanisco))
2540
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2541
- --
2542
- 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))
2543
- chore: `Toast` stories text & role [#1127](https://github.com/salute-developers/plasma/pull/1127) ([@fanisco](https://github.com/fanisco))
2544
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2545
- --
2546
- 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))
2547
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2548
- [@Salute-Eva](https://github.com/Salute-Eva)
2549
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2550
- --
2551
- chore(plasma-web): Delete `Popup` from storybook [#1136](https://github.com/salute-developers/plasma/pull/1136) ([@fanisco](https://github.com/fanisco))
2552
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2553
- --
2554
- feat(plasma-web): add multiselect logic to select [#1083](https://github.com/salute-developers/plasma/pull/1083) ([@didolf](https://github.com/didolf))
2555
- feat(plasma-web): add keyboard navigation to Select [#1083](https://github.com/salute-developers/plasma/pull/1083) ([@didolf](https://github.com/didolf))
2556
- feat(plasma-web): add additional fields to DropdownItem [#1083](https://github.com/salute-developers/plasma/pull/1083) ([@didolf](https://github.com/didolf))
2557
- test(plasma-web): add tests on keyboard navigation [#1083](https://github.com/salute-developers/plasma/pull/1083) ([@didolf](https://github.com/didolf))
2558
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2559
- [@Salute-Eva](https://github.com/Salute-Eva)
2560
- Дмитрий Лекомцев ([@didolf](https://github.com/didolf))
2561
- --
2562
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2563
- [@Salute-Eva](https://github.com/Salute-Eva)
2564
- --
2565
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2566
- [@Salute-Eva](https://github.com/Salute-Eva)
2567
- --
2568
- feat: `Button`: colors theming [#1084](https://github.com/salute-developers/plasma/pull/1084) ([@fanisco](https://github.com/fanisco))
2569
- feat: Init `plasma-tokens-b2b` package [#1084](https://github.com/salute-developers/plasma/pull/1084) ([@fanisco](https://github.com/fanisco))
2570
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2571
- [@Salute-Eva](https://github.com/Salute-Eva)
2572
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2573
- --
2574
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2575
- [@Salute-Eva](https://github.com/Salute-Eva)
2576
- --
2577
- fix(plasma-web): `Carousel`: moved style resets to core [#1104](https://github.com/salute-developers/plasma/pull/1104) ([@fanisco](https://github.com/fanisco))
2578
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2579
- --
2580
- fix(plasma-web): `Modal` background set to `backgroundPrimary` (01) token [#1106](https://github.com/salute-developers/plasma/pull/1106) ([@fanisco](https://github.com/fanisco))
2581
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2582
- --
2583
- docs(plasma-web, plasma-b2c): `Button`: using as an anchor [#1092](https://github.com/salute-developers/plasma/pull/1092) ([@fanisco](https://github.com/fanisco))
2584
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2585
- [@Salute-Eva](https://github.com/Salute-Eva)
2586
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2587
- --
2588
- feat(plasma-ui, plasma-web, plasma-b2c): `Button`: Added theming [#1063](https://github.com/salute-developers/plasma/pull/1063) ([@fanisco](https://github.com/fanisco))
2589
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2590
- [@Salute-Eva](https://github.com/Salute-Eva)
2591
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2592
- --
2593
- fix(plasma-web, plasma-b2c): `Tooltip`: global dark [#1087](https://github.com/salute-developers/plasma/pull/1087) ([@fanisco](https://github.com/fanisco))
2594
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2595
- --
2596
- 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))
2597
- chore(plasma-web-docs): `TextField`: Incorrect `status` prop usage [#1069](https://github.com/salute-developers/plasma/pull/1069) ([@fanisco](https://github.com/fanisco))
2598
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2599
- [@Salute-Eva](https://github.com/Salute-Eva)
2600
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2601
- --
2602
- fix: peer dependencies versions [#1053](https://github.com/salute-developers/plasma/pull/1053) ([@LamaEats](https://github.com/LamaEats))
2603
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2604
- [@Salute-Eva](https://github.com/Salute-Eva)
2605
- Sviridov Maksim ([@LamaEats](https://github.com/LamaEats))
2606
- --
2607
- 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))
2608
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2609
- [@Salute-Eva](https://github.com/Salute-Eva)
2610
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2611
- --
2612
- 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))
2613
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2614
- [@Salute-Eva](https://github.com/Salute-Eva)
2615
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2616
- --
2617
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2618
- [@Salute-Eva](https://github.com/Salute-Eva)
2619
- --
2620
- 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))
2621
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2622
- --
2623
- feat(plasma-web): Close `Modal` with esc key [#1024](https://github.com/salute-developers/plasma/pull/1024) ([@fanisco](https://github.com/fanisco))
2624
- fix(plasma-web): `Modal`: Portal management in provider [#1024](https://github.com/salute-developers/plasma/pull/1024) ([@fanisco](https://github.com/fanisco))
2625
- test(plasma-web): Test `Modal` closing [#1024](https://github.com/salute-developers/plasma/pull/1024) ([@fanisco](https://github.com/fanisco))
2626
- fix(plasma-web): Simplify event handler type (`onClick`) of `Modal` [#1024](https://github.com/salute-developers/plasma/pull/1024) ([@fanisco](https://github.com/fanisco))
2627
- fix(plasma-web): `Modals` closing order [#1024](https://github.com/salute-developers/plasma/pull/1024) ([@fanisco](https://github.com/fanisco))
2628
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2629
- --
2630
- 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))
2631
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2632
- [@Salute-Eva](https://github.com/Salute-Eva)
2633
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2634
- --
2635
- test(plasma-web): `Notification` close [#1033](https://github.com/salute-developers/plasma/pull/1033) ([@fanisco](https://github.com/fanisco))
2636
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2637
- [@Salute-Eva](https://github.com/Salute-Eva)
2638
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2639
- --
2640
- feat(plasma-ui, plasma-web): `Carousel` a11y improvements [#973](https://github.com/salute-developers/plasma/pull/973) ([@fanisco](https://github.com/fanisco))
2641
- refactor: Move `Carousel`'s modules in Core/UI/Web [#973](https://github.com/salute-developers/plasma/pull/973) ([@fanisco](https://github.com/fanisco))
2642
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2643
- [@Salute-Eva](https://github.com/Salute-Eva)
2644
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2645
- --
2646
- test: Complete tests for `Tabs` [#985](https://github.com/salute-developers/plasma/pull/985) ([@fanisco](https://github.com/fanisco))
2647
- test(plasma-b2c, plasma-web): Add statuses to `Notification` test [#1017](https://github.com/salute-developers/plasma/pull/1017) ([@fanisco](https://github.com/fanisco))
2648
- 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))
2649
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2650
- --
2651
- 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))
2652
- 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))
2653
- test(plasma-web): add Grid component test [#1001](https://github.com/salute-developers/plasma/pull/1001) ([@Yeti-or](https://github.com/Yeti-or))
2654
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2655
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2656
- --
2657
- test(plasma-web): Add Cypress component test for `Carousel` [#968](https://github.com/salute-developers/plasma/pull/968) ([@fanisco](https://github.com/fanisco))
2658
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2659
- [@Salute-Eva](https://github.com/Salute-Eva)
2660
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2661
- --
2662
- 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))
2663
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2664
- [@Salute-Eva](https://github.com/Salute-Eva)
2665
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2666
- --
2667
- feat: add RadioGroup components [#676](https://github.com/salute-developers/plasma/pull/676) ([@OgNellis](https://github.com/OgNellis))
2668
- fix: accessibility of checkbox and radiobox for nvda and jaws [#676](https://github.com/salute-developers/plasma/pull/676) ([@OgNellis](https://github.com/OgNellis))
2669
- Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))
2670
- --
2671
- 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))
2672
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2673
- [@Salute-Eva](https://github.com/Salute-Eva)
2674
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2675
- --
2676
- feat: Added `createButton` as a constructor function for `Button` [#946](https://github.com/salute-developers/plasma/pull/946) ([@fanisco](https://github.com/fanisco))
2677
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2678
- --
2679
- feat(plasma-web): Update behavior for `Tooltip` component [#942](https://github.com/salute-developers/plasma/pull/942) ([@neretin-trike](https://github.com/neretin-trike))
2680
- test(plasma-web): Add tests for `Tooltip` component [#942](https://github.com/salute-developers/plasma/pull/942) ([@neretin-trike](https://github.com/neretin-trike))
2681
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2682
- [@Salute-Eva](https://github.com/Salute-Eva)
2683
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2684
- --
2685
- feat: Moved `TabsController` as a creator function [#923](https://github.com/salute-developers/plasma/pull/923) ([@fanisco](https://github.com/fanisco))
2686
- fix(plasma-web): Fix TabsController's items tabbing [#923](https://github.com/salute-developers/plasma/pull/923) ([@fanisco](https://github.com/fanisco))
2687
- chore(plasma-web): Delete old doc file [#923](https://github.com/salute-developers/plasma/pull/923) ([@fanisco](https://github.com/fanisco))
2688
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2689
- [@Salute-Eva](https://github.com/Salute-Eva)
2690
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2691
- --
2692
- 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))
2693
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2694
- [@Salute-Eva](https://github.com/Salute-Eva)
2695
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2696
- --
2697
- fix(plasma-web): Add `Button`'s `warning` view [#933](https://github.com/salute-developers/plasma/pull/933) ([@fanisco](https://github.com/fanisco))
2698
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2699
- --
2700
- fix(plasma-web): prevent disabled select from opening [#925](https://github.com/salute-developers/plasma/pull/925) (42856876+IArny@users.noreply.github.com)
2701
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2702
- [@Salute-Eva](https://github.com/Salute-Eva)
2703
- Булах Александр Алексеевич [B](42856876+IArny@users.noreply.github.com)
2704
- --
2705
- fix: plasma-web grid mobile margins [#928](https://github.com/salute-developers/plasma/pull/928) ([@takovoy](https://github.com/takovoy))
2706
- Aleksandr Sustavov ([@takovoy](https://github.com/takovoy))
2707
- --
2708
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2709
- [@Salute-Eva](https://github.com/Salute-Eva)
2710
- --
2711
- fix: Separate `Input`'s animation by b2b and b2c [#908](https://github.com/salute-developers/plasma/pull/908) ([@fanisco](https://github.com/fanisco))
2712
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2713
- --
2714
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2715
- [@Salute-Eva](https://github.com/Salute-Eva)
2716
- --
2717
- fix(plasma-web): prevent radiobox elipse shrinking [#912](https://github.com/salute-developers/plasma/pull/912) ([@IArny](https://github.com/IArny))
2718
- [@IArny](https://github.com/IArny)
2719
- --
2720
- fix(plasma-web): Prevent click on icons of `DropdownItem` [#883](https://github.com/salute-developers/plasma/pull/883) ([@fanisco](https://github.com/fanisco))
2721
- 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))
2722
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2723
- [@Salute-Eva](https://github.com/Salute-Eva)
2724
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2725
- --
2726
- feat(plasma-ui): `Dropdown` custom composition [#866](https://github.com/salute-developers/plasma/pull/866) ([@fanisco](https://github.com/fanisco))
2727
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2728
- --
2729
- fix: grid container max size [#880](https://github.com/salute-developers/plasma/pull/880) ([@takovoy](https://github.com/takovoy))
2730
- Aleksandr Sustavov ([@takovoy](https://github.com/takovoy))
2731
- --
2732
- 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))
2733
- chore(plasma-web): Bump plasma-colors version [#858](https://github.com/salute-developers/plasma/pull/858) ([@neretin-trike](https://github.com/neretin-trike))
2734
- 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))
2735
- fix(plasma-b2c): Fix click to empty select [#858](https://github.com/salute-developers/plasma/pull/858) ([@neretin-trike](https://github.com/neretin-trike))
2736
- 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))
2737
- 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))
2738
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2739
- --
2740
- chore(plasma-ui, plasma-web): addon knobs removed [#857](https://github.com/salute-developers/plasma/pull/857) ([@kayman233](https://github.com/kayman233))
2741
- [@kayman233](https://github.com/kayman233)
2742
- --
2743
- fix(plasma-web): Remove underline from Dropdown item [#865](https://github.com/salute-developers/plasma/pull/865) ([@neretin-trike](https://github.com/neretin-trike))
2744
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2745
- [@Salute-Eva](https://github.com/Salute-Eva)
2746
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2747
- --
2748
- fix(plasma-web, plasma-b2c): Fix re-exporting [#864](https://github.com/salute-developers/plasma/pull/864) ([@neretin-trike](https://github.com/neretin-trike))
2749
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2750
- [@Salute-Eva](https://github.com/Salute-Eva)
2751
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
2752
- --
2753
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2754
- chore: Manual publish for web & b2c [#854](https://github.com/salute-developers/plasma/pull/854) ([@fanisco](https://github.com/fanisco))
2755
- fix: Update package-locks [#853](https://github.com/salute-developers/plasma/pull/853) ([@fanisco](https://github.com/fanisco))
2756
- [@Salute-Eva](https://github.com/Salute-Eva)
2757
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2758
- --
2759
- feat: new grid breakpoint for 16 cols [#825](https://github.com/salute-developers/plasma/pull/825) ([@takovoy](https://github.com/takovoy))
2760
- Aleksandr Sustavov ([@takovoy](https://github.com/takovoy))
2761
- --
2762
- feat(plasma-core): Shared `Toast` between libraries [#812](https://github.com/salute-developers/plasma/pull/812) ([@fanisco](https://github.com/fanisco))
2763
- chore: Skip Notification component test [#829](https://github.com/salute-developers/plasma/pull/829) ([@fanisco](https://github.com/fanisco))
2764
- test: Component test for B2C `Toast` [#812](https://github.com/salute-developers/plasma/pull/812) ([@fanisco](https://github.com/fanisco))
2765
- build(plasma-core/ui/b2c/web): fix storybook build ([@Yeti-or](https://github.com/Yeti-or))
2766
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2767
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2768
- --
2769
- test: add SBSans to cypress [#832](https://github.com/salute-developers/plasma/pull/832) ([@Yeti-or](https://github.com/Yeti-or))
2770
- test(plasma-core/ui/web): fix tests [#830](https://github.com/salute-developers/plasma/pull/830) ([@Yeti-or](https://github.com/Yeti-or))
2771
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2772
- --
2773
- 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))
2774
- test(plasma-web/b2c): Tooltip: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2775
- 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))
2776
- 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))
2777
- 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))
2778
- 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))
2779
- test(plasma-web/b2c): Select: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2780
- 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))
2781
- test(plasma-web/b2c): Progress: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2782
- 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))
2783
- 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))
2784
- test(plasma-web/b2c): Notification: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2785
- test(plasma-web/b2c): Modal: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2786
- test(plasma-web/b2c): Link: cy component test [#827](https://github.com/salute-developers/plasma/pull/827) ([@Yeti-or](https://github.com/Yeti-or))
2787
- 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))
2788
- 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))
2789
- 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))
2790
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2791
- [@Salute-Eva](https://github.com/Salute-Eva)
2792
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2793
- --
2794
- feat(plasma-cy-utils): padMe [#824](https://github.com/salute-developers/plasma/pull/824) ([@Yeti-or](https://github.com/Yeti-or))
2795
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2796
- [@Salute-Eva](https://github.com/Salute-Eva)
2797
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2798
- --
2799
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2800
- chore: move cypress helpers to utils [#823](https://github.com/salute-developers/plasma/pull/823) ([@Yeti-or](https://github.com/Yeti-or))
2801
- 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))
2802
- test(plasma-web): fix cypress comp-tests [#823](https://github.com/salute-developers/plasma/pull/823) ([@Yeti-or](https://github.com/Yeti-or))
2803
- [@Salute-Eva](https://github.com/Salute-Eva)
2804
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2805
- --
2806
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2807
- [@Salute-Eva](https://github.com/Salute-Eva)
2808
- --
2809
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2810
- [@Salute-Eva](https://github.com/Salute-Eva)
2811
- --
2812
- feat(plasma-web): `Dropdown` `onToggle` notification [#805](https://github.com/salute-developers/plasma/pull/805) ([@fanisco](https://github.com/fanisco))
2813
- feat(plasma-web): Moved `SingleSelect` and `MultiSelect` functionality to hocs [#805](https://github.com/salute-developers/plasma/pull/805) ([@fanisco](https://github.com/fanisco))
2814
- feat(plasma-web): Customize `Dropdown` with CSS Vars [#805](https://github.com/salute-developers/plasma/pull/805) ([@fanisco](https://github.com/fanisco))
2815
- fix(plasma-web): Removed `DropdownList` min-width [#805](https://github.com/salute-developers/plasma/pull/805) ([@fanisco](https://github.com/fanisco))
2816
- chore: make cypress work again [#573](https://github.com/salute-developers/plasma/pull/573) ([@Yeti-or](https://github.com/Yeti-or))
2817
- chore: resolve cypress and jest conflicts [#573](https://github.com/salute-developers/plasma/pull/573) ([@OgNellis](https://github.com/OgNellis))
2818
- chore: cypress component testing [#573](https://github.com/salute-developers/plasma/pull/573) (dakhetov@outlook.com)
2819
- Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))
2820
- Daniil Akhetov (dakhetov@outlook.com)
2821
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2822
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2823
- --
2824
- chore: Delete extract-sb-docgen-info [#801](https://github.com/salute-developers/plasma/pull/801) ([@fanisco](https://github.com/fanisco))
2825
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2826
- [@Salute-Eva](https://github.com/Salute-Eva)
2827
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2828
- --
2829
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2830
- [@Salute-Eva](https://github.com/Salute-Eva)
2831
- --
2832
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2833
- [@Salute-Eva](https://github.com/Salute-Eva)
2834
- --
2835
- 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))
2836
- feat(plasma-sb-utils): `PaletteGrid`, `disableProps`, `IconsPlaceholder`, `InSpacingDecorator` [#803](https://github.com/salute-developers/plasma/pull/803) ([@fanisco](https://github.com/fanisco))
2837
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2838
- [@Salute-Eva](https://github.com/Salute-Eva)
2839
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2840
- --
2841
- fix(plasma-web): Collision of `Button` and global custom css [#703](https://github.com/salute-developers/plasma/pull/703) ([@fanisco](https://github.com/fanisco))
2842
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2843
- [@Salute-Eva](https://github.com/Salute-Eva)
2844
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2845
- --
2846
- fix(plasma-web): Disabled state for `Checkbox` [#791](https://github.com/salute-developers/plasma/pull/791) ([@fanisco](https://github.com/fanisco))
2847
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2848
- [@Salute-Eva](https://github.com/Salute-Eva)
2849
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2850
- --
2851
- chore(plasma-web): Storybook controls for Button, Carousel, Checkbox, Modal [#651](https://github.com/salute-developers/plasma/pull/651) ([@kayman233](https://github.com/kayman233))
2852
- chore(plasma-web): Storybook controls for Notification, PaginationDots, Progress, Radiobox [#652](https://github.com/salute-developers/plasma/pull/652) ([@kayman233](https://github.com/kayman233))
2853
- 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))
2854
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2855
- [@kayman233](https://github.com/kayman233)
2856
- [@Salute-Eva](https://github.com/Salute-Eva)
2857
- --
2858
- fix: Refactor `Checkbox` & `Radiobox` in order of better understanding [#698](https://github.com/salute-developers/plasma/pull/698) ([@fanisco](https://github.com/fanisco))
2859
- chore(plasma-ui): update ts/styled-comps deps [#728](https://github.com/salute-developers/plasma/pull/728) ([@Yeti-or](https://github.com/Yeti-or))
2860
- chore(plasma-web): update storybook deps [#728](https://github.com/salute-developers/plasma/pull/728) ([@Yeti-or](https://github.com/Yeti-or))
2861
- chore(plasma-web): update build deps [#728](https://github.com/salute-developers/plasma/pull/728) ([@Yeti-or](https://github.com/Yeti-or))
2862
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2863
- [@Salute-Eva](https://github.com/Salute-Eva)
2864
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2865
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2866
- --
2867
- 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))
2868
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2869
- docs(plasma-web): Storybook controls for Select, Switch, TextField [#688](https://github.com/salute-developers/plasma/pull/688) ([@kayman233](https://github.com/kayman233))
2870
- docs(plasma-web): Describe `TabsController` [#687](https://github.com/salute-developers/plasma/pull/687) ([@fanisco](https://github.com/fanisco))
2871
- chore: Storybook docgenInfo extraction tool [#648](https://github.com/salute-developers/plasma/pull/648) ([@fanisco](https://github.com/fanisco))
2872
- [@kayman233](https://github.com/kayman233)
2873
- [@Salute-Eva](https://github.com/Salute-Eva)
2874
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2875
- --
2876
- feat(plasma-web): Pass color and contentLeft to DropdownItem [#683](https://github.com/salute-developers/plasma/pull/683) ([@fanisco](https://github.com/fanisco))
2877
- fix(plasma-web): Dropdown shadow black [#683](https://github.com/salute-developers/plasma/pull/683) ([@fanisco](https://github.com/fanisco))
2878
- 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))
2879
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2880
- [@Salute-Eva](https://github.com/Salute-Eva)
2881
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2882
- --
2883
- docs(plasma-web): Storybook controls for Tabs, TextArea [#661](https://github.com/salute-developers/plasma/pull/661) ([@kayman233](https://github.com/kayman233))
2884
- chore(plasma-web): disableProps added [#661](https://github.com/salute-developers/plasma/pull/661) ([@kayman233](https://github.com/kayman233))
2885
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2886
- [@kayman233](https://github.com/kayman233)
2887
- [@Salute-Eva](https://github.com/Salute-Eva)
2888
- --
2889
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2890
- [@Salute-Eva](https://github.com/Salute-Eva)
2891
- --
2892
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2893
- [@Salute-Eva](https://github.com/Salute-Eva)
2894
- --
2895
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2896
- [@Salute-Eva](https://github.com/Salute-Eva)
2897
- --
2898
- feat: Skeleton in core/ui/web [#628](https://github.com/salute-developers/plasma/pull/628) ([@fanisco](https://github.com/fanisco))
2899
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2900
- [@Salute-Eva](https://github.com/Salute-Eva)
2901
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2902
- --
2903
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2904
- [@Salute-Eva](https://github.com/Salute-Eva)
2905
- --
2906
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2907
- [@Salute-Eva](https://github.com/Salute-Eva)
2908
- --
2909
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2910
- [@Salute-Eva](https://github.com/Salute-Eva)
2911
- --
2912
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2913
- [@Salute-Eva](https://github.com/Salute-Eva)
2914
- --
2915
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2916
- [@Salute-Eva](https://github.com/Salute-Eva)
2917
- --
2918
- fix(plasma-core): Image: add role attr [#620](https://github.com/salute-developers/plasma/pull/620) ([@Yeti-or](https://github.com/Yeti-or))
2919
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2920
- [@Salute-Eva](https://github.com/Salute-Eva)
2921
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
2922
- --
2923
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2924
- [@Salute-Eva](https://github.com/Salute-Eva)
2925
- --
2926
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2927
- [@Salute-Eva](https://github.com/Salute-Eva)
2928
- --
2929
- 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))
2930
- chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
2931
- [@Salute-Eva](https://github.com/Salute-Eva)
2932
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2933
- --
2934
- feat(plasma-web): Index imports for treeshaking [#563](https://github.com/salute-developers/plasma/pull/563) ([@fanisco](https://github.com/fanisco))
2935
- ci: Build plasma without rollup [#563](https://github.com/salute-developers/plasma/pull/563) ([@fanisco](https://github.com/fanisco))
2936
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2937
- --
2938
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2939
- [@Salute-Eva](https://github.com/Salute-Eva)
2940
- --
2941
- fix(plasma-web): form submit trigger inside select [#557](https://github.com/salute-developers/plasma/pull/557) ([@tsumo](https://github.com/tsumo))
2942
- [@tsumo](https://github.com/tsumo)
2943
- --
2944
- feat(plasma-web): Integrate Dropdown into Select [#545](https://github.com/salute-developers/plasma/pull/545) ([@fanisco](https://github.com/fanisco))
2945
- feat(plasma-web): Added Dropdown component [#545](https://github.com/salute-developers/plasma/pull/545) ([@fanisco](https://github.com/fanisco))
2946
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2947
- --
2948
- fix: remove double ampersands [#537](https://github.com/salute-developers/plasma/pull/537) ([@OgNellis](https://github.com/OgNellis))
2949
- Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))
2950
- --
2951
- fix(plasma-ui, plasma-web): toolbar buttons return [#547](https://github.com/salute-developers/plasma/pull/547) ([@kayman233](https://github.com/kayman233))
2952
- [@kayman233](https://github.com/kayman233)
2953
- --
2954
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2955
- [@Salute-Eva](https://github.com/Salute-Eva)
2956
- --
2957
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2958
- [@Salute-Eva](https://github.com/Salute-Eva)
2959
- --
2960
- feat(plasma-ui, plasma-web, showcase): sb-essentials added [#535](https://github.com/salute-developers/plasma/pull/535) ([@kayman233](https://github.com/kayman233))
2961
- [@kayman233](https://github.com/kayman233)
2962
- --
2963
- fix(plasma-web): TextField can accept deferred defaultValue [#536](https://github.com/salute-developers/plasma/pull/536) ([@fanisco](https://github.com/fanisco))
2964
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2965
- [@Salute-Eva](https://github.com/Salute-Eva)
2966
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2967
- --
2968
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2969
- [@Salute-Eva](https://github.com/Salute-Eva)
2970
- --
2971
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2972
- [@Salute-Eva](https://github.com/Salute-Eva)
2973
- --
2974
- feat: react17 and test job added [#496](https://github.com/salute-developers/plasma/pull/496) ([@kayman233](https://github.com/kayman233))
2975
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2976
- [@kayman233](https://github.com/kayman233)
2977
- [@Salute-Eva](https://github.com/Salute-Eva)
2978
- --
2979
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2980
- 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))
2981
- chore: Bump Storybook version [#518](https://github.com/salute-developers/plasma/pull/518) ([@fanisco](https://github.com/fanisco))
2982
- [@Salute-Eva](https://github.com/Salute-Eva)
2983
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
2984
- --
2985
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2986
- [@Salute-Eva](https://github.com/Salute-Eva)
2987
- --
2988
- fix(plasma-ui): commas change [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))
2989
- fix(plasma-ui): favicon to png fix [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))
2990
- fix(plasma-ui): safari bug fix [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))
2991
- fix(plasma-web): favicon added [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))
2992
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
2993
- [@kayman233](https://github.com/kayman233)
2994
- [@Salute-Eva](https://github.com/Salute-Eva)
2995
- --
2996
- fix: TextField placeholder placement [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
2997
- fix(plasma-web): TextField placeholder color [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
2998
- fix: Build components with own namespace es/cjs [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
2999
- fix: TextField helperText to boolean [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
3000
- fix: Checkbox layout with various content [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
3001
- fix: Input interface and props [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
3002
- fix(plasma-web): Checkbox & Radio label for attribute [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))
3003
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3004
- [@Salute-Eva](https://github.com/Salute-Eva)
3005
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
3006
- --
3007
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3008
- [@Salute-Eva](https://github.com/Salute-Eva)
3009
- --
3010
- feat: Added plasma-tokens-b2c package [#468](https://github.com/salute-developers/plasma/pull/468) ([@fanisco](https://github.com/fanisco))
3011
- fix(plasma-web): Removed tokens dependency [#468](https://github.com/salute-developers/plasma/pull/468) ([@fanisco](https://github.com/fanisco))
3012
- docs(plasma-web): about page with link added [#447](https://github.com/salute-developers/plasma/pull/447) ([@kayman233](https://github.com/kayman233))
3013
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3014
- [@kayman233](https://github.com/kayman233)
3015
- [@Salute-Eva](https://github.com/Salute-Eva)
3016
- Fanil' Zubairov ([@fanisco](https://github.com/fanisco))
3017
- --
3018
- feat(plasma-tokens): Updated tokens from plasma-styles [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))
3019
- fix(plasma-web): Components dark theme fixes [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))
3020
- chore: Added favicon for storybooks [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))
3021
- docs: ThemeColors in both libraries [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))
3022
- docs(plasma-web): Added Grid docs [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))
3023
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3024
- --
3025
- feat(plasma-core): Spinner sizes [#438](https://github.com/salute-developers/plasma/pull/438) ([@fanisco](https://github.com/fanisco))
3026
- feat(plasma-web): Button success [#438](https://github.com/salute-developers/plasma/pull/438) ([@fanisco](https://github.com/fanisco))
3027
- feat(plasma-core, plasma-ui, plasma-web): Reassembled Field [#438](https://github.com/salute-developers/plasma/pull/438) ([@fanisco](https://github.com/fanisco))
3028
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3029
- --
3030
- feat(plasma-web): Added Link component [#441](https://github.com/salute-developers/plasma/pull/441) ([@fanisco](https://github.com/fanisco))
3031
- fix(plasma-web): Components dark theme fixes [#441](https://github.com/salute-developers/plasma/pull/441) ([@fanisco](https://github.com/fanisco))
3032
- 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))
3033
- docs: Added switcher for plasma-web's dark theme [#441](https://github.com/salute-developers/plasma/pull/441) ([@fanisco](https://github.com/fanisco))
3034
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3035
- [@Salute-Eva](https://github.com/Salute-Eva)
3036
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3037
- --
3038
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3039
- [@Salute-Eva](https://github.com/Salute-Eva)
3040
- --
3041
- feat(plasma-tokens-web): Using plasma-colors, dark theme [#398](https://github.com/salute-developers/plasma/pull/398) ([@fanisco](https://github.com/fanisco))
3042
- feat: Added plasma-colors package [#398](https://github.com/salute-developers/plasma/pull/398) ([@fanisco](https://github.com/fanisco))
3043
- docs(plasma-web): Added themes story [#398](https://github.com/salute-developers/plasma/pull/398) ([@fanisco](https://github.com/fanisco))
3044
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3045
- [@Salute-Eva](https://github.com/Salute-Eva)
3046
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3047
- --
3048
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3049
- [@Salute-Eva](https://github.com/Salute-Eva)
3050
- --
3051
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3052
- [@Salute-Eva](https://github.com/Salute-Eva)
3053
- --
3054
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3055
- [@Salute-Eva](https://github.com/Salute-Eva)
3056
- --
3057
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3058
- [@Salute-Eva](https://github.com/Salute-Eva)
3059
- --
3060
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3061
- [@Salute-Eva](https://github.com/Salute-Eva)
3062
- --
3063
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3064
- [@Salute-Eva](https://github.com/Salute-Eva)
3065
- --
3066
- 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))
3067
- 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))
3068
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3069
- --
3070
- fix(plasma-web): Added Badge to index [#397](https://github.com/salute-developers/plasma/pull/397) ([@fanisco](https://github.com/fanisco))
3071
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3072
- [@Salute-Eva](https://github.com/Salute-Eva)
3073
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3074
- --
3075
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3076
- [@Salute-Eva](https://github.com/Salute-Eva)
3077
- --
3078
- feat(plasma-web): Added Spinner to web [#326](https://github.com/salute-developers/plasma/pull/326) (prokopyevviktor@yandex.ru)
3079
- docs(showcase): Added Spinner showcase web [#326](https://github.com/salute-developers/plasma/pull/326) (prokopyevviktor@yandex.ru)
3080
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3081
- [@Salute-Eva](https://github.com/Salute-Eva)
3082
- Viktor Prokopyev (prokopyevviktor@yandex.ru)
3083
- --
3084
- feat(plasma-web): Added Tooltip component [#345](https://github.com/salute-developers/plasma/pull/345) ([@fanisco](https://github.com/fanisco))
3085
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3086
- [@Salute-Eva](https://github.com/Salute-Eva)
3087
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3088
- --
3089
- docs: description in checkbox and radiobox storybook [#347](https://github.com/salute-developers/plasma/pull/347) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))
3090
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3091
- chore: soft peerDependencies only [#344](https://github.com/salute-developers/plasma/pull/344) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))
3092
- [@Salute-Eva](https://github.com/Salute-Eva)
3093
- [@VladislavPetyukevich](https://github.com/VladislavPetyukevich)
3094
- --
3095
- feat(plasma-web): Added Modal component [#339](https://github.com/salute-developers/plasma/pull/339) ([@fanisco](https://github.com/fanisco))
3096
- feat(plasma-web): Added Notification component [#339](https://github.com/salute-developers/plasma/pull/339) ([@fanisco](https://github.com/fanisco))
3097
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3098
- [@Salute-Eva](https://github.com/Salute-Eva)
3099
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3100
- --
3101
- feat(plasma-web): Added Progress component [#340](https://github.com/salute-developers/plasma/pull/340) ([@fanisco](https://github.com/fanisco))
3102
- {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))
3103
- [@Salute-Eva](https://github.com/Salute-Eva)
3104
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3105
- --
3106
- feat(plasma-core, plasma-ui, plasma-ui): Moved Image component [#342](https://github.com/salute-developers/plasma/pull/342) ([@fanisco](https://github.com/fanisco))
3107
- feat(plasma-core, plasma-ui, plasma-ui): Moved Price component [#342](https://github.com/salute-developers/plasma/pull/342) ([@fanisco](https://github.com/fanisco))
3108
- build: fix package-locks [#337](https://github.com/salute-developers/plasma/pull/337) ([@Yeti-or](https://github.com/Yeti-or))
3109
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3110
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
3111
- --
3112
- feat(plasma-web): Added Select component [#328](https://github.com/salute-developers/plasma/pull/328) ([@fanisco](https://github.com/fanisco))
3113
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3114
- --
3115
- {chore: update package-locks} ([@github-actions[bot]](https://github.com/github-actions[bot]))
3116
- [@github-actions[bot]](https://github.com/github-actions[bot])
3117
- --
3118
- fix(plasma-ui, plasma-web): Badge: correct reexport & const creation [#313](https://github.com/salute-developers/plasma/pull/313) ([@fanisco](https://github.com/fanisco))
3119
- ci: Deploy documentation for plasma-web [#313](https://github.com/salute-developers/plasma/pull/313) ([@fanisco](https://github.com/fanisco))
3120
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3121
- --
3122
- feat(core): made reexport in ui & web, added showcase for web [#308](https://github.com/salute-developers/plasma/pull/308) (prokopyevviktor@yandex.ru)
3123
- Viktor Prokopyev (prokopyevviktor@yandex.ru)
3124
- --
3125
- feat: Moved Typography to plasma-core / plasma-web [#280](https://github.com/salute-developers/plasma/pull/280) ([@fanisco](https://github.com/fanisco))
3126
- 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))
3127
- 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))
3128
- chore(plasma-core, plasma-web): Added components to index files [#280](https://github.com/salute-developers/plasma/pull/280) ([@fanisco](https://github.com/fanisco))
3129
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3130
- Sviridov Maksim ([@LamaEats](https://github.com/LamaEats))
3131
- --
3132
- fix: bump peerDeps [#307](https://github.com/salute-developers/plasma/pull/307) ([@Yeti-or](https://github.com/Yeti-or))
3133
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
3134
- --
3135
- feat(plasma-web): Added TextArea component [#290](https://github.com/salute-developers/plasma/pull/290) ([@fanisco](https://github.com/fanisco))
3136
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3137
- --
3138
- Bump independent versions \[skip ci\] ([@Yeti-or](https://github.com/Yeti-or))
3139
- Update CHANGELOG.md \[skip ci\] ([@Yeti-or](https://github.com/Yeti-or))
3140
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
3141
- --
3142
- 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))
3143
- 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))
3144
- feat: esm build, fix package-lock after rebase [#279](https://github.com/salute-developers/plasma/pull/279) ([@KateKate](https://github.com/KateKate))
3145
- feat: esm build core, icons, ui, web [#279](https://github.com/salute-developers/plasma/pull/279) ([@KateKate](https://github.com/KateKate))
3146
- feat: Button: Code separation for easier composition and styling [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
3147
- feat(plasma-web): Переход на токены [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
3148
- feat: Библиотека plasma-web [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
3149
- fix: plasma doc before major [#279](https://github.com/salute-developers/plasma/pull/279) ([@Yeti-or](https://github.com/Yeti-or))
3150
- chore(plasma-web): Added Grid to index [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
3151
- chore: Fix packages versions [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
3152
- chore: Bump independent versions [#279](https://github.com/salute-developers/plasma/pull/279) ([@fanisco](https://github.com/fanisco))
3153
- Ekaterina Anishkina ([@KateKate](https://github.com/KateKate))
3154
- Fanil Zubairov ([@fanisco](https://github.com/fanisco))
3155
- Vasiliy ([@Yeti-or](https://github.com/Yeti-or))