@salutejs/sdds-serv 0.314.0-canary.2017.15583893358.0 → 0.314.0-canary.2020.15698332896.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 +49 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,52 @@
1
+ ## 0.313.0 (11 июня 2025)
2
+
3
+ ## Функциональные изменения в компонентах
4
+
5
+ ### Select, Combobox
6
+
7
+ * добавлена возможность использовать кнопку `Выбрать всё` внутри выпадающего списка;
8
+
9
+ ![Kapture 2025-06-11 at 11 52 38](https://github.com/user-attachments/assets/95108fe4-29ec-486d-a964-b5340748ad04)
10
+
11
+ [PR](https://github.com/salute-developers/plasma/pull/1986)
12
+
13
+ ### Popover
14
+
15
+ * добавлена обработка случая, когда frame передан как ID
16
+
17
+ [PR](https://github.com/salute-developers/plasma/pull/2001)
18
+
19
+ ### Sheet
20
+
21
+ * добавлена проверка `canUseDOM` перед использованием document
22
+
23
+ [PR](https://github.com/salute-developers/plasma/pull/2014)
24
+
25
+ ### DatePicker
26
+
27
+ * добавлено свойство `closeAfterDateSelect` в одиночный DatePicker
28
+
29
+ ![Kapture 2025-06-11 at 12 47 51](https://github.com/user-attachments/assets/f7751193-9316-4e5c-9111-2b8590fd42d9)
30
+
31
+ [PR](https://github.com/salute-developers/plasma/pull/2012)
32
+
33
+ ### Notification
34
+
35
+ * добавлен `type-cast` для корректной типизации
36
+
37
+ <img width="977" alt="image" src="https://github.com/user-attachments/assets/99858965-49ff-4fc0-bec9-b3f79d2fa965" />
38
+
39
+ [PR](https://github.com/salute-developers/plasma/pull/2015)
40
+
41
+ ### Carousel
42
+
43
+ * добавлена элементы управления: пагинация, стрелочки
44
+
45
+ ![Kapture 2025-06-11 at 11 28 34](https://github.com/user-attachments/assets/5ace4ec0-3ed6-4556-bf94-ec8abb2d7798)
46
+
47
+ [PR](https://github.com/salute-developers/plasma/pull/2013)
48
+
49
+
1
50
  ## 0.312.0 (29 мая 2025)
2
51
 
3
52
  ## Функциональные изменения в компонентах
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-serv",
3
- "version": "0.314.0-canary.2017.15583893358.0",
3
+ "version": "0.314.0-canary.2020.15698332896.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS SERV web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -32,8 +32,8 @@
32
32
  "directory": "packages/sdds-serv"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.327.0-canary.2017.15583893358.0",
36
- "@salutejs/sdds-themes": "0.39.0-canary.2017.15583893358.0"
35
+ "@salutejs/plasma-new-hope": "0.327.0-canary.2020.15698332896.0",
36
+ "@salutejs/sdds-themes": "0.38.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@emotion/react": ">=11",
@@ -63,10 +63,10 @@
63
63
  "@rollup/plugin-commonjs": "^25.0.4",
64
64
  "@rollup/plugin-node-resolve": "^15.1.0",
65
65
  "@salutejs/plasma-colors": "0.15.0",
66
- "@salutejs/plasma-core": "1.199.0-canary.2017.15583893358.0",
67
- "@salutejs/plasma-cy-utils": "0.130.0-canary.2017.15583893358.0",
66
+ "@salutejs/plasma-core": "1.199.0-canary.2020.15698332896.0",
67
+ "@salutejs/plasma-cy-utils": "0.130.0-canary.2020.15698332896.0",
68
68
  "@salutejs/plasma-icons": "1.218.0",
69
- "@salutejs/plasma-sb-utils": "0.200.0-canary.2017.15583893358.0",
69
+ "@salutejs/plasma-sb-utils": "0.200.0-canary.2020.15698332896.0",
70
70
  "@storybook/addon-docs": "7.6.17",
71
71
  "@storybook/addon-essentials": "7.6.17",
72
72
  "@storybook/addons": "7.6.17",
@@ -137,5 +137,5 @@
137
137
  "sideEffects": [
138
138
  "*.css"
139
139
  ],
140
- "gitHead": "2f95ae0b268838aacffa69c22199a09a5226f822"
140
+ "gitHead": "cac49b2573417e0bd77e5ddcb06c055122324b92"
141
141
  }