@salutejs/plasma-web 1.400.0-canary.1442.10921128757.0 → 1.400.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 +139 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,142 @@
1
+ # v1.400.0 (Thu Sep 19 2024)
2
+
3
+ ### Release Notes
4
+
5
+ #### Release by 18.09.2024 ([#1442](https://github.com/salute-developers/plasma/pull/1442))
6
+
7
+ ## Components
8
+
9
+ ### Badge
10
+
11
+ - добавлено свойство `clear`, которое меняет отображение `view`
12
+ - обновлена документация и storybook
13
+
14
+ **After**:
15
+
16
+ <img width="328" src="https://github.com/user-attachments/assets/d44c10e8-ffe3-4137-a833-4351b7b82bdc" />
17
+
18
+
19
+ feat(plasma-*): Badge add prop clear (https://github.com/salute-developers/plasma/pull/1424)
20
+
21
+ ### TextField
22
+
23
+ - используется корректный `color token` для содержимого `contentLeft\Right` slots
24
+ - добавлен `hover` для `contentRight` slot
25
+
26
+ **Before(incorrect color token):**
27
+
28
+ <img width="928" src="https://github.com/user-attachments/assets/42aa0845-54f4-45ed-8fb0-b71edac4ebf7" />
29
+
30
+ **After(correct color token):**
31
+
32
+ <img width="922" src="https://github.com/user-attachments/assets/e6c05099-b9fb-4959-b815-7f2307690263" />
33
+
34
+ **Hover:**
35
+
36
+ <img width="940" src="https://github.com/user-attachments/assets/508db157-deff-44e2-9dd9-4893184eb59a" />
37
+
38
+
39
+
40
+ [PLASMA-3412]: TextField contentRight\Left fix UI (https://github.com/salute-developers/plasma/pull/1429)
41
+
42
+ ### Combobox
43
+
44
+ - добавлено новое свойство `alwaysOpened`
45
+ - обновлены токены в конфигурации компонента для `plasma-web`
46
+ - обновлена документация
47
+
48
+
49
+ feat(plasma-*): combobox always opened (https://github.com/salute-developers/plasma/pull/1422)
50
+
51
+ ### Grid
52
+
53
+ - исправили `view` по-умолчанию для `sdds` вертикалей
54
+
55
+ **Before:**
56
+ <img width="1920" src="https://github.com/user-attachments/assets/6476ef70-294d-492b-b462-2e42cdb341d4" />
57
+
58
+ **After:**
59
+ <img width="1920" src="https://github.com/user-attachments/assets/aa004cf2-9e43-4691-84f3-fb33f94b3e5f" />
60
+
61
+ fix(sdds-*): Use correct default view for Grid (https://github.com/salute-developers/plasma/pull/1431)
62
+
63
+ ### Editable
64
+
65
+ - переведен на новую архитектуру и добавлен в поставки `plasma-{b2c, web}`
66
+ - исправлена работа свойства `placeholder`
67
+
68
+ <img width="276" src="https://github.com/user-attachments/assets/bdd67ba7-62f1-48f1-8f04-78a13fbb8045" />
69
+
70
+ plasma-{web, b2c}: Editable component refactor (https://github.com/salute-developers/plasma/pull/1430)
71
+
72
+ ### Combobox
73
+
74
+ - исправлена ошибка, когда изначальное значение в `single combobox` не отображалось
75
+
76
+
77
+ plasma-*: Fixed issue with predefined value in single Combobox (https://github.com/salute-developers/plasma/pull/1436)
78
+
79
+
80
+ ## Icons
81
+
82
+ ### Add new icons
83
+
84
+ **pcMouse**
85
+ <img width="71" src="https://github.com/user-attachments/assets/f2097d88-d354-404a-91af-d59af0a61c3f" />
86
+
87
+ **Blank JPG/PNG**
88
+ <img width="140" src="https://github.com/user-attachments/assets/0d3a251a-ec39-4e0d-943b-e37c8d96c22f" />
89
+
90
+
91
+ [PLASMA-3502]: Add icons: Mouse, Blank JPG/PNG (https://github.com/salute-developers/plasma/pull/1435)
92
+
93
+
94
+ ## Tokens
95
+
96
+ - исправлены формулы генерации `brightness` токенов
97
+ - обновлены / добавлены `active`, `hover`, `brightness` токены для `plasma-{b2c, web}` themes
98
+
99
+ fix(plasma-tokens): Update active, hover and brightness tokens in themes (https://github.com/salute-developers/plasma/pull/1441)
100
+
101
+
102
+ ## Misc
103
+
104
+ ### QA Auto test
105
+
106
+ - изменены тесты `plasma-b2c` компонентов `Slider`, `Tabs`, `DatePicker` и `Card`
107
+
108
+ ---
109
+
110
+ #### 🚀 Enhancement
111
+
112
+ - Release by 18.09.2024 [#1442](https://github.com/salute-developers/plasma/pull/1442) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@IgorYar](https://github.com/IgorYar) [@Yakutoc](https://github.com/Yakutoc) [@shuga2704](https://github.com/shuga2704) [@neretin-trike](https://github.com/neretin-trike))
113
+ - feat(plasma-web/b2c): update Editable with tests [#1430](https://github.com/salute-developers/plasma/pull/1430) ([@TitanKuzmich](https://github.com/TitanKuzmich))
114
+ - feat(plasma-*): update Combobox configs & stories [#1422](https://github.com/salute-developers/plasma/pull/1422) ([@TitanKuzmich](https://github.com/TitanKuzmich))
115
+ - feat(plasma-web/b2c): update Badge stories & configs ([@TitanKuzmich](https://github.com/TitanKuzmich))
116
+ - feat(plasma-*/sdds-*): update TextField stories [#1426](https://github.com/salute-developers/plasma/pull/1426) ([@TitanKuzmich](https://github.com/TitanKuzmich))
117
+ - feat(plasma-web/b2c): add defultValue TextField test ([@TitanKuzmich](https://github.com/TitanKuzmich))
118
+
119
+ #### 🐛 Bug Fix
120
+
121
+ - Merge remote-tracking branch 'origin/dev' into release_2024-09-18 ([@Yakutoc](https://github.com/Yakutoc))
122
+ - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
123
+ - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
124
+ - docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
125
+ - feat(plasma-*,sdds-*): update Combobox stories props ([@TitanKuzmich](https://github.com/TitanKuzmich))
126
+ - fix(plasma-*): fix `content{Left\Right}Slot` UI ([@Yakutoc](https://github.com/Yakutoc))
127
+ - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
128
+
129
+ #### Authors: 6
130
+
131
+ - [@Salute-Eva](https://github.com/Salute-Eva)
132
+ - Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
133
+ - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
134
+ - Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
135
+ - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
136
+ - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
137
+
138
+ ---
139
+
1
140
  # v1.392.0 (Tue Sep 10 2024)
2
141
 
3
142
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.400.0-canary.1442.10921128757.0",
3
+ "version": "1.400.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,10 +19,10 @@
19
19
  "directory": "packages/plasma-web"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-core": "1.180.0-canary.1442.10921128757.0",
23
- "@salutejs/plasma-hope": "1.312.0-canary.1442.10921128757.0",
24
- "@salutejs/plasma-new-hope": "0.148.0-canary.1442.10921128757.0",
25
- "@salutejs/plasma-themes": "0.18.0-canary.1442.10921128757.0",
22
+ "@salutejs/plasma-core": "1.180.0",
23
+ "@salutejs/plasma-hope": "1.312.0",
24
+ "@salutejs/plasma-new-hope": "0.148.0",
25
+ "@salutejs/plasma-themes": "0.18.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.42.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.52.0",
28
28
  "@salutejs/plasma-tokens-web": "1.57.0",
@@ -49,9 +49,9 @@
49
49
  "@rollup/plugin-commonjs": "25.0.7",
50
50
  "@rollup/plugin-node-resolve": "15.2.3",
51
51
  "@salutejs/plasma-colors": "0.13.0",
52
- "@salutejs/plasma-cy-utils": "0.111.0-canary.1442.10921128757.0",
53
- "@salutejs/plasma-icons": "1.206.0-canary.1442.10921128757.0",
54
- "@salutejs/plasma-sb-utils": "0.178.0-canary.1442.10921128757.0",
52
+ "@salutejs/plasma-cy-utils": "0.111.0",
53
+ "@salutejs/plasma-icons": "1.205.0",
54
+ "@salutejs/plasma-sb-utils": "0.178.0",
55
55
  "@storybook/addon-docs": "7.6.17",
56
56
  "@storybook/addon-essentials": "7.6.17",
57
57
  "@storybook/addons": "7.6.17",
@@ -112,5 +112,5 @@
112
112
  "Fanil Zubairov"
113
113
  ],
114
114
  "sideEffects": false,
115
- "gitHead": "30b4bae76c5c67a6559aca6380c66a6ae42f479f"
115
+ "gitHead": "485f56611eb11cf0eddca48da82efe94cb83ed7c"
116
116
  }