@salutejs/plasma-web 1.358.0-canary.1319.10090634420.0 → 1.358.0-canary.1322.10108588887.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 +196 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,199 @@
1
+ # v1.357.0 (Thu Jul 25 2024)
2
+
3
+ ### Release Notes
4
+
5
+ #### Release by 24.07.2024 ([#1319](https://github.com/salute-developers/plasma/pull/1319))
6
+
7
+ ## Components
8
+
9
+ ### Portal/Popup
10
+
11
+ * убрана зависимость от свойства `frame` в элементе `PopupRootContainer`
12
+ * переделан компонент `Portal` из конфигурируемого в обычный функциональный компонент
13
+
14
+
15
+ fix(plasma-new-hope): `Popup` and `Portal` improvements (https://github.com/salute-developers/plasma/pull/1299)
16
+
17
+ ### Chip
18
+
19
+ - добавлено новое свойство `hasClear`
20
+ - добавлен тест и обновлена документация
21
+
22
+ plasma-*: Add prop `hasClear` for Chip (https://github.com/salute-developers/plasma/pull/1312)
23
+
24
+ ### DatePicker
25
+
26
+ - добавлена поддержка выбора кварталов
27
+ - добавлены 4ре варианта работы с календарем (выбор дней, месяцев, календарей, лет)
28
+ - добавлена поддержка кварталов в datepicker
29
+ - добавлена возможность задавать события для каждой календарной сетки
30
+ - добавлена возможность задавать неактивные элементы для каждой календарной сетки
31
+
32
+ **Before:**
33
+ <div style="display: flex">
34
+ <img src="https://github.com/user-attachments/assets/2208459a-92ee-493c-974e-b01f216e268b" width="200" height="200">
35
+ <img src="https://github.com/user-attachments/assets/c765d898-bfbb-42a2-be30-8982f27031bb" width="200" height="200">
36
+ <img src="https://github.com/user-attachments/assets/bc61edf5-0a18-47a8-b34e-672f2eb0379e" width="200" height="200">
37
+ </div>
38
+
39
+ **After:**
40
+ <div style="display: flex">
41
+ <img src="https://github.com/user-attachments/assets/0b42d119-8964-4a52-b9e0-564b0f1a8141" width="200" height="200">
42
+ <img src="https://github.com/user-attachments/assets/1e2cb981-4a16-475d-ba07-51a774130349" width="200" height="200">
43
+ <img src="https://github.com/user-attachments/assets/30f898e9-06c5-47ae-bf66-b4c29f4eb9a0" width="200" height="200">
44
+ <img src="https://github.com/user-attachments/assets/0236ddcc-4473-4b46-a200-ae088f960b50" width="200" height="200">
45
+ </div>
46
+
47
+
48
+ plasma-*: Datepicker improvements (https://github.com/salute-developers/plasma/pull/1302)
49
+
50
+ ### Autocomplete
51
+
52
+ - добавлен в поставку во все клиентские библиотеки
53
+
54
+ feat: Autocomplete (https://github.com/salute-developers/plasma/pull/1292)
55
+
56
+ ### Price, Portal
57
+
58
+ - компонент `Price` добавлен в `plasma-new-hope`, портирован в `plasma-{web, b2c}`, `sdds-{serv, dfa}`
59
+ - для `Price` обновлены тесты и документация
60
+ - исправлена ошибка отсутствующего `PropsTable` в документации `Portal`
61
+
62
+
63
+ plasma-*: add `Price` component (https://github.com/salute-developers/plasma/pull/1307)
64
+
65
+ ### Select
66
+
67
+ - добавлен новый компонент с поддержкой вложенных списков
68
+ - поставлен во все клиентские библиотеки
69
+
70
+
71
+ feat: Select (https://github.com/salute-developers/plasma/pull/1233)
72
+
73
+ ### SDDS-SERV
74
+
75
+ - добавлены компоненты:
76
+ - Calendar
77
+ - Notification
78
+ - ButtonBase
79
+ - Skeleton
80
+ - Accordion
81
+
82
+ ### SDDS-{SERV, DFA}
83
+
84
+ - заменены старые токены с префиксом `--plasma-colors...` на корректные.
85
+
86
+
87
+ Sdds-serv & sdds-dfa sync (https://github.com/salute-developers/plasma/pull/1314)
88
+
89
+ ### Accordion
90
+
91
+ - добавлен новый view (b2c)
92
+ - добавлена возможность добавить класс в accordionItem
93
+ - исправлена работы disabled
94
+ - добавлен флаг startLeftPosition
95
+ - переделаны новые отступы из нового дизайна
96
+
97
+
98
+ Add functional to accordion (https://github.com/salute-developers/plasma/pull/1301)
99
+
100
+ ### Typography
101
+
102
+ - добавлен пропс color
103
+ - в секции plasma-web storybook добавлен color picker
104
+
105
+
106
+ feat: Add color prop in Typography (https://github.com/salute-developers/plasma/pull/1308)
107
+
108
+
109
+ ## Tokens
110
+
111
+ * Добавлена новая темая `sdds_cs` в библиотеку `@salutejs/sdds-themes` с учётом обновленных токенов типографики.
112
+
113
+
114
+ feat(sdds-themes): Add `sdds_cs` theme (https://github.com/salute-developers/plasma/pull/1309)
115
+
116
+
117
+ ## Docs
118
+
119
+ ### AudioPlayer
120
+
121
+ - изменен `cdn` в примерах`https://vc-static.sberdevices.ru/smartmarket-video-news/` на `https://cdn1.newsback.sberdevices.ru/p-newsback/`
122
+
123
+
124
+ plasma-{b2c,web}: Fix vc cdn url (https://github.com/salute-developers/plasma/pull/1298)
125
+
126
+
127
+ ## Misc
128
+
129
+ ### Tooltip
130
+
131
+ - исправлен проброс стилей в Tooltip
132
+
133
+
134
+ plasma-new-hope: forward styles and className to Tooltip root (https://github.com/salute-developers/plasma/pull/1311)
135
+
136
+ ### Textarea
137
+
138
+ - исправлена логика при использовании свойства `autoResize` (теперь ширина автоматически растягивается)
139
+
140
+ Результат с включенным `autoResize` после изменения ширины
141
+
142
+ **До:**
143
+ ![](https://github.com/salute-developers/plasma/assets/38344415/70ad8513-353e-477f-a0fe-e4d3ee5cfd55)
144
+
145
+ **После:**
146
+ ![](https://github.com/salute-developers/plasma/assets/38344415/84306373-b4fb-4f13-8a77-b2fd05c08721)
147
+
148
+
149
+ plasma-*: Fix width autoresize prop in textarea (https://github.com/salute-developers/plasma/pull/1297)
150
+
151
+ ---
152
+
153
+ #### 🚀 Enhancement
154
+
155
+ - 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))
156
+ - feat: Add color prop to Typography, code review fixes [#1308](https://github.com/salute-developers/plasma/pull/1308) ([@vadim-kudr](https://github.com/vadim-kudr))
157
+ - feat: Add color prop to Typography, fixes ([@vadim-kudr](https://github.com/vadim-kudr))
158
+ - feat: Add color prop in Typography ([@vadim-kudr](https://github.com/vadim-kudr))
159
+ - 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))
160
+ - feat(plasma-web): update Calendar config & refactor tests ([@TitanKuzmich](https://github.com/TitanKuzmich))
161
+ - feat(plasma-web/b2c): update Chip tests [#1312](https://github.com/salute-developers/plasma/pull/1312) ([@TitanKuzmich](https://github.com/TitanKuzmich))
162
+
163
+ #### 🐛 Bug Fix
164
+
165
+ - chore(plasma-web): update api-report ([@shuga2704](https://github.com/shuga2704))
166
+ - chore(plasma-docs): fixed Select docs ([@shuga2704](https://github.com/shuga2704))
167
+ - Merge remote-tracking branch 'origin/dev' into release_2024-07-24 ([@Yakutoc](https://github.com/Yakutoc))
168
+ - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
169
+ - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
170
+ - fix(components): add new view and add new props [#1301](https://github.com/salute-developers/plasma/pull/1301) ([@iljs](https://github.com/iljs))
171
+ - feat(plasma-new-hope, b2c, web, sdds-serv, sdds-dfa): Select [#1233](https://github.com/salute-developers/plasma/pull/1233) ([@shuga2704](https://github.com/shuga2704))
172
+ - docs(plasma-{new-hope, web}, sdds-{serv, dfa}): api reports regenerated ([@denivladislav](https://github.com/denivladislav))
173
+ - feat(plasma-{b2c, web}): Price component ported ([@denivladislav](https://github.com/denivladislav))
174
+ - feat(plasma-new-hope, web, b2c, sdds-serv, sdds-dfa): Autocomplete [#1292](https://github.com/salute-developers/plasma/pull/1292) ([@shuga2704](https://github.com/shuga2704))
175
+ - feat(plasma-web/b2c,sdds-serv/dfa): update DatePicker configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
176
+ - docs: regenerate api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
177
+ - feat(plasma-web/b2c,sdds-serv/dfa): add hasClear prop to Chip stories ([@TitanKuzmich](https://github.com/TitanKuzmich))
178
+ - fix(sdds-*,plasma-*,caldera-online): Update `Portal` component usage [#1299](https://github.com/salute-developers/plasma/pull/1299) ([@neretin-trike](https://github.com/neretin-trike))
179
+ - docs(plasma-b2c/plasma-web): fix vc cdn url [#1298](https://github.com/salute-developers/plasma/pull/1298) ([@Yeti-or](https://github.com/Yeti-or))
180
+ - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
181
+
182
+ #### Authors: 10
183
+
184
+ - [@iljs](https://github.com/iljs)
185
+ - [@Salute-Eva](https://github.com/Salute-Eva)
186
+ - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
187
+ - Anastasia Simashova ([@simashova](https://github.com/simashova))
188
+ - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
189
+ - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
190
+ - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
191
+ - Vadim ([@vadim-kudr](https://github.com/vadim-kudr))
192
+ - Vasiliy ([@Yeti-or](https://github.com/Yeti-or))
193
+ - Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
194
+
195
+ ---
196
+
1
197
  # v1.351.0 (Thu Jul 11 2024)
2
198
 
3
199
  ### Release Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.358.0-canary.1319.10090634420.0",
3
+ "version": "1.358.0-canary.1322.10108588887.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.164.0-canary.1319.10090634420.0",
23
- "@salutejs/plasma-hope": "1.290.0-canary.1319.10090634420.0",
24
- "@salutejs/plasma-new-hope": "0.112.0-canary.1319.10090634420.0",
22
+ "@salutejs/plasma-core": "1.165.0-canary.1322.10108588887.0",
23
+ "@salutejs/plasma-hope": "1.291.0-canary.1322.10108588887.0",
24
+ "@salutejs/plasma-new-hope": "0.112.0-canary.1322.10108588887.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.96.0-canary.1319.10090634420.0",
51
+ "@salutejs/plasma-cy-utils": "0.97.0-canary.1322.10108588887.0",
52
52
  "@salutejs/plasma-icons": "1.199.0",
53
- "@salutejs/plasma-sb-utils": "0.162.0-canary.1319.10090634420.0",
53
+ "@salutejs/plasma-sb-utils": "0.163.0-canary.1322.10108588887.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": "47e25edb3b199a4ab007b4083a6d4d74642bd045"
113
+ "gitHead": "4e598787b97291b27ca8b532274b4b3082fac0f3"
114
114
  }