@salutejs/sdds-cs 0.331.0 → 0.331.1-canary.2278.19222229560.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +63 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,66 @@
1
+ ## 0.331.0 (29 октября 2025)
2
+
3
+ ## Функциональные изменения в компонентах
4
+
5
+ ### Select
6
+
7
+ * Добавлено новое свойство `treeView`, отвечающее за отображение дерева в выпадающем списке;
8
+
9
+ [PR](https://github.com/salute-developers/plasma/pull/2286)
10
+
11
+ ### TextField, TextArea, Mask, NumberFormat
12
+
13
+ * Добавлена возможность указать текст для индикатора опциональности
14
+
15
+ [PR](https://github.com/salute-developers/plasma/pull/2290)
16
+
17
+ ### Calendar, DatePicker
18
+
19
+ * Добавлена возможность вызвать всплывающую подсказку для событий в календаре
20
+
21
+ [PR](https://github.com/salute-developers/plasma/pull/2289)
22
+
23
+ ### Combobox
24
+
25
+ * Исправлен баг в single-режиме, при котором в некоторых случаях значение поля ввода не обновлялось после изменения `items`;
26
+
27
+ [PR](https://github.com/salute-developers/plasma/pull/2298)
28
+
29
+ * Тип свойства `emptyStateDescription` расширен до `ReactNode`;
30
+
31
+ [PR](https://github.com/salute-developers/plasma/pull/2293)
32
+
33
+ ### Typography
34
+
35
+ * Обнулили значения по-умолчанию (браузерные) для свойств `padding/margin/border`
36
+
37
+ [PR](https://github.com/salute-developers/plasma/pull/2302)
38
+
39
+ ### Attach
40
+
41
+ * Добавлена возможность прикреплять несколько файлов
42
+
43
+ * Исправлена типизация для `callback onChange`
44
+
45
+ [PR](https://github.com/salute-developers/plasma/pull/2288)
46
+
47
+ ### Tabs
48
+
49
+ * Убраны внешние отступы у контейнера `Tabs`
50
+
51
+ * Отступы внутри `TabItem` приведены в соответствие с макетами
52
+
53
+ * Скорректировано отображение фокусной рамки
54
+
55
+ [PR](https://github.com/salute-developers/plasma/pull/2297)
56
+
57
+ ### LinkButton
58
+
59
+ * Добавлено состояние `hover` для текста
60
+
61
+ [PR](https://github.com/salute-developers/plasma/pull/2304)
62
+
63
+
1
64
  ## 0.330.0 (15 октября 2025)
2
65
 
3
66
  ## Функциональные изменения в компонентах
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.331.0",
3
+ "version": "0.331.1-canary.2278.19222229560.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  "directory": "packages/sdds-cs"
32
32
  },
33
33
  "dependencies": {
34
- "@salutejs/plasma-new-hope": "0.339.0",
34
+ "@salutejs/plasma-new-hope": "0.339.1-canary.2278.19222229560.0",
35
35
  "@salutejs/sdds-themes": "0.48.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -124,5 +124,5 @@
124
124
  "Anton Vinogradov"
125
125
  ],
126
126
  "sideEffects": false,
127
- "gitHead": "763beaa26630e8c1ef78303e6e499d510547acf3"
127
+ "gitHead": "1646cac32d2fc927dcef3608b8b0eb324b208c8f"
128
128
  }