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