Skip to content

Release by 18.02.2026#2515

Merged
Yakutoc merged 150 commits intomasterfrom
release_2026-02-18
Feb 18, 2026
Merged

Release by 18.02.2026#2515
Yakutoc merged 150 commits intomasterfrom
release_2026-02-18

Conversation

@Yakutoc
Copy link
Copy Markdown
Collaborator

@Yakutoc Yakutoc commented Feb 17, 2026

Core

TextField-like

  • Исправлено специфичное для Safari/Firefox смещение текста внутри компонента

PR

Range, DatePicker

  • Скорректированы стили для слота contentRight в соответствие с макетами

PR

List

  • Исправлен hover для disabled элементов

PR

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

PR

Tree

  • Добавлен новый функционал для асинхронной подгрузки узлов дерева;

PR

H6

  • Добавлен новый компонент типографики

PR

Select, Combobox

  • Добавлено свойство renderSelectionIcon для указания своей иконки выбора

PR

  • Добавлены свойства flip и shift для коррекции позиции выпадающего списка при достижении границ экрана

PR

Tabs

  • Исправлены стили disabled для TabItem

PR

TextArea

  • Устранили причину предупреждений в консоли

PR

Attach

  • Исключили html свойство size из типа AttachProps

PR

Table

  • Добавлен семантический DOM, который дает возможность пробрасывать кастомные className в различные узлы компонента

PR

SDDS-FINAI

ButtonGroup

  • Изменен gap c 2 px to 4px для intersections: gap: dense и shape: default

PR

Autocomplete, Combobox, DatePicker, DateTimePicker, TimePicker

  • Исправлено поведение outline для поля при состоянии readOnly

PR

Popover, Tooltip (Beta)

  • добавлено опциональное свойство portal для настройки рендера выпадающего списка в DOM

PR

Skeleton

  • изменен токен градиента для светлой темы

  • добавлен новое скругление - 4px

PR

PLASMA-WEB

TextFieldSlider

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

PR

Autocomplete, Combobox, DatePicker, DateTimePicker, Range, Select, TextField

  • Исправлено поведение outline для поля при состоянии readOnly

PR

Tokens

  • Добавлены токены readOnly в группы outline

PR

SDDS-INSOL

DateTimePicker

  • Исправлено поведение outline для поля при состоянии readOnly

PR

SDDS-CS

DatePicker

  • Исправлено поведение outline для поля при состоянии readOnly

PR

TimePicker

  • компонент добавлен в поставку

PR

PLASMA-B2C

TextFieldSlider

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

PR

Tokens

  • Добавлены токены readOnly в группы surface

PR

PLASMA-GIGA

TextFieldSlider

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

PR

Tokens

  • Добавлены токены readOnly в группы surface

PR

SDDS-SCAN

TextFieldSlider

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

PR

SDDS-SERV

TextFieldSlider

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

PR

SDDS-DFA

TextFieldSlider

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

PR

SDDS-BIZCOM

TextFieldSlider

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

PR

SDDS-NETOLOGY

TextFieldSlider

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

PR

Yakutoc and others added 30 commits February 5, 2026 09:11
- fix publish-feature.yml
- delete unnecessary publish latest settings
- fix create-release-pr.yml
@Yakutoc Yakutoc changed the title Release by 17.02.2026 Release by 18.02.2026 Feb 17, 2026
@Yakutoc Yakutoc requested a review from IgorYar February 17, 2026 15:21
Comment on lines +8 to +14
name: Deploy documentations [Feature]
uses: ./.github/workflows/documentation-deploy-common.yml
with:
path: 'next-insol'
ref: 'next-insol'
docusaurusURLPrefix: 'next-insol'
secrets: inherit

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium documentation

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}

Copilot Autofix

AI about 2 months ago

In general, this issue is fixed by adding an explicit permissions: block either at the workflow root (applies to all jobs without their own permissions) or at the specific job that needs restricted GITHUB_TOKEN access. The block should grant only the scopes required for the workflow to run; if in doubt and the workflow only needs to read repository contents, a minimal safe default is contents: read.

For this workflow, the job simply calls a reusable workflow to deploy documentation. The caller itself does not appear to perform any direct API operations, and a conservative baseline is appropriate. The best fix without changing existing behavior is to add a permissions block at the top level of the workflow (aligned with on: and jobs:) that sets contents: read. This explicitly documents and constrains the token permissions while still allowing read access that reusable workflows commonly need to fetch code or configuration. No imports or additional definitions are required; we only modify the YAML in .github/workflows/documentation-deploy-next-insol-stage.yml.

Concretely, you should insert:

permissions:
    contents: read

between the name: and on: keys, preserving the existing indentation style.

Suggested changeset 1
.github/workflows/documentation-deploy-next-insol-stage.yml

Autofix patch

Autofix patch
Run the following command in your local git repository to apply this patch
cat << 'EOF' | git apply
diff --git a/.github/workflows/documentation-deploy-next-insol-stage.yml b/.github/workflows/documentation-deploy-next-insol-stage.yml
--- a/.github/workflows/documentation-deploy-next-insol-stage.yml
+++ b/.github/workflows/documentation-deploy-next-insol-stage.yml
@@ -1,4 +1,6 @@
 name: Deploy documentations [Feature]
+permissions:
+    contents: read
 
 on:
     workflow_dispatch:
EOF
@@ -1,4 +1,6 @@
name: Deploy documentations [Feature]
permissions:
contents: read

on:
workflow_dispatch:
Copilot is powered by AI and may make mistakes. Always verify output.
@github-actions
Copy link
Copy Markdown
Contributor

Theme Builder app deployed!

https://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-2515/

@github-actions
Copy link
Copy Markdown
Contributor

@Yakutoc Yakutoc merged commit 4a566bd into master Feb 18, 2026
48 checks passed
@Yakutoc Yakutoc deleted the release_2026-02-18 branch February 18, 2026 11:21
@Yakutoc Yakutoc mentioned this pull request Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants