## 1.331.0 (29 октября 2025)

## Функциональные изменения в компонентах

### Select

* Добавлено новое свойство `treeView`, отвечающее за отображение дерева в выпадающем списке;

[PR](https://github.com/salute-developers/plasma/pull/2286)

### TextField, TextArea, Mask, NumberFormat

* Добавлена возможность указать текст для индикатора опциональности

[PR](https://github.com/salute-developers/plasma/pull/2290)

### Calendar, DatePicker

* Добавлена возможность вызвать всплывающую подсказку для событий в календаре

[PR](https://github.com/salute-developers/plasma/pull/2289)

### Combobox

* Исправлен баг в single-режиме, при котором в некоторых случаях значение поля ввода не обновлялось после изменения `items`;

[PR](https://github.com/salute-developers/plasma/pull/2298)

* Тип свойства `emptyStateDescription` расширен до `ReactNode`;

[PR](https://github.com/salute-developers/plasma/pull/2293)

### Typography

* Обнулили значения по-умолчанию (браузерные) для свойств `padding/margin/border`

[PR](https://github.com/salute-developers/plasma/pull/2302)

### Attach

* Добавлена возможность прикреплять несколько файлов

* Исправлена типизация для `callback onChange`

[PR](https://github.com/salute-developers/plasma/pull/2288)

### Tabs

* Убраны внешние отступы у контейнера `Tabs`

* Отступы внутри `TabItem` приведены в соответствие с макетами

* Скорректировано отображение фокусной рамки

[PR](https://github.com/salute-developers/plasma/pull/2297)

### LinkButton

* Добавлено состояние `hover` для текста

[PR](https://github.com/salute-developers/plasma/pull/2304)


## 1.330.0 (15 октября 2025)

## Функциональные изменения в компонентах

### Combobox, Select

* Исправлена некорректная работа компонента при асинхронной загрузке опций в режиме `multiple`

[PR](https://github.com/salute-developers/plasma/pull/2268)

### Chip, TextField, Select, Combobox

* Добавлено состояние `hover` для крестика в `Chip`

* Добавлено свойство `chipClickArea`, которое определяет область нажатия

[PR](https://github.com/salute-developers/plasma/pull/2237)

### Tree

* Исправлено некорректной поведение компонента при использование ключа `type` в объектах `treeData`

[PR](https://github.com/salute-developers/plasma/pull/2267)

### Modal

* Исправлено переопределение overlay при использование свойства `hasBody`

[PR](https://github.com/salute-developers/plasma/pull/2276)

### Popup, Drawer

* Добавлено новое свойство `positionFixed`, которое вне зависимости от `frame` устанавливает `position: fixed`

[PR](https://github.com/salute-developers/plasma/pull/2277)

### Slider

* Исправлена транзитивная ошибка `_reactDom.default.findDOMNode is not a function` в библиотеки `react-draggable` при использование в связке с `React 19`

[PR](https://github.com/salute-developers/plasma/pull/2282)

### Table

* Добавлены новые свойства `setCellProps` и `setRowProps` для настройки атрибутов в `cell` и `row` соответственно

* Обновлена документацию: новые примеры, улучшили структуру

[PR](https://github.com/salute-developers/plasma/pull/2271)

### Popover

* Добавлен механизм resizable

* Добавлены новые `callback` для событий `onResizeStart`, `onResizeStop`

[PR](https://github.com/salute-developers/plasma/pull/2281)

### Icons

* Добавлены новые иконки:  `DocumentAddOutline/Fill, FilterFunnelOffOutline/Fill, TargetOutline, OpenPanelFill, ClosePanelFill`

[PR](https://github.com/salute-developers/plasma/pull/2284)

### ProgressBarCircular

* Добавлен новый компонент

[PR](https://github.com/salute-developers/plasma/pull/2280)

## Docs

### Popover, Modal

* Добавлен новый раздел описывающий работу свойства `isFocusTrapped`

[PR](https://github.com/salute-developers/plasma/pull/2273)


## 1.329.0 (1 октября 2025)

## Функциональные изменения в компонентах

### Autocomplete, Combobox, Datepicker, Select, TextArea, TextField

* изменен token для value на `--text-primary`
* изменен opacity для separator на `0.4`
* изменен opacity для `rightContent` на `0.4`

[PR](https://github.com/salute-developers/plasma/pull/1906)

### Modal

* добавлена возможность отключать `focusTrap`

[PR](https://github.com/salute-developers/plasma/pull/2244)

### Tooltip

* удален лишний `pointer-events` блокирующий click на содержимом компонента

[PR](https://github.com/salute-developers/plasma/pull/2249)

### Note

* исправлена ошибка с некорректным переносом по буквам - правильно по словам

* расширен `type` до ReactNode для свойств `title, text`

[PR](https://github.com/salute-developers/plasma/pull/2247)

### TimePicker

* Добавлен новый компонент

[PR](https://github.com/salute-developers/plasma/pull/2184)

### Pagination

* Убрано ограничение на минимальное количество слотов для элементов

[PR](https://github.com/salute-developers/plasma/pull/2258)

### Dropdown

* добавлена возможность указывать beforeList во вложенные списки

[PR](https://github.com/salute-developers/plasma/pull/2250)

### Tree

* добавлено свойство `singleLine`, отвечающее за перенес заголовка

* исправлено поведение сокращения текста при нехватке места

[PR](https://github.com/salute-developers/plasma/pull/2253)

### TextField, Select, Combobox, Dropdown, Autocomplete

* Исправлен баг с открытием вложенных уровней при использовании свойства `portal`

[PR](https://github.com/salute-developers/plasma/pull/2263)

### Docs

* Исправлено описание для свойства `isNumeric` в типографии

[PR](https://github.com/salute-developers/plasma/pull/2264)

### Avatar

* Добавлен `customBorderRadius` для `fit` размера при `shape = rounded`

[PR](https://github.com/salute-developers/plasma/pull/2262)


## 1.329.0 (19 сентября 2025)

## Функциональные изменения в компонентах

### Avatar

* Исправлен `type` для свойства `shape`

### What/why changed

<!-- GITHUB_RELEASE PR BODY: canary-version -->

<details>
  <summary>📦 Published PR as canary version: <code>Canary Versions</code></summary>
  <br />

:sparkles: Test out this PR locally via:

```bash
npm install @salutejs/plasma-asdk@0.350.1-canary.2246.17847852413.0
npm install @salutejs/plasma-b2c@1.592.1-canary.2246.17847852413.0
npm install @salutejs/plasma-giga@0.319.1-canary.2246.17847852413.0
npm install @salutejs/plasma-new-hope@0.336.1-canary.2246.17847852413.0
npm install @salutejs/plasma-web@1.594.1-canary.2246.17847852413.0
npm install @salutejs/sdds-bizcom@0.324.1-canary.2246.17847852413.0
npm install @salutejs/sdds-crm@0.323.1-canary.2246.17847852413.0
npm install @salutejs/sdds-cs@0.328.1-canary.2246.17847852413.0
npm install @salutejs/sdds-dfa@0.322.1-canary.2246.17847852413.0
npm install @salutejs/sdds-finai@0.315.1-canary.2246.17847852413.0
npm install @salutejs/sdds-insol@0.319.1-canary.2246.17847852413.0
npm install @salutejs/sdds-netology@0.323.1-canary.2246.17847852413.0
npm install @salutejs/sdds-scan@0.322.1-canary.2246.17847852413.0
npm install @salutejs/sdds-serv@0.323.1-canary.2246.17847852413.0
# or 
yarn add @salutejs/plasma-asdk@0.350.1-canary.2246.17847852413.0
yarn add @salutejs/plasma-b2c@1.592.1-canary.2246.17847852413.0
yarn add @salutejs/plasma-giga@0.319.1-canary.2246.17847852413.0
yarn add @salutejs/plasma-new-hope@0.336.1-canary.2246.17847852413.0
yarn add @salutejs/plasma-web@1.594.1-canary.2246.17847852413.0
yarn add @salutejs/sdds-bizcom@0.324.1-canary.2246.17847852413.0
yarn add @salutejs/sdds-crm@0.323.1-canary.2246.17847852413.0
yarn add @salutejs/sdds-cs@0.328.1-canary.2246.17847852413.0
yarn add @salutejs/sdds-dfa@0.322.1-canary.2246.17847852413.0
yarn add @salutejs/sdds-finai@0.315.1-canary.2246.17847852413.0
yarn add @salutejs/sdds-insol@0.319.1-canary.2246.17847852413.0
yarn add @salutejs/sdds-netology@0.323.1-canary.2246.17847852413.0
yarn add @salutejs/sdds-scan@0.322.1-canary.2246.17847852413.0
yarn add @salutejs/sdds-serv@0.323.1-canary.2246.17847852413.0
```

</details>
<!-- GITHUB_RELEASE PR BODY: canary-version -->


## 1.329.0 (18 сентября 2025)

## Функциональные изменения в компонентах

### Drawer

* исправлен баг, при котором `unmount` компонента не очищал свойство `overflow` у `body`;

[PR](https://github.com/salute-developers/plasma/pull/2208)

* добавлена возможность задавать кастомные анимации в компоненте

[PR](https://github.com/salute-developers/plasma/pull/2222)

### Autocomplete

* добавлен дженерик для гибкой настройки `SuggestionItem`;

[PR](https://github.com/salute-developers/plasma/pull/2211)

### Dropdown

* в коллбэк `onHover` добавлен вторым аргументом `item` наведенного элемента;

[PR](https://github.com/salute-developers/plasma/pull/2212)

### Select, Combobox

* добавлено свойство `mode` со значениями `default` и `radio`;

[PR](https://github.com/salute-developers/plasma/pull/2213)

### Engine

* добавлена проверка свойств на nullable значения. Например если значение для свойства типа `view` или `size` будет указано, как `undefined`, то применится значение по-умолчанию, взятое из конфигурации компонента.

[PR](https://github.com/salute-developers/plasma/pull/2202)

### CodeField

* добавлена поддержка чтения OTP из смс

* исправлен `controlled` вариант компонента

[PR](https://github.com/salute-developers/plasma/pull/2210)

### Combobox, Select

* переработана логика работы с disabled-элементами. Теперь взаимодействие с ними изнутри компонента невозможно;

[PR](https://github.com/salute-developers/plasma/pull/2220)

* при закрытии выпадающего списка происходит скролл всех чипов в начало.

[PR](https://github.com/salute-developers/plasma/pull/2231)

### Combobox, Select, Dropdown

* разработан функционал, позволяющий корректно позиционировать вложенные выпадающие списки в контейнерах со скроллом;

[PR](https://github.com/salute-developers/plasma/pull/2205)

### Range

* добавлен размер `xl`

[PR](https://github.com/salute-developers/plasma/pull/2227)

### DatePicker

* удален автофокус инпута при закрытии выпадающего календаря
* исправлен вызов `callback` внутри `onBlur`

[PR](https://github.com/salute-developers/plasma/pull/2216)

### Popover

* исправлена генерация `id` портала

[PR](https://github.com/salute-developers/plasma/pull/2216)

### Pagination

* Добавлен пропс `helperText`

[PR](https://github.com/salute-developers/plasma/pull/2163)

### Switch

* Добавлен новый параметр `singleLine`, который влияет на перенос строки текста `label`

[PR](https://github.com/salute-developers/plasma/pull/2224)

### Tree

* добавлен DragAndDrop

[PR](https://github.com/salute-developers/plasma/pull/2214)

### Attach

* добавлен обработчик `onClick`

* добавлена возможность скрывать кнопку после прикрепления файла, с помощью `hideButtonOnAttach`

[PR](https://github.com/salute-developers/plasma/pull/2228)

### Avatar

* Добавлен новый параметр `shape`

* Обновлены тесты и документация

[PR](https://github.com/salute-developers/plasma/pull/2209)

### Skeleton

* Добавлено новое значение для `view` - `lighter`

[PR](https://github.com/salute-developers/plasma/pull/2238)


## 1.328.0 (4 сентября 2025)

## Функциональные изменения в компонентах

### Autocomplete

* Добавлен пример очистки поля ввода

[PR](https://github.com/salute-developers/plasma/pull/2165)

* Добавлено опциональное свойство `flip`, при котором выпадающий список при недостатке места снизу может отобразиться вверху;

[PR](https://github.com/salute-developers/plasma/pull/2199)

### Popup

* добавлено свойство `providerFrame`, которое определяет элемент, в который поместится контейнер Popupов

[PR](https://github.com/salute-developers/plasma/pull/2151)

### DatePicker

* добавлена возможность передавать zIndex в выпадающий календарь

[PR](https://github.com/salute-developers/plasma/pull/2181)

* размеры приведены в соответствие с макетами

[PR](https://github.com/salute-developers/plasma/pull/2196)

### Docs

* в документацию добавлен поиск на базе `typesense`

[PR](https://github.com/salute-developers/plasma/pull/2173)

### Autocomplete, Combobox, Select

* виртуализация теперь поддерживает работу с элементами с динамической высотой;

[PR](https://github.com/salute-developers/plasma/pull/2183)

### Carousel

* добавлено свойство `defaultIndex`, которое отвечает за показ первого слайда по-умолчанию;

[PR](https://github.com/salute-developers/plasma/pull/2175)

### Combobox

* свойство `renderValue` теперь работает и в одиночном режиме;

[PR](https://github.com/salute-developers/plasma/pull/2172)

### Tree

* добавлено свойство `radioMode`, включающее поведение выбора элемента как у radio-checkbox;

[PR](https://github.com/salute-developers/plasma/pull/2179)

### Tooltip

* добавлены свойства `mouseEnterDelay` и `mouseLeaveDelay` для задержки перед открытием/закрытием подсказки;

[PR](https://github.com/salute-developers/plasma/pull/2186)

### Tabs

* добавлен `actionContent` в `TabItem`

* добавлен `IconTabItem`

[PR](https://github.com/salute-developers/plasma/pull/2177)

### Chip

* Добавлен размер `xxs` в `chip`

[PR](https://github.com/salute-developers/plasma/pull/2194)

### Attach

* переработана документация компонента

* добавлены примеры взаимодействия с формой

[PR](https://github.com/salute-developers/plasma/pull/2167)

### Drawer

* Добавили поддержку css свойства scrollbar-gutter чтобы предотвратить дергания экрана из-за наличие scrollbar

[PR](https://github.com/salute-developers/plasma/pull/2074)

### Button

* Добавлен новый параметр `AdditionalContent`

[PR](https://github.com/salute-developers/plasma/pull/2195)

### LinkButton

* Добавлен новый параметр `AdditionalContent`

[PR](https://github.com/salute-developers/plasma/pull/2195)


## 1.327.0 (21 августа 2025)

## Функциональные изменения в компонентах

### DatePicker

* добавлено свойство `preserveInvalidOnBlur`, которое отключает сброс некорректных значений из поля ввода

[PR](https://github.com/salute-developers/plasma/pull/2134)

* исправлен `controlled` вариант `DatePicker`

[PR](https://github.com/salute-developers/plasma/pull/2148)

### NumberFormat

* добавлена поддержка `defaultValue`

[PR](https://github.com/salute-developers/plasma/pull/2138)

* добавлена функция `numberFormatter`, которая приводит число к нужному формату

[PR](https://github.com/salute-developers/plasma/pull/2137)

### Pagination

* исправлен `controlled` вариант

[PR](https://github.com/salute-developers/plasma/pull/2141)

* отключено взаимодействие с текущей выбранной страницей;

[PR](https://github.com/salute-developers/plasma/pull/2160)

### NumberInput

* расширен тип `value` до `number | string | undefined` для поддержки пустых значений

[PR](https://github.com/salute-developers/plasma/pull/2135)

### InformationWrapper

* добавлен компонент-обертка для элементов формы

[PR](https://github.com/salute-developers/plasma/pull/2065)

### Dropdown, Combobox

* исправлен баг в свойстве `alwaysOpened`, из-за которого приходилось делать двойные нажатия для открытия дочерних списков;

[PR](https://github.com/salute-developers/plasma/pull/2152)

### Modal, Popup

* исправлен раздел документации связанный со свойством resizable

[PR](https://github.com/salute-developers/plasma/pull/2158)

### Switch

* тип свойства `label` расширен до `ReactNode`

[PR](https://github.com/salute-developers/plasma/pull/2157)

### TextField

* свойства, связанные с `chip` помечены как deprecated;

[PR](https://github.com/salute-developers/plasma/pull/2133)

### Spinner

* свойство size теперь union type и может быть как string, так и number

[PR](https://github.com/salute-developers/plasma/pull/2156)

## Изменения в библиотеки

### Pickers

* добавлена поддержка долгого нажатия клавиши для клавиатурной навигации

[PR](https://github.com/salute-developers/plasma/pull/2130)


## 1.325.0 (7 августа 2025)

## Функциональные изменения в компонентах

### EmbedIconButton

* добавлен новый компонент

[PR](https://github.com/salute-developers/plasma/pull/2093)

### Combobox

* исправлен баг, связанный с невозможностью получить актуальное значение поля ввода после ререндера;

[PR](https://github.com/salute-developers/plasma/pull/2101)

### Segment

* добавлена логика задания максимальной ширины `SegmentItem` и обрезанию текста троеточием

[PR](https://github.com/salute-developers/plasma/pull/2110)

### Autocomplete

* добавлено свойство `zIndex`;

[PR](https://github.com/salute-developers/plasma/pull/2114)

### Tree

* добавлено свойство `autoExpandParent`, которое отвечает за автоматическое раскрытие всех родителей у элемента;

[PR](https://github.com/salute-developers/plasma/pull/2115)

### Table

* стало возможным добавлять сложные типы данных (объекты, массивы, функции) во входных данных `data`;

[PR](https://github.com/salute-developers/plasma/pull/2111)

### Chip

* добавлены токены отступов для `contentRight`

[PR](https://github.com/salute-developers/plasma/pull/2112)

### Skeleton

* исправлена типизация пропсов внутри `withSkeleton`

[PR](https://github.com/salute-developers/plasma/pull/2116)

### Notification

* Добавлена возможность указать пользовательскую иконку закрытия компонента

[PR](https://github.com/salute-developers/plasma/pull/2126)

### Attach

* Добавлен новый параметр `customIcon`

* Расширены типы файлов с вшитыми иконками `docx` , `xlsx`

[PR](https://github.com/salute-developers/plasma/pull/2123)

### Tokens

* Добавлена новая палитра `warmGray` с "тёплыми" оттенками серого

[PR](https://github.com/salute-developers/plasma/pull/2127)

### Accordion

* Исправлены отступы в соответсвии с макетами

[PR](https://github.com/salute-developers/plasma/pull/2122)


## 1.324.0 (30 июля 2025)

## Функциональные изменения в компонентах

### TextArea

* Сделали свойство `labelAriaHidden` опциональным


## 1.324.0 (28 июля 2025)

## Функциональные изменения в компонентах

### Combobox

* исправлен баг, связанный с невозможностью получить актуальное значение поля ввода после ререндера;


## 1.324.0 (24 июля 2025)

## Функциональные изменения в компонентах

### Button

* Удалены неактуальные размеры: `xlr, lr, mr, sr, xsr`

[PR](https://github.com/salute-developers/plasma/pull/2079)

### Dropdown

* Добавлен отступ между выпадающим списком и таргетом;

[PR](https://github.com/salute-developers/plasma/pull/2085)

### Icons

* Удален лишний атрибут style со значением `mix-blend-mode` в иконках: `DislikeFill`, `LikeFill`

[PR](https://github.com/salute-developers/plasma/pull/2090)

### Chip

* Исправлен цвет токена для иконки закрытия

[PR](https://github.com/salute-developers/plasma/pull/2082)

* Убраны `scale` при `hover` и `active`

[PR](https://github.com/salute-developers/plasma/pull/2089)

### Heading

* Добавлена поддержка a11y для aria role heading

[PR](https://github.com/salute-developers/plasma/pull/2097)

### Textarea

* Добавлено новое свойство `labelAriaHidden` для управления `aria-hidden`

[PR](https://github.com/salute-developers/plasma/pull/2097)

### Note

* Добавлена документация для свойства `hasClose`

* Исправлен баг связанный со свойством `text`

* Добавлена возможность многострочного текста

[PR](https://github.com/salute-developers/plasma/pull/2098)


## 1.322.0 (10 июля 2025)

## Функциональные изменения в компонентах

### Tour

* Добавлен в поставку новый компонент

![4539d0a6\_Kapture\_2025-06-30\_at\_13 45 01](https://github.com/user-attachments/assets/b6dac64b-0623-4308-a4b2-8a827c5d4d55)

[PR](https://github.com/salute-developers/plasma/pull/2010)

### DatePicker

* Добавлена проверка при обновлении `value/defaultValue`, чтобы избежать коллизии при `mount/unmount`

**Before**:

![460583735-fea399b1-8225-4b39-889b-b332664a4bcc](https://github.com/user-attachments/assets/ae641e2c-1ab8-47b4-8855-4267bb26a7d4)

**After**:
![460583334-2e733867-15fb-4818-97f1-f0c024dc37cb](https://github.com/user-attachments/assets/971cc214-415f-4e53-9984-242e63ba084a)

[PR](https://github.com/salute-developers/plasma/pull/2058)

### useUniqId

* Помечен как deprecated по причине устаревания и не актуальности. Рекомендуем использовать метод `safeUseId`

[PR](https://github.com/salute-developers/plasma/pull/2053)

### NumberFormat

* Улучшен механизм копирование и вставки числа

![459900391-30817797-7211-4d0e-8e4b-799d7fdab2c9](https://github.com/user-attachments/assets/11c52f11-b847-49c1-9a82-4df74bf64ff7)

[PR](https://github.com/salute-developers/plasma/pull/2050)

### Chip

* изменен размер иконки `Close` для размера `XS`, стало `12x12`

[PR](https://github.com/salute-developers/plasma/pull/2070)

### Icons

* добавлен `rest props` для IconRoot. Теперь есть возможность прокинуть `data-attrs` и другие атрибуты тега

<img width="1024" src="https://github.com/user-attachments/assets/ff1831f3-98f9-46df-a874-3c4891ca47b4" />

[PR](https://github.com/salute-developers/plasma/pull/2066)

### Combobox

* Добавлен токен для галочки и иконки в режиме `single`

[PR](https://github.com/salute-developers/plasma/pull/2049)

### Select

* Добавлен токен для галочки и иконки в режиме `single`

[PR](https://github.com/salute-developers/plasma/pull/2049)

### TextArea

* добавлено свойство `headerSlot`

<img width="685" alt="image" src="https://github.com/user-attachments/assets/e092e789-b5ca-4b8e-a500-9f6594dc59ef" />

[PR](https://github.com/salute-developers/plasma/pull/2075)


## 1.320.0 (26 июня 2025)

## Функциональные изменения в компонентах

### Tree

* исправлен баг, из-за которого в некоторых случаях не отображался цвет выделенного элемента;

[PR](https://github.com/salute-developers/plasma/pull/2038)

### Combobox

* исправлен баг, из-за которого label в таргете не обновлялся при обновлении списка `items`;

[PR](https://github.com/salute-developers/plasma/pull/2043)

### Calendar

* исправлен функционал по формированию ref на элементы календарной сетки
* добавлена возможность динамически менять `type`

**Before**:

https://github.com/user-attachments/assets/45c7c426-6d31-4fb9-bc5f-b20a2f8a4105

**After**:

https://github.com/user-attachments/assets/8a13d0ec-8d8a-4764-8305-7a3dc33887d2

[PR](https://github.com/salute-developers/plasma/pull/2024)

### Popup, Modal, Drawer

* массив элементов контекста Popup заменен на Map

* исправлен импорт safeUseId

[PR](https://github.com/salute-developers/plasma/pull/2022)

### Carousel

* появилась возможно настраивать отступ между слайдами через пропс `gap`;

* незначительные исправления и улучшения;

[PR](https://github.com/salute-developers/plasma/pull/2018)

### CodeInput

* добавлен новый компонент

<img width="764" src="https://github.com/user-attachments/assets/aaf5c046-9229-475f-aa5d-312533d5d5f6" />

[PR](https://github.com/salute-developers/plasma/pull/1973)


## 1.319.0 (11 июня 2025)

## Функциональные изменения в компонентах

### Select, Combobox

* добавлена возможность использовать кнопку `Выбрать всё` внутри выпадающего списка;

![Kapture 2025-06-11 at 11 52 38](https://github.com/user-attachments/assets/95108fe4-29ec-486d-a964-b5340748ad04)

[PR](https://github.com/salute-developers/plasma/pull/1986)

### Popover

* добавлена обработка случая, когда frame передан как ID

[PR](https://github.com/salute-developers/plasma/pull/2001)

### Sheet

* добавлена проверка `canUseDOM` перед использованием document

[PR](https://github.com/salute-developers/plasma/pull/2014)

### DatePicker

* добавлено свойство `closeAfterDateSelect` в одиночный DatePicker

![Kapture 2025-06-11 at 12 47 51](https://github.com/user-attachments/assets/f7751193-9316-4e5c-9111-2b8590fd42d9)

[PR](https://github.com/salute-developers/plasma/pull/2012)

### Notification

* добавлен `type-cast` для корректной типизации

<img width="977" alt="image" src="https://github.com/user-attachments/assets/99858965-49ff-4fc0-bec9-b3f79d2fa965" />

[PR](https://github.com/salute-developers/plasma/pull/2015)

### Carousel

* добавлена элементы управления: пагинация, стрелочки

![Kapture 2025-06-11 at 11 28 34](https://github.com/user-attachments/assets/5ace4ec0-3ed6-4556-bf94-ec8abb2d7798)

[PR](https://github.com/salute-developers/plasma/pull/2013)


## 1.318.0 (29 мая 2025)

## Функциональные изменения в компонентах

### TextField

* добавлен **новый** размер `XL`

<img width="1024" src="https://github.com/user-attachments/assets/4fc66785-2c3c-4352-bbb8-7b1dc23c6390" />

[PR](https://github.com/salute-developers/plasma/pull/1715)

### Mask

* добавили обработку, если не задан параметр mask, то возвращается обычный `TextField`

[PR](https://github.com/salute-developers/plasma/pull/1964)

### Slider

* убрали наслоение контейнера для шкалы минимум/максимум с текущим значением бегунка

![Kapture 2025-05-29 at 12 40 21](https://github.com/user-attachments/assets/db518bf3-d9c8-43a0-b718-dcd58e429cd6)

[PR](https://github.com/salute-developers/plasma/pull/1978)

### Link

* изменена поставка компонента ( добавлены файлы `types`, `tokens` )

[PR](https://github.com/salute-developers/plasma/pull/1966)

### Progress

* добавлен новый `view` - `info`

<img width="1024" src="https://github.com/user-attachments/assets/1fcad509-3a21-4a78-8162-2c4e32ebe9f6" />

[PR](https://github.com/salute-developers/plasma/pull/1975)

### Autocomplete, Combobox

* улучшено поведение виртуализированного списка при динамическом изменении высоты оного;

![Kapture 2025-05-29 at 14 52 03](https://github.com/user-attachments/assets/0df860d6-f2e6-4c6e-a220-6b3496e83a0f)

[PR](https://github.com/salute-developers/plasma/pull/1968)

### Note

* добавлен возможность закрыть компонент, через свойство `hasClose` и `onCloseButtonClick`

![Kapture 2025-05-29 at 13 15 39](https://github.com/user-attachments/assets/babc7f1d-ba21-4868-a7f1-635055928dd5)

[PR](https://github.com/salute-developers/plasma/pull/1962)

### Calendar

* исправлен метод получения модификации даты: учитывается свойство `includeEdgeDates`

[PR](https://github.com/salute-developers/plasma/pull/1984)

* добавлена возможность растягивать на всю доступную ширину и высоту

![Kapture 2025-05-29 at 15 01 01](https://github.com/user-attachments/assets/188619f1-7bad-4e6a-812b-2a46c22439f0)

[PR](https://github.com/salute-developers/plasma/pull/1972)

### DatePicker

* добавлена возможность управлять размером выпадающего календаря

* добавлена возможность растягивать поле ввода на всю доступную ширину

[PR](https://github.com/salute-developers/plasma/pull/1972)

### Icons

* добавлены новые иконки:
  * ArrowBack
  * FloorTypeFill
  * FloorTypeOutline
  * SensorFill
  * SensorOutline
  * FlashlightOutline
  * DocumentExportFill
  * DocumentExportOutline
  * DocumentImportFill
  * DocumentImportOutline
  * InternationalTradeOutline
  * SensorTemperatureFill
  * SensorTemperatureOutline

[PR](https://github.com/salute-developers/plasma/pull/1992)

* изменены название иконок с ключевым словом `sber` на `sb` для всех платформ

<img width="768" src="https://github.com/user-attachments/assets/7cd5e024-4586-48e4-bebc-9fa46b760927" />

[PR](https://github.com/salute-developers/plasma/pull/1981)

### CodeField

* добавлен **новый** компонент

![Kapture 2025-05-29 at 13 28 14](https://github.com/user-attachments/assets/1bc20b57-0b4f-4976-adde-35e6ac082a1e)

[PR](https://github.com/salute-developers/plasma/pull/1993)

### Notifications

* добавлена возможность управлять шириной уведомления, через свойство `width` и `maxWidth`

![Kapture 2025-05-29 at 13 43 54](https://github.com/user-attachments/assets/0eae5726-4b23-40ae-9025-2016da019de2)

[PR](https://github.com/salute-developers/plasma/pull/1967)

### List

* переведен на новую архитектуру

<img width="768" src="https://github.com/user-attachments/assets/454586b5-ddc3-4574-b510-8830b65f1618" />

[PR](https://github.com/salute-developers/plasma/pull/1954)


## 1.316.0 (20 мая 2025)## Функциональные изменения в компонентах### NumberFormat-   исправлено использование `ref`## 1.316.0 (15 мая 2025)## Функциональные изменения в компонентах### Dropdown-   исправлен баг, связанный с возможностью открывать вложенный список с флагом `disabled`;[PR](https://github.com/salute-developers/plasma/pull/1952)### Toast-   добавлена возможность указывать toastDefaultArgs в ToastProvider[PR](https://github.com/salute-developers/plasma/pull/1956)### Slider-   `view` приведены в соответствие с макетами**After**:<img width="431" src="https://github.com/user-attachments/assets/c46e8046-783a-4f14-b74f-bcd3fae04a98" />[PR](https://github.com/salute-developers/plasma/pull/1957)## 1.316.0 (30 апреля 2025)## Функциональные изменения в компонентах### Docs-   исправлены опечатки и общий шаблон документации[PR](https://github.com/salute-developers/plasma/pull/1931)### Textfield-   добавлен в документацию пример c логикой очистки input[PR](https://github.com/salute-developers/plasma/pull/1931)-   исправлен механизм truncate для длинных текстов<img width="448" src="https://github.com/user-attachments/assets/7a3bb763-dac9-412b-941e-483e26713058" />[PR](https://github.com/salute-developers/plasma/pull/1937)### DatePicker-   исправлено поведение автофокуса на input после ввода дат-   исправлено поведение, при корректном вводе даты вызывается onCommit-   расширен интерфейс для payload событий, добавлены поддержка ISO формат и объект с датами-   расширен тип value до string[PR](https://github.com/salute-developers/plasma/pull/1939)### Tabs-   добавлен токен для регулирования свойства cursor, по-умолчанию `pointer`[PR](https://github.com/salute-developers/plasma/pull/1943)### Combobox-   убрано поведение скролла к инпуту после выбора элемента в режиме `multiple`;[PR](https://github.com/salute-developers/plasma/pull/1934)-   актуализирована документация;-   добавлен явный экспорт типа ComboboxItemOption;[PR](https://github.com/salute-developers/plasma/pull/1925)-   исправлен баг, не позволявший вызывать коллбэк `filter` в момент полной очистки инпута;[PR](https://github.com/salute-developers/plasma/pull/1935)### Notification-   добавлен **новый** callback onTimeoutClose, вызывается при автоматическом закрытии по timeout.[PR](https://github.com/salute-developers/plasma/pull/1938)### Autocomplete-   добавлен рендер-пропс `renderItem`;[PR](https://github.com/salute-developers/plasma/pull/1936)## Изменения в библиотеки### TimePicker-   min и max теперь необязательные пропсы[PR](https://github.com/salute-developers/plasma/pull/1932)## 1.315.0 (17 апреля 2025)## Функциональные изменения в компонентах### Steps-   добавлено новое свойство `itemView` <img width="748" src="https://github.com/user-attachments/assets/783c547d-8c68-42f6-a85a-712a9615cd7c" />-   добавлено `accent` `view` и комбинации с `itemView` <img width="748" src="https://github.com/user-attachments/assets/18f0ecb6-9441-4cf2-ba4a-112e7d6596fd" />[PR](https://github.com/salute-developers/plasma/pull/1872)### Cell-   исправлены опечатки в "color=inherit"[PR](https://github.com/salute-developers/plasma/pull/1857)### IconButton-   исправлены опечатки в "color=inherit"[PR](https://github.com/salute-developers/plasma/pull/1857)### Datepicker-   добавлено возможность прокинуть атрибут `autoComplete`<img width="1024"  src="https://github.com/user-attachments/assets/3b62560d-0ea0-46d6-a5f5-30653e4a3fa5" />[PR](https://github.com/salute-developers/plasma/pull/1900)### Checkbox-   добавлен новый размер `L`[PR](https://github.com/salute-developers/plasma/pull/1912)### Dropdown-   добавлено индивидуальное свойство `trigger` для каждой группы вложенных списков для кастомной настройки их открытия;[PR](https://github.com/salute-developers/plasma/pull/1896)### Tree-   в документацию добавлен пример с виртуализацией;[PR](https://github.com/salute-developers/plasma/pull/1914)-   добавлено свойство `contentRight`;[PR](https://github.com/salute-developers/plasma/pull/1908)### Select-   расширен функционал, позволяющий работать с `value`, которых нет в списке `items`;[PR](https://github.com/salute-developers/plasma/pull/1894)-   При нажатии на `helperText` список не раскрывается[PR](https://github.com/salute-developers/plasma/pull/1913)### Combobox-   расширен функционал, позволяющий работать с `value`, которых нет в списке `items`;[PR](https://github.com/salute-developers/plasma/pull/1894)-   При нажатии на `helperText` список не раскрывается[PR](https://github.com/salute-developers/plasma/pull/1913)### Typography-   Добавлена поддержка свойства `isNumeric`, которое делает цифры моношоринными[PR](https://github.com/salute-developers/plasma/pull/1899)### Radiobox-   добавлен новый размер `L`[PR](https://github.com/salute-developers/plasma/pull/1911)### Autocomplite-   При нажатии на `helperText` фокус на `textfield` не происходит[PR](https://github.com/salute-developers/plasma/pull/1913)### Sheet-   Добавлен props `handlePlacement`-   Добавлен пример в `storybook` с полноэкранным `sheet`[PR](https://github.com/salute-developers/plasma/pull/1892)## 1.314.0 (3 апреля 2025)## Функциональные изменения в компонентах### Range-   добавлен `hover` для `input` control в компоненте[PR](https://github.com/salute-developers/plasma/pull/1839)### Table-   добавлен новый компонент[PR](https://github.com/salute-developers/plasma/pull/1867)### Tokens-   добавлены stories с выводом числовых токенов `spacing` и `corner radius`[PR](https://github.com/salute-developers/plasma/pull/1853)### Button-   добавлен `margin` при наличии `children` у `contentLeft`[PR](https://github.com/salute-developers/plasma/pull/1878)### Textarea-   исправлен баг при вводе `col` и некорректном отображении `outerLabelWrapper`[PR](https://github.com/salute-developers/plasma/pull/1854)### Slider-   min/max значения внесены внутрь контейнера одиночного слайдера[PR](https://github.com/salute-developers/plasma/pull/1882)### Typography-   Добавлена поддержка свойства `as` для linaria сборки-   Добавлены свойства `as` и `forwradedAs` на уровне типов-   Добавлена документация с примером[PR](https://github.com/salute-developers/plasma/pull/1885)-   Добавлена поддержка свойства `medium`[PR](https://github.com/salute-developers/plasma/pull/1886)-   добавлены stories с выводом токенов типографики<img width="558" src="https://github.com/user-attachments/assets/edcd8629-6de8-45b5-824a-0f2e8ebbb474" />[PR](https://github.com/salute-developers/plasma/pull/1863)### Checkbox-   Исправлено поведение `checkbox` на нативное в состоянии `indeterminate`[PR](https://github.com/salute-developers/plasma/pull/1880)### Plasma-themes-   Обновлены токены для всех тем этой группы-   Добавлены токены medium начертаний для типографики во все темы этой группы### Sdds-themes-   Обновлены токены для всех тем этой группы-   Добавлены токены medium начертаний для типографики во все темы этой группы[PR](https://github.com/salute-developers/plasma/pull/1870)### Plasma-tokens-   Обновление theme `plasma_b2c`-   Обновление theme `sdds_serv`-   Обновление theme `plasma_giga`-   Добавлена theme `plasma_giga_app` (дубликат plasma_b2c)-   Добавлены токены теней для native платформ в themes `plasma_b2c` и `plasma_web`[PR](https://github.com/salute-developers/plasma/pull/1870)## 1.312.0 (20 марта 2025)## Функциональные изменения в компонентах### Button-   исправлены токены для `hover`, `active`[PR](https://github.com/salute-developers/plasma/pull/1809)### IconButton-   исправлены токены для `hover`, `active`[PR](https://github.com/salute-developers/plasma/pull/1809)### Calendar-   добавлены переводы для aria-label на `eng`[PR](https://github.com/salute-developers/plasma/pull/1829)### Dropdown-   добавлено **новое** свойство `openByRightClick` для открытия по правому клику мыши[PR](https://github.com/salute-developers/plasma/pull/1791)-   добавлено свойство `listMaxHeight`-   свойство `listHeight` теперь deprecated[PR](https://github.com/salute-developers/plasma/pull/1835)### TextField-   добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля[PR](https://github.com/salute-developers/plasma/pull/1826)### TextArea-   добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля[PR](https://github.com/salute-developers/plasma/pull/1826)### Range-   добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля[PR](https://github.com/salute-developers/plasma/pull/1826)### DatePicker-   добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля[PR](https://github.com/salute-developers/plasma/pull/1826)### Select-   добавлено **новое** свойство `hasRequiredIndicator`, которое регулирует наличие индикатора обязательности поля[PR](https://github.com/salute-developers/plasma/pull/1826)-   добавлена документация по использованию `react-hook-form` с помощью `Controller`[PR](https://github.com/salute-developers/plasma/pull/1813)-   расширено свойство `onChange?: (value: string[], item: T | null)`[PR](https://github.com/salute-developers/plasma/pull/1831)-   расширили свойство `renderTarget?: (value: K[], opened?: boolean)`[PR](https://github.com/salute-developers/plasma/pull/1846)-   добавлено свойство `listMaxHeight`-   свойство `listHeight` теперь deprecated-   добавлено свойство `onScroll` для возможности бесконечной подгрузки-   добавлено свойство `onToggle`[PR](https://github.com/salute-developers/plasma/pull/1835)-   добавлено состояние `readOnly`-   исправлен UI для состояния disabled[PR](https://github.com/salute-developers/plasma/pull/1859)### Switch-   добавлен новый токен, для изменения кол-ва строк в `description`[PR](https://github.com/salute-developers/plasma/pull/1819)### Notification-   добавлены новые значения для `NotificationPlacement`. `top`, `center`, `left`, `bottom`, `right` и производные комбинации.[PR](https://github.com/salute-developers/plasma/pull/1832)### Combobox-   добавлена документация по использованию `react-hook-form` с помощью `Controller`[PR](https://github.com/salute-developers/plasma/pull/1813)-   расширено свойство `onChange?: (value: string[], item: T | null)`[PR](https://github.com/salute-developers/plasma/pull/1831)-   добавлено **новое** свойство `emptyStateDescription`[PR](https://github.com/salute-developers/plasma/pull/1844)-   добавлено свойство `listMaxHeight`-   свойство `listHeight` теперь deprecated-   добавлено св-во `onScroll` для возможности бесконечной подгрузки-   добавлено св-во `onToggle`[PR](https://github.com/salute-developers/plasma/pull/1835)-   исправлен баг с позиционированием выпадающего списка при динамическом изменении его высоты[PR](https://github.com/salute-developers/plasma/pull/1858)### Checkbox-   исправлено поведение в `controlled` при состоянии `indeterminate`[PR](https://github.com/salute-developers/plasma/pull/1837)### LinkButton-   добавлен новый компонент LinkButton<img width="201" src="https://github.com/user-attachments/assets/dec05088-3ccf-44c2-aeec-ea124af27369" /><img width="197" src="https://github.com/user-attachments/assets/94f83864-ac3a-4591-aa78-5f4c3676cbfb" />[PR](https://github.com/salute-developers/plasma/pull/1830)### NumberFormat-   добавлен компонент для ввода чисел с форматированием<img width="494" src="https://github.com/user-attachments/assets/16c78262-5bc8-4e69-a682-1c4d1e04b1e3" />[PR](https://github.com/salute-developers/plasma/pull/1834)### Tree-   добавлена возможность использовать компонент в `controlled-варианте`[PR](https://github.com/salute-developers/plasma/pull/1824)### Textfield-   исправлен баг в режиме `readOnly`;[PR](https://github.com/salute-developers/plasma/pull/1838)### Cell-   изменен `gap` между элементами в размерах `xs` и `m`[PR](https://github.com/salute-developers/plasma/pull/1850)### Pagination-   добавлено новое свойство `onChange?: (page?: number, perpage?: number)`[PR](https://github.com/salute-developers/plasma/pull/1836)### Autocomplete-   исправлен баг с позиционированием выпадающего списка при динамическом изменении его высоты;[PR](https://github.com/salute-developers/plasma/pull/1858)### Calendar, DatePicker-   добавлено свойство `renderFromDate`, для регулирования даты отрисовки календарной сетки[PR](https://github.com/salute-developers/plasma/pull/1848)### Card-   добавлен новый компонент Card<img width="354" src="https://github.com/user-attachments/assets/d1e4f778-6462-4444-835d-48d66b3e1b52" />[PR](https://github.com/salute-developers/plasma/pull/1806)## 1.311.0 (6 марта 2025)## Функциональные изменения в компонентах### Notification-   добавлен логика для переопределения color: `title`, `icon`, `content`[PR](https://github.com/salute-developers/plasma/pull/1778)### Tabs-   при программном выборе таба происходит скролл к выбранному табу[PR](https://github.com/salute-developers/plasma/pull/1780)### Autocomplete-   переведен на **новую** архитектуру с использованием `@floating-ui`[PR](https://github.com/salute-developers/plasma/pull/1794)### Calendar-   Добавлены новые токены цвета текста при `disabled`### Datepicker-   Добавлены новые токены цвета текста при `disabled`[PR](https://github.com/salute-developers/plasma/pull/1785)### Select-   добавлена опциональная виртуализация в выпадающий список;[PR](https://github.com/salute-developers/plasma/pull/1797)### Tree-   добавлен пропс `renderTitle`;[PR](https://github.com/salute-developers/plasma/pull/1799)-   добавлен явный экспорт типов;[PR](https://github.com/salute-developers/plasma/pull/1798)### createApplyPaperMixin-   Добавлен билдер миксина `applyPaper`### Dropzone-   изменен `type` на ReactNode для свойств `title`, `description`[PR](https://github.com/salute-developers/plasma/pull/1801)### Segment-   добавлено свойство `singleSelectedRequired`, которое делает один сегмент обязательно активным*   добавлен `view=accent` для SegmentItem[PR](https://github.com/salute-developers/plasma/pull/1793)-   добавлена опциональная виртуализация в выпадающий список;[PR](https://github.com/salute-developers/plasma/pull/1817)### Dropdown-   добавлен размер `xl`[PR](https://github.com/salute-developers/plasma/pull/1803)-   добавлен размер `xl`[PR](https://github.com/salute-developers/plasma/pull/1802)### Checkbox-   добавлен токен `labelColor`### TextField, TextArea, Range-   обновлено отображение readOnly[PR](https://github.com/salute-developers/plasma/pull/1770)## Изменения в библиотеки-   добавлена поддержка `StarOS` устройств[PR](https://github.com/salute-developers/plasma/pull/1800)## 1.306.0 (20 февраля 2025)## Функциональные изменения в компонентах### Calendar-   исправлен выбор месяца на двойном календаре[PR](https://github.com/salute-developers/plasma/pull/1756)### Accordion-   изменен тег в `AccrodionItem` с `button` на `div`[PR](https://github.com/salute-developers/plasma/pull/1758)### Combobox-   добавлена опциональная виртуализация в выпадающий список[PR](https://github.com/salute-developers/plasma/pull/1761)### Popover-   добавлен токен `box-shadow`-   исправлены примеры в `storybooks` для корректной демонстрации[PR](https://github.com/salute-developers/plasma/pull/1767)### Drawer-   добавлена возможность задавать цвет фона панели[PR](https://github.com/salute-developers/plasma/pull/1760)### Checkbox-   актуализированы `view` согласно макетам[PR](https://github.com/salute-developers/plasma/pull/1762)### Radiobox-   актуализированы `view` согласно макетам[PR](https://github.com/salute-developers/plasma/pull/1763)-   исправлена ошибка при работе с `react-hook-form`, если не указано изначальное значение[PR](https://github.com/salute-developers/plasma/pull/1777)### Select-   исправлена ошибка при работе с `react-hook-form`, если не указано изначальное значение[PR](https://github.com/salute-developers/plasma/pull/1777)### Textarea-   добавлен **новый** размер `xl`[PR](https://github.com/salute-developers/plasma/pull/1759)-   исправлена работа `end` и `start` при `target` меньше чем `32px`[PR](https://github.com/salute-developers/plasma/pull/1775)### Select, Combobox-   исправлен баг, связанный с возможностью выбирать `disabled` item через его родителя;[PR](https://github.com/salute-developers/plasma/pull/1766)### Steps-   исправлен `background`, `cursor`[PR](https://github.com/salute-developers/plasma/pull/1776)### Calendar, DatePicker-   исправлена логика отрисовки календарных сеток "месяц", "квартал", "год" для минимальной и максимальной дат**Before**:https://github.com/user-attachments/assets/18943dab-5a6d-4e0f-945b-2aef7c815b23**After**:https://github.com/user-attachments/assets/1725f4c3-3db7-469a-b0d6-c1f5e275623f[PR](https://github.com/salute-developers/plasma/pull/1757)-   добавлено св-во `onChangeValue` для отслеживания изменений значения в строке поиска.[PR](https://github.com/salute-developers/plasma/pull/1782)### Checkbox, Radiobox-   добавлен корректный отступ для `trigger icon`[PR](https://github.com/salute-developers/plasma/pull/1781)## 1.305.0 (6 февраля 2025)## Функциональные изменения в компонентах### Accordion-   добавлены **новые** размеры с `h2` по `h5`[PR](https://github.com/salute-developers/plasma/pull/1724)### ToastУбрана очистка таймаута в ToastContorller[PR](https://github.com/salute-developers/plasma/pull/1712)-   исправлена передача свойства `closeIconType`-   добавлено **новое** свойство `textColor`-   добавлены новые значения для `view`:`positive`, `negative`-   значения `view`:`dark`,`light` помечены как `deprecated`[PR](https://github.com/salute-developers/plasma/pull/1719)### Portal-   исправлена ошибка гидрации в Next### Autocomplete-   исправлена ширина компонента в storybook[PR](https://github.com/salute-developers/plasma/pull/1730)### DatePicker-   добавлена возможность передавать внешнее значение даты в DatePickerhttps://github.com/user-attachments/assets/b26c67c2-1255-4831-b44e-0e876103153d[PR](https://github.com/salute-developers/plasma/pull/1720)### Range-   добавлена возможность задать цвет `helperText` при статусе `error` и `success`### Datepicker-   добавлена возможность задать цвет `helperText` при статусе `error` и `success`[PR](https://github.com/salute-developers/plasma/pull/1727)### Popover-   Добавлен пропс `animated`, который делает плавное появления `Popover` за 200мс### Tooltip-   Исправлена работа свойства `animated`, путем наследования этого свойства из `Popover`[PR](https://github.com/salute-developers/plasma/pull/1739)### Dropdown-   добавлен явный экспорт типов;### Select-   добавлен явный экспорт типов;[PR](https://github.com/salute-developers/plasma/pull/1732)### Textfield-   исправлен баг, связанный с пропсом required в режиме с чипами;[PR](https://github.com/salute-developers/plasma/pull/1738)### TextArea-   Hint остается активным при disabled состоянии<img width="417" alt="image" src="https://github.com/user-attachments/assets/6fe979b2-3532-46d7-9fa3-a8b141ad73fb" />[PR](https://github.com/salute-developers/plasma/pull/1700)-   добавлен раздел в документацию по работе с NextJs[PR](https://github.com/salute-developers/plasma/pull/1740)# 1.304.0 (23 января 2025)## Функциональные изменения в компонентах### Rating-   исправлена логика расчета отображаемого значения**Before**: <img width="521" alt="image" src="https://github.com/user-attachments/assets/187e7764-1a7d-440a-a027-66d9ab131401" />**After**: <img width="517" alt="image" src="https://github.com/user-attachments/assets/23f56b4f-3ead-45fd-9d6b-3a0d3c8cba3f" />[PR](https://github.com/salute-developers/plasma/pull/1685)### Note-   добавлен новый компонент Note<img width="454" alt="image" src="https://github.com/user-attachments/assets/01230e8f-117c-46ec-b50f-8427e648049a" />[PR](https://github.com/salute-developers/plasma/pull/1681)### FlowУниверсальный контейнер для упорядоченного размещения вложенных компонентов (например, медиафайлы, карточки или блоки текста).[PR](https://github.com/salute-developers/plasma/pull/1657)### NumberInput-   исправлен баг, позволявший ввести число с точкой в конце, больше максимального значения или ниже минимального значения-   добавлено свойство `precision`, определяющее кол-во знаков после запятой-   добавлены тесты на эти кейсы[PR](https://github.com/salute-developers/plasma/pull/1699)### DatePicker-   добавлена возможность указать место раскрытия календаря**After**: <img width="620" alt="image" src="https://github.com/user-attachments/assets/06764c3a-c58d-46a9-a027-49715ebe91e4" />[PR](https://github.com/salute-developers/plasma/pull/1697)### Avatar-   добавлен блок для отображения дополнительного контента в виде badge или counter**After**: <img width="127" alt="image" src="https://github.com/user-attachments/assets/9e795ffb-4d81-44d5-8959-63234db209b8" /> <img width="116" alt="image" src="https://github.com/user-attachments/assets/452d8c47-44a4-4a75-b3a7-d7a43381469b" />[PR](https://github.com/salute-developers/plasma/pull/1696)-   поля ввода даты становятся независимыми после выбора полной даты в DatePickerRange-   добавлено свойство `closeAfterDateSelect`, позволяющее закрыть календарь после выбора даты[PR](https://github.com/salute-developers/plasma/pull/1702)### Slider-   Изменен отступ между иконкой слева и label при горизонтальном слайдере[PR](https://github.com/salute-developers/plasma/pull/1703)### ThemeBuilderДобавлена валидация при создании токена / редактировании токена:-   Проверка, что токен называется в CamelCase нотации-   Название токена не должно превышвать 32 символа-   Название не должно начинаться с название подгруппы, в которой он создаётся-   В названии не должно быть зарезервированных слов "onDark", "onLight", "inverse"-   Значение обычного цвета теперь поддерживается только в HEX и HEXA форматах-   Значение градиента допускается только в полном описании: linear|radial-gradient (<угол / радиус>, <цвет> <позиция>, <цвет> <позиция>)[PR](https://github.com/salute-developers/plasma/pull/1690)### Cell-   добавлена возможность передачи `restProps` в компоненты `CellTextbox`-   исправлен пример для `CellTextbox`### Checkbox-   исправлена ширина кликабельной области `label` по умолчанию (`singleLine=false`)-   добавлена `story` для длинного названия + `singleLine`-   добавлен тест на клик по `label` и тест для свойства `singleLine`### Radiobox-   исправлена ширина кликабельной области `label` по умолчанию (`singleLine=false`)[PR](https://github.com/salute-developers/plasma/pull/1701)### TextField, Autocomplete, TextArea, Combobox, Select-   исправлен размер иконки trigger для hint-   добавлено отображение Hint внутри TextField-like компонент<img width="1080" alt="image" src="https://github.com/user-attachments/assets/99ab8bf7-b1b0-422b-a9e8-9fec18134833" />[PR](https://github.com/salute-developers/plasma/pull/1706)### Combobox, Select, Dropdown-   добавлена возможность задавать направление раскрытия вложенных дропдаунов<img width="420" alt="image" src="https://github.com/user-attachments/assets/1ada8d53-f6ed-4ea7-a921-d433ddd273a0" />[PR](https://github.com/salute-developers/plasma/pull/1709)### Button, IconButton-   актуализированы примеры документации для свойств: `size`, `view`[PR](https://github.com/salute-developers/plasma/pull/1668)### Tree-   перенесен внешний css из rc-tree в локальную сборку[PR](https://github.com/salute-developers/plasma/pull/1710)### Tokens-   актуализированы токены для конфигураций компонентов[PR](https://github.com/salute-developers/plasma/pull/1646)### Autocomplete, Select, Combobox-   добавлены новые токены для более детальной кастомизации-   исправлен токен жирности шрифта для `button-like` варианта `Select`;[PR](https://github.com/salute-developers/plasma/pull/1675)### Dropdown-   добавлен токен `itemMargin`-   добавлен токен `disclosureIconColor`[PR](https://github.com/salute-developers/plasma/pull/1705)# 1.302.0 (26 декабря 2024)## Функциональные изменения в компонентах### Counter-   изменили минимальное значение с 1 на 0[PR](https://github.com/salute-developers/plasma/pull/1640)### Select, Autocomplete, Combobox-   добавлены свойства beforeList и afterList, которые служат ячейками для content в выпадающем списке;[PR](https://github.com/salute-developers/plasma/pull/1645)### TextArea-   изменен тип свойства `rightHelper` на `ReactNode`[PR](https://github.com/salute-developers/plasma/pull/1642)### Select-   добавлена поддержка `react-hook-form`[PR](https://github.com/salute-developers/plasma/pull/1639)### Tokens-   Добавлена генерация `spacing` токенов[PR](https://github.com/salute-developers/plasma/pull/1654)### TS-   обновлена, глобально, версия TS с 4.2.4 до 4.5.5[PR](https://github.com/salute-developers/plasma/pull/1641)### Attach-   добавлено свойство `helperText`-   добавлен `helperTextView` со значениями `default` и `negative`<img width="1107" alt="helperTextView" src="https://github.com/user-attachments/assets/9a47e731-ee63-46e7-8f57-890cea762082" />[PR](https://github.com/salute-developers/plasma/pull/1656)### Notification-   исправлена типизация компонента (убран принудительный кастинг)[PR](https://github.com/salute-developers/plasma/pull/1664)### Button, ButtonGroup, IconButton-   Добавлен размер `xl` во все вертикали[PR](https://github.com/salute-developers/plasma/pull/1624)### TextField-   исправлено поведение свойства `textAfter`, теперь позиция всегда рядом с текстом input[PR](https://github.com/salute-developers/plasma/pull/1611)### Textarea-   актуализированы примеры в storybook в соответствии с дизайном-   исправлена работа `placeholder` при работе `react-hook-form` с defaultValues[PR](https://github.com/salute-developers/plasma/pull/1649)### Breadcrumbs, Calendar, Combobox, Dropdown, Select, Slider-   исправлены циклические зависимости[PR](https://github.com/salute-developers/plasma/pull/1666)### Popover-   в target можно передать ref на элемент, рядом с которым произойдет открытие[PR](https://github.com/salute-developers/plasma/pull/1647)### Dropdown-   свойство `hasArrow` помечено как `deprecated`-   актуализированы примеры в `storybook`[PR](https://github.com/salute-developers/plasma/pull/1669)-   добавлена новые токены для возможности управления расстоянием между контентом Item и иконкой DisclosureRight-   добавлен новый токен, отвечающий за скейлинг иконки DisclosureRight в зависимости от размера компонента-   исправлены стили скруглений и отступтов, теперь они рассчитываются по формуле, также как и в компоненет `Select`[PR](https://github.com/salute-developers/plasma/pull/1650)### Tree-   добавлен новый компонент (многоуровневый раскрывающийся список в виде дерева);[PR](https://github.com/salute-developers/plasma/pull/1603)### TextArea, TextField-   свойства required попадает в `DOM` на соотвествующие элементы[PR](https://github.com/salute-developers/plasma/pull/1670)-   закрытие выпадающего списка теперь возможно по повторному нажатию на таргет;[PR](https://github.com/salute-developers/plasma/pull/1676)# 1.299.0 (12 декабря 2024)## Функциональные изменения в компонентах### Popup-   добавлено свойство `UNSAFE_SSR_ENABLED` в `PopupProvider` для корректной hydration компонента;[PR](https://github.com/salute-developers/plasma/pull/1596)### Dropdown-   актуализированы примеры в документации для свойства `placement`[PR](https://github.com/salute-developers/plasma/pull/1612)### Chip, ChipGroup, Counter, Combobox, Select, TextField, TextArea, TextFieldGrop-   изменен формат записи токена для `padding` с длинной на короткую[PR](https://github.com/salute-developers/plasma/pull/1600)### Calendar-   добавлено ограничение на отрицательные значения в годах[PR](https://github.com/salute-developers/plasma/pull/1605)### Select-   добавлены свойства beforeList и afterList, которые служат ячейками для content в выпадающем списке;[PR](https://github.com/salute-developers/plasma/pull/1613)### Combobox-   исправлено поведение, когда нажатие на `Tab` очищало набранный текст в `single` mode;[PR](https://github.com/salute-developers/plasma/pull/1614)### Autocomplete-   исправлен import для типа `RequiredProps`[PR](https://github.com/salute-developers/plasma/pull/1608)### Range, DatePicker-   добавлены свойства `required`, `requiredPlacement`[PR](https://github.com/salute-developers/plasma/pull/1595)### `Modal`-   актуализированы примеры в документации*   добавлены описания типов `offset` и `placement`[PR](https://github.com/salute-developers/plasma/pull/1615)### Drawer, Panel-   добавлена возможность изменить цвет закрывающей иконки### Tooltip-   скорректирован внутренний `align-items`**Было (позиция иконки)** <img width="204" src="https://github.com/user-attachments/assets/352dd515-c222-4f09-8dea-f4e540572cb9" />**Стало (позиция иконки)** <img width="179" src="https://github.com/user-attachments/assets/b38460a0-92a9-4f19-9096-c2ec38109e63"/>[PR](https://github.com/salute-developers/plasma/pull/1602)### Dropdown, Select, Combobox-   расширен тип у `item` для использования дата-атрибутов и классов в DOM.[PR](https://github.com/salute-developers/plasma/pull/1620)-   добавлено свойство `zIndex` для облегчения работы со слоями в выпадающем меню[PR](https://github.com/salute-developers/plasma/pull/1631)-   исправлен баг, связанный с неправильной работой свойства renderValue в одиночном режиме варианта `textfield-like`;[PR](https://github.com/salute-developers/plasma/pull/1634)### Color tokens-   добавлена страница в storybook с выводом цветовых токенов темы[PR](https://github.com/salute-developers/plasma/pull/1606)### TextField, TextArea-   изменен `type` для свойства `leftHelper` на `ReactNode`[PR](https://github.com/salute-developers/plasma/pull/1632)### Docusaurus-   обновлен до версии `3.6.1`[PR](https://github.com/salute-developers/plasma/pull/1618)### Slider-   исправлено поведение работы value (внешнее управление)-   исправлена подстветка шкалы в вертикальном и инверсированном режиме-   добавлены новые свойства `pointerVisibility`, `currentValueVisibility`[PR](https://github.com/salute-developers/plasma/pull/1616)### Tooltip, Popover-   добавлена возможность открывать по `hover`[PR](https://github.com/salute-developers/plasma/pull/1625)### Popup, Drawer-   rest аргументы прокидываются на уровень `.popup-base-root` элемента[PR](https://github.com/salute-developers/plasma/pull/1636)-   актуализированы примеры storybook и документация[PR](https://github.com/salute-developers/plasma/pull/1635)### Rating-   добавлен новый компонент<img width="174" alt="image" src="https://github.com/user-attachments/assets/46dcad64-d4e6-4782-bcfa-e75b498011cc">[PR](https://github.com/salute-developers/plasma/pull/1610)### TextArea-   Исправлено поведение, при котором во время ввода значения / потери или получение фокуса приводило к скроллу страницы при включенном autoResize[PR](https://github.com/salute-developers/plasma/pull/1633)# v1.296.0 (Thu Nov 28 2024)### Release Notes#### Release by 27.11.2024 ([#1597](https://github.com/salute-developers/plasma/pull/1597))## Core### Switch Outline-   добавлен отдельный `config` для вариации `outline`-   добавлена соответствующая поддержка во все библиотекиcore: Switch outline design (https://github.com/salute-developers/plasma/pull/1560)### Switch-   исправлены токены целью добавления возможности реализации нового дизайнаplasma-new-hope: fix Switch design (https://github.com/salute-developers/plasma/pull/1569)### Dropdown-   добавлено новое свойство `renderItem`;feat(plasma-_, sdds-_): Add renderItem prop in Dropdown. Fix issues with Select and Combobox. (https://github.com/salute-developers/plasma/pull/1562)### Select/Combobox-   улучшено поведение свойства `renderItem` при работе с вложенными списками;-   исправлен баг, приводящий к неправильной работе чипов в режиме multiple при renderValue;feat(plasma-_, sdds-_): Add renderItem prop in Dropdown. Fix issues with Select and Combobox. (https://github.com/salute-developers/plasma/pull/1562)### Badge-   добавлен surfaceClear токен для варианта clear-   добавлены padding для варианта clear-   реализован вариант только с иконкой-   добавлена возможность передать пользовательский цвет для текста и фонаfeat(plasma-_,sdds-_): Icon only badge (https://github.com/salute-developers/plasma/pull/1546)### Select-   добавлены св-ва required, requiredPlacement и optional;    ![plasma-b2c Select -- prop required, requiredPlacement snap](https://github.com/user-attachments/assets/42fcb1fe-6a37-434b-843f-d285b4e6f279)feat(plasma-_, sdds-_): Add required functionality in Select (https://github.com/salute-developers/plasma/pull/1561)### TextField, Select-   добавлен новый проп `chipType`, который позволяет менять внешний вид для чипа в режиме multiselect;    ![plasma-b2c Select -- prop chipType snap](https://github.com/user-attachments/assets/66c5cb36-bd40-444f-bace-1fb8dec2f130)feat(plasma-_, sdds-_): Add chipType prop in TextField & Select (https://github.com/salute-developers/plasma/pull/1577)### Calendar-   при отсутствии значения календарная сетка отображается с минимальной даты**Before**:<img width="484" src="https://github.com/user-attachments/assets/e3ea6e68-f8d4-4c9a-95ca-fba28ca282f5" />**After**:<img width="464" src="https://github.com/user-attachments/assets/d7a53b4b-4a28-4eda-9c91-7a82d9f03466" />feat(plasma-new-hope): Add displaying date from min value in Calendar (https://github.com/salute-developers/plasma/pull/1572)### Notification-   добавлена возможность отображать вечные оповещенияplasma-\*: Add infinite Notification (https://github.com/salute-developers/plasma/pull/1582)### Autocomplete-   добавлена поддержка `react-hook-form`-   добавлена документация по использованию с нативной формой и `react-hook-form`feat(new-hope): add react hook form support in autocomplite (https://github.com/salute-developers/plasma/pull/1574)### Dropzone-   добавлен новый компонент<img width="515" src="https://github.com/user-attachments/assets/30f2131c-f1d1-48ba-b8e5-57f56c65b97d" />feat(plasma-new-hope): Dropzone (https://github.com/salute-developers/plasma/pull/1534)### Button, IconButton-   добавлены размеры `XL`-   добавлен размер `XXS` для компонента `IconButton`feat(sdds-insol): Update `Button` and `IconButton` design (https://github.com/salute-developers/plasma/pull/1576)### TextField-   добавлено свойство keepPlaceholder для одновременного отображения label и placeholder![image](https://github.com/user-attachments/assets/d3c1ad74-c214-4ddd-96fa-3467871e3a4c)feat: add keepPlaceholder prop to TextField (https://github.com/salute-developers/plasma/pull/1556)### TextField-   добавлено свойство `chipView`-   добавлен callback `chipValidator`### Chip-   добавлены статусные `view`: `positive`, `negative`, `warning`feat(plasma-new-hope): Add chip views and chip validator for TextField (https://github.com/salute-developers/plasma/pull/1589)### Modal-   добавлен базовый дизайн с пропсами `hasBody` и `hasClose`-   старые примеры в сторибуках перенесены в `Custom Modal Demo`<img width="247" src="https://github.com/user-attachments/assets/23d2f8dc-739f-4ef9-8820-93ac3caeffa2" />feat: add Modal designed body (https://github.com/salute-developers/plasma/pull/1558)### TextArea-   добавлено свойство для выноса левого helper за пределы TextAreafeat: add leftHelperPlacement prop to TextArea (https://github.com/salute-developers/plasma/pull/1579)### TextField, TextArea-   упростили типы связанный со свойством `required`fix: "RequiredProps" unions in TextField & TextArea (https://github.com/salute-developers/plasma/pull/1593)## PLASMA-ASDK### Switch-   обновлена конфигурация компонента-   обновлены примеры в `storybook`## SDDS-CS### Textarea-   изменен `view negative` в соответствии с макетомfix(sdds-cs): edit view negative in textarea sdds-cs (https://github.com/salute-developers/plasma/pull/1567)### Segment-   изменен конфиг компонента в соответсвии с макетамfix(sdds-cs): Segment config edit (https://github.com/salute-developers/plasma/pull/1573)### Сalendar-   изменен конфиг компонента в соответсвии с макетамfix(sdds-cs): edit tokens calendar for sdds cs (https://github.com/salute-developers/plasma/pull/1566)### Switch-   исправлены токены в соответствие с макетом-   убран `control` для свойства `size` в `storybook`sdds-cs: fix Switch design (https://github.com/salute-developers/plasma/pull/1569)## SDDS-SERV### Switch-   добавлен в сборку для `linaria`feat(sdds-serv): Add switch to linaria build (https://github.com/salute-developers/plasma/pull/1583)## Bugs### Select, Combobox, Dropdown-   исправлен баг, возникающий когда проп `listHeight` был больше, чем актуальная высота списка, что приводило к пустым пробелам в этом же выпадающем списке.feat(plasma-new-hope): listHeight prop stands for a css maxHeight now (https://github.com/salute-developers/plasma/pull/1585)### Select, Combobox, Dropdown-   исправлено некорректное поведение выпадающего списка при использовании его внутри скролла, не являющегося скроллом вьюпорта;feat(plasma-_, sdds-_): Position relative is set by default for target in Select, Combobox, Dropdown (https://github.com/salute-developers/plasma/pull/1586)### TextArea-   убран автоподскролл по фокусуfix: TextArea auto scroll on focus (https://github.com/salute-developers/plasma/pull/1590)## Icons### React-native-   добавлена генерация иконок для платформы `react-native`feat(plasma-icons): Add react-native icons generator (https://github.com/salute-developers/plasma/pull/1563)## Docs-   добавлены примеры с валидацией формы в раздел "Формы"docs: Add validation examples docs (https://github.com/salute-developers/plasma/pull/1587)## Misc### Typography-   добавлено свойство `noWrap`, запрещающее перенос текста по пробелам-   обновлены `storybooks`, тесты и документация-   исправлена опечатка в названии папки `typograpy` -> `typography``plasma-*, sdds-*`: Typography noWrap prop (https://github.com/salute-developers/plasma/pull/1588)---#### 🚀 Enhancement-   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))-   feat: add helperPlacement prop to TextArea [#1579](https://github.com/salute-developers/plasma/pull/1579) ([@vadim-kudr](https://github.com/vadim-kudr))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 8-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vadim ([@vadim-kudr](https://github.com/vadim-kudr))-   Vlad Denisov ([@denivladislav](https://github.com/denivladislav))---# v1.293.0 (Thu Nov 14 2024)### Release Notes#### Release by 13.11.2024 ([#1559](https://github.com/salute-developers/plasma/pull/1559))## Components### Autocomplete-   добавлены новые св-ва `required`, `requiredPlacement` и `optional`;feat(plasma-_, sdds-_): Add required functionality in Autocomplete (https://github.com/salute-developers/plasma/pull/1522)### Combobox-   добавлены новые св-ва `required`, `requiredPlacement` и `optional`;feat(plasma-_, sdds-_): Add required functionality in Combobox (https://github.com/salute-developers/plasma/pull/1527)### Range, DatePickerRange-   добавлена возможность передать свойство `autoComplete`feat(plasma-new-hope): Add autoComplete prop to Range (https://github.com/salute-developers/plasma/pull/1530)### Chip-   добавлено событие `onClickClose` по клику на крестик-   `onClear` помечено как deprecated-   написан тест на onClickClosefeat(plasma-new-hope): Divide chip events (https://github.com/salute-developers/plasma/pull/1536)### Badge, Tabs-   реализована возможность обрезания текста по максимальной ширинеfeat: add Badge & Tabs truncate props (https://github.com/salute-developers/plasma/pull/1500)### NumberInput-   компонент включен в поставку `plasma-*` и `sdds-*` библиотек**After**:<img width="216" alt="image" src="https://github.com/user-attachments/assets/4b51c0e6-099d-41d7-af07-88344f7f77b0" />feat(plasma-new-hope): Add NumberInput component (https://github.com/salute-developers/plasma/pull/1511)### Dropdown-   добавлено свойство alwaysOpened-   добавлен тест на новое свойствоfeat(plasma-new-hope): Add alwaysOpened prop for Dropdown (https://github.com/salute-developers/plasma/pull/1538)### TextField-   добавлен токен изменения цвета фона компонента при наведенииfeat(plasma-_,sdds-_): Fix TextField hover tokens (https://github.com/salute-developers/plasma/pull/1551)### Tabs-   для `sdds-cs` исправлены значения токенов `itemSelectedDividerColor` и `itemSelectedDividerColorHover`-   для `sdds-dfa` исправлены токены для состояния `disabled`-   исправлены `argTypes` в stories### Breadcrumbs-   исправлен курсор при наведении на текущий `Breadcrumb`-   исправлены токены для `hover` и `active` состояний у `Breadcrumb``plasma-new-hope, sdds-cs`: fix `Tabs` and `Breadcrumbs` (https://github.com/salute-developers/plasma/pull/1532)### Switch-   добавлены размеры `s`, `l`-   добавлено свойство `description`-   добавлено свойство `toggleSize`-   обновлены документация и тесты`plasma-*, sdds-*`: `Switch` sizes added (https://github.com/salute-developers/plasma/pull/1539)### Attach, Button-   свойство `square` у `Button` помечено как `deprecated`-   свойство `square` удалено из storybooks для `Attach`-   для размеров `m`, `l` у `Attach` исправлен размер иконки по умолчанию в варианте `IconButton`-   исправлены токены для view=secondary в пакете `sdds-cs`### IconButton-   исправлены токены для view=secondary в пакете `sdds-cs``plasma-*, sdds-*`: fix `Attach` `square` prop (https://github.com/salute-developers/plasma/pull/1525)### Steps-   исправлены смещающиеся активные элементы-   добавлен фокус-   добавлены тестыplasma-\*: Fix `Steps` jumping bullets (https://github.com/salute-developers/plasma/pull/1517)### Select-   осуществлен переход на `floating-ui`-   расширена типизация, позволяющая использовать компонент в режиме uncontrolled (b2c и web)-   исправлено некорректное отображение ячейки выпадающего списка при длинных значениях-   расширены возможности использования компонента через портал. Теперь помимо рефки можно пробросить id `dom-элемента`-   исправлены UI-баги при использовании портала-   улучшена поддержка типовfeat(plasma-_, sdds-_): Select improvements (https://github.com/salute-developers/plasma/pull/1550)### Tabs-   вернули возможность использовать `TabItemProps`, `TabsProps` во все пакетах`plasma-*, sdds-*`: `TabItemProps`, `TabsProps` exported (https://github.com/salute-developers/plasma/pull/1545)## Вертикали### `SDDS-CS`-   добавлен view `negative` для `Combobox`-   добавлен view `negative` для `Autocomplete`plasma(sdds-cs): Add view negative to combobox and autocomplite (https://github.com/salute-developers/plasma/pull/1523)Добавлены новые токены для компонентов:-   `Autocomplete`,-   `Combobox`,-   `Dropdown`,-   `Notifications`,-   `Range`,-   `Pagination`,-   `Tabs`,-   `DatePicker`feat(new-hope): Add new tokens to components (https://github.com/salute-developers/plasma/pull/1506)### `SDDS-INSOL`-   обновлена тема `sdds_insol`-   обновлено свойство `background-color` на background в компоненте `Button` для поддержки градиентов в значениях у токенов.-   обновлены конфигурации для компонентов `Button`, `TextArea` и `TextField`feat(sdds-insol): Update configs for `Button`, `TextArea` and `TextField` components [part 1](https://github.com/salute-developers/plasma/pull/1526)## Docs### Edit docs components for correctly view-   изменена документация ( значения `size` ) для корректного отображения в документации в вертикали `sdds-cs`fix(sdds-cs-docs): Edit docs components for correctly view (https://github.com/salute-developers/plasma/pull/1557)### Theme documentation-   добавлен подраздел примеры смены темfeat: change theme docs (https://github.com/salute-developers/plasma/pull/1516)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 9-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   Luiza_Sok ([@luizasok](https://github.com/luizasok))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vadim ([@vadim-kudr](https://github.com/vadim-kudr))-   Vlad Denisov ([@denivladislav](https://github.com/denivladislav))---# v1.290.0 (Thu Oct 31 2024)### Release Notes#### Release by 30.10.2024 ([#1521](https://github.com/salute-developers/plasma/pull/1521))## Components### Генерация CSS linaria для SDDS SERV-   styled components перенесены в папку `styled-components` для пакета `sdds-serv`-   добавлена генерация CSS Linaria по-умолчанию для пакета `sdds-serv`feat(sdds-serv): Add linaria (https://github.com/salute-developers/plasma/pull/1419)### Accordion-   исправлен параметр `contentRight`-   исправлен отступы во всех поставках `sdds` в `AccordionItem`-   добавлен новый параметр `opened`, для контроля состоянием вне компонента-   добавлена возможность прокидывать `ref` в `AccordionItem`feat(\*): Fix Accordion Right Content and Paddings (https://github.com/salute-developers/plasma/pull/1484)### TextArea, TextField-   добавлены подсказки сверху справа и в виде Tooltip-   обновлены тесты и документация**After**:<img width="498" alt="image" src="https://github.com/user-attachments/assets/31f03fe2-1325-4412-80b5-b443e19e2a2d">feat(plasma-_,sdds-_): add TextArea and TextField hints (https://github.com/salute-developers/plasma/pull/1459)### Select-   добавлены новые токены в ядро компонента-   исправлена конфигурация компонента с учетом новых токенов для поставки `sdds-cs`plasma-\*: Update config for `Select` (https://github.com/salute-developers/plasma/pull/1504)### Dropdown-   компонент Dropdown переведен на новую архитекутуру. API сохранен;-   исправлен баг, связанный с невозможностью раскрытия выпадающего списка в старом(legacy) Dropdown;-   исправлены недочеты по UI;-   расширены возможности использования через портал;feat(plasma-_, sdds-_): Dropdown architecture improvement (https://github.com/salute-developers/plasma/pull/1497)### Combobox-   несуществующие value (которых нет в массиве items) теперь отбрасываются и не принимают участие в работе компонента;-   изменение массива items теперь приводит к обновлению выбранных элементов (для гибкой асинхронной работы);-   исправлен баг, связанный с мутацией исходного массива items;-   добавлено новое св-во renderValue;### Select-   несуществующие value (которых нет в массиве items) теперь отбрасываются и не принимают участие в работе компонента;-   изменение массива items теперь приводит к обновлению выбранных элементов (для гибкой асинхронной работы);feat(plasma-_, sdds-_): Combobox & Select improvements (https://github.com/salute-developers/plasma/pull/1505)### Slider-   добавлено вертикальное отображение-   обновлен дизайн горизонтального отображенияfeat: vertical single Slider (https://github.com/salute-developers/plasma/pull/1452)### Notification-   изменен `type` для `title` на `ReactNode`-   добавлено расположение `bottom-left`feat: Notification placement prop (https://github.com/salute-developers/plasma/pull/1503)### Tabs-   добавлены `Header Tabs`-   добавлены `hover` и `active` состояния для стрелок-   обновлены тесты и `storybooks`plasma-_, sdds-_: Header Tabs added (https://github.com/salute-developers/plasma/pull/1502)### SDDS-CS-   добавлена `view negative` для компонента `Select`-   исправлен цветовой токен для `contentLeftColor` в компоненте `Select`-   убраны лишние опции и примеры из storybook для компонента `Select`[PLASMA-3718]: Fix config for `Select` (https://github.com/salute-developers/plasma/pull/1519)### Combobox-   добавлены тесты;feat(plasma-b2c, plasma-web): Combobox component tests (https://github.com/salute-developers/plasma/pull/1518)### Counter-   видимое значение не может быть меньше 1-   для значений от 1 до 9 `Counter` становится круглым-   добавлены размеры `l`, `m`, `s` во все пакеты (в `sdds-cs` только размер `s`)-   исправлены токены отступов для размера `xxs`-   обновлены `storybooks` и документация**Before**:<img width="292" alt="berfore" src="https://github.com/user-attachments/assets/7762823b-2ae4-4474-abb6-d638fd98b805">**After**:<img width="827" alt="after" src="https://github.com/user-attachments/assets/27ec7202-6243-43a7-91a6-b94131f3b84f">`plasma-*, sdds-*`: `Counter` impovements added (https://github.com/salute-developers/plasma/pull/1514)## Tokens### Tokens-   собраны изменение всех тем в один PR:    -   https://github.com/salute-developers/plasma/pull/1491    -   https://github.com/salute-developers/plasma/pull/1489    -   https://github.com/salute-developers/plasma/pull/1486    -   https://github.com/salute-developers/plasma/pull/1485-   добавлена новая тема `sdds_os` на основе `sdds_serv`-   обновлена `default` тема для пакета plasma-tokensfeat(plasma-tokens,sdds-themes,plasma-themes): Add and update themes from other PRs (https://github.com/salute-developers/plasma/pull/1495)### Tokens-   обновлены токены типографики в теме `sdds-cs`. Теперь для всех размеров экранов (L, M и S) значения всех параметров одинаковыеfix(sdds-themes): Update typography tokens for `sdds-cs` theme (https://github.com/salute-developers/plasma/pull/1507)### Tokens-   исправлена генерация токенов для модульного css, а также обновлены все темы-   добавлены методы генерации наборов токенов (dark и light режимов) для компонента `ViewContainer`-   добавлено подключение темы через css модули из пакета @salutejs/plasma-themes в plasma-new-hope### ViewContainer-   добавлен компонент `ViewContainer` в plasma-new-hope в качестве примера-   добавлен декоратор `decoratorViewContainer` в plasma-new-hope с возможностью переключения тем и режимов контейнера (onDark / onLight / default)-   добавлен компонент `ViewContainer` во все библиотеки вертикали `sdds`, а также примеры и документацияfeat(plasma-new-hope, sdds-\*): Add `ViewContainer` component (https://github.com/salute-developers/plasma/pull/1488)## Misc### Calendar-   поправлено поведение hover для дней на календарной сетке**Before**:https://github.com/user-attachments/assets/992d2566-10a1-40ff-8d76-d3e2d8de4d13**After**:https://github.com/user-attachments/assets/8e0bf060-a103-46ba-aa4a-b5bc6bef632dfix(plasma-new-hope): Fix Calendar hover behaviour (https://github.com/salute-developers/plasma/pull/1498)### Sdds-insol-   добавлена новая библиотекаsdds-insol: Add library of components `sdds-insol` (https://github.com/salute-developers/plasma/pull/1509)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 10-   [@iljs](https://github.com/iljs)-   [@Irinkv](https://github.com/Irinkv)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Anastasia Simashova ([@simashova](https://github.com/simashova))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vadim ([@vadim-kudr](https://github.com/vadim-kudr))-   Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))---# v1.288.0 (Thu Oct 17 2024)### Release Notes#### Release by 16.10.2024 ([#1487](https://github.com/salute-developers/plasma/pull/1487))## Components### Accordion-   свойство `view` помечено как `optional`-   свойство `view` для AccordionItem помечено как `deprecated`-   свойство `title` для `AccordionItem` теперь `ReactNode`[PLASMA-3591]: Fix Accordion types (https://github.com/salute-developers/plasma/pull/1467)### TextArea-   исправлен скроллбар-   обновлены `snapshots`feat(plasma-_, sdds-_): TextArea scrollbar (https://github.com/salute-developers/plasma/pull/1471)### Popup-   добавлены storybook декораторы для `Popup` и `Notification` для правильного отображения: `Drawer, Modal, Notification, Popup`plasma-\*: Fix popup mount logic (https://github.com/salute-developers/plasma/pull/1412)### Tabs-   вертикальные табы добавлены в поставку всех клиентских библиотек-   добавлено свойство `value` для горизонтальных и вертикальных табов-   исправлены токены для всех пакетов<img width="181" alt="Снимок экрана 2024-09-24 в 14 39 29" src="https://github.com/user-attachments/assets/9889e4d1-9297-4cf9-a577-23f5d1c8c9af"><img width="163" alt="Снимок экрана 2024-09-24 в 14 38 56" src="https://github.com/user-attachments/assets/596e92aa-1136-4f41-bb29-67ce31dbff75">`plasma-*, sdds-*`: Vertical Tabs added (https://github.com/salute-developers/plasma/pull/1374)### Badge-   добавлен новый размер `XS`[PLASMA-3598]: Badge: Add size XS (https://github.com/salute-developers/plasma/pull/1466)### `SDDS-CS`#### Button-   используется token `--text-accent` когда `view: secondary`#### Chip-   для `closeIconColor` используется token `--text-accent` когда `view: secondary`#### Badge-   изменены `padding{Right,Left}` на `8px`[PLASMA-3611]: Правки конфигураций Button, Chip, Badge [SDDS-CS](https://github.com/salute-developers/plasma/pull/1473)### Breadcrumbs-   добавлена поддержка обработчика `onClick` при клике на ссылку-   поправлены union типы-   обновлена документация с указанием типов элементовfeat(plasma-new-hope, \*-docs): Add onClick for item to `Breadcrumbs` component (https://github.com/salute-developers/plasma/pull/1480)### Tabs-   исправлен скролл табов при малой ширине-   в `storybooks` добавлены свойства `width` и `height`, доступные при условии `clip = scroll``plasma-new-hope`: fix tabs arrow scroll (https://github.com/salute-developers/plasma/pull/1476)### Attach-   исправлен `onChange`, `id` и `name`-   добавлено свойство `onClear`-   в документацию добавлен пример с использованием компонента внутри формы`plasma-new-hope`: fix Attach (https://github.com/salute-developers/plasma/pull/1481)### Combobox-   добавлен дженерик для св-ва `items` в компоненте Comboboxfeat(plasma-b2c, web, sdds): Added generic for items in Combobox (https://github.com/salute-developers/plasma/pull/1470)### TextArea-   добавлена фокусировка по клику на дочерние элементыplasma-\*: Focus TextArea by click inside (https://github.com/salute-developers/plasma/pull/1444)### SDDS CS Pack 4 ( overlay and navigation )-   изменены токены для компонентов: `Autocomplie`, `Avatar`, `Breadcrumbs`, `Cell`, `Drawer`, `Dropdown`, `Modal`, `Notification`, `Pagination`, `Popover`, `Price`, `Progress`, `Segment`, `Slider`, `Tabs`, `Toast`, `Toolbar`, `Tooltip`-   добавлена и обновлена актуальная документацияfix(sdds-cs): set overlay and navigation tokens (https://github.com/salute-developers/plasma/pull/1458)### DatePicker-   добавлен вызов change callback при выборе даты из календаря-   добавлена возможность указать frame, в котором будет происходить рендер календаря-   добавлена сортировка дат для Range DatePicker-   исправлено поведение фокуса при закрытии календаряfeat(plasma-new-hope): Datepicker improvements (https://github.com/salute-developers/plasma/pull/1475)### Segment-   добавлен вертикальный режим-   обновлен дизайн горизонтального отображения-   обновлен CS дизайнfeat: Segment redesign (https://github.com/salute-developers/plasma/pull/1392)## Docs### Документация `SDDS-CS`-   исправлены некорректные `imports` для примеров в документации к `Dropdown`-   добавлена страница для компонента `Tooltip`[PLASMA-3536]: Fix incorrect imports by doc (https://github.com/salute-developers/plasma/pull/1469)## Misc### Attach-   исправлен `truncate` имени файла-   исправлены тесты`plasma-new-hope`: fix attach truncate (https://github.com/salute-developers/plasma/pull/1454)feat(plasma-tokens): auto generate stylesSalute theme (https://github.com/salute-developers/plasma/pull/1472)### ThemeBuilder-   изменены методы генерации базовой темы в старом формате-   изменены методы генерации базовой темы для новой архитектурыfeat(plasma-theme-builder): Update generating default theme (https://github.com/salute-developers/plasma/pull/1477)### Toast-   исправлен токен background для view="dark"**Before**<img width="319" alt="image" src="https://github.com/user-attachments/assets/fea32b30-270b-48c1-87f0-d6169e2d3bd7">**After**<img width="128" alt="image" src="https://github.com/user-attachments/assets/f52f5174-2a52-4dd0-a964-7fbcd52fdad6">fix(plasma-_,sdds-_): Fix Toast background token (https://github.com/salute-developers/plasma/pull/1478)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 10-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   Luiza_Sok ([@luizasok](https://github.com/luizasok))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vadim ([@vadim-kudr](https://github.com/vadim-kudr))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))-   Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))---# v1.286.0 (Thu Oct 03 2024)### Release Notes#### Release by 02.10.2024 ([#1465](https://github.com/salute-developers/plasma/pull/1465))## Components### ChipGroup-   добавлен новый компонент в поставку пакетов `plasma-*` и `sdds-*`-   написаны тесты и документация**After**:<img width="425" alt="image" src="https://github.com/user-attachments/assets/017e9c45-0276-43bb-b94c-d64832268ae5">feat(plasma-_, sdds-_): Add ChipGroup component (https://github.com/salute-developers/plasma/pull/1445)### Dropdown-   исправлен баг с некорректной работой св-ва `placement` в storybook в новой вкладке;-   убрана приписка `new` в названиях сторей для `combobox` в sdds-\*;feat(plasma-web, b2c): Added mappings for placement prop in Dropdown (https://github.com/salute-developers/plasma/pull/1455)### Switch-   Свойство `label-position` заложено в ядро компонента, а не в конфиг ( как-раньше )-   Добавлен в поставку `web` и `b2c` в сборке с linariaplasma-\*: Fix Switch Config (https://github.com/salute-developers/plasma/pull/1447)### Calendar-   добавлено новое свойство `locale` для работы с локалями отличными от `ru`[PLASMA-3484]: Calendar support `EN` local (https://github.com/salute-developers/plasma/pull/1428)### Dropdown-   добавлен divider в новый Dropdown-   обновлена документация**After**:<img width="229" alt="image" src="https://github.com/user-attachments/assets/8b871aa3-ad57-4461-8049-a3f3826003c8">feat(plasma-_,sdds-_): Add divider to Dropdown (https://github.com/salute-developers/plasma/pull/1446)### Drawer-   исправлено появление горизонтального скроллбара при открытии Drawer-   исправлено динамическое изменение placement и анимации открытия/закрытия**Before**:https://github.com/user-attachments/assets/4532f60a-5122-498f-a684-849c899cde1e**After**:https://github.com/user-attachments/assets/58c8eb93-67a7-4f45-8941-b193a996c184plasma-\*: Fix Drawer positioning and overflow scrollbar (https://github.com/salute-developers/plasma/pull/1461)### TextField-   добавлено **новое** отображение `clear`-   добавлен `divider` для `clear` отображения-   обновлены тесты и документация-   включено в поставку `plasma-*`, `sdds-*` пакетов**After**:<img width="491" alt="image" src="https://github.com/user-attachments/assets/1db9b69e-d834-48d4-8a7c-1dcf3a3c1e89" />feat(plasma-_,sdds-_): add TextField clear views (https://github.com/salute-developers/plasma/pull/1449)### TextArea-   добавлено отображение clear TextArea-   добавлен divider для clear отображения-   обновлены тесты и документация-   включено в поставку plasma-\*, sdds-\* пакетов**After**:<img width="486" alt="image" src="https://github.com/user-attachments/assets/8e8eee98-efc7-4d5e-957c-b6e4defb0f05">feat(plasma-_,sdds-_): add TextArea clear views (https://github.com/salute-developers/plasma/pull/1451)### FormДля компонентов `TextField`, `TextArea`, `Radioboxe`, `Switch`, `Checkbox`, `Slider`, `DatePicker`, `DatepickerRange`,-   добавлена поддержка `React Hook Form`-   добавлена поддержка работы с `html form`plasma-\*: Support form (https://github.com/salute-developers/plasma/pull/1464)### Steps-   добавлен новый компонент: горизонтальный, вертикальный режим<img width="140" src="https://github.com/user-attachments/assets/44a553d4-c191-4c14-b251-18188ea7544f" /><img width="736" src="https://github.com/user-attachments/assets/3044c7b9-60d8-491d-993b-52b49344d352" />plasma-\*: Steps (https://github.com/salute-developers/plasma/pull/1443)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 7-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   Vadim ([@vadim-kudr](https://github.com/vadim-kudr))---# v1.285.0 (Thu Sep 19 2024)### Release Notes#### Release by 18.09.2024 ([#1442](https://github.com/salute-developers/plasma/pull/1442))## Components### Badge-   добавлено свойство `clear`, которое меняет отображение `view`-   обновлена документация и storybook**After**:<img width="328" src="https://github.com/user-attachments/assets/d44c10e8-ffe3-4137-a833-4351b7b82bdc" />feat(plasma-\*): Badge add prop clear (https://github.com/salute-developers/plasma/pull/1424)### TextField-   используется корректный `color token` для содержимого `contentLeft\Right` slots-   добавлен `hover` для `contentRight` slot**Before(incorrect color token):**<img width="928" src="https://github.com/user-attachments/assets/42aa0845-54f4-45ed-8fb0-b71edac4ebf7" />**After(correct color token):**<img width="922" src="https://github.com/user-attachments/assets/e6c05099-b9fb-4959-b815-7f2307690263" />**Hover:**<img width="940" src="https://github.com/user-attachments/assets/508db157-deff-44e2-9dd9-4893184eb59a" />[PLASMA-3412]: TextField contentRight\Left fix UI (https://github.com/salute-developers/plasma/pull/1429)### Combobox-   добавлено новое свойство `alwaysOpened`-   обновлены токены в конфигурации компонента для `plasma-web`-   обновлена документацияfeat(plasma-\*): combobox always opened (https://github.com/salute-developers/plasma/pull/1422)### Grid-   исправили `view` по-умолчанию для `sdds` вертикалей**Before:**<img width="1920" src="https://github.com/user-attachments/assets/6476ef70-294d-492b-b462-2e42cdb341d4" />**After:**<img width="1920" src="https://github.com/user-attachments/assets/aa004cf2-9e43-4691-84f3-fb33f94b3e5f" />fix(sdds-\*): Use correct default view for Grid (https://github.com/salute-developers/plasma/pull/1431)### Editable-   переведен на новую архитектуру и добавлен в поставки `plasma-{b2c, web}`-   исправлена работа свойства `placeholder`<img width="276" src="https://github.com/user-attachments/assets/bdd67ba7-62f1-48f1-8f04-78a13fbb8045" /> plasma-{web, b2c}: Editable component refactor (https://github.com/salute-developers/plasma/pull/1430)### Combobox-   исправлена ошибка, когда изначальное значение в `single combobox` не отображалосьplasma-\*: Fixed issue with predefined value in single Combobox (https://github.com/salute-developers/plasma/pull/1436)## Icons### Add new icons**pcMouse**<img width="71" src="https://github.com/user-attachments/assets/f2097d88-d354-404a-91af-d59af0a61c3f" />**Blank JPG/PNG**<img width="140" src="https://github.com/user-attachments/assets/0d3a251a-ec39-4e0d-943b-e37c8d96c22f" />[PLASMA-3502]: Add icons: Mouse, Blank JPG/PNG (https://github.com/salute-developers/plasma/pull/1435)## Tokens-   исправлены формулы генерации `brightness` токенов-   обновлены / добавлены `active`, `hover`, `brightness` токены для `plasma-{b2c, web}` themesfix(plasma-tokens): Update active, hover and brightness tokens in themes (https://github.com/salute-developers/plasma/pull/1441)## Misc### QA Auto test-   изменены тесты `plasma-b2c` компонентов `Slider`, `Tabs`, `DatePicker` и `Card`---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 6-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.283.0 (Thu Sep 05 2024)### Release Notes#### Release by 04.09.2024 ([#1420](https://github.com/salute-developers/plasma/pull/1420))## Components### Switch-   токены для `Switch` приведены в соответствие с макетами-   добавлено состояние `hover`-   удален `skip test` для свойства `pressed` (это свойство deprecated). Вместо него добавлен тест `onMouseDown` с событием `realMouseDown`-   в тест `OnClick` добавлен `realClick`plasma-_, sdds-_: Fix `Switch` tokens (https://github.com/salute-developers/plasma/pull/1388)### DatePicker-   добавлена поддержка русского и английского языка-   добавлено форматирование датыplasma-(\*): Add format and lang in Datepicker (https://github.com/salute-developers/plasma/pull/1404)### ModalBase-   обновлен токен `modalOverlayColor` в `plasma-{web, b2c}`plasma-{web,b2c}: update ModalBase modalOverlayColor token (https://github.com/salute-developers/plasma/pull/1364)### TextFieldGroup-   добавлен новый компонент для `plasma-{web, b2c}, sdds-{serv, dfa}`-   написаны тесты и документацияfeat(plasma-_,sdds-_): component textfield group (https://github.com/salute-developers/plasma/pull/1405)### TextArea/TextField-   добавлены новые свойства: `required`, `requiredPlacement, optional`-   обновлены screenshots и документацияfeat(plasma-_, sdds-_): Add required variation to TextArea/TextField (https://github.com/salute-developers/plasma/pull/1352)### Combobox-   добавлен в поставку для `plasma-{web, b2c}, sdds-*`-   реализована вложенность (на основе [Floating UI](https://floating-ui.com/))-   добавлено новое свойство `closeAfterSelect` в `Combobox` и `Select`.-   поправлен отступ в компоненте `Select` в варианте `textfield-like`.plasma-_, sdds-_: Combobox v2 (https://github.com/salute-developers/plasma/pull/1406)### SDDS FIN PORTAL-   опубликован новый пакет `@salutejs/sdds-finportal`sdds-finportal: Add new package FinPortal (https://github.com/salute-developers/plasma/pull/1417)## Icons### Update icons list**FilterOff**<img width="48"  src="https://github.com/user-attachments/assets/b254cc01-da2e-474a-879e-9ddf2a9e8bbc" />**MessageNew**<img width="64" src="https://github.com/user-attachments/assets/07c725e5-2164-4631-9778-7c2070cc9a12" />**Poop**<img width="128" src="https://github.com/user-attachments/assets/37c32fdd-36d1-4cd0-a4c9-ac9e0f4fb8b0" />**Blank**<img width="551" src="https://github.com/user-attachments/assets/7cf57627-eb40-493f-ada6-bf23c96fc3d8" />**WindowMaximize/Minimize**<img width="211"  src="https://github.com/user-attachments/assets/73543cd4-b357-4ce3-9737-f1a4f49930dc" />**Logos**<img width="86" src="https://github.com/user-attachments/assets/a6e015ab-3df3-4c01-8f88-48aa786e0399" />feat(plasma-icons): Update icons sets (https://github.com/salute-developers/plasma/pull/1414)## Tokens### Add Brightness Tokens-   Добавлены новые токены `-brightness` в `theme-builder`-   Во все темы добавлены новый токены для высветления: `combobox`, `dropdown`, `notification`, `toast`, `toolbar` и `tooltip`-   Исправлен компонент `Comobox` и обновлены тесты-   Изменен workfkow cypressplasma-(\*): Add Brightness Tokens (https://github.com/salute-developers/plasma/pull/1361)## Misc### Tests-   изменены тесты plasma-b2c компонентов ButtonGroup и IconButtontest(plasma-b2c): update tests for ButtonGroup and IconButton (https://github.com/salute-developers/plasma/pull/1407)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Merge remote-tracking branch 'origin/dev' into release_2024-09-04 ([@Yakutoc](https://github.com/Yakutoc))-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 10-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))-   Кудрявцев Вадим Анатольевич (vanakudryavtsev@sberbank.ru)-   Кудрявцев Вадим Анатольевич (VAnaKudryavtsev@sberbank.ru)---# v1.279.0 (Wed Aug 28 2024)### Release Notes#### Release by 28.08.2024 ([#1403](https://github.com/salute-developers/plasma/pull/1403))## Components### Slider-   удалена лишняя зависимость `ref.current` в hooks-   исправлена документация в `plasma-web`-   для `plasma-new-hope` и `sdds-dfa` добавлены недостающие файлы документацииplasma-{new-hope, web}, sdds-dfa: removed redundant dependencies from `Slider` hooks; docs fixed (https://github.com/salute-developers/plasma/pull/1386)### TextField-   добавлен размер `xs` в `plasma-web`plasma-web: size `xs` added to `TextField` (https://github.com/salute-developers/plasma/pull/1395)### SDDS-CS-   изменены конфигурации компонентов для `sdds-cs`### Radiobox/Checkbox-   добавлен фон через токены для `trigger`### Button-   добавлен отдельный фон через токены в состоянии `loading`sdds-cs: Edit components config (https://github.com/salute-developers/plasma/pull/1368)## Icons### Disclosure group-   обновлен набор для `Disclosure`<img width="371" alt="Disclosure" src="https://github.com/user-attachments/assets/37024761-5185-46fc-9a24-8285839c1776" />feat(plasma-icons): Update `Disclosure` icons group (https://github.com/salute-developers/plasma/pull/1384)### Update icons list#### Video<img width="171" src="https://github.com/user-attachments/assets/5138f0d2-bc5a-427f-b5c3-161702b80cc5" />#### Attention<img width="58" src="https://github.com/user-attachments/assets/425b34f8-6744-44ad-8670-70fbb7f2aed7" />#### Message<img width="409" src="https://github.com/user-attachments/assets/b23057c1-b8e3-4c2a-a052-570a61570242" />#### Zoom<img width="128" src="https://github.com/user-attachments/assets/ac37d878-b25d-4215-9a05-84a4db8a4f1e" />feat(plasma-icons): Update icons pack (https://github.com/salute-developers/plasma/pull/1390)## Tokens-   исправлены опечатки в `tokens` для `theme`: `plasma_web`, `sdds_dfa`, `sdds_serv`fix(plasma-tokens): Fix tokens misprint in themes (https://github.com/salute-developers/plasma/pull/1402)### Theme-Builder-   исправлена обработка свойств `opened` для модальных окон-   исправлено отображение полей для ввода в модальном окне редактирования token-   исправлена генерация токенов `active` и `hover` состояний при изменении отключении / включении tokenfix(plasma-theme-builder): Fix bugs in Theme Builder (https://github.com/salute-developers/plasma/pull/1397)## Infra### Plasma-B2C-   поднята документацию для пакета `plasma-b2c`plasma-docs: Setup package for `plasma-b2c` (https://github.com/salute-developers/plasma/pull/1330)## Misc### Tests-   изменены тесты plasma-b2c компонентов Breadcrumbs и Pricetest(plasma-b2c): update tests for Breadcrumbs and Price (https://github.com/salute-developers/plasma/pull/1353)### Tests-   изменены тесты plasma-b2c компонентов Badge и Chiptest(plasma-b2c): update tests for Badge and Chip (https://github.com/salute-developers/plasma/pull/1366)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 7-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Anastasia Simashova ([@simashova](https://github.com/simashova))-   Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))---# v1.275.0 (Thu Aug 22 2024)### Release Notes#### Release by 21.08.2024 ([#1382](https://github.com/salute-developers/plasma/pull/1382))## Components### Autocomplete-   добавлено свойство `portal`-   обновлена документацияplasma-new-hope: add portal prop to Autocomplete (https://github.com/salute-developers/plasma/pull/1347)### Tabs-   исправлены типы и описание компонента для корректной генерации документации-   добавлены недостающие примеры в документацию `sdds-cs`fix(plasma-\*): Tabs types and documentation (https://github.com/salute-developers/plasma/pull/1362)### Props `isOpen`/`isVisible` to `opened`-   публичные свойства `opened`/`isVisible` помечаны как `deprecated`-   изменены `types` , от которых зависят дочерние компонентыplasma-\*: Deprecate isOpen/isVisible public props, change to opened (https://github.com/salute-developers/plasma/pull/1335)### Textfield-   исправлено "дергание" `label` в `inner` режимеfix(new-hope): Textfield label bug (https://github.com/salute-developers/plasma/pull/1359)### Radiobox-   добавлены параметры `view` для примеров в storybook в `plasma-b2c`plasma-b2c: Add view props into radiobox stories (https://github.com/salute-developers/plasma/pull/1358)### Select-   компоненты `SelectNew` и `Select` объединены в `Select`. `SelectNew` больше не существует.-   исправлен баг в `Autocomplete`, связанный с очисткой внешнего значения в `contolled`-вариантеfeat: Getting rid of SelectNew in web/b2c (https://github.com/salute-developers/plasma/pull/1349)### Popup-   исправлена логика регистрации `popups`plasma-\*: Fix Modal Overlay & Popup registration logic (https://github.com/salute-developers/plasma/pull/1380)### Modal-   исправлена логика выставления `overflow-y` для `body`plasma-\*: Fix `Modal` overflow-y side effect (https://github.com/salute-developers/plasma/pull/1325)## Icons### Icons Table-   добавлен набор иконок `RowHeight`plasma-icons: Add new icons (https://github.com/salute-developers/plasma/pull/1360)### Icons DoubleDisclosure-   добавлены набор иконок `DoubleDisclosure_{Down,Up}`feat(plasma-icons): Add new icons DoubleDisclosure\_{Down,Up} (https://github.com/salute-developers/plasma/pull/1373)### Icons SearchForm-   Исправлено смещение текста при наборе в поискplasma-website: fix searchForm input text shifting (https://github.com/salute-developers/plasma/pull/1378)## Infra### Packages-   удалён пакет `@salutejs/plasma-tokens-native`, больше не нужен-   удалён пакет `@auto-it/upload-assets`, т.к. больше не нужно прикреплять `assets` к релизу или `pull request`chore: Remove `plasma-tokens-native` package (https://github.com/salute-developers/plasma/pull/1305)## Tokens### Генерация старых токенов-   Добавлены методы генерации старых токенов в библиотеку `core-themes`-   Добавлены токены со старым неймингом (префиксом `plasma-colors`) в вертикаль `plasma-themes` для тем `plasma-web` и `plasma-b2c`feat(plasma-themes): Add fallback tokens for `plasma-themes` (https://github.com/salute-developers/plasma/pull/1355)### Токены высветления-   Добавлены токены высветления для библиотек `plasma-themes`, `caldera-online-themes`, `sdds-themes`, `flamingo-themes`.feat(\*-themes): Add brightness tokens to all themes (https://github.com/salute-developers/plasma/pull/1367)### Tabs, Dropdown, Popover, Switch, TextField-   заменены токены `plasma-colors`plasma-{new-hope, b2c, web}: `plasma-colors` tokens changed (https://github.com/salute-developers/plasma/pull/1351)## Docs### Enabling themes-   обновлено описание способов подключения и использования `theme` и токенов для всех поднятых пакетов с документацией, а также в шаблонах.refator(\*-docs): Update introducing docs (https://github.com/salute-developers/plasma/pull/1356)### Tabs-   исправлены типы и описание компонента для корректной генерации документации-   добавлены недостающие примеры в документацию `sdds-cs`fix(plasma-\*): Tabs types and documentation (https://github.com/salute-developers/plasma/pull/1362)## Misc### Tests-   изменены тесты plasma-b2c компонентов Button и Range-   обновлены скриншотыtest(plasma-b2c): update tests and snapshots for Button and Range (https://github.com/salute-developers/plasma/pull/1340)---#### 🚀 Enhancement-   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)-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 11-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Anastasia Simashova ([@simashova](https://github.com/simashova))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))-   Luiza_Sok ([@luizasok](https://github.com/luizasok))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vadim ([@vadim-kudr](https://github.com/vadim-kudr))-   Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))-   Кудрявцев Вадим Анатольевич (VAnaKudryavtsev@sberbank.ru)---# v1.265.0 (Thu Aug 08 2024)### Release Notes#### Release by 07.08.2024 ([#1348](https://github.com/salute-developers/plasma/pull/1348))## Components### DatePicker-   добавлена возможность задавать labelPlacement-   добавлен тест на данное свойствоplasma-\*: add datepicker inner label support (https://github.com/salute-developers/plasma/pull/1327)### DatePicker-   добавлена возможность открытия календаря в DatePicker по нажатию Spaceplasma-new-hope: add DatePicker open by space (https://github.com/salute-developers/plasma/pull/1326)### TimePicker-   добавлена привязка времени к датам-   добавлена возможность задавать промежуток больший, чем 1 сутки**Before**<img src="https://github.com/user-attachments/assets/b867f5d2-2814-433e-ba21-e93aa5fd691f" width="550">**After**<img src="https://github.com/user-attachments/assets/3d6e6ac5-d5e6-4adb-b985-9606a31d8335" width="550">plasma-ui: range timepicker (https://github.com/salute-developers/plasma/pull/1323)### ComponentsДобавлена библиотека компонентов `@salutejs/sdds-cs`feat(package): Add sdds-cs (https://github.com/salute-developers/plasma/pull/1334)### DatePicker-   изменен токен default состояния для поля ввода-   обновлены скриншоты для DatePicker-   исправлено поведение, связанное с шириной поля ввода-   добавлена поддержка асинхронной установки defaultDate**Before**<img src="https://github.com/user-attachments/assets/a4a4962a-c214-4c07-ba32-d7a80d2f9099"><img src="https://github.com/user-attachments/assets/38f4d5be-2519-4777-817e-5ca901724a7f">**After**![image](https://github.com/user-attachments/assets/564b6610-2fee-475e-8b5e-af223f11a069)![image](https://github.com/user-attachments/assets/8ad60d1d-8ed9-405e-89f3-e35934bff1c3)plasma-\*: fix datepicker focus token (https://github.com/salute-developers/plasma/pull/1332)### Breadcrumbs-   добавлен в поставку `plasma-{b2c, web}, sdds-{serv,dfa}`-   добавлен примеры в storybook и документация#### Навигация по родительским страницам<img width="609" src="https://github.com/user-attachments/assets/b35f60a5-0d18-4ea4-9f62-716365079e4f" />#### Используя `shorter`<img width="659" src="https://github.com/user-attachments/assets/462f80e8-42a3-4538-b85e-1228a08df58e" />#### Используя custom элемент<img width="596" src="https://github.com/user-attachments/assets/3d780e04-0419-4bdf-a81b-8b3c2f73c9d9" />plasma-\*: Add Breadcrumbs (https://github.com/salute-developers/plasma/pull/1310)### Select-   Добавлен новый проп renderTarget в компонент SelectRenderTarget in Select (https://github.com/salute-developers/plasma/pull/1328)### Tokens-   В пакете `sdds-cs` были изменены конфиги в компонентах: `Accordion`, `Avatar`, `Badge`, `Cell`, `Counter`, `Chip`, `Divider`, `Indicator`-   В `Accordion` добавлен токен цвета иконки-   В `plasma-web` добавлены новые viewfix(sdds-serv): Update configs for components in sdds-cs (https://github.com/salute-developers/plasma/pull/1344)### Tabs-   при нажатии на таб, который не виден целиком, происходит прокрутка до конца этого таба-   при нажатии на стрелки влево/вправо происходит прокрутка до следующего таба-   исправлена ошибка `disabled=true` в конфигурациях-   исправлены примеры `Storybook`, тесты и документацияplasma-_, sdds-_: redesign Tabs (https://github.com/salute-developers/plasma/pull/1333)## Docs### Add docs SDDS CS-   добавлена документация для пакета `sdds-cs`Add docs SDDS CS (https://github.com/salute-developers/plasma/pull/1336)## Misc### Docs-   Поправлено описание подключения темы для `sdds` вертикалиfix(sdds-serv-docs,sdd-dfa-docs): Fix introducing page (https://github.com/salute-developers/plasma/pull/1338)### Fix useFocusTrap in Modal-   Теперь фокус при открытии `modal` работает после анимацииFix useFocusTrap in Modal (https://github.com/salute-developers/plasma/pull/1345)### Контейнер в NotificationProviderДобавил `overflow: hidden` на контейнер используемого Popupfix: fix Notification animation overflow (https://github.com/salute-developers/plasma/pull/1339)---#### 🚀 Enhancement-   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))-   feat(plasma-ui): remove old TimePicker [#1323](https://github.com/salute-developers/plasma/pull/1323) ([@TitanKuzmich](https://github.com/TitanKuzmich))-   feat(plasma-ui): update TimePicker tests ([@TitanKuzmich](https://github.com/TitanKuzmich))-   feat(plasma-ui): refactor TimePicker ([@TitanKuzmich](https://github.com/TitanKuzmich))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   fix(plasma-ui): fix TimePicker perftest [#1337](https://github.com/salute-developers/plasma/pull/1337) ([@TitanKuzmich](https://github.com/TitanKuzmich))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 8-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vadim ([@vadim-kudr](https://github.com/vadim-kudr))-   Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))---# v1.261.0 (Thu Jul 25 2024)### Release Notes#### Release by 24.07.2024 ([#1319](https://github.com/salute-developers/plasma/pull/1319))## Components### Portal/Popup-   убрана зависимость от свойства `frame` в элементе `PopupRootContainer`-   переделан компонент `Portal` из конфигурируемого в обычный функциональный компонентfix(plasma-new-hope): `Popup` and `Portal` improvements (https://github.com/salute-developers/plasma/pull/1299)### Chip-   добавлено новое свойство `hasClear`-   добавлен тест и обновлена документацияplasma-\*: Add prop `hasClear` for Chip (https://github.com/salute-developers/plasma/pull/1312)### DatePicker-   добавлена поддержка выбора кварталов-   добавлены 4ре варианта работы с календарем (выбор дней, месяцев, календарей, лет)-   добавлена поддержка кварталов в datepicker-   добавлена возможность задавать события для каждой календарной сетки-   добавлена возможность задавать неактивные элементы для каждой календарной сетки**Before:**<div style="display: flex"><img src="https://github.com/user-attachments/assets/2208459a-92ee-493c-974e-b01f216e268b" width="200" height="200"><img src="https://github.com/user-attachments/assets/c765d898-bfbb-42a2-be30-8982f27031bb" width="200" height="200"><img src="https://github.com/user-attachments/assets/bc61edf5-0a18-47a8-b34e-672f2eb0379e" width="200" height="200"></div>**After:**<div style="display: flex"><img src="https://github.com/user-attachments/assets/0b42d119-8964-4a52-b9e0-564b0f1a8141" width="200" height="200"><img src="https://github.com/user-attachments/assets/1e2cb981-4a16-475d-ba07-51a774130349" width="200" height="200"><img src="https://github.com/user-attachments/assets/30f898e9-06c5-47ae-bf66-b4c29f4eb9a0" width="200" height="200"><img src="https://github.com/user-attachments/assets/0236ddcc-4473-4b46-a200-ae088f960b50" width="200" height="200"></div>plasma-\*: Datepicker improvements (https://github.com/salute-developers/plasma/pull/1302)### Autocomplete-   добавлен в поставку во все клиентские библиотекиfeat: Autocomplete (https://github.com/salute-developers/plasma/pull/1292)### Price, Portal-   компонент `Price` добавлен в `plasma-new-hope`, портирован в `plasma-{web, b2c}`, `sdds-{serv, dfa}`-   для `Price` обновлены тесты и документация-   исправлена ошибка отсутствующего `PropsTable` в документации `Portal`plasma-\*: add `Price` component (https://github.com/salute-developers/plasma/pull/1307)### Select-   добавлен новый компонент с поддержкой вложенных списков-   поставлен во все клиентские библиотекиfeat: Select (https://github.com/salute-developers/plasma/pull/1233)### SDDS-SERV-   добавлены компоненты:    -   Calendar    -   Notification    -   ButtonBase    -   Skeleton    -   Accordion### SDDS-{SERV, DFA}-   заменены старые токены с префиксом `--plasma-colors...` на корректные.Sdds-serv & sdds-dfa sync (https://github.com/salute-developers/plasma/pull/1314)### Accordion-   добавлен новый view (b2c)-   добавлена возможность добавить класс в accordionItem-   исправлена работы disabled-   добавлен флаг startLeftPosition-   переделаны новые отступы из нового дизайнаAdd functional to accordion (https://github.com/salute-developers/plasma/pull/1301)### Typography-   добавлен пропс color-   в секции plasma-web storybook добавлен color pickerfeat: Add color prop in Typography (https://github.com/salute-developers/plasma/pull/1308)## Tokens-   Добавлена новая темая `sdds_cs` в библиотеку `@salutejs/sdds-themes` с учётом обновленных токенов типографики.feat(sdds-themes): Add `sdds_cs` theme (https://github.com/salute-developers/plasma/pull/1309)## Docs### AudioPlayer-   изменен `cdn` в примерах`https://vc-static.sberdevices.ru/smartmarket-video-news/` на `https://cdn1.newsback.sberdevices.ru/p-newsback/`plasma-{b2c,web}: Fix vc cdn url (https://github.com/salute-developers/plasma/pull/1298)## Misc### Tooltip-   исправлен проброс стилей в Tooltipplasma-new-hope: forward styles and className to Tooltip root (https://github.com/salute-developers/plasma/pull/1311)### Textarea-   исправлена логика при использовании свойства `autoResize` (теперь ширина автоматически растягивается)Результат с включенным `autoResize` после изменения ширины**До:**![](https://github.com/salute-developers/plasma/assets/38344415/70ad8513-353e-477f-a0fe-e4d3ee5cfd55)**После:**![](https://github.com/salute-developers/plasma/assets/38344415/84306373-b4fb-4f13-8a77-b2fd05c08721)plasma-\*: Fix width autoresize prop in textarea (https://github.com/salute-developers/plasma/pull/1297)---#### 🚀 Enhancement-   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))-   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))#### 🐛 Bug Fix-   Merge remote-tracking branch 'origin/dev' into release_2024-07-24 ([@Yakutoc](https://github.com/Yakutoc))-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 10-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Anastasia Simashova ([@simashova](https://github.com/simashova))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vadim ([@vadim-kudr](https://github.com/vadim-kudr))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))-   Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))---# v1.258.0 (Thu Jul 11 2024)### Release Notes#### Release by 11.07.2024 ([#1296](https://github.com/salute-developers/plasma/pull/1296))## Components### DatePicker-   добавлен новый компонент DatePicker-   написаны тесты и документация-   проведен рефакторинг стилей и токенов календаря-   исправлен отступ от первой иконки в Rangefeat(plasma-new-hope): add DatePicker component (https://github.com/salute-developers/plasma/pull/1224)### Portal-   компонент добавлен в `plasma-new-hope`, портирован в `plasma-{web, b2c}`, `caldera`, `sdds`-   добавлены тесты и документация-   компонент внедрён в `Popover` и `Popup`-   исправлено имя теста для `Popover`plasma-\*: Add `Portal` component (https://github.com/salute-developers/plasma/pull/1272)### Sheet-   убран из примеров в `stories` лишний горизонтальный скролл-   добавлена недостающая документация в `caldera-online`**Before**:<img width="1726" alt="scrollBefore" src="https://github.com/salute-developers/plasma/assets/71961494/f37919f8-df31-427e-aff9-34228cb920b6" />**After**:<img width="1725" alt="scrollAfter" src="https://github.com/salute-developers/plasma/assets/71961494/6c3ae1df-e3cc-42d0-ae54-6b11fba55690" />plasma-\*: Fix `Sheet` scroll (https://github.com/salute-developers/plasma/pull/1273)### Dropdown-   добавлено новое свойство `portal`feat(plasma-new-hope): Added prop portal into Dropdown component (https://github.com/salute-developers/plasma/pull/1260)### SDDS DFA-   добавлена тема `sdds_dfa` в библиотеку вертикалей `@salutejs/sdds-themes`-   добавлена библиотека `@salutejs/sdds-dfa`-   поправлены компоненты `Header`, `Skeleton`, `Accordion`feat(sdds-dfa): Add `sdds-dfa` components library (https://github.com/salute-developers/plasma/pull/1293)### SDDS-SERV-   добавлена поддержка пакета `@emotion`sdds-serv: Add support `@emotion` package (https://github.com/salute-developers/plasma/pull/1281)## Icons### Website: Icons page-   новый UI для блока поиск-   исправлен вывод набора иконок-   исправлено `isDeprecate` на `isDeprecated`plasma-website: New UI search block (https://github.com/salute-developers/plasma/pull/1270)### iOS-   исправлена генерация иконок под iOS**Before:**<img width="248" src="https://github.com/salute-developers/plasma/assets/2895992/e93abb36-8a51-4451-aab3-3107959a8904" />**After:**<img width="248" src="https://github.com/salute-developers/plasma/assets/2895992/8415a3b2-3f6e-46fb-9a3e-767f0317aa30" />plasma-icons: Rewrite generate icons for iOS (https://github.com/salute-developers/plasma/pull/1283)### Opacity-   удалено **ненужное** свойство `opacity` в наборе старых иконокplasma-icons: Delete unnecessary prop opacity (https://github.com/salute-developers/plasma/pull/1282)## Infra### Required checks-   реорганизовали обязательные проверки (стало меньше и быстрее)plasma-infra: Simplify required checks (https://github.com/salute-developers/plasma/pull/1278)### Scaffold-   скрипт для генерации компонентов вынесен в отдельную командуplasma-infra(scaffold): Extend script for update/sync component list (https://github.com/salute-developers/plasma/pull/1275)### Support emotion engine-   добавлена поддержка пакета `@emotion` для библиотеки `plasma-new-hope`feat(plasma-new-hope): add emotion support (https://github.com/salute-developers/plasma/pull/1276)## Tokens-   добавлены методы генерации токенов для web приложений на основе новой json структуры.-   перегенированы темы для всех вертикалей: `sdds`, `plasma`, `flamingo` и `caldera-online` на основе json файлов из [данного репозитория](https://github.com/salute-developers/theme-converter/tree/main/themes).-   удалены старые json темы из пакета `@salutejs/data-themes`.-   переименован пакет `@salutejs/data-themes` в `@salutejs/core-themes` и обновлены все зависимостиfeat(data-themes): Add new token generators for web via new json scheme and update themes (https://github.com/salute-developers/plasma/pull/1274)## Docs### Storybook link-   убрана ссылка/кнопка на storybook из документации для `plasma-{web,ui}`**Before:**<img width="1944" src="https://github.com/salute-developers/plasma/assets/2895992/458182dc-07eb-4954-9b06-a2f0eabc867f" />**After:**<img width="1944" src="https://github.com/salute-developers/plasma/assets/2895992/ea812456-7644-4194-8188-88a085b416f6" />plasma-docs: hide short links for storybook (https://github.com/salute-developers/plasma/pull/1286)### SDDS-DFA/SERVE-   добавлен шаблон документации для компонент `Accordion`-   добавлена документация для пакета `sdds-dfa`-   исправлена документация для `Popover`feat: Add `sdds-dfa-docs` (https://github.com/salute-developers/plasma/pull/1295)## Misc### TextField-   добавлены токены цвета и размера textBefore/After-   исправлен line-height у иконокfeat: add textfield textBefore/After tokens (https://github.com/salute-developers/plasma/pull/1253)### Website: colors palette-   добавлена страница с цветовой палитрой**Страница выбора цвета**![Выбор цвета](https://github.com/salute-developers/plasma/assets/38344415/6527ea89-7727-4a4e-b435-35436e74b788)**Страница выбора оттенка**![Выбор оттенка](https://github.com/salute-developers/plasma/assets/38344415/632a842e-4922-42a4-bfe7-79081f6ea2e0)plasma-website: add page colors (https://github.com/salute-developers/plasma/pull/1266)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 8-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))-   Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))---# v1.255.0 (Thu Jun 27 2024)### Release Notes#### Release by 26.06.2024 ([#1269](https://github.com/salute-developers/plasma/pull/1269))## Components### Accordion-   добавлен новый компонент в поставку для `plasma-{web,b2c}`plasma-\*: Add accordion (https://github.com/salute-developers/plasma/pull/1254)### Sheet-   Добавлен компонент `Sheet`plasma-new-hope: add Sheet component (https://github.com/salute-developers/plasma/pull/1225)### TextArea-   `TextArea` портирован в `sdds`sdds-serv: add TextArea component (https://github.com/salute-developers/plasma/pull/1263)### TextArea-   исправлена типизация (разбитие на три группы `rows / cols`, `height / width`, `autoResize / minAuto / maxAuto`)-   исправлен расчёт `autoResize`-   исправлена документацияplasma-new-hope: TextArea height / width fixes (https://github.com/salute-developers/plasma/pull/1261)### TextArea-   удалено упоминание `resize` (свойство `deprecated`)(plasma-{new-hope, web}, sdds-serv): remove resize from docs (https://github.com/salute-developers/plasma/pull/1267)### Segment-   добавлена возможность задать выбранные по умолчанию сегменты-   добавлен тест на выбранные значения-   добавлено пояснение в документацииfeat(plasma-new-hope): add default selected segment (https://github.com/salute-developers/plasma/pull/1252)## Icons### 24 [s, small]-   обновлен набор `.svg` иконок-   обновлены/расширенны категории иконок-   обновлены snapshots для тестов измененных иконокfeat(plasma-icons): Add icons preset [24, s, small](https://github.com/salute-developers/plasma/pull/1247)### 16 [xs, xsmall]-   обновлен набор `.svg` иконокfeat(plasma-icons): Add icons preset [16, xs, xsmall](https://github.com/salute-developers/plasma/pull/1250)### 36 [m, medium]-   обновлен набор `.svg` иконокfeat(plasma-icons): Add icons preset [36, m, medium](https://github.com/salute-developers/plasma/pull/1257)### React-   добавлена обработка всех имеющихся размеров: 16, 24, 36-   обновлены cypress snapshots с использованием иконки `IconDone`#### Before/After![Icon](https://github.com/salute-developers/plasma/assets/2895992/5d7551d5-d392-4a9f-993e-e265a28d6362)### New-hope-   изменен токен по-умолчанию для свойство `color` в `IconRoot` (теперь `var(--text-primary)`)-   обновлены cypress snapshots связанные с `var(--text-primary)`plasma-icons: Handle all sizes [React](https://github.com/salute-developers/plasma/pull/1258)### Android-   добавлены `.xml` иконки для всех имеющихся размеров: 16, 24, 36#### After<img width="672" alt="Screenshot 2024-06-19 at 13 44 22" src="https://github.com/salute-developers/plasma/assets/2895992/878745f3-9f20-4224-826d-c0d898d1a94d" /><img width="1920" alt="Screenshot 2024-06-19 at 13 46 09" src="https://github.com/salute-developers/plasma/assets/2895992/dca1102a-abbc-4a65-a628-f5acf40f80d8" />plasma-icons: handle all icons size [Android](https://github.com/salute-developers/plasma/pull/1259)### Icons page-   добавлен вывод комбинации (старых + новых) иконок-   добавлено динамическое изменение размера иконок в grid-   косметические правки по дизайнуplasma-website: Redesign "Icons" page [Part 2](https://github.com/salute-developers/plasma/pull/1262)### Icons page-   добавлено меню фильтра по размеру-   внесены дизайн правкиplasma-website: Add icons filter menu (https://github.com/salute-developers/plasma/pull/1265)## Docs### Edit docs-   исправлена документация для компонента `Switch`, `Checkbox` и `Radiobox`-   изменена работа документации, теперь при генерации файла документации туда добавляются все типы, в том числе и из `react`-   в компонент `PropsTable` добавлен параметр `include`, который добавляет свойство в документацию, если он является типом из `react`plasma-\*: Edit docs core and change docs Switch, Checkbox and Radiobox (https://github.com/salute-developers/plasma/pull/1232)### Carousel-   исправлено свойства `stylingCallback` на `scopeCallback`-   исправлено свойства `stylingResetCallback` на `scopeResetCallback`### Before/After<img width="1778" src="https://github.com/salute-developers/plasma/assets/38344415/7e21b0f0-8fc8-4a45-a5e6-2ca704eba57f" />Edit carousel docs (https://github.com/salute-developers/plasma/pull/1256)### Caldera-online-   добавлена документация для библиотеки `caldera-online`-   поправлены шаблоны документации для `Button, Segment, Radiobox`caldera-online: Add documentation (https://github.com/salute-developers/plasma/pull/1249)### TextArea-   удалено упоминание `resize` (свойство `deprecated`)(plasma-{new-hope, web}, sdds-serv): remove resize from docs (https://github.com/salute-developers/plasma/pull/1267)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   fix(plasma-new-hope): fix Sheet types, design and animation ([@denivladislav](https://github.com/denivladislav))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 5-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))---# v1.250.0 (Thu Jun 13 2024)### Release Notes#### Release by 11.06.2024 ([#1238](https://github.com/salute-developers/plasma/pull/1238))## Icons### Stroke-   заменили значение свойства `stroke` на `currentColor`#### Before<img width="1919" alt="Screenshot 2024-06-03 at 18 35 35" src="https://github.com/salute-developers/plasma/assets/2895992/85e34f50-5ed6-4d92-93b9-f430f36d5b2d" />#### After<img width="1909" alt="Screenshot 2024-06-03 at 18 33 57" src="https://github.com/salute-developers/plasma/assets/2895992/ec5e440e-bd71-474a-b971-883f83b7bf9c" />plasma-icons: Replace stroke value to "currentColor" (https://github.com/salute-developers/plasma/pull/1226)## Tokens### Theme-   добавлены классы для более гибкого и удобного управления темами, созданных в новом формате.-   добавлена возможность генерации базовой темы в новом формате.-   добавлена возможность считывать темы в новом формате и конвертировать их в экземпляры созданных классов.-   добавлена возможность записывать темы в новом формате на основе созданного экземпляра класса.feat(plasma-tokens): Add write / read and generation new format of theme.json (https://github.com/salute-developers/plasma/pull/1207)## Website### Icons page-   редизайн grid-   редизайн cell grid-   редизайн меню расширенной информации об иконки#### Before<img width="1911" alt="Screenshot 2024-06-11 at 14 53 26" src="https://github.com/salute-developers/plasma/assets/2895992/6d10a1e2-5722-4e5f-a69b-de595eb64019" />#### After<img width="1920" alt="Screenshot 2024-06-11 at 15 05 21" src="https://github.com/salute-developers/plasma/assets/2895992/d2481ef5-229d-48d2-b0f2-2b4ba3e1a550" />plasma-website: Redesign Icons page [Part I](https://github.com/salute-developers/plasma/pull/1228)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.249.0 (Thu May 30 2024)### Release Notes#### Release by 29.05.2024 ([#1222](https://github.com/salute-developers/plasma/pull/1222))## Components### Calendar-   добавлен пропс для включения/исключения минимума и максимума диапазона датfeat: add calendar edge dates control (https://github.com/salute-developers/plasma/pull/1203)### Slider-   добавлен компонент Sliderfeat(plasma-new-hope): add slider component (https://github.com/salute-developers/plasma/pull/1194)### Textarea-   изменен `padding` для `label`fix(plasma-\*): Fix padding on textarea (https://github.com/salute-developers/plasma/pull/1209)### Range-   включен в поставку `plasma-{b2c,web} / sdds-serv`-   написаны тесты и документацияfeat: Add range component (https://github.com/salute-developers/plasma/pull/1208)### IconButton-   включен в поставку `sdds-serv`-   добавлена документация в `sdds-serv-docs`feat(sdds-serv): add icon button (https://github.com/salute-developers/plasma/pull/1214)### Tabs-   добавлен корректный проброс `className` в `Tab` и `TabItem`-   поправлена документация для `Tab` и `Segment`#### ДО:![image](https://github.com/salute-developers/plasma/assets/40370966/797f897d-95cc-4114-b54a-8629b281b2c7)![image](https://github.com/salute-developers/plasma/assets/40370966/8a0e6de3-f6cd-4e7b-b87b-a1a26b5dd4e7)#### ПОСЛЕ:![image](https://github.com/salute-developers/plasma/assets/40370966/9dd690cc-e8ed-4623-baa0-52e1f22cf71c)![image](https://github.com/salute-developers/plasma/assets/40370966/0c8bb69e-b2d3-4ae9-aed4-2fd4c4b5bd9b)feat(plasma-new-hope): fix tabs styles (https://github.com/salute-developers/plasma/pull/1220)### Button-   добавлено отображение `value`-   исправлены внутренние отступы от `contentLeft`, `contentRight`-   дополнены тесты и документация-   исправлены тесты, зависящие от `Button: Notification, Pagination, Toast, Toolbar`-   добавлен токен переопределения цвета `value` в `ButtonGroup`feat: add button value (https://github.com/salute-developers/plasma/pull/1213)## Tokens### Tokens-   добавлены токены прозрачности для positive, warning, negative цветов-   добавлены токены с active, hover модификаторамиtokens: add surface transparent tokens to sdds (https://github.com/salute-developers/plasma/pull/1206)## Misc### Checkbox/Radiobox-   исправлен types компонентов для библиотек `plasma-asdk`, `sdds-serv` и `caldera-online`Fix checkbox types (https://github.com/salute-developers/plasma/pull/1217)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 5-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))---# v1.248.0 (Thu May 16 2024)#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 7-   [@iljs](https://github.com/iljs)-   [@renovate[bot]](https://github.com/renovate[bot])-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))---# v1.247.0 (Thu Apr 25 2024)### Release Notes#### Release by 24.04.2024 ([#1196](https://github.com/salute-developers/plasma/pull/1196))## Components### Tooltip-   исправлено позиционирование стрелочки-   добавлен тест на много-строчный сценарий#### Before:![image](https://github.com/salute-developers/plasma/assets/40370966/230bbda5-2c2f-4628-b5b4-7a7a14ffc2c9)#### After:![image](https://github.com/salute-developers/plasma/assets/40370966/6c142730-0b4b-47de-a64d-1c6ad2c4fc77)fix(plasma-new-hope): fix tooltip arrow placing (https://github.com/salute-developers/plasma/pull/1171)### Radiobox-   расширен пример в `stories` с учетом `a11y` возможностейplasma-new-hope(radiobox): Improved a11y (https://github.com/salute-developers/plasma/pull/1188)### Storybook-   исправлено некорректное поведение свойства `placement`-   исправлено свойство `enableContentLeft` и `enableContentRight` в TextFieldfeat(plasma-new-hope, b2c, web, sdds): Fix storybook argTypes (https://github.com/salute-developers/plasma/pull/1182)### Avatar-   добавлен `aria-label`-   расширены примеры с доступностьюplasma-new-hope(avatar): Refactoring + a11y (https://github.com/salute-developers/plasma/pull/1180)### Chip-   удален лишнее свойство `hasClear` из примера в `story`-   заменены со старого формата на новый токены в конфигурации (без приставки `--plasma-colors`)-   добавлена недостающие свойство `view=accent`-   обновлены `cypress snapshots`fix: remove extra chip prop in stories (https://github.com/salute-developers/plasma/pull/1179)## Colors-   добавлены файлы фирменной палитры в формате `.json`-   добавлена директория `src` в gitignore, т.к. теперь его содержимое генерируется автоматически на основе `.json`feat(plasma-color): Add generate color palette from json (https://github.com/salute-developers/plasma/pull/1172)## Infra### Audit vulnerabilities-   исправлены все уязвимости в клиентских пакетах (аля `plasma-web`)-   обновлен до `vite@4.5.3`-   обновлен `@babel` и его зависимости до latest-   заменен `babel-plugin-transform-class-properties` на `@babel/plugin-transform-class-properties`### `@salutejs/plasma-sb-utils`-   обновлены `TS` до 4.2.4-   обновлен `@storybook/react` до 7.6.17-   исправлены все уязвимости-   поправлены мелкие ошибки в типахplasma-infra(sb-utils): Update dependencies versions (https://github.com/salute-developers/plasma/pull/1178)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   fix: audit fix [#1184](https://github.com/salute-developers/plasma/pull/1184) ([@Yakutoc](https://github.com/Yakutoc))-   chore: update deps ([@Yakutoc](https://github.com/Yakutoc))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 5-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.245.0 (Thu Apr 11 2024)### Release Notes#### Release by 10.04.2024 ([#1175](https://github.com/salute-developers/plasma/pull/1175))## Components### Dropdown-   добавлена прослойка для dropdown в `b2c` и `web` (работает на старом api и с dropdown из new-hope)feat(plasma-new-hope, b2c, web): Dropdown interlayer (https://github.com/salute-developers/plasma/pull/1104)### Cell-   добавлен в поставку `plasma-{web,b2c}`feat(new-hope): Add cell (https://github.com/salute-developers/plasma/pull/1148)### Chip-   поправлена типизация-   компонент добавлен в поставку для `sdds-serv`, включая документациюfeat(plasma-new-hope): fix Chip types (https://github.com/salute-developers/plasma/pull/1155)### Button-   добавлены токены состояний (active / hover) для конфигов компонента в библиотеках `@salutejs/plasma-{b2c,web,asdk}`, `@salutejs/sdds-serv`, `@salutejs/caldera-online` .fix(plasma-web,plasma-b2c,plasma-asdk,sdds-serv,calder-online): Update state tokens for `Button` component (https://github.com/salute-developers/plasma/pull/1167)### Select-   убрана поддержка вложенности-   добавлена прослойка для компонента в `plasma-{b2c,web}` и `sdds-serv` (\* работает на старом api и с select из new-hope).-   переделаны тесты и обновлена документацияfeat(plasma-new-hope, b2c, web, sdds-serv): Select interlayer (https://github.com/salute-developers/plasma/pull/1161)### TextField-   проведен рефакторинг и редизайн-   обновлены тесты и документация-   добавлен в поставку в sdds-servfeat(plasma-new-hope): TextField redesign (https://github.com/salute-developers/plasma/pull/1160)## Icons### iOS-   добавлен конвертор SVG в PNG для iOS appplasma-icons: Convert SVG to PNG for iOS (https://github.com/salute-developers/plasma/pull/1163)## Tokens### Tokens-   исправлена формула для расчёта `hover / active` состояний-   добавлены новые токены (но в выключенном состоянии) в существующие темы и схемы для библиотек `@salutejs/plasma-tokens`, `@salutejs/data-themes`, `@salutejs/caldera-online-themes`, `@salutejs/sdds-serv-themes`, `@salutejs/plasma-themes`, `@salutejs/flamingo-themes`-   добавлены недостающие токены для обратной совместимости у библиотек `@salutejs/plasma-tokens-web`, `@salutejs/plasma-tokens-b2c`, `@salutejs/plasma-tokens-b2b`,-   добавлены недостающие токены в темы `plasma_b2c`, `plasma_web`, `sds_engineer` для библиотеки `@salutejs/plasma-new-hope`feat(plasma-tokens,plasma-theme-builder): Add tokens to existed themes (https://github.com/salute-developers/plasma/pull/1165)## Docs### Popup-   исправлена ошибка в документацииfix(new-hope): Fix popup doc (https://github.com/salute-developers/plasma/pull/1168)## Misc### Plasma Theme Builder-   Добавлена генерация hover / active состояний для групп токенов.feat(plasma-theme-builder): Add generate hover / active state for tokens (https://github.com/salute-developers/plasma/pull/1134)### Pagination-   исправлена ошибка навигации с помощью кнопок `next` \ `pre`fix(new-hope): Edit storybook content (https://github.com/salute-developers/plasma/pull/1154)### Website icons grid-   исправлен поиск иконок по названию-   исправлен grid для набора иконокfix(plasma-website): Fix Icons (https://github.com/salute-developers/plasma/pull/1169)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 6-   [@iljs](https://github.com/iljs)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.242.0 (Thu Mar 28 2024)### Release Notes#### Release by 27.03.2024 ([#1151](https://github.com/salute-developers/plasma/pull/1151))## Components### Progress-   добавлен в библиотеку в `new-hope`-   добавлен в поставку пакетов `plasma-{b2c, web}, sdds-serv`-   написаны тесты и документацияfeat: Progress redesign refactor (https://github.com/salute-developers/plasma/pull/1126)### Tooltip-   добавлены fallback на следующие свойства: isVisible, arrow, animatedfeat(plasma-new-hope): tooltip old api fallback (https://github.com/salute-developers/plasma/pull/1140)### Divider-   включен в поставку `plasma-{b2c/web}` и `sdds-serv`-   написаны тесты и документацияfeat(plasma-new-hope): Divider component (https://github.com/salute-developers/plasma/pull/1132)### Pagination-   добавлен в поставку клиентских библиотекfeat(new-hope): Pagination (https://github.com/salute-developers/plasma/pull/1107)### Toolbar-   включили в поставку в `plasma-{b2c/web}` \ `sdds-serv`-   написаны тесты и документацияfeat(plasma-new-hope): add toolbar component (https://github.com/salute-developers/plasma/pull/1150)## Icons### Icons for android-   Добавлен скрипт генерации иконок под android на основе svg-   Обновлена инструкция по добавлению иконокplasma-icons: script to generate android icons (https://github.com/salute-developers/plasma/pull/1109)### Icons publish-   добавлена директория `old` для обратной совместимостиplasma-icons: Add `old` dir for publish (https://github.com/salute-developers/plasma/pull/1149)## Infra### Scaffold docs CLI-   добавлен CLI для создание **директории** документации по шаблону-   добавлен CLI для создание **компонента** документации по шаблонуplasma-infra: Scaffold docs dir CLI (https://github.com/salute-developers/plasma/pull/1099)### Retry-   добавлен retry для шага `Update package-lock files` для обхода ошибки `ECONNRESET`-   добавлен `workflow` для ручного запуска `Update package-lock files`plasma-infra: Retry failure step (https://github.com/salute-developers/plasma/pull/922)### Deploy documentations artefacts-   распараллели процесс создания и загрузки артефактов документации-   добавили `marocchino/sticky-pull-request-comment` для приклеивания сообщения к одному комментарию в pr-   добавлена конфигурация: `config-ci.json`-   удалены неиспользуемые переменныеplasma-infra: Refactoring deploy documentations artefacts [PR context](https://github.com/salute-developers/plasma/pull/1125)### Build android icons plugin-   добавлен dispatch события для запуска `build icons` в `plasma-android`plasma-infra: Dispatch build-icons event (https://github.com/salute-developers/plasma/pull/1145)### Scaffold components docs-   добавлена генерация компонентов по заданному шаблонуplasma-infra: Scaffold components docs by template (https://github.com/salute-developers/plasma/pull/1128)## Docs### Docs-   Исправлена ошибка примера путём обновления токенов бэграундов в сторибуке для библиотек `plasma-web`, `plasma-b2c`, `plasma-asdk`.#### До:<img width="412" alt="Screenshot 2024-03-21 at 12 28 41" src="https://github.com/salute-developers/plasma/assets/26903236/5814e04f-1425-403c-8e20-1151a12063c6" />#### После:<img width="412" alt="Screenshot 2024-03-21 at 17 03 31" src="https://github.com/salute-developers/plasma/assets/26903236/259c6397-2e5c-4d82-a2a6-4d6fdcc31e79" />fix(plasma-web,plasma-b2c,plasma-asdk): Replace tokens for background in storybook to new (https://github.com/salute-developers/plasma/pull/1139)## Misc### Drawer-   изменили величину измерения высоты на dvh в storybookfix: change height for Drawer stories (https://github.com/salute-developers/plasma/pull/1116)### Image-   поправлена передача `props` в `Image.stories`fix: fix args for Image stories (https://github.com/salute-developers/plasma/pull/1119)### Plasma Theme Builder-   произведён рефакторинг методов, которые генерируют токены-   актуализированы базовые токены, которые генерируются сервисом ThemeBuilder-   добавлена новая группа `outline`, используемая в обводках / рамкахfeat(plasma-theme-builder): Actualize default tokens (https://github.com/salute-developers/plasma/pull/1127)### Button-   поправлен размер и отступ фокуса на кнопкеfeat(plasma-new-hope): fix button focus (https://github.com/salute-developers/plasma/pull/1141)### Badge-   поправлен токен фона для `transparent-accent` Badge-   поправлен токен цвета текста для `transparent-light`#### До:![image](https://github.com/salute-developers/plasma/assets/40370966/67673520-cfe8-4b6d-87eb-f700df308627)![image](https://github.com/salute-developers/plasma/assets/40370966/aa9fb631-c1b3-4f58-aa0b-4e5a9dc9617c)#### После:![image](https://github.com/salute-developers/plasma/assets/40370966/59170271-0a32-4680-ab18-5aa4afde0cef)![image](https://github.com/salute-developers/plasma/assets/40370966/9fdc8bea-add8-4798-955d-a896d6c32a40)feat: update badge view tokens (https://github.com/salute-developers/plasma/pull/1142)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files [no ci](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 8-   [@iljs](https://github.com/iljs)-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))-   Evgeniy Zhuravlev ([@eg-zhuravlev](https://github.com/eg-zhuravlev))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.239.0 (Thu Mar 14 2024)### Release Notes#### Release by 13.03.2024 ([#1112](https://github.com/salute-developers/plasma/pull/1112))## Components### Calendar-   добавлено возможность выбора одного дня для `range`feat(new-hope): edit calendar range logic and fix name (https://github.com/salute-developers/plasma/pull/1084)### TextField-   исправлен ошибка связанная с прозрачностью в `Safari`feat(plasma-new-hope): TextField issue with opacity (https://github.com/salute-developers/plasma/pull/1082)### Button-   удалены токены `scale` из кнопки и группы кнопок в пакетах `plasma-{b2c, web, sdds-serv}, caldera/-online`-   удалены токены `scale` из `example` для `plasma-new-hope`feat: remove scale tokens from Button & ButtonGroup (https://github.com/salute-developers/plasma/pull/1110)### Grid-   добавлен в поставку в `plasma-{b2c, web, new-hope}, sdds-serv`-   написаны тесты и обновлена документацияfeat(plasma-new-hope): Grid refactor redesign (https://github.com/salute-developers/plasma/pull/1105)### ButtonBase-   добавлен базовый компонент для создания `custom` кнопок для библиотек `plasma-{b2c,new-hope}`feat(plasma-new-hope, b2c): ButtonBase (https://github.com/salute-developers/plasma/pull/1080)## Icons### SVG-   добавлен svg формат иконок (не попадают в итоговой билд)feat(plasma-icons): Add svg icons (https://github.com/salute-developers/plasma/pull/1095)### Icons generation-   добавлена генерация компонентов иконок на основе svg во время билда-   удалены компоненты и их assets из gitplasma-icons: build-time generate Icon components (https://github.com/salute-developers/plasma/pull/1101)## Docs### SDDS SERV DOCS-   добавлена новый пакет документацииplasma-docs: Setup `sdds-serv` package docs (https://github.com/salute-developers/plasma/pull/1062)## Misc### Tooltip-   исправлена логика работы classname, теперь все наследуется корректноfix(new-hope): remove wrapper from popover (https://github.com/salute-developers/plasma/pull/1083)### Pickers-   исправлена ошибка UI в документацииfix(ui): fix pickers documentation bug with overflow (https://github.com/salute-developers/plasma/pull/1089)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Merge remote-tracking branch 'origin/dev' into release_2024-03-13 ([@Yakutoc](https://github.com/Yakutoc))-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   fix(ui): fix pickers documentation bug with overflow [#1089](https://github.com/salute-developers/plasma/pull/1089) ([@iljs](https://github.com/iljs))-   chore(storybook): bump storybook to "@latest" [#1096](https://github.com/salute-developers/plasma/pull/1096) ([@Yakutoc](https://github.com/Yakutoc))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 7-   [@iljs](https://github.com/iljs)-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.237.1 (Tue Mar 05 2024)#### 🐛 Bug Fix-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.237.0 (Fri Mar 01 2024)### Release Notes#### Release by 29.02.2024 ([#1079](https://github.com/salute-developers/plasma/pull/1079))## Components### Drawer-   добавлены компоненты `Drawer` и `Panel`-   включен в поставку `plasma-{b2c/web/sdds-serv}`-   для компонента `Drawer` написаны тестыfeat(plasma-new-hope): add Drawer (https://github.com/salute-developers/plasma/pull/1068)### Indicator-   добавлены тесты и документация-   добавлен в поставку для библиотек: `plasma-{web,b2c}`-   интегрирован в компонент `Avatar`feat(plasma-new-hope, web, b2c): Indicator component (https://github.com/salute-developers/plasma/pull/1067)### ButtonGroup-   добавлен новый компонент и тесты с документацией-   исправлена структура файлов для `Spiner`-   добавлен компонент `Button` в поставку в `plasma-{b2c,web}`-   обновлена документация для `Button`-   обновлены тесты зависящие от `Button`feat(plasma-new-hope): add button group component (https://github.com/salute-developers/plasma/pull/1061)### TextField [Note]TextField перевезен на новую Архитектуру, могут быть незначительные отличия от текущего поведeния.### Рефакторинг TextField-   поведение анимация `label` внутри поля стала запускаться одинаковым между `b2c` и `web`. Запуск на фокусе, а не на начале редактирования.-   при показе `label` внутри поля больше не учитывается `placeholder`### TextField [plasma-b2c]-   исправлено поведение для цвет `placeholder`, больше не зависит от наличия `leftHelper`feat(plasma-new-hope): TextField (https://github.com/salute-developers/plasma/pull/949)## Infra### Upload assets-   добавлена возможность указать пакет/релиз к которому нужно прикрепить assetsplasma-infra: Upload assets for target package(-s) (https://github.com/salute-developers/plasma/pull/1054)### plasma-temple-   удалены все упоминания о пакете `plasma-temple` из текущего репозиторияRemove `plasma-temple` from repo [Part 1](https://github.com/salute-developers/plasma/pull/1048)## Tokens-   Добавлен пакет `@salutejs/data-themes`, который содержит все созданные json-схемы, а также набор методов, позволяющие сгенерировать темы для web-платформы в формате js объектов для `styled-component` и css стилей для подключения с помощью нативных способов.-   В пакетах с наборами тем были объеденены токены с цветами и типографикой.-   Так же если необходимы токены цвета или типографики отдельно, забрать их можно по пути `@salutejs/<vertical-name>-themes/tokens` для общих токенов и `@salutejs/<vertical-name>-themes/tokens/<theme-name>` для конкретных тем.-   Добавлена новые пакеты с наборами тем для следующих дизайн вертикаль:    -   `@salutejs/plasma-themes` - для вертикали `Plasma` - пока нигде не используется;    -   `@salutejs/sdds-themes` - для вертикали `SDDS` - используется с библиотекой `@salutejs/sdds-serv`;    -   `@salutejs/cladera-online-themes` - для вертикали `Caldera Online` - используется с библиотеками `@salutejs/cladera-online` и `@salutejs/cladera`;    -   `@salutejs/flamingo-themes` - для вертикали `Flamingo` - пока нигде не используется;### New-hope-   Удалена зависимость `@salutejs/plasma-tokens` из пакета.### SDDS-Serv-   Обновлена документация со способом установки и подключением;-   Убрана зависимость от пакета `@salutejs/plasma-tokens` и добавлен пакет `@salutejs/sdds-themes`;-   Обновлён способ подключение темы в storybook;-   Исправлена сторис LiveDemo в компоненте `Toast`;-   Заменены токены цветов в конфигах компонента `Segment` на актуальные### Caldera / Caldera Online-   Обновлена документация со способом установки и подключением;-   Убрана зависимость от пакета `@salutejs/plasma-tokens` и добавлен пакет `@salutejs/caldera-online-themes`;-   Обновлён способ подключение темы в storybook;-   Исправлена сторис LiveDemo в компоненте `Toast`;-   Заменены токены цветов в конфигах компонента `Segment` на актуальныеAdd new tokens architecture (https://github.com/salute-developers/plasma/pull/1074)## Docs### Сontributing Typos-   исправлены опечатки в документации-   добавлен параграф об обязательном наличие локально browser `chromium`plasma-docs: Fix cypress cli commands (https://github.com/salute-developers/plasma/pull/1058)## Misc### SDDS Android-   добавлен `SDDS Android` проект, включающий:    -   Theme Builder Gradle Plugin    -   SDDS Sandbox App    -   UIKit    -   UIKit Compose    -   файл с лицензией и `README.md` в каждый модульchore[sdds-android]: SDDS Android project was created. (https://github.com/salute-developers/plasma/pull/1045)### CI/CD Pipeline [SDDS Android]-   Project build system migration to composite builds was made to support multiproject structure.-   Code quality check workflow was created.-   Merge report tasks were added.-   Codeowners file was modified.chore[sdds-android, cicd]: code quality check workflow (https://github.com/salute-developers/plasma/pull/1070)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: update package-locks [no ci](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore: bump manual package-locks [#1053](https://github.com/salute-developers/plasma/pull/1053) ([@TitanKuzmich](https://github.com/TitanKuzmich))-   chore: Update package-lock.json files \[skip ci\] ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 8-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Alexander Malishev ([@malilex](https://github.com/malilex))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.233.0 (Thu Feb 15 2024)### Release Notes#### Release by 14.02.2024 ([#1047](https://github.com/salute-developers/plasma/pull/1047))## Components### SSRProvider-   SSRProvider перенесен в библиотеку plasma-new-hope-   добавлен в поставку b2c/web/asdk-   из `plasma-asdk` удалена plasma-core зависимостьfeat(plasma-new-hope): add ssr provider component (https://github.com/salute-developers/plasma/pull/1021)### Calendar-   добавлено новое свойство `onChangeStartOfRange` в библиотеки `plasma-{web,b2c}`### After<img width="600" alt="prop onChangeStartOfRange" src="https://github.com/salute-developers/plasma/assets/2895992/a2e01d6e-01f1-4041-b57f-57bb7d3de54e" />plasma-web: Add `onChangeStartOfRange` prop into Calendar (https://github.com/salute-developers/plasma/pull/1014)### Overlay-   добавлен в новой архитектуре-   добавлен в поставку для `plasma-{b2c/web}`-   написаны тесты и документация-   интегрирован в компоненты `Toast`, `Modal`feat(plasma-new-hope/web/b2c): overlay component (https://github.com/salute-developers/plasma/pull/1033)### Select-   Обновлены зависимости у callback onChangeValue, который вызывался при выборе элемента в `multiselect` режиме для библиотеки `@salutejs/plasma-hope`fix(plasma-hope): Add value deps for `Select` component with multiselect mode (https://github.com/salute-developers/plasma/pull/1040)### Tabs-   выполнен редизайн компонента `Tabs`-   компонент добавлен в `plasma-web/b2c` в новой архитектуре-   добавлены новые свойства для `TabItem`-   `TabsController` теперь deprecated. Для подключения клавиатурной навигации необходимо дополнительно прокинуть свойства `index, itemIndex, onIndexChange`.feat(plasma-web, plasma-b2c): Tabs refactor and redesign (https://github.com/salute-developers/plasma/pull/983)### Avatar & AvatarGroup-   Упрощен функционал аватара-   Avatar и AvatarGroup были добавлены в web, b2cfeat(plasma-new-hope, plasma-web, plasma-b2c): Avatar & AvatarGroup (https://github.com/salute-developers/plasma/pull/1036)### Combobox-   добавлен компонент `Combobox` c новым дизайном в библиотеку `@salutejs/plasma-new-hope` для тем plasma-b2c и plasma-web, а также в `@salutejs/plasma-b2c` и `@salutejs/plasma-web`single![image](https://github.com/salute-developers/plasma/assets/26903236/9178c72d-15ca-4dc4-b722-cc32956a6820)multiple![image](https://github.com/salute-developers/plasma/assets/26903236/972c419a-25f2-4ddc-9afe-9e59785e19d8)feat(plasma-new-hope): Add `Combobox` component (https://github.com/salute-developers/plasma/pull/1032)## Icons-   поправлен `tree-shaking` пакета иконок-   компонент `Icon` теперь **deprecated**plasma-icons: fix tree-shaking (https://github.com/salute-developers/plasma/pull/1031)## Fonts-   обновлены шрифты SBSans Display для CDN## Infra### Plasma-web-docs-   обновлен пакет `docusaurus` и все что с ним связано до `@latest` версии-   исправлены **все** уязвимости в пакете `plasma-web-docs`plasma-infra: Bump `Docusaurus` to latest [plasma-web-docs](https://github.com/salute-developers/plasma/pull/1025)### Plasma-ui-docs-   обновлен пакет `docusaurus` и все что с ним связано до `@latest` версии-   исправлены **все** уязвимости в пакете `plasma-ui-docs`plasma-infra: Bump `Docusaurus` to latest [plasma-ui-docs](https://github.com/salute-developers/plasma/pull/1026)### DEV Stage-   добавлен dev stage для возможности сделать deploy dev branch. Нужен для QAplasma-infra: Setup s3 DEV stage – manual run (https://github.com/salute-developers/plasma/pull/1029)### Fonts-   обновлены шрифты для документации, storybook , тестовchore: update sb fonts (https://github.com/salute-developers/plasma/pull/1041)## Misc### Сборка без `styled-components`-   добавили возможность использовать `plasma-{web,b2c}` без `styled-components`Пример использования:```jsimport { TextArea } from @salutejs/plasma-web/css;```plasma-web/plasma-b2c: Добавлена сборка без styled-components (https://github.com/salute-developers/plasma/pull/942)### SDDS SRVC-   добавлена библиотека sdds-srvc-   поднят storybook в рамках pull request-   опубликован npm пакет-   добавлена Typography (в виде компонентов как старого, так и нового формата)-   добавлены компоненты: Button, Checkbox, Dropdown, Link, Modal, Popup, Radiobox, Segment, Spinner, Switchfeat(sdds-srvc): add sdds srvc package (https://github.com/salute-developers/plasma/pull/1023)### Caldera-   добавлена библиотека Caldera-   поднят storybook в рамках pull request-   опубликован npm пакет-   добавлена Typography (в виде компонентов как старого, так и нового формата)-   добавлены компоненты: Button, Checkbox, Dropdown, Link, ModalBase, PopupBase, Radiobox, Segment, Spinner, Switchfeat(caldera): add Caldera package (https://github.com/salute-developers/plasma/pull/990)### Caldera-online-   добавлена библиотека Caldera-online-   поднят storybook в рамках pull request-   опубликован npm пакет-   добавлена Typography (в виде компонентов как старого, так и нового формата)-   добавлены компоненты: Button, Checkbox, Dropdown, Link, ModalBase, PopupBase, Radiobox, Segment, Spinner, Switchfeat(caldera): add caldera online package (https://github.com/salute-developers/plasma/pull/1012)---#### 🚀 Enhancement-   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))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: update snapshots [#1041](https://github.com/salute-developers/plasma/pull/1041) ([@TitanKuzmich](https://github.com/TitanKuzmich))-   chore: update fonts for docs ([@TitanKuzmich](https://github.com/TitanKuzmich))-   chore: update fonts for storybook ([@TitanKuzmich](https://github.com/TitanKuzmich))-   fix(plasma-web, plasma-b2c): height, arrows design fixes ([@kayman233](https://github.com/kayman233))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 8-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   Luiza_Sok ([@luizasok](https://github.com/luizasok))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.230.0 (Thu Feb 01 2024)### Release Notes#### Release by 31.01.2024 ([#1020](https://github.com/salute-developers/plasma/pull/1020))## Components### Modal-   поправлена генерация id для `Modal, Popup`-   добавлены тесты для `Modal, Popup`plasma-new-hope: fix id generation for Modal, Popup (https://github.com/salute-developers/plasma/pull/1001)### Avatar и Avatar Group-   добавлены компоненты Avatar и AvatarGroup-   Временно добавлен полифил `focus-visible` в linaria.tsxfeat(plasma-new-hope): Avatar & AvatarGroup (https://github.com/salute-developers/plasma/pull/962)### Select-   добавлен компонент `Select` c новым дизайном в библиотеку `@salutejs/plasma-new-hope` для тем plasma-b2c и plasma-web-   добавлена клавиатурная навигация со следующими комбинациями:    -   Tab - переход на таргет (кнопку)    -   Shift + tab - выход с него (теряем фокус)    -   Пробел / стрелка вверх / стрелка вниз / enter - открыть выпадающий список и переместиться на первый элемент    -   Стрелки вверх / вниз ходим по элементам    -   Пробел / enter - выбираем элемент, закрываем выпадающий список и переходим фокусом снова на таргет (кнопку)    -   Если мы ходим по селекту и нажимаем Tab - выпадающий список закрывается и теряем фокус    -   Если мы ходим по селекту и нажимаем Escape - выпадающий список закрывается и фокусом остаёмся на таргете    -   В мультиселекте тоже самое кроме закрытия выпадающего списка при выборе элемента    -   При активном состоянии у таргета, нажимаем стрелку влево / вправо - попадаем на первый чип    -   Когда находимся на первом чипе, нажимаем стрелку влево / вправо - переходим по чипам    -   Нажимаем backspace - удаляем выбранный чип и переходим на предыдущий    -   Если удалили последний чип, то фокусируемся на таргете    -   Если находимся в выборе элемента из выпадающего списка и нажимаем стрелку влево / вправо - попадаем на самый последний чип    -   Если находимся в режиме выбора элемента и нажимаем стрелку вниз / вверх находясь на последнем / первом элементе, то перескакиваем в начало / в конец### Icons-   добавлены новые иконки и изменена структура файлов старых в библиотеку `@salutejs/plasma-new-hope`### Button-   добавлены токены для компонента `Button`, регулирующие высоту и scale при hover и active состояниях #706-   исправлен баг, при котором у компонента `Button` будет отсутствовать бэкграунд в состоянии disabled и при hover'е### Checkbox, Radiobox-   добавлены токены для компонент `Checkbox`, `Radiobox`, отвечающие за отступы### Chip-   добавлен токен для компонента `Chip`, отвечающий за цвет иконки закрытия### Dropdown-   добавлена поддержка react-компонент в props `contentLeft` и `contentRight`-   убрано свойство isNested, т.к. теперь можно вкладывать Dropdown друг в друга без негоfeat(plasma-new-hope): Add `Select` component (https://github.com/salute-developers/plasma/pull/956)### Toast-   добавлен компонент Toast в новой архитектуре-   добавлен в поставку в b2c/web-   обновлены тесты-   обновлена документацияfeat(plasma-new-hope/web/b2c): toast refactor & redesign (https://github.com/salute-developers/plasma/pull/1010)### TextArea-   добавлена поддержка переноса строки для свойства `placeholder`;-   исправлено поведение компонента при использовании свойств `defaultValue` и `placeholder`.fix(plasma-new-hope): Fixes for `TextArea` component (https://github.com/salute-developers/plasma/pull/1017)## Icons### Hotfix-   поправлена публикация пакета со всем содержимым билдаfix(plasma-icons): fix package publish (https://github.com/salute-developers/plasma/pull/989)## Infra### Workflow for `dev` branch-   добавлен отдельный workflow для **безусловной** сборки документация и storybook на основе dev веткиplasma-infra(documentation): Add documentation workflow for dev branch (https://github.com/salute-developers/plasma/pull/996)### Коллаборативный прогон [Perftool]-   добавлен коллаборативный прогон (прогон одновременно двух веток в рамках одного процесса)ci: use perftool collaborative mode (https://github.com/salute-developers/plasma/pull/991)### Override `lerna ls`-   переопределили логику `ignoreChanges` для команды `lerna ls` чтобы изменения файлов `*.component-test.tsx` тоже учитывалосьplasma-infra: Override `lerna ls` config (https://github.com/salute-developers/plasma/pull/995)### Mattermost notifications-   добавлено уведомление для упавшего процесса публикации релиз кандидатаplasma-infra: Add notification when publish failed (https://github.com/salute-developers/plasma/pull/935)### Release pull request-   добавлен выбор ветки для создания release pull requestplasma-infra: Refactoring release pull request workflow (https://github.com/salute-developers/plasma/pull/1007)### Versionate docs-   вынесли этот процесс в отдельный, от публикация релиза, workflow.plasma-infra: Move the `versionate_docs` job to a separate workflow (https://github.com/salute-developers/plasma/pull/1006)### Perftool-   убиран verbose loglevel в `perftool`Remove perftool max log verbosity (https://github.com/salute-developers/plasma/pull/1004)## Misc### Storybook-   поправлено отображение примера Popup в storybookchore: fix Popup storybook example (https://github.com/salute-developers/plasma/pull/997)---#### 🚀 Enhancement-   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))-   feat(plasma-ui): remove symlink on Toast tests ([@TitanKuzmich](https://github.com/TitanKuzmich))-   feat(plasma-ui): fix Badge tests ([@TitanKuzmich](https://github.com/TitanKuzmich))#### 🐛 Bug Fix-   Merge remote-tracking branch 'origin/dev' into release_2024-01-31 ([@Yakutoc](https://github.com/Yakutoc))-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: closed img tag ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 8-   [@kayman233](https://github.com/kayman233)-   [@nikewht](https://github.com/nikewht)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   Luiza_Sok ([@luizasok](https://github.com/luizasok))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.228.1 (Fri Jan 19 2024)#### 🐛 Bug Fix-   chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### ⚠️ Pushed to `master`-   chore: closed img tag [no ci](<[@Yakutoc](https://github.com/Yakutoc)>)#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.228.0 (Thu Jan 18 2024)### Release Notes#### Release by 18.01.2024 ([#981](https://github.com/salute-developers/plasma/pull/981))## Components### Carousel-   добавлен пропс `scrollSnapStop` в `Carousel`feat(plasma-core): Add new prop (scrollSnapStop) to the Carousel component (https://github.com/salute-developers/plasma/pull/940)### Skeleton-   добавлен компонент в новой архитектуре-   включен в поставку b2c/web-   удален из plasma-hope-   написаны тесты-   поправлен компонент Button для использования в styledfeat(plasma-new-hope/b2c/web): add skeleton with new architecture (https://github.com/salute-developers/plasma/pull/954)### Skeleton-   добавлены размеры под новую типографикуfeat(plasma-b2c/web): add skeleton new typography sizes (https://github.com/salute-developers/plasma/pull/960)### Header-   добавлен prop, который позволяет применять mediaQuery для S-viewport по условию-   добавлен тест на данный кейсfeat(plasma-ui): add property to show/hide subtitle on S viewport (https://github.com/salute-developers/plasma/pull/958)### Popover arrow-   Поправлено отображение `Popover arrow` в Safari, Firefoxfix(plasma-web): fix Popover arrow in Safari, Firefox (https://github.com/salute-developers/plasma/pull/963)### Image-   добавлен в поставку `plasma-{b2c, web}`-   добавлен UI тесты-   удален из `plasma-hope`feat(plasma-new-hope/web/b2c): Image refactor & redesign (https://github.com/salute-developers/plasma/pull/968)### Badge-   добавлен в поставку `plasma-{b2c,web,new-hope}`-   дополнены тестыfeat(plasma-new-hope/web/b2c): Badge refactor & redesign (https://github.com/salute-developers/plasma/pull/964)### Counter-   добавлен в поставку `plasma-{b2c,web,new-hope}`-   написаны тесты и документацияfeat(plasma-new-hope/web/b2c): Counter component (https://github.com/salute-developers/plasma/pull/965)## Icons-   добавлены **новые** иконки размера 24x24, 1025 штук-   добавлены **новые** категории иконок в разделе icons на сайтеfeat(plasma-icons): Add new 24x24 icons (https://github.com/salute-developers/plasma/pull/955)## Infra### Perftool-   обновление версии @salutejs/perftool@0.24Update perftool (https://github.com/salute-developers/plasma/pull/932)### @Auto-it CLI-   добавлена возможность прокинуть опции/флаги для запуска - **auto shipit**;-   выключили генерацию changelog для pubslish: canary, RC;plasma-infra: Pass cli options for "@auto-it" (https://github.com/salute-developers/plasma/pull/890)### Changelog workflow-   добавлена новая категория `Bugs`-   экранирование спец символовplasma-infra: Improve changelog workflow (https://github.com/salute-developers/plasma/pull/967)## Tokens### Tokens naming-   изменена нотация с `camelCase` на `kebab-case` для старых токенов цветов и типографикиБыло:<img width="600" alt="Screenshot 2024-01-16 at 19 09 54" src="https://github.com/salute-developers/plasma/assets/26903236/b83f776b-e4f9-43e1-9506-bff3d25f7e71" />Стало:<img width="600" alt="Screenshot 2024-01-16 at 19 09 17" src="https://github.com/salute-developers/plasma/assets/26903236/10298375-1a54-4dd4-8fe3-8af74c3e40b1" />feat(plasma-tokens-utils): Update formatting tokens name from camelCase to kebab-case (https://github.com/salute-developers/plasma/pull/971)## Bugs### Calendar-   добавлен `ref` в `forwardRef` вторым аргументомfeat(plasma-new-hope): fix CalendarDouble ref (https://github.com/salute-developers/plasma/pull/959)### Carousel-   решен баг с пролистыванием (onDragScroll) в accessible mode - mobile & desktop.-   control panel в карусели работает корректно (можно выбрать scrollAlign).fix(plasma-hope/plasma-web): Turn onDragScroll off by default in accessibility mode in Carousel. Fix storybook control panel in it. (https://github.com/salute-developers/plasma/pull/957)### Spinner-   исправлено отображение компонента `Spinner` при размере 8pxfix(plasma-new-hope): Fix size for `Spinner` component (https://github.com/salute-developers/plasma/pull/966)## Misc### Typography-   root для типографики вынесен в общий компонент-   className, style теперь явно задаются в компоненте-   исправлены конфиги для asdk поставкиfeat(plasma-new-hope/b2c/web): redefining classnames for typography (https://github.com/salute-developers/plasma/pull/947)---#### 🚀 Enhancement-   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))-   feat(plasma-ui): add property to show/hide subtitle on S viewport [#958](https://github.com/salute-developers/plasma/pull/958) ([@TitanKuzmich](https://github.com/TitanKuzmich))#### 🐛 Bug Fix-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 7-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))-   Dima Shugaev ([@shuga2704](https://github.com/shuga2704))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.224.0 (Fri Dec 22 2023)#### 🚀 Enhancement-   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))-   feat: bump manual package-locks [#933](https://github.com/salute-developers/plasma/pull/933) ([@TitanKuzmich](https://github.com/TitanKuzmich))#### 🐛 Bug Fix-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   chore(vite): bump to 4.5.1 ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 5-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.223.0 (Thu Nov 30 2023)#### 🚀 Enhancement-   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))-   feat: update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))-   feat: Update package-lock.json files ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: update package locks [#880](https://github.com/salute-developers/plasma/pull/880) ([@TitanKuzmich](https://github.com/TitanKuzmich))-   chore(plasma-ui): bump "default-browser-id" to 2.0.0 [#875](https://github.com/salute-developers/plasma/pull/875) ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): bump "vite" to 4.5.0 ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): npm audit fix vulnerabilities ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): delete unnecessary dep: "react-scripts" [#868](https://github.com/salute-developers/plasma/pull/868) ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): delete unnecessary sync data for about/tokens mdx ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): refactoring environment mdx ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): refactoring tokens mdx ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): refactoring hocs mdx ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): refactoring utils mdx ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): refactoring device theme provider mdx ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): refactoring theming mdx ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): refactoring mixins mdx ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): refactoring about mdx ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): bump storybook to @latest (7.5.3) ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): delete unnecessary dep: "@storybook/client-logger" ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): migrate "{Preview,Main}.ts" after bump SB 7 ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): add decorators: Theme, Toast, Docs ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): delete unnecessary dep: "@storybook/preset-create-react-app" ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): migrate to CSF 3 [Spacing](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Colors](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Typography](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Toast](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [TextField](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [TextBox](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [TextArea](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Tabs](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Switch](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Stepper](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Spinner](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Slider](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Skeleton](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Sheet](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Radiobox](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [ProductCard](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Price](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Pickers](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [PaginationDots](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Marquee](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [MarkedList](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Image](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Icon](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Header](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Grid](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Confirm](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Checkbox](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Cell](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Carousel](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Card](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Button](<[@Yakutoc](https://github.com/Yakutoc)>)-   chore(plasma-ui): migrate to CSF 3 [Badge](<[@Yakutoc](https://github.com/Yakutoc)>)-   Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 6-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.221.0 (Thu Nov 16 2023)### Release Notes#### Release 16.11.2023 ([#852](https://github.com/salute-developers/plasma/pull/852))Релиз от 16.11.2023---#### 🚀 Enhancement-   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))-   feat: bump TS to 4.2.4 ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   chore: update package-locks ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   chore(packages): reformat package.json ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): add "@storybook/client-logger" ([@Yakutoc](https://github.com/Yakutoc))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 5-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))---# v1.218.0 (Thu Nov 02 2023)#### 🚀 Enhancement-   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))-   feat: manual bump versions [#826](https://github.com/salute-developers/plasma/pull/826) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-new-hope): new classes API for Popup [#819](https://github.com/salute-developers/plasma/pull/819) ([@kayman233](https://github.com/kayman233))#### 🐛 Bug Fix-   chore: update package-locks ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions ([@Salute-Eva](https://github.com/Salute-Eva))-   fix(plasma-ui, plasma-web, plasma-b2c): new animation API for PopupBase/ModalBase ([@kayman233](https://github.com/kayman233))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 6-   [@kayman233](https://github.com/kayman233)-   [@nikewht](https://github.com/nikewht)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.216.0 (Thu Oct 19 2023)#### 🚀 Enhancement-   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))-   feat(plasma-core): animation with other API ([@kayman233](https://github.com/kayman233))-   feat(plasma-ui): add placement for Confirm ([@kayman233](https://github.com/kayman233))-   feat(plasma-ui): add Popover, PopupBase, ModalBase to plasma-ui ([@kayman233](https://github.com/kayman233))#### 🐛 Bug Fix-   fix(plasma-ui): PopupProvider inside Confirm added ([@kayman233](https://github.com/kayman233))-   fix(plasma-core, plasma-ui): remove withAnimation from PopupBase ([@kayman233](https://github.com/kayman233))-   fix(plasma-core, plasma-ui): minor refactoring and types fix ([@kayman233](https://github.com/kayman233))-   feat(plasma-core, plasma-ui): add animation for PopupBase etc ([@kayman233](https://github.com/kayman233))-   fix(plasma-ui): change sheet-handler color ([@TitanKuzmich](https://github.com/TitanKuzmich))#### Authors: 6-   [@kayman233](https://github.com/kayman233)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Nikita Belyanskiy (nikita.belyanskiy@south.rt.ru)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.215.0 (Fri Sep 29 2023)#### 🚀 Enhancement-   Update package-locks [#781](https://github.com/salute-developers/plasma/pull/781) ([@Salute-Eva](https://github.com/Salute-Eva))-   feat(plasma-ui): add labels for time pickers [#781](https://github.com/salute-developers/plasma/pull/781) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): add prop "buttonsDirection" [#781](https://github.com/salute-developers/plasma/pull/781) ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   Update versions [#781](https://github.com/salute-developers/plasma/pull/781) ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: update package-locks [#781](https://github.com/salute-developers/plasma/pull/781) ([@Salute-Eva](https://github.com/Salute-Eva))-   fix: Bump package-lock versions [#781](https://github.com/salute-developers/plasma/pull/781) ([@neretin-trike](https://github.com/neretin-trike))-   chore: update version [#781](https://github.com/salute-developers/plasma/pull/781) ([@Yakutoc](https://github.com/Yakutoc))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.209.0 (Thu Sep 14 2023)#### 🚀 Enhancement-   feat(plasma-ui): processing new line for title, subtitle [#699](https://github.com/salute-developers/plasma/pull/699) ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   chore: update package-locks [#699](https://github.com/salute-developers/plasma/pull/699) ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions [#699](https://github.com/salute-developers/plasma/pull/699) ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.206.0 (Mon Sep 04 2023)#### 🐛 Bug Fix-   chore: update package-locks [#681](https://github.com/salute-developers/plasma/pull/681) ([@Salute-Eva](https://github.com/Salute-Eva))-   Update versions [#681](https://github.com/salute-developers/plasma/pull/681) ([@Salute-Eva](https://github.com/Salute-Eva))-   chore(packages): add lint script [#681](https://github.com/salute-developers/plasma/pull/681) ([@Yakutoc](https://github.com/Yakutoc))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.202.0 (Fri Aug 18 2023)#### 🚀 Enhancement-   feat(plasma-ui): add prop "extraContent" [Confirm][#660](https://github.com/salute-developers/plasma/pull/660) ([@kayman233](https://github.com/kayman233))#### 🐛 Bug Fix-   fix(plasma-ui): Update behavior scroll in `Sheet` component [#660](https://github.com/salute-developers/plasma/pull/660) ([@neretin-trike](https://github.com/neretin-trike))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.201.0 (Thu Aug 03 2023)#### 🚀 Enhancement-   feat(plasma-ui): Add some threshold fallbacks [#630](https://github.com/salute-developers/plasma/pull/630) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   fix(plasma-ui): Fix hide behavior in `Sheet` component on slow scroll [#635](https://github.com/salute-developers/plasma/pull/635) ([@neretin-trike](https://github.com/neretin-trike))-   fix(plasma-ui): fix scroll TimePicker on android [#619](https://github.com/salute-developers/plasma/pull/619) ([@kayman233](https://github.com/kayman233))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### ⚠️ Pushed to `master`-   Merge branch 'dev' ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 4-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.200.0 (Thu Jul 13 2023)#### 🚀 Enhancement-   feat(plasma-core): custom width/height for TextArea [#620](https://github.com/salute-developers/plasma/pull/620) ([@kayman233](https://github.com/kayman233))#### 🐛 Bug Fix-   fix(plasma-ui): Fix scrollable behavior for `Sheet` component [#620](https://github.com/salute-developers/plasma/pull/620) ([@neretin-trike](https://github.com/neretin-trike))-   chore(storybook): avoid OpenSSL v3.0 breaking changes [#620](https://github.com/salute-developers/plasma/pull/620) ([@Yakutoc](https://github.com/Yakutoc))-   fix(plasma-core): new height/width types in TextArea [#620](https://github.com/salute-developers/plasma/pull/620) ([@kayman233](https://github.com/kayman233))-   fix(plasma-core): fix cols/rows usage in TextArea [#620](https://github.com/salute-developers/plasma/pull/620) ([@kayman233](https://github.com/kayman233))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 4-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.199.0 (Thu Jun 29 2023)#### 🐛 Bug Fix-   chore: add forgotten license [#582](https://github.com/salute-developers/plasma/pull/582) ([@Yeti-or](https://github.com/Yeti-or))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.197.0 (Thu Jun 01 2023)#### 🐛 Bug Fix-   chore: use "paths" property in tsconfig.json [#526](https://github.com/salute-developers/plasma/pull/526) ([@Yakutoc](https://github.com/Yakutoc))-   chore: [packages] update package-lock files [#526](https://github.com/salute-developers/plasma/pull/526) ([@Yakutoc](https://github.com/Yakutoc))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### ⚠️ Pushed to `master`-   test(plasma-ui): add more performance tests, exclude perftests from tsconfig & type coverage ([@Troff8](https://github.com/Troff8))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Troff ([@Troff8](https://github.com/Troff8))---# v1.196.0 (Mon May 22 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### ⚠️ Pushed to `master`-   fix(plasma-web, plasma-b2c, plasma-ui): fix single/multiple lines in Checkbox/Radiobox ([@kayman233](https://github.com/kayman233))#### Authors: 2-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.194.0 (Fri May 19 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.193.0 (Fri May 19 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.191.1 (Wed May 17 2023)#### 🐛 Bug Fix-   fix(plasma-ui): omit 'onResize', 'onResizeCapture', 'nonce' properties for ActionButtonProps [#506](https://github.com/salute-developers/plasma/pull/506) ([@Yakutoc](https://github.com/Yakutoc))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.189.0 (Thu Apr 27 2023)#### 🚀 Enhancement-   feat(plasma-ui): trailing symbols snapshots/test [TextField][#484](https://github.com/salute-developers/plasma/pull/484) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): handling trailing symbols ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.188.0 (Thu Apr 27 2023)#### 🚀 Enhancement-   feat(plasma-ui): Add size tokens to `Button` component (neretinartem@Neretins-MBP.netis)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Neretin Artem (neretinartem@Neretins-MBP.netis)---# v1.187.0 (Wed Apr 26 2023)#### 🐛 Bug Fix-   fix(plasma-ui): fix jest config ([@kayman233](https://github.com/kayman233))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.186.1 (Tue Apr 25 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.186.0 (Mon Apr 24 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.184.0 (Thu Apr 20 2023)#### 🚀 Enhancement-   feat(plasma-ui): Add new stories with scroll content and button [#482](https://github.com/salute-developers/plasma/pull/482) (neretinartem@Neretins-MBP.netis)-   feat(plasma-ui): Add swipe for whole sheet (neretinartem@Neretins-MBP.netis)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Neretin Artem (neretinartem@Neretins-MBP.netis)---# v1.182.0 (Wed Apr 12 2023)#### 🚀 Enhancement-   feat(plasma-ui): Add `collectPackageInfo` and custom babel config (neretinartem@Neretins-MBP.netis)#### 🐛 Bug Fix-   ci: perftool for whole repo, fail on bad changes [#418](https://github.com/salute-developers/plasma/pull/418) ([@akhdrv](https://github.com/akhdrv))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### ⚠️ Pushed to `master`-   refactor(plasma-ui,plasma-core,plasma-hope): Refactor some components for clean re-export (neretinartem@Neretins-MBP.netis)#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))-   Neretin Artem (neretinartem@Neretins-MBP.netis)---# v1.181.1 (Mon Apr 10 2023)#### 🐛 Bug Fix-   fix(plasma-ui): re-export "Image" from plasma-core ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.181.0 (Thu Apr 06 2023)#### 🐛 Bug Fix-   fix(plasma-ui): add offScrollSnapAlign prop ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.180.1 (Tue Apr 04 2023)#### 🐛 Bug Fix-   chore(docs): added CarouselLite docs and examples [#456](https://github.com/salute-developers/plasma/pull/456) ([@arsenykruglikov](https://github.com/arsenykruglikov))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Arseny Kruglikov ([@arsenykruglikov](https://github.com/arsenykruglikov))---# v1.178.1 (Wed Mar 22 2023)#### 🐛 Bug Fix-   fix(plasma-ui): omit 'onResize', 'onResizeCapture', 'nonce' in HeaderLogoProps [#434](https://github.com/salute-developers/plasma/pull/434) ([@Yakutoc](https://github.com/Yakutoc))-   chore(plasma-ui): Sheet: fix storybook viewport [#433](https://github.com/salute-developers/plasma/pull/433) ([@Yeti-or](https://github.com/Yeti-or))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.178.0 (Tue Mar 21 2023)#### 🐛 Bug Fix-   fix(plasma-\*): Fix some types by es-lint rules ([@neretin-trike](https://github.com/neretin-trike))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   fix(plasma-ui): Remove storybook docs ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.177.0 (Fri Mar 17 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.176.0 (Thu Mar 16 2023)#### 🚀 Enhancement-   feat(plasma-ui): Replace builder for storybook to Vite [#383](https://github.com/salute-developers/plasma/pull/383) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.174.0 (Tue Mar 14 2023)#### 🚀 Enhancement-   feat(plasma-\*): Rename eslint rule and add temp rules [#408](https://github.com/salute-developers/plasma/pull/408) ([@neretin-trike](https://github.com/neretin-trike))-   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))-   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))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.173.2 (Mon Mar 13 2023)#### 🐛 Bug Fix-   fix(plasma-ui): Remove storybook-addon-performance [#406](https://github.com/salute-developers/plasma/pull/406) ([@neretin-trike](https://github.com/neretin-trike))-   ci: update perftool [#401](https://github.com/salute-developers/plasma/pull/401) ([@akhdrv](https://github.com/akhdrv))#### Authors: 2-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.173.0 (Mon Mar 06 2023)#### 🐛 Bug Fix-   build(plasma-hope): bump react to 18x [#194](https://github.com/salute-developers/plasma/pull/194) ([@Yeti-or](https://github.com/Yeti-or))-   build(plasma-ui): bump react to 18x [#194](https://github.com/salute-developers/plasma/pull/194) ([@Yeti-or](https://github.com/Yeti-or))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.172.0 (Thu Mar 02 2023)#### 🚀 Enhancement-   feat(plasma-ui): add cypress test symlink [#360](https://github.com/salute-developers/plasma/pull/360) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): re-export slider component [#360](https://github.com/salute-developers/plasma/pull/360) ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.171.0 (Mon Feb 20 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.170.0 (Fri Feb 17 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   ci: fix package-locks [#352](https://github.com/salute-developers/plasma/pull/352) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.169.1 (Thu Feb 16 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.169.0 (Wed Feb 15 2023)#### 🚀 Enhancement-   feat(plasma-ui): add offset prop in storybook [#336](https://github.com/salute-developers/plasma/pull/336) ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.168.1 (Wed Feb 15 2023)#### 🐛 Bug Fix-   fix(plasma-ui): Resolve "Importing from @storybook/addon-docs/blocks is deprecated" [#344](https://github.com/salute-developers/plasma/pull/344) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.168.0 (Tue Feb 14 2023)#### 🚀 Enhancement-   feat(plasma-ui): Add InSpacingDecorator in stories [#335](https://github.com/salute-developers/plasma/pull/335) ([@neretin-trike](https://github.com/neretin-trike))-   feat(plasma-ui): Fix control.options warning in storybook [#335](https://github.com/salute-developers/plasma/pull/335) ([@neretin-trike](https://github.com/neretin-trike))-   feat(palsma-ui): Remove stories.mdx from components [#335](https://github.com/salute-developers/plasma/pull/335) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   feat(plasma-ui,plasma-temple): Solve warning problems in storyboook [#335](https://github.com/salute-developers/plasma/pull/335) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.167.0 (Tue Feb 14 2023)#### 🚀 Enhancement-   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))-   feat: Bump storybook version to 6.5 [#330](https://github.com/salute-developers/plasma/pull/330) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.166.0 (Tue Feb 14 2023)#### 🚀 Enhancement-   feat(plasma-\*): Remove declarationMap from tsconfig.json [#326](https://github.com/salute-developers/plasma/pull/326) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.165.0 (Tue Feb 14 2023)#### 🚀 Enhancement-   feat(plasma-ui): add onHide action in storybook [#319](https://github.com/salute-developers/plasma/pull/319) ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   chore(plasma-ui): update perftool and config [#328](https://github.com/salute-developers/plasma/pull/328) ([@akhdrv](https://github.com/akhdrv))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))---# v1.164.0 (Fri Feb 10 2023)#### 🚀 Enhancement-   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))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.163.0 (Wed Feb 08 2023)#### 🐛 Bug Fix-   feat(plasma-ui,plasma-b2c): Add breakWord props for storybook preview [#310](https://github.com/salute-developers/plasma/pull/310) ([@neretin-trike](https://github.com/neretin-trike))-   feat(plasma-typo,plasma-ui): Add breakWord props for global style root [#310](https://github.com/salute-developers/plasma/pull/310) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.162.0 (Thu Feb 02 2023)#### 🚀 Enhancement-   feat(plasma-\*): Remove source maps from bundles [#309](https://github.com/salute-developers/plasma/pull/309) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   chore(plasma-ui): enable preview source code [#308](https://github.com/salute-developers/plasma/pull/308) ([@Yakutoc](https://github.com/Yakutoc))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.161.0 (Wed Feb 01 2023)#### 🚀 Enhancement-   feat(plasma-ui): add onSearch event [#294](https://github.com/salute-developers/plasma/pull/294) ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.160.0 (Wed Feb 01 2023)#### 🐛 Bug Fix-   fix(plasma-ui): add default return value [#304](https://github.com/salute-developers/plasma/pull/304) ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.159.0 (Wed Jan 25 2023)#### 🚀 Enhancement-   feat(plasma-ui): use attrs in Button, add spatial class in Picker [#285](https://github.com/salute-developers/plasma/pull/285) ([@arsenykruglikov](https://github.com/arsenykruglikov))-   feat(plasma-ui): add support of @salutejs/spatial, fix context memoization in Tabs [#285](https://github.com/salute-developers/plasma/pull/285) ([@arsenykruglikov](https://github.com/arsenykruglikov))#### 🐛 Bug Fix-   fix(plasma-ui): helpers => utils [#285](https://github.com/salute-developers/plasma/pull/285) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   Arseny Kruglikov ([@arsenykruglikov](https://github.com/arsenykruglikov))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.158.1 (Wed Jan 25 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.158.0 (Wed Jan 25 2023)#### 🚀 Enhancement-   chore(plasma-ui): update perftool config [#286](https://github.com/salute-developers/plasma/pull/286) ([@akhdrv](https://github.com/akhdrv))#### Authors: 1-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))---# v1.157.0 (Tue Jan 24 2023)#### 🐛 Bug Fix-   chore(plasma-ui): add Stepper and Tabs perftests [#278](https://github.com/salute-developers/plasma/pull/278) ([@akhdrv](https://github.com/akhdrv))-   chore(plasma-ui): add ProductCard perftest [#278](https://github.com/salute-developers/plasma/pull/278) ([@akhdrv](https://github.com/akhdrv))-   chore(plasma-ui): add Carousel perftest [#278](https://github.com/salute-developers/plasma/pull/278) ([@akhdrv](https://github.com/akhdrv))-   chore(plasma-ui): change perftest retries, add Card perftest [#278](https://github.com/salute-developers/plasma/pull/278) ([@akhdrv](https://github.com/akhdrv))-   chore(plasma-ui): delete performance addon reports [#278](https://github.com/salute-developers/plasma/pull/278) ([@akhdrv](https://github.com/akhdrv))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))---# v1.156.0 (Thu Jan 19 2023)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   ci: improve ts-coverage report [#282](https://github.com/salute-developers/plasma/pull/282) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.154.1 (Wed Jan 11 2023)#### 🐛 Bug Fix-   chore(plasma-ui): update perftool script, config [#274](https://github.com/salute-developers/plasma/pull/274) ([@akhdrv](https://github.com/akhdrv))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))---# v1.154.0 (Mon Dec 26 2022)#### 🚀 Enhancement-   chore(plasma-ui): add perftool to deps [#268](https://github.com/salute-developers/plasma/pull/268) ([@akhdrv](https://github.com/akhdrv))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))---# v1.153.0 (Mon Dec 26 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.151.1 (Wed Dec 21 2022)#### 🐛 Bug Fix-   fix(plasma-ui): hidden unnecessary pseudo-placeholder [#271](https://github.com/salute-developers/plasma/pull/271) ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.150.0 (Wed Dec 14 2022)#### 🐛 Bug Fix-   fix(plasma-core): Toast hiding with react-18 [#261](https://github.com/salute-developers/plasma/pull/261) ([@Yeti-or](https://github.com/Yeti-or))-   Bump independent versions \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### ⚠️ Pushed to `master`-   Merge commit '2de734f1' into test ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.148.0 (Wed Dec 07 2022)#### 🚀 Enhancement-   feat(plasma-ui): update sb-addon-performance version fixing measures and adding React 18 support [#249](https://github.com/salute-developers/plasma/pull/249) ([@akhdrv](https://github.com/akhdrv))#### Authors: 1-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))---# v1.147.5 (Fri Dec 02 2022)#### 🐛 Bug Fix-   fix(plasma-ui): hide controls when disabled/isSingleItem [#245](https://github.com/salute-developers/plasma/pull/245) ([@Yakutoc](https://github.com/Yakutoc))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.147.3 (Wed Nov 30 2022)#### 🐛 Bug Fix-   fix(plasma-ui): fix using sb-addon-performance usages for future storybook versions [#248](https://github.com/salute-developers/plasma/pull/248) ([@akhdrv](https://github.com/akhdrv))#### Authors: 1-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))---# v1.147.2 (Thu Nov 24 2022)#### 🐛 Bug Fix-   fix(plasma-ui): improve type-coverage [#234](https://github.com/salute-developers/plasma/pull/234) ([@Yeti-or](https://github.com/Yeti-or))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.147.1 (Thu Nov 24 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.147.0 (Thu Nov 24 2022)#### 🚀 Enhancement-   feat(plasma-ui): [cypress] update tests [#229](https://github.com/salute-developers/plasma/pull/229) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): processing price periodicity [#229](https://github.com/salute-developers/plasma/pull/229) ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.146.1 (Thu Nov 24 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.146.0 (Wed Nov 23 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.145.0 (Thu Nov 17 2022)#### 🚀 Enhancement-   feat(plasma-ui): processing price periodicity [#220](https://github.com/salute-developers/plasma/pull/220) ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.143.4 (Wed Nov 09 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.143.2 (Thu Nov 03 2022)#### 🐛 Bug Fix-   fix(plasma-ui): fix Pickers for React 18 [#207](https://github.com/salute-developers/plasma/pull/207) ([@akhdrv](https://github.com/akhdrv))#### Authors: 1-   Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))---# v1.143.1 (Thu Nov 03 2022)#### 🐛 Bug Fix-   fix(plasma-ui): Increase area for touch in `Sheet` component [#208](https://github.com/salute-developers/plasma/pull/208) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.143.0 (Thu Nov 03 2022)#### 🚀 Enhancement-   feat(plasma-ui): Add ref for `TabItem` component [#209](https://github.com/salute-developers/plasma/pull/209) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.141.1 (Mon Oct 31 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.141.0 (Mon Oct 31 2022)#### 🚀 Enhancement-   feat(plasma-ui): add storybook wrapper with margin top [#197](https://github.com/salute-developers/plasma/pull/197) ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   fix(plasma-ui): handle tabs gap [#197](https://github.com/salute-developers/plasma/pull/197) ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.140.1 (Thu Oct 27 2022)#### 🐛 Bug Fix-   fix(plasma-ui): delete unnecessary max-height property [#201](https://github.com/salute-developers/plasma/pull/201) ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.140.0 (Thu Oct 27 2022)#### 🚀 Enhancement-   fix(plasma-ui): handle "Spinner" size [#193](https://github.com/salute-developers/plasma/pull/193) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): pass "deviceScale" prop for default spinner [#193](https://github.com/salute-developers/plasma/pull/193) ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.139.0 (Thu Oct 27 2022)#### 🚀 Enhancement-   feat(plasma-ui): pass product card text as ReactNode [#180](https://github.com/salute-developers/plasma/pull/180) ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.138.1 (Thu Oct 27 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.136.2 (Mon Oct 10 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.136.1 (Mon Oct 10 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.136.0 (Mon Oct 10 2022)#### 🚀 Enhancement-   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))-   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))-   feat(plasma-ui): processing multiple badge [#175](https://github.com/salute-developers/plasma/pull/175) ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   Bump independent versions \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   Update CHANGELOG.md \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.135.0 (Thu Oct 06 2022)#### 🚀 Enhancement-   feat(plasma-ui): processing multiple badge [#175](https://github.com/salute-developers/plasma/pull/175) ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.134.0 (Thu Oct 06 2022)#### 🚀 Enhancement-   feat(plasma-ui): handle "Sheet" component transition [#178](https://github.com/salute-developers/plasma/pull/178) ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.133.0 (Wed Oct 05 2022)#### 🚀 Enhancement-   feat(plasma-ui): use useThemeContext hook for Carousel.stories [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): use useThemeContext hook for Picker [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): use useThemeContext hook for Slider [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): handle focus for when device kind is "sberbox" [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): handle readonly state when device kind is 'sberBox [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): add useDeviceKind hook [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): add useThemeContext hook [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))#### 🐛 Bug Fix-   Bump independent versions \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   Update CHANGELOG.md \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.132.0 (Wed Oct 05 2022)#### 🚀 Enhancement-   feat(plasma-ui): use useThemeContext hook for Carousel.stories [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): use useThemeContext hook for Picker [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): use useThemeContext hook for Slider [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): handle focus for when device kind is "sberbox" [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): handle readonly state when device kind is 'sberBox [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): add useDeviceKind hook [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))-   feat(plasma-ui): add useThemeContext hook [#177](https://github.com/salute-developers/plasma/pull/177) ([@Yakutoc](https://github.com/Yakutoc))#### Authors: 1-   Alex Czech ([@Yakutoc](https://github.com/Yakutoc))---# v1.131.0 (Mon Oct 03 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.130.0 (Wed Sep 28 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.129.2 (Mon Sep 26 2022)#### 🐛 Bug Fix-   fix(plasma-ui): scroll carousel on touch devices [#169](https://github.com/salute-developers/plasma/pull/169) ([@arsenykruglikov](https://github.com/arsenykruglikov))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Arseny Kruglikov ([@arsenykruglikov](https://github.com/arsenykruglikov))---# v1.129.1 (Tue Sep 20 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.129.0 (Thu Sep 15 2022)#### 🚀 Enhancement-   feat(plasma-ui): Add b2e theme to storybook [#165](https://github.com/salute-developers/plasma/pull/165) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.128.0 (Wed Sep 14 2022)#### 🐛 Bug Fix-   refactor(plasma-ui): Add addFocus mixin for `Checkbox` and `Radiobox` components [#135](https://github.com/salute-developers/plasma/pull/135) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.127.0 (Tue Sep 13 2022)#### 🚀 Enhancement-   feat(plasma-ui): add CarouselLite component [#155](https://github.com/salute-developers/plasma/pull/155) ([@arsenykruglikov](https://github.com/arsenykruglikov))#### Authors: 1-   Arseny Kruglikov ([@arsenykruglikov](https://github.com/arsenykruglikov))---# v1.126.1 (Mon Sep 12 2022)#### 🐛 Bug Fix-   fix(plasma-ui): Fix component Sheet [#159](https://github.com/salute-developers/plasma/pull/159) (mokazakov@sberbank.ru)-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Misha Kazakov (mokazakov@sberbank.ru)---# v1.124.3 (Thu Sep 01 2022)#### 🐛 Bug Fix-   fix(plasma-ui): Add sizes style for responsive typo in `DeviceThemeProvider` [#153](https://github.com/salute-developers/plasma/pull/153) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.124.2 (Thu Sep 01 2022)#### 🐛 Bug Fix-   fix(plasma-ui): Replaced onChange handler to useEffect for `TimePicker` component [#151](https://github.com/salute-developers/plasma/pull/151) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.124.1 (Tue Aug 30 2022)#### 🐛 Bug Fix-   test(plasma-ui): Add test and snapshot for `TimePicker` component [#141](https://github.com/salute-developers/plasma/pull/141) ([@neretin-trike](https://github.com/neretin-trike))-   fix(plasma-ui): Fix deps for useIsomorphicLayoutEffect [#141](https://github.com/salute-developers/plasma/pull/141) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.124.0 (Tue Aug 30 2022)#### 🚀 Enhancement-   feat(plasma-ui): Add options for eventListeners in useRemoteListener hook [#146](https://github.com/salute-developers/plasma/pull/146) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.123.1 (Mon Aug 29 2022)#### 🐛 Bug Fix-   docs(plasma-ui-docs): Update docs and stories for `HeaderMinimize` and `HeaderBack` components [#142](https://github.com/salute-developers/plasma/pull/142) ([@neretin-trike](https://github.com/neretin-trike))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.123.0 (Mon Aug 29 2022)#### 🐛 Bug Fix-   fix(plasma-ui): Remove hover effect for touch devices [#147](https://github.com/salute-developers/plasma/pull/147) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.122.0 (Mon Aug 29 2022)#### 🚀 Enhancement-   feat(plasma-ui): Add forwardRef for `Header`,`NeuHeader` and `Cell` components [#143](https://github.com/salute-developers/plasma/pull/143) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.120.3 (Thu Aug 18 2022)#### 🐛 Bug Fix-   fix(plasma-ui): Replace useLayoutEffect to useIsomorphicLayoutEffect for `Slider` and `Marquee` [#132](https://github.com/salute-developers/plasma/pull/132) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.120.2 (Wed Aug 17 2022)#### 🐛 Bug Fix-   fix(plasma-ui): Add margin for not last button [#131](https://github.com/salute-developers/plasma/pull/131) ([@neretin-trike](https://github.com/neretin-trike))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.120.1 (Tue Aug 16 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.120.0 (Wed Aug 10 2022)#### 🐛 Bug Fix-   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))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.119.0 (Thu Jul 28 2022)#### 🚀 Enhancement-   feat(plasma-ui): Add accessability story for `Carousel` component [#104](https://github.com/salute-developers/plasma/pull/104) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.118.4 (Mon Jul 25 2022)#### 🐛 Bug Fix-   fix(plasma-ui): removed FC type [#97](https://github.com/salute-developers/plasma/pull/97) ([@SeanSilke](https://github.com/SeanSilke))#### Authors: 1-   Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))---# v1.118.3 (Fri Jul 22 2022)#### 🐛 Bug Fix-   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))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.118.2 (Thu Jul 21 2022)#### 🐛 Bug Fix-   fix(plasma-ui): Fix visible border in Input for `Checkbox` and `RadioBox` [#105](https://github.com/salute-developers/plasma/pull/105) ([@neretin-trike](https://github.com/neretin-trike))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.118.0 (Tue Jul 19 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.117.1 (Wed Jul 13 2022)#### 🐛 Bug Fix-   fix(plasma-ui): fix header navigation button animation [#96](https://github.com/salute-developers/plasma/pull/96) ([@kvpolyanskiy](https://github.com/kvpolyanskiy))#### Authors: 1-   [@kvpolyanskiy](https://github.com/kvpolyanskiy)---# v1.117.0 (Wed Jul 06 2022)#### 🚀 Enhancement-   feat(plasma-ui): Performance addon for ProductCart [#83](https://github.com/salute-developers/plasma/pull/83) ([@SeanSilke](https://github.com/SeanSilke))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   perf(plasma-ui): Performance addon for Tabs [#80](https://github.com/salute-developers/plasma/pull/80) ([@SeanSilke](https://github.com/SeanSilke))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))---# v1.116.0 (Fri Jul 01 2022)#### 🚀 Enhancement-   feat(plasma-ui): Performance addon for Card [#85](https://github.com/salute-developers/plasma/pull/85) ([@SeanSilke](https://github.com/SeanSilke))-   feat(plasma-ui): Performance addon for Stepper [#84](https://github.com/salute-developers/plasma/pull/84) ([@SeanSilke](https://github.com/SeanSilke))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   chore(plasma-ui): add performance addon to Carousel component [#74](https://github.com/salute-developers/plasma/pull/74) ([@arsenykruglikov](https://github.com/arsenykruglikov))-   chore(plasma-ui): add performance addon to Picker component [#81](https://github.com/salute-developers/plasma/pull/81) ([@arsenykruglikov](https://github.com/arsenykruglikov))-   Bump independent versions \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   Update CHANGELOG.md \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Arseny Kruglikov ([@arsenykruglikov](https://github.com/arsenykruglikov))-   Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))---# v1.115.0 (Wed Jun 29 2022)#### 🚀 Enhancement-   feat(plasma-ui): Performance addon for Stepper [#84](https://github.com/salute-developers/plasma/pull/84) ([@SeanSilke](https://github.com/SeanSilke))#### Authors: 1-   Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))---# v1.114.0 (Wed Jun 29 2022)#### 🚀 Enhancement-   feat(plasma-ui): update @salutejs/use-virtual [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))-   feat(plasma-ui): drop CarouselColVirtual [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))-   feat(plasma-ui): fix Carousel types [#57](https://github.com/salute-developers/plasma/pull/57) ([@arsenykruglikov](https://github.com/arsenykruglikov))-   feat(plasma-ui): CarouselColVirtual, CarouselItemVirtual [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))-   feat(plasma-ui): simplify BasicVirtual [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))-   feat(plasma-ui): CarouselTemplate [#57](https://github.com/salute-developers/plasma/pull/57) ([@arsenykruglikov](https://github.com/arsenykruglikov))-   feat(plasma-ui): support of the withUseVirtual in the CarouselCol [#57](https://github.com/salute-developers/plasma/pull/57) ([@arsenykruglikov](https://github.com/arsenykruglikov))-   feat(plasma-ui): disable detectActive for useVirtual [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))-   feat(plasma-ui): BasiVirtual wip [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   docs(plasma-ui): CarouselVirtual with deviceScale [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))-   fix(plasma-ui): CarouselVirtual CR 2 [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))-   fix(plasma-ui): CarouselVirtual CR [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))-   test(plasma-ui): refactor `virtual` test [#57](https://github.com/salute-developers/plasma/pull/57) ([@arsenykruglikov](https://github.com/arsenykruglikov))-   test(plasma-ui): Fix `virtual` test [#57](https://github.com/salute-developers/plasma/pull/57) ([@neretin-trike](https://github.com/neretin-trike))-   docs(plasma-ui): CarouselVirtual [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))-   test(plasma-ui): fix export of CarouselItemVirtual, update contributing.md [#57](https://github.com/salute-developers/plasma/pull/57) ([@arsenykruglikov](https://github.com/arsenykruglikov))-   test(plasma-ui): attempt to test CarouselVirtual [#57](https://github.com/salute-developers/plasma/pull/57) ([@KateKate](https://github.com/KateKate))#### Authors: 4-   [@Salute-Eva](https://github.com/Salute-Eva)-   Arseny Kruglikov ([@arsenykruglikov](https://github.com/arsenykruglikov))-   Ekaterina Anishkina ([@KateKate](https://github.com/KateKate))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.113.0 (Thu Jun 23 2022)#### 🚀 Enhancement-   feat(plasma-ui): Tabs render optimization [#76](https://github.com/salute-developers/plasma/pull/76) ([@SeanSilke](https://github.com/SeanSilke))#### Authors: 1-   Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))---# v1.112.0 (Thu Jun 23 2022)#### 🚀 Enhancement-   feat(plasma-ui): Stepper render optimization [#50](https://github.com/salute-developers/plasma/pull/50) ([@SeanSilke](https://github.com/SeanSilke))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))---# v1.111.0 (Wed Jun 22 2022)#### 🚀 Enhancement-   feat(plasma-ui): ProductCard render optimization [#53](https://github.com/salute-developers/plasma/pull/53) ([@SeanSilke](https://github.com/SeanSilke))-   feat(plasma-ui): DatePicker render optimization [#56](https://github.com/salute-developers/plasma/pull/56) ([@SeanSilke](https://github.com/SeanSilke))-   feat(plasma-ui): TimePicker render optimisation [#55](https://github.com/salute-developers/plasma/pull/55) ([@SeanSilke](https://github.com/SeanSilke))-   docs(plasma-ui): Confirm: simple docs [#58](https://github.com/salute-developers/plasma/pull/58) ([@Yeti-or](https://github.com/Yeti-or))-   feat(plasma-ui): add Confirm [#58](https://github.com/salute-developers/plasma/pull/58) ([@Yeti-or](https://github.com/Yeti-or))#### 🐛 Bug Fix-   test(plasma-ui): Remove ui snapshots and tests; Add linked test [#70](https://github.com/salute-developers/plasma/pull/70) ([@neretin-trike](https://github.com/neretin-trike))-   refactor(plasma-ui): Replace `Card` components to import from plasma-core [#70](https://github.com/salute-developers/plasma/pull/70) ([@neretin-trike](https://github.com/neretin-trike))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   build(plasma-ui): added @babel/plugin-transform-react-constant-elements [#46](https://github.com/salute-developers/plasma/pull/46) ([@SeanSilke](https://github.com/SeanSilke))-   Bump independent versions \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   Update CHANGELOG.md \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   test(plasma-ui): add Confirm tests [#58](https://github.com/salute-developers/plasma/pull/58) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 4-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.110.0 (Fri Jun 17 2022)#### 🚀 Enhancement-   feat(plasma-ui): TimePicker render optimisation [#55](https://github.com/salute-developers/plasma/pull/55) ([@SeanSilke](https://github.com/SeanSilke))-   docs(plasma-ui): Confirm: simple docs [#58](https://github.com/salute-developers/plasma/pull/58) ([@Yeti-or](https://github.com/Yeti-or))-   feat(plasma-ui): add Confirm [#58](https://github.com/salute-developers/plasma/pull/58) ([@Yeti-or](https://github.com/Yeti-or))#### 🐛 Bug Fix-   test(plasma-ui): add Confirm tests [#58](https://github.com/salute-developers/plasma/pull/58) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.108.2 (Thu Jun 09 2022)#### 🐛 Bug Fix-   fix(plasma-ui): Add min-height in StyledMediaSlot for `ProductCard` component [#61](https://github.com/salute-developers/plasma/pull/61) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.108.1 (Tue Jun 07 2022)#### 🐛 Bug Fix-   fix(plasma-b2c, plasma-ui): fix scroll handle position passed to callbacks [#48](https://github.com/salute-developers/plasma/pull/48) ([@Gerpea](https://github.com/Gerpea))#### Authors: 1-   German Cyganov ([@Gerpea](https://github.com/Gerpea))---# v1.108.0 (Tue Jun 07 2022)#### 🐛 Bug Fix-   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))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.107.0 (Tue Jun 07 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.106.1 (Thu Jun 02 2022)#### 🐛 Bug Fix-   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)#### Authors: 1-   Arseny Kruglikov (Kruglikov.A.D@sberbank.ru)---# v1.106.0 (Thu May 26 2022)#### 🚀 Enhancement-   test(plasma-ui): Add test and update snapshots for `ProductCard` component [#3](https://github.com/salute-developers/plasma/pull/3) ([@neretin-trike](https://github.com/neretin-trike))-   feat(plasma-ui): Add new additional field and update design for `ProductCard` component; Add event to callback for `Stepper` [#3](https://github.com/salute-developers/plasma/pull/3) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.105.0 (Tue May 24 2022)#### 🚀 Enhancement-   test(plasma-ui,plasma-b2c): Add test and snapshot for `Slider` component [#30](https://github.com/salute-developers/plasma/pull/30) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   fix(plasma-b2c,plasma-ui): Add ref.current for useEffect in SliderBase for `Slider` component [#30](https://github.com/salute-developers/plasma/pull/30) ([@neretin-trike](https://github.com/neretin-trike))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.104.3 (Mon May 23 2022)#### 🐛 Bug Fix-   fix(plasma-ui): Toast: clearTimeout after hiding [#26](https://github.com/salute-developers/plasma/pull/26) ([@Yeti-or](https://github.com/Yeti-or))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.104.2 (Fri May 20 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.104.1 (Thu May 19 2022)#### 🐛 Bug Fix-   fix(plasma-ui, plasma-web): fix carousel context [#20](https://github.com/salute-developers/plasma/pull/20) (Kruglikov.A.D@sberbank.ru)-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Arseny Kruglikov (Kruglikov.A.D@sberbank.ru)---# v1.104.0 (Tue May 17 2022)#### 🐛 Bug Fix-   chore(plasma-ui, plasma-b2c): Add bold type for `Dspl` and `H` in stories [#7](https://github.com/salute-developers/plasma/pull/7) ([@neretin-trike](https://github.com/neretin-trike))-   Bump independent versions \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   Update CHANGELOG.md \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   test(plasma-ui): Add test and snapshost for `TimePicker` and `DatePicker` components [#4](https://github.com/salute-developers/plasma/pull/4) ([@neretin-trike](https://github.com/neretin-trike))-   fix(plasma-ui): Fix behavior if min or max changes for `Pickers` component [#4](https://github.com/salute-developers/plasma/pull/4) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.103.1 (Wed May 11 2022)#### 🐛 Bug Fix-   test(plasma-ui): Add test and snapshost for `TimePicker` and `DatePicker` components [#4](https://github.com/salute-developers/plasma/pull/4) ([@neretin-trike](https://github.com/neretin-trike))-   fix(plasma-ui): Fix behavior if min or max changes for `Pickers` component [#4](https://github.com/salute-developers/plasma/pull/4) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.103.0 (Wed May 11 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.102.0 (Wed May 11 2022)#### 🐛 Bug Fix-   chore: update package-locks [#18](https://github.com/salute-developers/plasma/pull/18) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 1-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.97.0 (Thu May 05 2022)#### 🐛 Bug Fix-   test(plasma-ui): fix Card images [#5](https://github.com/salute-developers/plasma/pull/5) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 1-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.96.0 (Wed Apr 27 2022)#### 🐛 Bug Fix-   fix: linting errs [#1](https://github.com/salute-developers/plasma/pull/1) ([@Yeti-or](https://github.com/Yeti-or))-   fix: monorepo deps resolved [#1](https://github.com/salute-developers/plasma/pull/1) ([@Yeti-or](https://github.com/Yeti-or))-   fix(plasma-ui): Fix behavior with single item in `Picker` component ([@neretin-trike](https://github.com/neretin-trike))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### ⚠️ Pushed to `master`-   test(plasma-ui): Add test and snapshots for `Pickers` component ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.95.0 (Tue Apr 12 2022)#### 🚀 Enhancement-   feat(plasma-ui): disable Pickers infinityScroll for lowPerfomance devices [#1179](https://github.com/salute-developers/plasma/pull/1179) ([@Yeti-or](https://github.com/Yeti-or))-   feat: Added possibility to disable CSS animations via ThemeProvider [#1179](https://github.com/salute-developers/plasma/pull/1179) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   chore: disableAnimation => lowPerformance [#1179](https://github.com/salute-developers/plasma/pull/1179) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.94.0 (Fri Apr 08 2022)#### 🚀 Enhancement-   feat(plasma-ui): Add keys for `Pickers` components in stories [#1181](https://github.com/salute-developers/plasma/pull/1181) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.93.0 (Thu Apr 07 2022)#### 🐛 Bug Fix-   fix: `Field` and `Input` props interfaces facelifting [#1121](https://github.com/salute-developers/plasma/pull/1121) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.92.0 (Fri Apr 01 2022)#### 🚀 Enhancement-   feat(plasma-ui): Added `ProductCard` component [#1144](https://github.com/salute-developers/plasma/pull/1144) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): `Stepper`: divide functionallity as `useStepper` [#1144](https://github.com/salute-developers/plasma/pull/1144) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): `Badge`: Added `warning` view [#1144](https://github.com/salute-developers/plasma/pull/1144) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.91.0 (Thu Mar 31 2022)#### 🐛 Bug Fix-   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))-   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))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.89.0 (Wed Mar 16 2022)#### 🚀 Enhancement-   feat(plasma-ui): `TextArea`: added `aria-describedby` attr [#1133](https://github.com/salute-developers/plasma/pull/1133) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.88.0 (Wed Mar 16 2022)#### 🚀 Enhancement-   feat(plasma-web): `TextField`: added `aria-describedby` attr [#1124](https://github.com/salute-developers/plasma/pull/1124) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): `TextField`: added `aria-describedby` attr [#1124](https://github.com/salute-developers/plasma/pull/1124) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.87.0 (Tue Mar 15 2022)#### 🐛 Bug Fix-   chore: `Toast` stories text & role [#1127](https://github.com/salute-developers/plasma/pull/1127) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.86.0 (Fri Mar 11 2022)#### 🚀 Enhancement-   feat(plasma-core): Add onDetectActiveItem callback for `Carousel` component [#1081](https://github.com/salute-developers/plasma/pull/1081) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.85.1 (Wed Mar 09 2022)#### 🐛 Bug Fix-   fix(plasma-ui): `TimePicker` splitter size [#1120](https://github.com/salute-developers/plasma/pull/1120) ([@LamaEats](https://github.com/LamaEats))#### Authors: 1-   Sviridov Maksim ([@LamaEats](https://github.com/LamaEats))---# v1.85.0 (Fri Mar 04 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.84.1 (Tue Mar 01 2022)#### 🐛 Bug Fix-   fix(plasma-ui): correct Tabs disable state [#1116](https://github.com/salute-developers/plasma/pull/1116) ([@LamaEats](https://github.com/LamaEats))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Sviridov Maksim ([@LamaEats](https://github.com/LamaEats))---# v1.84.0 (Tue Mar 01 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.83.0 (Tue Mar 01 2022)#### 🚀 Enhancement-   feat(plasma-ui): `DeviceThemeProvider`: Added responsive typo support [#1044](https://github.com/salute-developers/plasma/pull/1044) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): Added mixin re-exports [#1044](https://github.com/salute-developers/plasma/pull/1044) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   chore(plasma-ui): Label in `TextBox`'s stories [#1112](https://github.com/salute-developers/plasma/pull/1112) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   fix(plasma-core): Use default view for input readonly state [#1114](https://github.com/salute-developers/plasma/pull/1114) ([@kvpolyanskiy](https://github.com/kvpolyanskiy))-   fix(plasma-ui): Fix slider when active tab size is changed [#1118](https://github.com/salute-developers/plasma/pull/1118) ([@kvpolyanskiy](https://github.com/kvpolyanskiy))-   chore: Storybook fonts [#1044](https://github.com/salute-developers/plasma/pull/1044) ([@fanisco](https://github.com/fanisco))-   feat(plasma-typo, plasma-ui, plasma-b2c): Moved responsive typography to common package [#1044](https://github.com/salute-developers/plasma/pull/1044) ([@fanisco](https://github.com/fanisco))#### Authors: 3-   [@kvpolyanskiy](https://github.com/kvpolyanskiy)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.82.3 (Thu Feb 24 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.82.2 (Thu Feb 24 2022)#### 🐛 Bug Fix-   test(plasma-ui): Add test and snapshot for `Tabs` component [#1113](https://github.com/salute-developers/plasma/pull/1113) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.82.0 (Fri Feb 18 2022)#### 🚀 Enhancement-   feat(plasma-ui): Made overlay optional for Sheet [#1075](https://github.com/salute-developers/plasma/pull/1075) (levkus@gmail.com)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Лев Останин (levkus@gmail.com)---# v1.81.4 (Thu Feb 17 2022)#### 🐛 Bug Fix-   fix(plasma-ui): `HeaderArrow`: made unfocusable [#1076](https://github.com/salute-developers/plasma/pull/1076) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui, plasma-web, plasma-b2c): `Button`: Added theming [#1063](https://github.com/salute-developers/plasma/pull/1063) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.81.3 (Wed Feb 16 2022)#### 🐛 Bug Fix-   fix(plasma-web, plasma-b2c): `TextField`: separated helper spacing styles [#1090](https://github.com/salute-developers/plasma/pull/1090) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.81.1 (Tue Feb 08 2022)#### 🐛 Bug Fix-   test(plasma-ui): Add test and snapshot for `Tabs` component [#1064](https://github.com/salute-developers/plasma/pull/1064) ([@neretin-trike](https://github.com/neretin-trike))-   fix(plasma-ui): Fix outline-radius size for pilled tabs [#1064](https://github.com/salute-developers/plasma/pull/1064) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.81.0 (Thu Feb 03 2022)#### 🚀 Enhancement-   feat(plasma-ui): `Picker`: Added `xs` size [#1055](https://github.com/salute-developers/plasma/pull/1055) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.80.1 (Thu Feb 03 2022)#### 🐛 Bug Fix-   fix: peer dependencies versions [#1053](https://github.com/salute-developers/plasma/pull/1053) ([@LamaEats](https://github.com/LamaEats))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Sviridov Maksim ([@LamaEats](https://github.com/LamaEats))---# v1.80.0 (Wed Feb 02 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.79.0 (Tue Feb 01 2022)#### 🚀 Enhancement-   feat(plasma-ui): `Carousel`: Added possibility to specify list's role [#1031](https://github.com/salute-developers/plasma/pull/1031) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): `Picker` a11y improvements [#1031](https://github.com/salute-developers/plasma/pull/1031) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): Extended `Picker` keyboard control [#1031](https://github.com/salute-developers/plasma/pull/1031) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   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))-   test(plasma-ui): `DatePicker`: test for jumps - 10 up/down, home/end [#1031](https://github.com/salute-developers/plasma/pull/1031) ([@fanisco](https://github.com/fanisco))-   fix(plasma-ui): `Picker`: hide virtual items from screen reader [#1031](https://github.com/salute-developers/plasma/pull/1031) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.78.1 (Fri Jan 28 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.78.0 (Thu Jan 27 2022)#### 🐛 Bug Fix-   chore(plasma-ui,plasma-b2c): Remove unused stories mdx for `Tabs` component [#976](https://github.com/salute-developers/plasma/pull/976) ([@neretin-trike](https://github.com/neretin-trike))-   test(plasma-b2c,plasma-web,plasma-ui): Add test and update snapshots for `Tab` component [#976](https://github.com/salute-developers/plasma/pull/976) ([@neretin-trike](https://github.com/neretin-trike))-   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))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.77.1 (Wed Jan 26 2022)#### 🐛 Bug Fix-   fix(plasma-ui): `ActionButton`: Made `pin` not required again [#1045](https://github.com/salute-developers/plasma/pull/1045) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.76.2 (Thu Jan 13 2022)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.76.1 (Tue Jan 11 2022)#### 🐛 Bug Fix-   feat(plasma-ui, plasma-web): `Carousel` a11y improvements [#973](https://github.com/salute-developers/plasma/pull/973) ([@fanisco](https://github.com/fanisco))-   refactor: Move `Carousel`'s modules in Core/UI/Web [#973](https://github.com/salute-developers/plasma/pull/973) ([@fanisco](https://github.com/fanisco))-   fix(plasma-ui): Keep `Picker` focused even if arrows clicked [#1014](https://github.com/salute-developers/plasma/pull/1014) ([@fanisco](https://github.com/fanisco))-   fix(plasma-ui): `Picker`s' controls position [#1014](https://github.com/salute-developers/plasma/pull/1014) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.75.1 (Wed Dec 29 2021)#### 🐛 Bug Fix-   fix(plasma-ui): Set `HeaderArrow` full height [#1016](https://github.com/salute-developers/plasma/pull/1016) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.75.0 (Wed Dec 29 2021)#### 🐛 Bug Fix-   test(plasma-ui): Add tests and snapshots for `Pickers` component [#1022](https://github.com/salute-developers/plasma/pull/1022) ([@neretin-trike](https://github.com/neretin-trike))-   test(plasma-ui): Add tests and snapshots for `Slider` component [#1021](https://github.com/salute-developers/plasma/pull/1021) ([@neretin-trike](https://github.com/neretin-trike))-   test: Complete tests for `Tabs` [#985](https://github.com/salute-developers/plasma/pull/985) ([@fanisco](https://github.com/fanisco))-   test(plasma-ui): Add test for `Carousel` component with scrollAlign [#996](https://github.com/salute-developers/plasma/pull/996) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 2-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.74.2 (Mon Dec 27 2021)#### 🐛 Bug Fix-   fix(plasma-ui): Add scroll fix for `Picker` component [#1007](https://github.com/salute-developers/plasma/pull/1007) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.74.1 (Thu Dec 23 2021)#### 🐛 Bug Fix-   fix(plasma-ui): Prevent `Radiobox`'s & `Checkbox`'s trigger from squeeze [#958](https://github.com/salute-developers/plasma/pull/958) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.74.0 (Wed Dec 15 2021)#### 🐛 Bug Fix-   test(plasma-b2c): Add Cypress component test for `Carousel` [#968](https://github.com/salute-developers/plasma/pull/968) ([@fanisco](https://github.com/fanisco))-   test(plasma-ui): Add Cypress component test for `Carousel` [#968](https://github.com/salute-developers/plasma/pull/968) ([@fanisco](https://github.com/fanisco))-   test(plasma-ui): add Fade component tests [#990](https://github.com/salute-developers/plasma/pull/990) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): add Sheet component tests [#990](https://github.com/salute-developers/plasma/pull/990) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): add Grid component tests [#990](https://github.com/salute-developers/plasma/pull/990) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): add Header component tests [#990](https://github.com/salute-developers/plasma/pull/990) ([@Yeti-or](https://github.com/Yeti-or))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.73.0 (Wed Dec 15 2021)#### 🐛 Bug Fix-   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))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.72.0 (Tue Dec 14 2021)#### 🚀 Enhancement-   feat(plasma-ui): Add infinite scroll for `DatePicker` and `TimePicker` components [#957](https://github.com/salute-developers/plasma/pull/957) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   test(plasma-ui): add Card component tests [#978](https://github.com/salute-developers/plasma/pull/978) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): add SmartPaginationDots component tests [#978](https://github.com/salute-developers/plasma/pull/978) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): add MarkedList component tests [#978](https://github.com/salute-developers/plasma/pull/978) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): add Marquee component tests [#978](https://github.com/salute-developers/plasma/pull/978) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): add Skeleton component tests [#978](https://github.com/salute-developers/plasma/pull/978) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): add Spinner component tests [#978](https://github.com/salute-developers/plasma/pull/978) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): add TextBox component tests [#978](https://github.com/salute-developers/plasma/pull/978) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): add Cell component tests [#978](https://github.com/salute-developers/plasma/pull/978) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-ui): Add tests for `DatePicker` and `TimePicker` components and update snapshots [#957](https://github.com/salute-developers/plasma/pull/957) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 2-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.71.0 (Tue Dec 07 2021)#### 🚀 Enhancement-   feat: add RadioGroup components [#676](https://github.com/salute-developers/plasma/pull/676) ([@OgNellis](https://github.com/OgNellis))#### 🐛 Bug Fix-   fix: accessibility of checkbox and radiobox for nvda and jaws [#676](https://github.com/salute-developers/plasma/pull/676) ([@OgNellis](https://github.com/OgNellis))#### Authors: 1-   Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))---# v1.70.0 (Fri Dec 03 2021)#### 🚀 Enhancement-   feat: Added `createButton` as a constructor function for `Button` [#946](https://github.com/salute-developers/plasma/pull/946) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   test(plasma-ui): Update tests for `Button` and add for `ActionButton` [#946](https://github.com/salute-developers/plasma/pull/946) ([@fanisco](https://github.com/fanisco))-   refactor(plasma-ui,plasma-b2c): Update stories for `Slider` component [#934](https://github.com/salute-developers/plasma/pull/934) ([@neretin-trike](https://github.com/neretin-trike))-   fix(plasma-ui,plasma-b2c): Fix intersection for multiple `Slider` component [#934](https://github.com/salute-developers/plasma/pull/934) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 2-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.69.0 (Thu Dec 02 2021)#### 🚀 Enhancement-   feat(plasma-ui): Add default value in `Slider` component if theme context is undefined [#955](https://github.com/salute-developers/plasma/pull/955) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.68.0 (Wed Dec 01 2021)#### 🚀 Enhancement-   feat(plasma-ui): Added `TabsController` component [#923](https://github.com/salute-developers/plasma/pull/923) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): Add a11y for `Stepper` component [#930](https://github.com/salute-developers/plasma/pull/930) ([@neretin-trike](https://github.com/neretin-trike))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.67.0 (Mon Nov 22 2021)#### 🐛 Bug Fix-   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))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.65.0 (Thu Nov 18 2021)#### 🐛 Bug Fix-   chore: b2c, ui, web code coverage [#917](https://github.com/salute-developers/plasma/pull/917) ([@dakhetov](https://github.com/dakhetov))#### Authors: 1-   [@dakhetov](https://github.com/dakhetov)---# v1.64.0 (Tue Nov 16 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.63.1 (Mon Nov 15 2021)#### 🐛 Bug Fix-   fix: Separate `Input`'s animation by b2b and b2c [#908](https://github.com/salute-developers/plasma/pull/908) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.63.0 (Mon Nov 15 2021)#### 🐛 Bug Fix-   chore(plasma-ui): fix sb card cover control [#921](https://github.com/salute-developers/plasma/pull/921) ([@kayman233](https://github.com/kayman233))#### Authors: 1-   [@kayman233](https://github.com/kayman233)---# v1.62.0 (Wed Nov 10 2021)#### 🚀 Enhancement-   feat(plasma-ui): Added option to enable native input for Pickers [#916](https://github.com/salute-developers/plasma/pull/916) ([@jabzzy](https://github.com/jabzzy))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Eugene Dashkevich ([@jabzzy](https://github.com/jabzzy))---# v1.61.1 (Tue Nov 09 2021)#### 🐛 Bug Fix-   test(plasma-ui): Added for `Image` component [#909](https://github.com/salute-developers/plasma/pull/909) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.61.0 (Tue Nov 09 2021)#### 🚀 Enhancement-   feat(plasma-ui): A11y for `Toast` [#710](https://github.com/salute-developers/plasma/pull/710) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   test(plasma-ui): `DatePicker` and `TimePicker` ct [#915](https://github.com/salute-developers/plasma/pull/915) ([@fanisco](https://github.com/fanisco))-   chore(plasma-ui): Change Storybook's iframe lang [#710](https://github.com/salute-developers/plasma/pull/710) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.60.1 (Mon Nov 01 2021)#### 🐛 Bug Fix-   fix(plasma-ui): Fix scroll behavior and range values for `Picker` component [#897](https://github.com/salute-developers/plasma/pull/897) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.58.1 (Fri Oct 22 2021)#### 🐛 Bug Fix-   fix(plasma-ui): Fix showing values for `TimePicker` component [#887](https://github.com/salute-developers/plasma/pull/887) ([@neretin-trike](https://github.com/neretin-trike))-   fix(plasma-ui): Fix showing values for `DataPicker` component [#887](https://github.com/salute-developers/plasma/pull/887) ([@neretin-trike](https://github.com/neretin-trike))#### Authors: 1-   neretinaa ([@neretin-trike](https://github.com/neretin-trike))---# v1.58.0 (Thu Oct 21 2021)#### 🚀 Enhancement-   feat(plasma-ui): Added `gradientColor` prop to `Header` [#874](https://github.com/salute-developers/plasma/pull/874) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.57.0 (Thu Oct 21 2021)#### 🚀 Enhancement-   feat(plasma-ui): `Header`'s back-minimize animation" [#863](https://github.com/salute-developers/plasma/pull/863) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): Added `NueHeader` to replace `Header` in major version [#863](https://github.com/salute-developers/plasma/pull/863) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.56.1 (Thu Oct 21 2021)#### 🐛 Bug Fix-   fix(plasma-ui): `HeaderContent` flex in Chrome 94 [#875](https://github.com/salute-developers/plasma/pull/875) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.55.3 (Fri Oct 15 2021)#### 🐛 Bug Fix-   chore(plasma-ui, plasma-web): addon knobs removed [#857](https://github.com/salute-developers/plasma/pull/857) ([@kayman233](https://github.com/kayman233))#### Authors: 1-   [@kayman233](https://github.com/kayman233)---# v1.55.2 (Thu Oct 14 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.55.1 (Wed Oct 13 2021)#### 🐛 Bug Fix-   fix: Update package-locks [#853](https://github.com/salute-developers/plasma/pull/853) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.53.0 (Mon Oct 11 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: Remove Chromatic check [#850](https://github.com/salute-developers/plasma/pull/850) ([@fanisco](https://github.com/fanisco))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.52.0 (Fri Oct 08 2021)#### 🚀 Enhancement-   feat(plasma-core): Shared `Toast` between libraries [#812](https://github.com/salute-developers/plasma/pull/812) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   test: Component test for B2C `Toast` [#812](https://github.com/salute-developers/plasma/pull/812) ([@fanisco](https://github.com/fanisco))#### ⚠️ Pushed to `master`-   build(plasma-core/ui/b2c/web): fix storybook build ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.51.1 (Wed Oct 06 2021)#### 🐛 Bug Fix-   test: add SBSans to cypress [#832](https://github.com/salute-developers/plasma/pull/832) ([@Yeti-or](https://github.com/Yeti-or))-   test(plasma-core/ui/web): fix tests [#830](https://github.com/salute-developers/plasma/pull/830) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 1-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.51.0 (Sun Oct 03 2021)#### 🚀 Enhancement-   feat(plasma-cy-utils): padMe [#824](https://github.com/salute-developers/plasma/pull/824) ([@Yeti-or](https://github.com/Yeti-or))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.50.2 (Sun Oct 03 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: move cypress helpers to utils [#823](https://github.com/salute-developers/plasma/pull/823) ([@Yeti-or](https://github.com/Yeti-or))-   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))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.50.1 (Tue Sep 28 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.50.0 (Tue Sep 28 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.49.0 (Fri Sep 24 2021)#### 🐛 Bug Fix-   chore: resolve cypress and jest conflicts [#573](https://github.com/salute-developers/plasma/pull/573) ([@OgNellis](https://github.com/OgNellis))-   chore: cypress component testing [#573](https://github.com/salute-developers/plasma/pull/573) (dakhetov@outlook.com)#### Authors: 2-   Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))-   Daniil Akhetov (dakhetov@outlook.com)---# v1.48.1 (Tue Sep 21 2021)#### 🐛 Bug Fix-   fix(plasma-ui): Separate gradient masks for `Picker` [#708](https://github.com/salute-developers/plasma/pull/708) ([@fanisco](https://github.com/fanisco))-   test(plasma-ui): `PickerItem`'s styling utils [#708](https://github.com/salute-developers/plasma/pull/708) ([@fanisco](https://github.com/fanisco))-   fix(plasma-ui): `PickerItem` `size="s"` text cut at the bottom [#708](https://github.com/salute-developers/plasma/pull/708) ([@fanisco](https://github.com/fanisco))-   chore(plasma-ui): E2E test for `DatePicker` and `TimePicker` [#806](https://github.com/salute-developers/plasma/pull/806) ([@fanisco](https://github.com/fanisco))-   chore: Delete extract-sb-docgen-info [#801](https://github.com/salute-developers/plasma/pull/801) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.48.0 (Mon Sep 20 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.47.1 (Wed Sep 15 2021)#### 🐛 Bug Fix-   fix(plasma-ui): Added `coverGradient` prop to `CardContent` [#716](https://github.com/salute-developers/plasma/pull/716) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.47.0 (Tue Sep 14 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.46.4 (Tue Sep 14 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.46.3 (Thu Sep 09 2021)#### 🐛 Bug Fix-   fix(plasma-ui): Disabled state for `Checkbox` and `Radiobox` [#791](https://github.com/salute-developers/plasma/pull/791) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.46.2 (Thu Sep 09 2021)#### 🐛 Bug Fix-   feat(plasma-ui, plasma-core): Added `forwardedAs` and `as` props to `Tabs` [#724](https://github.com/salute-developers/plasma/pull/724) ([@fanisco](https://github.com/fanisco))-   chore(plasma-ui): Storybook controls for Card, Carousel, Cell, Header, Pickers [#647](https://github.com/salute-developers/plasma/pull/647) ([@kayman233](https://github.com/kayman233))-   fix(plasma-ui): visibleItems for TimePicker fix [#647](https://github.com/salute-developers/plasma/pull/647) ([@kayman233](https://github.com/kayman233))-   chore(plasma-ui): fix cell icons [#647](https://github.com/salute-developers/plasma/pull/647) ([@kayman233](https://github.com/kayman233))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.46.1 (Wed Sep 08 2021)#### 🐛 Bug Fix-   fix: Refactor `Checkbox` & `Radiobox` in order of better understanding [#698](https://github.com/salute-developers/plasma/pull/698) ([@fanisco](https://github.com/fanisco))-   chore(plasma-ui): update ts/styled-comps deps [#728](https://github.com/salute-developers/plasma/pull/728) ([@Yeti-or](https://github.com/Yeti-or))-   chore(plasma-ui): update storybook deps [#728](https://github.com/salute-developers/plasma/pull/728) ([@Yeti-or](https://github.com/Yeti-or))-   chore(plasma-ui): update test deps [#728](https://github.com/salute-developers/plasma/pull/728) ([@Yeti-or](https://github.com/Yeti-or))-   chore(plasma-ui): update build deps [#728](https://github.com/salute-developers/plasma/pull/728) ([@Yeti-or](https://github.com/Yeti-or))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.46.0 (Wed Sep 08 2021)#### 🚀 Enhancement-   feat(plasma-ui): value format for Stepper added [#675](https://github.com/salute-developers/plasma/pull/675) ([@kayman233](https://github.com/kayman233))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   docs: Writing new docs for Plasma Devices [#648](https://github.com/salute-developers/plasma/pull/648) ([@fanisco](https://github.com/fanisco))-   chore: Storybook docgenInfo extraction tool [#648](https://github.com/salute-developers/plasma/pull/648) ([@fanisco](https://github.com/fanisco))#### Authors: 3-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.45.0 (Wed Sep 01 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.44.1 (Tue Aug 31 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.44.0 (Fri Aug 27 2021)#### 🚀 Enhancement-   feat: A11y Tabs [#659](https://github.com/salute-developers/plasma/pull/659) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   chore(plasma-ui): Refactor tabs [#659](https://github.com/salute-developers/plasma/pull/659) ([@fanisco](https://github.com/fanisco))-   chore(plasma-ui): Storybook controls for PaginationDots, Price, Spinner, TextArea, TextField [#639](https://github.com/salute-developers/plasma/pull/639) ([@kayman233](https://github.com/kayman233))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.43.0 (Fri Aug 27 2021)#### 🚀 Enhancement-   feat(plasma-ui): Add showcase [#660](https://github.com/salute-developers/plasma/pull/660) ([@kvpolyanskiy](https://github.com/kvpolyanskiy))-   feat(plasma-ui): Add Sheet component [#660](https://github.com/salute-developers/plasma/pull/660) ([@kvpolyanskiy](https://github.com/kvpolyanskiy))#### 🐛 Bug Fix-   chore(plasma-ui): Storybook controls for Tabs [#649](https://github.com/salute-developers/plasma/pull/649) ([@kayman233](https://github.com/kayman233))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@kayman233](https://github.com/kayman233)-   [@kvpolyanskiy](https://github.com/kvpolyanskiy)-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.42.0 (Mon Aug 23 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.41.0 (Fri Aug 20 2021)#### 🚀 Enhancement-   feat: Skeleton in core/ui/web [#628](https://github.com/salute-developers/plasma/pull/628) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.40.0 (Fri Aug 20 2021)#### 🚀 Enhancement-   feat: A11y Switch [#633](https://github.com/salute-developers/plasma/pull/633) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   chore(plasma-ui): Storybook controls for Skeleton, Stepper, Toast [#640](https://github.com/salute-developers/plasma/pull/640) ([@kayman233](https://github.com/kayman233))-   chore(plasma-ui): Storybook controls for Badge, Button, Icon, Image [#627](https://github.com/salute-developers/plasma/pull/627) ([@kayman233](https://github.com/kayman233))-   chore(plasma-ui): disableProps added [#627](https://github.com/salute-developers/plasma/pull/627) ([@kayman233](https://github.com/kayman233))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.39.0 (Wed Aug 18 2021)#### 🚀 Enhancement-   feat(plasma-ui): add Slider component [#584](https://github.com/salute-developers/plasma/pull/584) ([@OgNellis](https://github.com/OgNellis))#### Authors: 1-   Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))---# v1.38.2 (Wed Aug 18 2021)#### 🐛 Bug Fix-   fix(plasma-ui): fix vertical position of HeaderBack [#634](https://github.com/salute-developers/plasma/pull/634) ([@OgNellis](https://github.com/OgNellis))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))---# v1.38.1 (Wed Aug 18 2021)#### 🐛 Bug Fix-   fix(plasma-ui): add textAlign prop [#618](https://github.com/salute-developers/plasma/pull/618) ([@ayymkozb](https://github.com/ayymkozb))-   fix(plasma-ui): calculate props in component [#618](https://github.com/salute-developers/plasma/pull/618) ([@ayymkozb](https://github.com/ayymkozb))-   fix(plasma-ui): check ref commit [#618](https://github.com/salute-developers/plasma/pull/618) ([@ayymkozb](https://github.com/ayymkozb))-   fix(plasma-ui): marquee fix [#618](https://github.com/salute-developers/plasma/pull/618) ([@ayymkozb](https://github.com/ayymkozb))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@ayymkozb](https://github.com/ayymkozb)-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.38.0 (Mon Aug 16 2021)#### 🚀 Enhancement-   feat(plasma-ui): tabs api changed [#593](https://github.com/salute-developers/plasma/pull/593) ([@kayman233](https://github.com/kayman233))-   feat(plasma-ui): tabs animation added [#593](https://github.com/salute-developers/plasma/pull/593) ([@kayman233](https://github.com/kayman233))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.37.0 (Tue Aug 10 2021)#### 🚀 Enhancement-   feat(plasma-ui): Add mixin reexports from core [#629](https://github.com/salute-developers/plasma/pull/629) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   docs(plasma-ui): Mixin import from plasma-ui [#629](https://github.com/salute-developers/plasma/pull/629) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.36.0 (Fri Aug 06 2021)#### 🐛 Bug Fix-   fix: Execution layout effect on server [#607](https://github.com/salute-developers/plasma/pull/607) ([@fanisco](https://github.com/fanisco))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.35.1 (Fri Aug 06 2021)#### 🐛 Bug Fix-   fix(plasma-core): Image: add role attr [#620](https://github.com/salute-developers/plasma/pull/620) ([@Yeti-or](https://github.com/Yeti-or))-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.35.0 (Fri Aug 06 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.34.0 (Wed Aug 04 2021)#### 🚀 Enhancement-   feat: Spacing mixin applySpacing [#585](https://github.com/salute-developers/plasma/pull/585) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.33.0 (Mon Aug 02 2021)#### 🐛 Bug Fix-   chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.32.0 (Mon Aug 02 2021)#### 🚀 Enhancement-   feat(plasma-ui): Added index exports for hooks and etc [#563](https://github.com/salute-developers/plasma/pull/563) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   ci: Build plasma without rollup [#563](https://github.com/salute-developers/plasma/pull/563) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.31.1 (Fri Jul 30 2021)#### 🐛 Bug Fix-   fix(plasma-ui): huawei detection fix [#583](https://github.com/salute-developers/plasma/pull/583) (nicolai.v.95@gmail.com)-   docs(plasma-ui): Show provider in stories [#575](https://github.com/salute-developers/plasma/pull/575) ([@fanisco](https://github.com/fanisco))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 3-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))-   nsvoevodin (nicolai.v.95@gmail.com)---# v1.31.0 (Tue Jul 27 2021)#### 🚀 Enhancement-   feat(plasma-ui): Header layout [#551](https://github.com/salute-developers/plasma/pull/551) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): Header minimize or back [#551](https://github.com/salute-developers/plasma/pull/551) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   fix(plasma-ui): Pass rest props to TextBox if only children presented [#551](https://github.com/salute-developers/plasma/pull/551) ([@fanisco](https://github.com/fanisco))-   docs(plasma-ui): assistant usage fix [#562](https://github.com/salute-developers/plasma/pull/562) ([@kayman233](https://github.com/kayman233))#### Authors: 2-   [@kayman233](https://github.com/kayman233)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.30.2 (Mon Jul 19 2021)#### 🐛 Bug Fix-   fix: remove double ampersands [#537](https://github.com/salute-developers/plasma/pull/537) ([@OgNellis](https://github.com/OgNellis))#### Authors: 1-   Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))---# v1.30.1 (Fri Jul 16 2021)#### 🐛 Bug Fix-   fix(plasma-ui, plasma-web): toolbar buttons return [#547](https://github.com/salute-developers/plasma/pull/547) ([@kayman233](https://github.com/kayman233))#### Authors: 1-   [@kayman233](https://github.com/kayman233)---# v1.30.0 (Thu Jul 15 2021)#### 🚀 Enhancement-   feat(plasma-ui): Detect SberBoxTop [#546](https://github.com/salute-developers/plasma/pull/546) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.29.0 (Thu Jul 15 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.28.0 (Wed Jul 14 2021)#### 🐛 Bug Fix-   feat(plasma-ui, plasma-web, showcase): sb-essentials added [#535](https://github.com/salute-developers/plasma/pull/535) ([@kayman233](https://github.com/kayman233))#### Authors: 1-   [@kayman233](https://github.com/kayman233)---# v1.27.3 (Wed Jul 14 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.27.2 (Tue Jul 13 2021)#### 🐛 Bug Fix-   fix(plasma-ui): Toast fade top placement [#528](https://github.com/salute-developers/plasma/pull/528) ([@fanisco](https://github.com/fanisco))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.27.1 (Tue Jul 13 2021)#### 🐛 Bug Fix-   fix: Pickers performance, no unnecessary rerender [#527](https://github.com/salute-developers/plasma/pull/527) ([@fanisco](https://github.com/fanisco))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.27.0 (Tue Jul 13 2021)#### 🚀 Enhancement-   feat: react17 and test job added [#496](https://github.com/salute-developers/plasma/pull/496) ([@kayman233](https://github.com/kayman233))#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.26.0 (Fri Jul 09 2021)#### 🚀 Enhancement-   feat: TimePicker throws exception for out of range value [#516](https://github.com/salute-developers/plasma/pull/516) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))#### 🐛 Bug Fix-   fix(plasma-ui): Header back button position [#517](https://github.com/salute-developers/plasma/pull/517) ([@fanisco](https://github.com/fanisco))-   docs: Documentation for hocs [#494](https://github.com/salute-developers/plasma/pull/494) ([@fanisco](https://github.com/fanisco))-   fix(plasma-ui): Picker focus / control remote [#494](https://github.com/salute-developers/plasma/pull/494) ([@fanisco](https://github.com/fanisco))-   refactor(plasma-ui): Picker component refactor [#494](https://github.com/salute-developers/plasma/pull/494) ([@fanisco](https://github.com/fanisco))-   fix(plasma-web): Pass ids in Date&TimePicker [#494](https://github.com/salute-developers/plasma/pull/494) ([@fanisco](https://github.com/fanisco))-   fix(plasma-ui): Date&TimePicker rest attributes on wrapper [#494](https://github.com/salute-developers/plasma/pull/494) ([@fanisco](https://github.com/fanisco))-   docs: plasma-ui disable autofocus for time picker [#516](https://github.com/salute-developers/plasma/pull/516) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   docs: fix time picker docs [#516](https://github.com/salute-developers/plasma/pull/516) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   docs: add documentation for environment [#480](https://github.com/salute-developers/plasma/pull/480) ([@OgNellis](https://github.com/OgNellis))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))-   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))-   chore: Bump Storybook version [#518](https://github.com/salute-developers/plasma/pull/518) ([@fanisco](https://github.com/fanisco))#### 📝 Documentation-   chore(plasma-ui): Change deviceKind through get param in iframe [#500](https://github.com/salute-developers/plasma/pull/500) ([@fanisco](https://github.com/fanisco))#### Authors: 4-   [@Salute-Eva](https://github.com/Salute-Eva)-   [@VladislavPetyukevich](https://github.com/VladislavPetyukevich)-   Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.25.0 (Thu Jul 08 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.24.1 (Wed Jul 07 2021)#### 🐛 Bug Fix-   fix(plasma-ui): commas change [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))-   fix(plasma-ui): favicon to png fix [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))-   fix(plasma-ui): safari bug fix [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))-   fix(plasma-ui): fix missed bracket [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))-   fix(plasma-ui): favicon bug fix [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))-   fix(plasma-ui): favicon added [#479](https://github.com/salute-developers/plasma/pull/479) ([@kayman233](https://github.com/kayman233))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.24.0 (Fri Jul 02 2021)#### 🐛 Bug Fix-   fix(plasma-ui): Radio type in trigger [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))-   fix: TextField placeholder placement [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))-   fix: Build components with own namespace es/cjs [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))-   fix: TextField helperText to boolean [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))-   fix: Checkbox layout with various content [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))-   fix: Input interface and props [#463](https://github.com/salute-developers/plasma/pull/463) ([@fanisco](https://github.com/fanisco))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil' Zubairov ([@fanisco](https://github.com/fanisco))---# v1.23.1 (Thu Jul 01 2021)#### 🐛 Bug Fix-   fix(plasma-ui): no-select mixin lint error fix [#462](https://github.com/salute-developers/plasma/pull/462) ([@kayman233](https://github.com/kayman233))-   fix(plasma-ui): no-select mixin in plasma-core [#462](https://github.com/salute-developers/plasma/pull/462) ([@kayman233](https://github.com/kayman233))-   fix(plasma-ui): no-select mixin added [#462](https://github.com/salute-developers/plasma/pull/462) ([@kayman233](https://github.com/kayman233))-   fix(plasma-ui): text selection fixed [#462](https://github.com/salute-developers/plasma/pull/462) ([@kayman233](https://github.com/kayman233))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.23.0 (Thu Jul 01 2021)#### 🐛 Bug Fix-   docs(plasma-ui): repository link added [#447](https://github.com/salute-developers/plasma/pull/447) ([@kayman233](https://github.com/kayman233))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))-   ci: setup jest [#466](https://github.com/salute-developers/plasma/pull/466) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 3-   [@kayman233](https://github.com/kayman233)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.22.1 (Wed Jun 23 2021)#### 🐛 Bug Fix-   fix(plasma-ui): PickerItem sizes [#458](https://github.com/salute-developers/plasma/pull/458) ([@OgNellis](https://github.com/OgNellis))#### Authors: 1-   Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))---# v1.22.0 (Wed Jun 23 2021)#### 🚀 Enhancement-   feat(plasma-tokens): Updated tokens from plasma-styles [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   chore: Added favicon for storybooks [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))-   docs: ThemeColors in both libraries [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))-   docs(plasma-web): Added Grid docs [#455](https://github.com/salute-developers/plasma/pull/455) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v1.21.0 (Tue Jun 22 2021)#### 🐛 Bug Fix-   feat(plasma-core, plasma-ui, plasma-web): Reassembled Field [#438](https://github.com/salute-developers/plasma/pull/438) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v1.20.0 (Fri Jun 18 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.19.1 (Thu Jun 17 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.19.0 (Wed Jun 09 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.18.1 (Wed Jun 09 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.18.0 (Mon Jun 07 2021)#### 🚀 Enhancement-   feat: switchable month name format in DatePicker [#392](https://github.com/salute-developers/plasma/pull/392) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   feat: short month name in datepicker [#392](https://github.com/salute-developers/plasma/pull/392) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))#### 🐛 Bug Fix-   refactor: change style of default options checking in DatePicker [#392](https://github.com/salute-developers/plasma/pull/392) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   refactor: remove unimportant check from getFormatterKey [#392](https://github.com/salute-developers/plasma/pull/392) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   refactor: unified options getting in DatePicker [#392](https://github.com/salute-developers/plasma/pull/392) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   [@VladislavPetyukevich](https://github.com/VladislavPetyukevich)---# v1.17.1 (Mon May 31 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.17.0 (Mon May 31 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.16.0 (Mon May 31 2021)#### 🚀 Enhancement-   feat: es module build for plasma-tokens [#341](https://github.com/salute-developers/plasma/pull/341) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   feat: add es module exports for plasma-ui [#341](https://github.com/salute-developers/plasma/pull/341) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))#### 🐛 Bug Fix-   fix: es module import in CarouselCol [#341](https://github.com/salute-developers/plasma/pull/341) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   fix: all at once exports [#341](https://github.com/salute-developers/plasma/pull/341) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   chore: update plasma-core version for plasma-ui [#341](https://github.com/salute-developers/plasma/pull/341) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   [@VladislavPetyukevich](https://github.com/VladislavPetyukevich)---# v1.15.2 (Mon May 31 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.15.1 (Thu May 20 2021)#### 🐛 Bug Fix-   fix(plasma-ui) Add Huawei TV UA [#403](https://github.com/salute-developers/plasma/pull/403) ([@SemyonMakhaev](https://github.com/SemyonMakhaev))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Махаев Семён ([@SemyonMakhaev](https://github.com/SemyonMakhaev))---# v1.15.0 (Thu May 20 2021)#### 🚀 Enhancement-   feat(plasma-ui): Increase Picker performance with preset item styles [#389](https://github.com/salute-developers/plasma/pull/389) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   fix(plasma-ui): Disabled animation in Picker in first render [#389](https://github.com/salute-developers/plasma/pull/389) ([@fanisco](https://github.com/fanisco))-   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))-   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))#### Authors: 1-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v1.14.2 (Tue May 18 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.14.1 (Mon May 17 2021)#### 🐛 Bug Fix-   fix(plasma-ui): fix simultaneous src&placeholder display [#390](https://github.com/salute-developers/plasma/pull/390) ([@ayymkozb](https://github.com/ayymkozb))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@ayymkozb](https://github.com/ayymkozb)-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.14.0 (Mon May 17 2021)#### 🐛 Bug Fix-   feat(plasma-core, plasma-ui): Moved Spinner to core [#326](https://github.com/salute-developers/plasma/pull/326) (prokopyevviktor@yandex.ru)-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Viktor Prokopyev (prokopyevviktor@yandex.ru)---# v1.13.0 (Fri May 14 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.12.0 (Thu May 13 2021)#### 🐛 Bug Fix-   fix: exclude description from Basebox in plasma-ui [#347](https://github.com/salute-developers/plasma/pull/347) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))-   chore: update package-locks [#344](https://github.com/salute-developers/plasma/pull/344) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))-   chore: soft peerDependencies only [#344](https://github.com/salute-developers/plasma/pull/344) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   [@VladislavPetyukevich](https://github.com/VladislavPetyukevich)---# v1.11.0 (Tue May 11 2021)#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 1-   [@Salute-Eva](https://github.com/Salute-Eva)---# v1.10.0 (Fri May 07 2021)#### 🚀 Enhancement-   feat(plasma-core): Added applyEllipsis mixin [#348](https://github.com/salute-developers/plasma/pull/348) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   {chore: update package-locks \[skip ci\]} ([@Salute-Eva](https://github.com/Salute-Eva))#### Authors: 2-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v1.9.0 (Thu May 06 2021)#### 🐛 Bug Fix-   feat(plasma-core, plasma-ui, plasma-ui): Moved Image component [#342](https://github.com/salute-developers/plasma/pull/342) ([@fanisco](https://github.com/fanisco))-   feat(plasma-core, plasma-ui, plasma-ui): Moved Price component [#342](https://github.com/salute-developers/plasma/pull/342) ([@fanisco](https://github.com/fanisco))-   build: fix package-locks [#337](https://github.com/salute-developers/plasma/pull/337) ([@Yeti-or](https://github.com/Yeti-or))-   docs: fix grid misspell [#336](https://github.com/salute-developers/plasma/pull/336) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.8.0 (Wed Apr 28 2021)#### 🚀 Enhancement-   feat(plasma-ui): Add new scrollAlign values for Carousel [#317](https://github.com/salute-developers/plasma/pull/317) (nicolai.v.95@gmail.com)#### Authors: 1-   nsvoevodin (nicolai.v.95@gmail.com)---# vnull (Tue Apr 27 2021)#### 🐛 Bug Fix-   docs(plasma-ui): Linked doc for plasma-tokens and added information about font [#324](https://github.com/salute-developers/plasma/pull/324) ([@fanisco](https://github.com/fanisco))#### ⚠️ Pushed to `master`-   {chore: update package-locks} ([@github-actions[bot]](https://github.com/github-actions[bot]))#### Authors: 2-   [@github-actions[bot]](https://github.com/github-actions[bot])-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v1.6.2 (Wed Apr 21 2021)#### 🐛 Bug Fix-   fix(plasma-ui): DatePicker: fix 30-31 february [#322](https://github.com/salute-developers/plasma/pull/322) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v1.6.1 (Wed Apr 21 2021)#### 🐛 Bug Fix-   fix(plasma-ui): update @storybook/react version [#323](https://github.com/salute-developers/plasma/pull/323) ([@VladislavPetyukevich](https://github.com/VladislavPetyukevich))#### Authors: 1-   [@VladislavPetyukevich](https://github.com/VladislavPetyukevich)---# v1.6.0 (Tue Apr 20 2021)#### 🚀 Enhancement-   feat(plasma-ui): TimePicker: values interval [#300](https://github.com/salute-developers/plasma/pull/300) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): Date/TimePicker control by keyboard/remote [#300](https://github.com/salute-developers/plasma/pull/300) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): TimePicker / DatePicker: l and s sizes for both components [#300](https://github.com/salute-developers/plasma/pull/300) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   docs(plasma-ui): remove docz [#304](https://github.com/salute-developers/plasma/pull/304) ([@OgNellis](https://github.com/OgNellis))-   perf(plasma-ui): Picker: prevent form unnecessary onChange call [#300](https://github.com/salute-developers/plasma/pull/300) ([@fanisco](https://github.com/fanisco))-   fix(plasma-ui): Picker disabled state [#300](https://github.com/salute-developers/plasma/pull/300) ([@fanisco](https://github.com/fanisco))-   fix(plasma-ui): Date/TimePickers controls [#300](https://github.com/salute-developers/plasma/pull/300) ([@fanisco](https://github.com/fanisco))#### Authors: 2-   Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v1.5.2 (Tue Apr 20 2021)#### 🐛 Bug Fix-   fix(plasma-ui, plasma-web): Badge: correct reexport & const creation [#313](https://github.com/salute-developers/plasma/pull/313) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v1.5.1 (Sat Apr 17 2021)#### 🐛 Bug Fix-   fix(plasma-ui): fix detection Huawei TV [#312](https://github.com/salute-developers/plasma/pull/312) ([@OgNellis](https://github.com/OgNellis))#### Authors: 1-   Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))---# v1.5.0 (Fri Apr 16 2021)#### 🚀 Enhancement-   feat(core): made reexport in ui & web, added showcase for web [#308](https://github.com/salute-developers/plasma/pull/308) (prokopyevviktor@yandex.ru)#### Authors: 1-   Viktor Prokopyev (prokopyevviktor@yandex.ru)---# v1.4.0 (Thu Apr 15 2021)#### 🚀 Enhancement-   feat: Moved Typography to plasma-core / plasma-web [#280](https://github.com/salute-developers/plasma/pull/280) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   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))-   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))#### Authors: 2-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))-   Sviridov Maksim ([@LamaEats](https://github.com/LamaEats))---# v1.3.1 (Thu Apr 15 2021)#### 🐛 Bug Fix-   fix: bump peerDeps [#307](https://github.com/salute-developers/plasma/pull/307) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 1-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.3.0 (Tue Apr 13 2021)#### 🚀 Enhancement-   feat(ui): Add base to props in Image component [#298](https://github.com/salute-developers/plasma/pull/298) ([@ayymkozb](https://github.com/ayymkozb))#### Authors: 1-   [@ayymkozb](https://github.com/ayymkozb)---# v1.2.1 (Mon Apr 12 2021)#### 🐛 Bug Fix-   fix(plasma-ui): missing root exports for Image & Marquee [#292](https://github.com/salute-developers/plasma/pull/292) ([@OgNellis](https://github.com/OgNellis))#### Authors: 1-   Artem Feoktistov ([@OgNellis](https://github.com/OgNellis))---# v1.2.0 (Wed Apr 07 2021)#### 🚀 Enhancement-   feat(plasma-ui): Marquee: animation duration prop ([@ayymkozb](https://github.com/ayymkozb))-   feat(plasma-ui): TimePicker: correct min and max behavior [#269](https://github.com/salute-developers/plasma/pull/269) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): Carousel: dynamic options list refresh [#269](https://github.com/salute-developers/plasma/pull/269) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   Bump independent versions \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   Update CHANGELOG.md \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))-   Bump independent versions \[skip ci\] ([@Yeti-or](https://github.com/Yeti-or))-   Update CHANGELOG.md \[skip ci\] ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 4-   [@ayymkozb](https://github.com/ayymkozb)-   [@Salute-Eva](https://github.com/Salute-Eva)-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.1.0 (Wed Apr 07 2021)#### 🚀 Enhancement-   feat(plasma-ui): TimePicker: correct min and max behavior [#269](https://github.com/salute-developers/plasma/pull/269) ([@fanisco](https://github.com/fanisco))-   feat(plasma-ui): Carousel: dynamic options list refresh [#269](https://github.com/salute-developers/plasma/pull/269) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   Bump independent versions \[skip ci\] ([@Yeti-or](https://github.com/Yeti-or))-   Update CHANGELOG.md \[skip ci\] ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v1.0.0 (Fri Apr 02 2021)#### 🐛 Bug Fix-   fix: plasma doc before major [#279](https://github.com/salute-developers/plasma/pull/279) ([@Yeti-or](https://github.com/Yeti-or))-   build(plasma-ui): move files [#279](https://github.com/salute-developers/plasma/pull/279) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 1-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v0.20.0 (Wed Nov 11 2020)#### 🚀 Enhancement-   feat(ui): Доработана докуменация по Card [#58](https://github.com/salute-developers/plasma/pull/58) ([@fanisco](https://github.com/fanisco))-   feat(icon): Добавлены новые иконки xs:16 & s:24 [#57](https://github.com/salute-developers/plasma/pull/57) ([@Yeti-or](https://github.com/Yeti-or))#### 🐛 Bug Fix-   chore: updated lock files [#62](https://github.com/salute-developers/plasma/pull/62) ([@Yeti-or](https://github.com/Yeti-or))-   build: запускать сборку доки с ts3.5.3 [#62](https://github.com/salute-developers/plasma/pull/62) ([@Yeti-or](https://github.com/Yeti-or))-   build(ui): ts ломает сборку доки [#57](https://github.com/salute-developers/plasma/pull/57) ([@Yeti-or](https://github.com/Yeti-or))-   chore: правки после рефакторинга [#57](https://github.com/salute-developers/plasma/pull/57) ([@IgorAntonov](https://github.com/IgorAntonov))-   chore: Удалены стори и дока для Cart [#57](https://github.com/salute-developers/plasma/pull/57) ([@IgorAntonov](https://github.com/IgorAntonov))-   fix: компонент Input [#57](https://github.com/salute-developers/plasma/pull/57) ([@IgorAntonov](https://github.com/IgorAntonov))-   fix: remove old icons from components [#57](https://github.com/salute-developers/plasma/pull/57) ([@IgorAntonov](https://github.com/IgorAntonov))-   refactor: new icons [#57](https://github.com/salute-developers/plasma/pull/57) ([@IgorAntonov](https://github.com/IgorAntonov))#### Authors: 3-   [@IgorAntonov](https://github.com/IgorAntonov)-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v0.19.0 (Tue Nov 10 2020)#### 🚀 Enhancement-   feat(ui): Добавлена карточка в сторибук и докзи [#51](https://github.com/salute-developers/plasma/pull/51) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   docs(ui): fix links and stuff [#46](https://github.com/salute-developers/plasma/pull/46) ([@Yeti-or](https://github.com/Yeti-or))-   chore(ui): more cleanup [#46](https://github.com/salute-developers/plasma/pull/46) ([@Yeti-or](https://github.com/Yeti-or))-   chore: cleanup [#46](https://github.com/salute-developers/plasma/pull/46) ([@Yeti-or](https://github.com/Yeti-or))-   docs: Обновить документацию [#46](https://github.com/salute-developers/plasma/pull/46) ([@Yeti-or](https://github.com/Yeti-or))-   chore: storybook: поправить глобальные стили [#46](https://github.com/salute-developers/plasma/pull/46) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v0.18.0 (Tue Nov 10 2020)#### 🚀 Enhancement-   feat(ui): Добавлены компоненты TextBox & Cell [#47](https://github.com/salute-developers/plasma/pull/47) ([@Yeti-or](https://github.com/Yeti-or))-   feat(ui): add Cell component [#47](https://github.com/salute-developers/plasma/pull/47) ([@IgorAntonov](https://github.com/IgorAntonov))#### Authors: 2-   [@IgorAntonov](https://github.com/IgorAntonov)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v0.17.0 (Tue Nov 10 2020)#### 🚀 Enhancement-   feat(ui): Удален Card.stories [#45](https://github.com/salute-developers/plasma/pull/45) ([@fanisco](https://github.com/fanisco))-   feat(ui): Скрыт ScrollList [#45](https://github.com/salute-developers/plasma/pull/45) ([@fanisco](https://github.com/fanisco))-   feat(ui): Удален LooneyTunes [#45](https://github.com/salute-developers/plasma/pull/45) ([@fanisco](https://github.com/fanisco))-   feat(ui): Доработаны Input, Field (TextField) [#45](https://github.com/salute-developers/plasma/pull/45) ([@fanisco](https://github.com/fanisco))-   feat(ui): Доработан Button [#45](https://github.com/salute-developers/plasma/pull/45) ([@fanisco](https://github.com/fanisco))-   feat(ui): Доработан Badge [#45](https://github.com/salute-developers/plasma/pull/45) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v0.16.0 (Mon Nov 09 2020)#### 🚀 Enhancement-   feat(ui): Перевел сетку на rem-ы [#43](https://github.com/salute-developers/plasma/pull/43) ([@fanisco](https://github.com/fanisco))-   feat(ui): В сторибук заменены вьюпорты на родные для сетки [#43](https://github.com/salute-developers/plasma/pull/43) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v0.15.0 (Thu Nov 05 2020)#### 🐛 Bug Fix-   fix(ui): исправление storybook под rem-ы [#36](https://github.com/salute-developers/plasma/pull/36) ([@fanisco](https://github.com/fanisco))-   chore(ui): add missing deps to useCb [#38](https://github.com/salute-developers/plasma/pull/38) ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v0.14.0 (Fri Oct 30 2020)#### 🚀 Enhancement-   feat(ui): Переход на общий фокус-миксин [#33](https://github.com/salute-developers/plasma/pull/33) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v0.13.0 (Fri Oct 30 2020)#### 🚀 Enhancement-   feat(ui): Добавить шаг prepare/build в публикацию [#34](https://github.com/salute-developers/plasma/pull/34) ([@IgorAntonov](https://github.com/IgorAntonov))#### 🐛 Bug Fix-   refactor(ui): fix another lint errors [#26](https://github.com/salute-developers/plasma/pull/26) ([@IgorAntonov](https://github.com/IgorAntonov))-   refactor(ui): fix lint errors [#26](https://github.com/salute-developers/plasma/pull/26) ([@IgorAntonov](https://github.com/IgorAntonov))-   ci: bump locks \[skip ci\] [#34](https://github.com/salute-developers/plasma/pull/34) ([@Yeti-or](https://github.com/Yeti-or))-   chore: change logo image for docs/storybook [#32](https://github.com/salute-developers/plasma/pull/32) ([@IgorAntonov](https://github.com/IgorAntonov))-   refactor(ui): format currency without package i18n [#32](https://github.com/salute-developers/plasma/pull/32) ([@IgorAntonov](https://github.com/IgorAntonov))-   build: remove private packages from deps [#32](https://github.com/salute-developers/plasma/pull/32) ([@IgorAntonov](https://github.com/IgorAntonov))#### Authors: 2-   [@IgorAntonov](https://github.com/IgorAntonov)-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v0.11.0 (Thu Oct 29 2020)#### 🚀 Enhancement-   feat(ui): переработаны Button и ActionButton [#29](https://github.com/salute-developers/plasma/pull/29) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   docs(ui): fix empty documentation [#30](https://github.com/salute-developers/plasma/pull/30) ([@IgorAntonov](https://github.com/IgorAntonov))#### Authors: 2-   [@IgorAntonov](https://github.com/IgorAntonov)-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v0.10.0 (Wed Oct 28 2020)#### 🚀 Enhancement-   feat(ui): использование Button beforeFocusOutline [#22](https://github.com/salute-developers/plasma/pull/22) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v0.9.0 (Tue Oct 27 2020)#### 🚀 Enhancement-   feat(ui): views вынесены в mixins [#17](https://github.com/salute-developers/plasma/pull/17) ([@fanisco](https://github.com/fanisco))-   feat(ui): доработка Button API в рамках работы над Card [#1](https://github.com/salute-developers/plasma/pull/1) ([@fanisco](https://github.com/fanisco))-   feat(ui): доработка Badge API в рамках работы над Card [#1](https://github.com/salute-developers/plasma/pull/1) ([@fanisco](https://github.com/fanisco))-   feat(ui): доработка Card [#1](https://github.com/salute-developers/plasma/pull/1) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   chore(ui): bump deps versions in lock [#1](https://github.com/salute-developers/plasma/pull/1) ([@fanisco](https://github.com/fanisco))-   chore(ui): types, mixins [#1](https://github.com/salute-developers/plasma/pull/1) ([@fanisco](https://github.com/fanisco))#### Authors: 1-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))---# v0.8.0 (Tue Oct 27 2020)#### 🚀 Enhancement-   feat(ui): добавить иконки для новостей [#16](https://github.com/salute-developers/plasma/pull/16) ([@Alisa007](https://github.com/Alisa007))#### Authors: 1-   [@Alisa007](https://github.com/Alisa007)---# v0.7.0 (Tue Oct 27 2020)#### 🚀 Enhancement-   feat(ui): Размеры ячеек Col расчитываются исходя из размеров Container [#3](https://github.com/salute-developers/plasma/pull/3) ([@fanisco](https://github.com/fanisco))#### 🐛 Bug Fix-   ci: add chromatic to ui [#9](https://github.com/salute-developers/plasma/pull/9) ([@Yeti-or](https://github.com/Yeti-or))-   ci: add chromatic to ui ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 2-   Fanil Zubairov ([@fanisco](https://github.com/fanisco))-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))---# v0.6.2 (Mon Oct 26 2020)#### 🐛 Bug Fix-   fix: license [#7](https://github.com/salute-developers/plasma/pull/7) ([@Yeti-or](https://github.com/Yeti-or))-   fix: license ([@Yeti-or](https://github.com/Yeti-or))-   fix(ui): url to repo [#6](https://github.com/salute-developers/plasma/pull/6) ([@Yeti-or](https://github.com/Yeti-or))-   fix(ui): url to repo ([@Yeti-or](https://github.com/Yeti-or))#### Authors: 1-   Vasiliy ([@Yeti-or](https://github.com/Yeti-or))