@salutejs/plasma-web 1.366.0-canary.1348.10287774246.0 → 1.366.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +180 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,183 @@
1
+ # v1.366.0 (Thu Aug 08 2024)
2
+
3
+ ### Release Notes
4
+
5
+ #### Release by 07.08.2024 ([#1348](https://github.com/salute-developers/plasma/pull/1348))
6
+
7
+ ## Components
8
+
9
+ ### DatePicker
10
+
11
+ - добавлена возможность задавать labelPlacement
12
+ - добавлен тест на данное свойство
13
+
14
+
15
+ plasma-*: add datepicker inner label support (https://github.com/salute-developers/plasma/pull/1327)
16
+
17
+ ### DatePicker
18
+
19
+ - добавлена возможность открытия календаря в DatePicker по нажатию Space
20
+
21
+
22
+ plasma-new-hope: add DatePicker open by space (https://github.com/salute-developers/plasma/pull/1326)
23
+
24
+ ### TimePicker
25
+
26
+ - добавлена привязка времени к датам
27
+ - добавлена возможность задавать промежуток больший, чем 1 сутки
28
+
29
+ **Before**
30
+ <img src="https://github.com/user-attachments/assets/b867f5d2-2814-433e-ba21-e93aa5fd691f" width="550">
31
+
32
+ **After**
33
+ <img src="https://github.com/user-attachments/assets/3d6e6ac5-d5e6-4adb-b985-9606a31d8335" width="550">
34
+
35
+
36
+ plasma-ui: range timepicker (https://github.com/salute-developers/plasma/pull/1323)
37
+
38
+ ### Components
39
+
40
+ Добавлена библиотека компонентов `@salutejs/sdds-cs`
41
+
42
+
43
+ feat(package): Add sdds-cs (https://github.com/salute-developers/plasma/pull/1334)
44
+
45
+ ### DatePicker
46
+
47
+ - изменен токен default состояния для поля ввода
48
+ - обновлены скриншоты для DatePicker
49
+ - исправлено поведение, связанное с шириной поля ввода
50
+ - добавлена поддержка асинхронной установки defaultDate
51
+
52
+ **Before**
53
+ <img src="https://github.com/user-attachments/assets/a4a4962a-c214-4c07-ba32-d7a80d2f9099">
54
+ <img src="https://github.com/user-attachments/assets/38f4d5be-2519-4777-817e-5ca901724a7f">
55
+
56
+ **After**
57
+ ![image](https://github.com/user-attachments/assets/564b6610-2fee-475e-8b5e-af223f11a069)
58
+ ![image](https://github.com/user-attachments/assets/8ad60d1d-8ed9-405e-89f3-e35934bff1c3)
59
+
60
+
61
+
62
+ plasma-*: fix datepicker focus token (https://github.com/salute-developers/plasma/pull/1332)
63
+
64
+ ### Breadcrumbs
65
+
66
+ - добавлен в поставку `plasma-{b2c, web}, sdds-{serv,dfa}`
67
+ - добавлен примеры в storybook и документация
68
+
69
+ #### Навигация по родительским страницам
70
+ <img width="609" src="https://github.com/user-attachments/assets/b35f60a5-0d18-4ea4-9f62-716365079e4f" />
71
+
72
+ #### Используя `shorter`
73
+
74
+ <img width="659" src="https://github.com/user-attachments/assets/462f80e8-42a3-4538-b85e-1228a08df58e" />
75
+
76
+ #### Используя custom элемент
77
+
78
+ <img width="596" src="https://github.com/user-attachments/assets/3d780e04-0419-4bdf-a81b-8b3c2f73c9d9" />
79
+
80
+
81
+ plasma-*: Add Breadcrumbs (https://github.com/salute-developers/plasma/pull/1310)
82
+
83
+ ### Select
84
+
85
+ * Добавлен новый проп renderTarget в компонент Select
86
+
87
+ RenderTarget in Select (https://github.com/salute-developers/plasma/pull/1328)
88
+
89
+ ### Tokens
90
+
91
+ - В пакете `sdds-cs` были изменены конфиги в компонентах: `Accordion`, `Avatar`, `Badge`, `Cell`, `Counter`, `Chip`, `Divider`, `Indicator`
92
+ - В `Accordion` добавлен токен цвета иконки
93
+ - В `plasma-web` добавлены новые view
94
+
95
+
96
+ fix(sdds-serv): Update configs for components in sdds-cs (https://github.com/salute-developers/plasma/pull/1344)
97
+
98
+ ### Tabs
99
+ - при нажатии на таб, который не виден целиком, происходит прокрутка до конца этого таба
100
+ - при нажатии на стрелки влево/вправо происходит прокрутка до следующего таба
101
+ - исправлена ошибка `disabled=true` в конфигурациях
102
+ - исправлены примеры `Storybook`, тесты и документация
103
+
104
+
105
+ plasma-*, sdds-*: redesign Tabs (https://github.com/salute-developers/plasma/pull/1333)
106
+
107
+
108
+ ## Docs
109
+
110
+ ### Add docs SDDS CS
111
+
112
+ * добавлена документация для пакета `sdds-cs`
113
+
114
+
115
+ Add docs SDDS CS (https://github.com/salute-developers/plasma/pull/1336)
116
+
117
+
118
+ ## Misc
119
+
120
+ ### Docs
121
+
122
+ * Поправлено описание подключения темы для `sdds` вертикали
123
+
124
+
125
+ fix(sdds-serv-docs,sdd-dfa-docs): Fix introducing page (https://github.com/salute-developers/plasma/pull/1338)
126
+
127
+ ### Fix useFocusTrap in Modal
128
+
129
+ - Теперь фокус при открытии `modal` работает после анимации
130
+
131
+
132
+ Fix useFocusTrap in Modal (https://github.com/salute-developers/plasma/pull/1345)
133
+
134
+ ### Контейнер в NotificationProvider
135
+
136
+ Добавил `overflow: hidden` на контейнер используемого Popup
137
+
138
+
139
+ fix: fix Notification animation overflow (https://github.com/salute-developers/plasma/pull/1339)
140
+
141
+ ---
142
+
143
+ #### 🚀 Enhancement
144
+
145
+ - 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))
146
+ - feat(sdds-cs/plasma-web): add view for accordion and edit configs sdds-cs ([@iljs](https://github.com/iljs))
147
+ - feat(plasma-new-hope): added renderTarget prop in Select [#1328](https://github.com/salute-developers/plasma/pull/1328) ([@shuga2704](https://github.com/shuga2704))
148
+ - feat(new-hope/sdds-cs): add to sdds-cs and edits [#1310](https://github.com/salute-developers/plasma/pull/1310) ([@iljs](https://github.com/iljs))
149
+ - feat(*): add to libs and final edits ([@iljs](https://github.com/iljs))
150
+ - feat(web/b2c): add breadcrumbs tests ([@iljs](https://github.com/iljs))
151
+ - feat(new-hope): add example to storybook with custom shorter ([@iljs](https://github.com/iljs))
152
+ - feat(new-hope): add component breadcrumbs in new-hope ([@iljs](https://github.com/iljs))
153
+ - feat(plasma-web/b2c,sdds-serv/dfa): add DatePicker deferred stories [#1332](https://github.com/salute-developers/plasma/pull/1332) ([@TitanKuzmich](https://github.com/TitanKuzmich))
154
+ - fix(plasma-b2c/web): add DatePicker snapshot failure treshhold [#1326](https://github.com/salute-developers/plasma/pull/1326) ([@TitanKuzmich](https://github.com/TitanKuzmich))
155
+ - feat(plasma-web/b2c): update DatePicker configs & stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
156
+
157
+ #### 🐛 Bug Fix
158
+
159
+ - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
160
+ - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
161
+ - fix(plasma-*, sdds-*): stretch turned into conditional control ([@denivladislav](https://github.com/denivladislav))
162
+ - docs(plasma-*, sdds-*): api reports regenerated ([@denivladislav](https://github.com/denivladislav))
163
+ - fix(plasma-{b2c, web}, sdds-*): storybooks and tests updated ([@denivladislav](https://github.com/denivladislav))
164
+ - fix(plasma-*, sdds-*): configs fixed ([@denivladislav](https://github.com/denivladislav))
165
+ - fix(core): edit focus trap and add animation example to modal [#1345](https://github.com/salute-developers/plasma/pull/1345) ([@iljs](https://github.com/iljs))
166
+ - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
167
+
168
+ #### Authors: 8
169
+
170
+ - [@iljs](https://github.com/iljs)
171
+ - [@Salute-Eva](https://github.com/Salute-Eva)
172
+ - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
173
+ - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
174
+ - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
175
+ - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
176
+ - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
177
+ - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
178
+
179
+ ---
180
+
1
181
  # v1.357.0 (Thu Jul 25 2024)
2
182
 
3
183
  ### Release Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.366.0-canary.1348.10287774246.0",
3
+ "version": "1.366.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,9 +19,9 @@
19
19
  "directory": "packages/plasma-web"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-core": "1.166.0-canary.1348.10287774246.0",
23
- "@salutejs/plasma-hope": "1.292.0-canary.1348.10287774246.0",
24
- "@salutejs/plasma-new-hope": "0.120.0-canary.1348.10287774246.0",
22
+ "@salutejs/plasma-core": "1.166.0",
23
+ "@salutejs/plasma-hope": "1.292.0",
24
+ "@salutejs/plasma-new-hope": "0.120.0",
25
25
  "@salutejs/plasma-tokens-b2b": "1.41.0",
26
26
  "@salutejs/plasma-tokens-b2c": "0.51.0",
27
27
  "@salutejs/plasma-tokens-web": "1.56.0",
@@ -48,9 +48,9 @@
48
48
  "@rollup/plugin-commonjs": "25.0.7",
49
49
  "@rollup/plugin-node-resolve": "15.2.3",
50
50
  "@salutejs/plasma-colors": "0.13.0",
51
- "@salutejs/plasma-cy-utils": "0.98.0-canary.1348.10287774246.0",
51
+ "@salutejs/plasma-cy-utils": "0.98.0",
52
52
  "@salutejs/plasma-icons": "1.199.0",
53
- "@salutejs/plasma-sb-utils": "0.164.0-canary.1348.10287774246.0",
53
+ "@salutejs/plasma-sb-utils": "0.164.0",
54
54
  "@storybook/addon-docs": "7.6.17",
55
55
  "@storybook/addon-essentials": "7.6.17",
56
56
  "@storybook/addons": "7.6.17",
@@ -110,5 +110,5 @@
110
110
  "Fanil Zubairov"
111
111
  ],
112
112
  "sideEffects": false,
113
- "gitHead": "a60e254a95ee65c3d7327a6940d94802988f35e4"
113
+ "gitHead": "2bff7f86f67727646c0ac4a1916492ce521a5c1f"
114
114
  }