@salutejs/plasma-core 1.158.2-dev.0 → 1.159.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 +101 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,104 @@
1
+ # v1.159.0 (Thu Apr 25 2024)
2
+
3
+ ### Release Notes
4
+
5
+ #### Release by 24.04.2024 ([#1196](https://github.com/salute-developers/plasma/pull/1196))
6
+
7
+ ## Components
8
+
9
+ ### Tooltip
10
+
11
+ - исправлено позиционирование стрелочки
12
+ - добавлен тест на много-строчный сценарий
13
+
14
+ #### Before:
15
+
16
+ ![image](https://github.com/salute-developers/plasma/assets/40370966/230bbda5-2c2f-4628-b5b4-7a7a14ffc2c9)
17
+
18
+ #### After:
19
+
20
+ ![image](https://github.com/salute-developers/plasma/assets/40370966/6c142730-0b4b-47de-a64d-1c6ad2c4fc77)
21
+
22
+ fix(plasma-new-hope): fix tooltip arrow placing (https://github.com/salute-developers/plasma/pull/1171)
23
+
24
+ ### Radiobox
25
+
26
+ - расширен пример в `stories` с учетом `a11y` возможностей
27
+
28
+ plasma-new-hope(radiobox): Improved a11y (https://github.com/salute-developers/plasma/pull/1188)
29
+
30
+ ### Storybook
31
+
32
+ - исправлено некорректное поведение свойства `placement`
33
+ - исправлено свойство `enableContentLeft` и `enableContentRight` в TextField
34
+
35
+ feat(plasma-new-hope, b2c, web, sdds): Fix storybook argTypes (https://github.com/salute-developers/plasma/pull/1182)
36
+
37
+ ### Avatar
38
+
39
+ - добавлен `aria-label`
40
+ - расширены примеры с доступностью
41
+
42
+ plasma-new-hope(avatar): Refactoring + a11y (https://github.com/salute-developers/plasma/pull/1180)
43
+
44
+ ### Chip
45
+
46
+ - удален лишнее свойство `hasClear` из примера в `story`
47
+ - заменены со старого формата на новый токены в конфигурации (без приставки `--plasma-colors`)
48
+ - добавлена недостающие свойство `view=accent`
49
+ - обновлены `cypress snapshots`
50
+
51
+ fix: remove extra chip prop in stories (https://github.com/salute-developers/plasma/pull/1179)
52
+
53
+ ## Colors
54
+
55
+ - добавлены файлы фирменной палитры в формате `.json`
56
+ - добавлена директория `src` в gitignore, т.к. теперь его содержимое генерируется автоматически на основе `.json`
57
+
58
+ feat(plasma-color): Add generate color palette from json (https://github.com/salute-developers/plasma/pull/1172)
59
+
60
+ ## Infra
61
+
62
+ ### Audit vulnerabilities
63
+
64
+ - исправлены все уязвимости в клиентских пакетах (аля `plasma-web`)
65
+ - обновлен до `vite@4.5.3`
66
+ - обновлен `@babel` и его зависимости до latest
67
+ - заменен `babel-plugin-transform-class-properties` на `@babel/plugin-transform-class-properties`
68
+
69
+ ### `@salutejs/plasma-sb-utils`
70
+
71
+ - обновлены `TS` до 4.2.4
72
+ - обновлен `@storybook/react` до 7.6.17
73
+ - исправлены все уязвимости
74
+ - поправлены мелкие ошибки в типах
75
+
76
+ plasma-infra(sb-utils): Update dependencies versions (https://github.com/salute-developers/plasma/pull/1178)
77
+
78
+ ---
79
+
80
+ #### 🚀 Enhancement
81
+
82
+ - Release by 24.04.2024 [#1196](https://github.com/salute-developers/plasma/pull/1196) ([@Yakutoc](https://github.com/Yakutoc) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@neretin-trike](https://github.com/neretin-trike) [@shuga2704](https://github.com/shuga2704))
83
+ - feat(plasma-core): update tests depending on primary view ([@TitanKuzmich](https://github.com/TitanKuzmich))
84
+
85
+ #### 🐛 Bug Fix
86
+
87
+ - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
88
+ - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
89
+ - chore: update deps ([@Yakutoc](https://github.com/Yakutoc))
90
+ - chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
91
+
92
+ #### Authors: 5
93
+
94
+ - [@Salute-Eva](https://github.com/Salute-Eva)
95
+ - Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
96
+ - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
97
+ - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
98
+ - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
99
+
100
+ ---
101
+
1
102
  # v1.157.0 (Thu Apr 11 2024)
2
103
 
3
104
  ### Release Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-core",
3
- "version": "1.158.2-dev.0",
3
+ "version": "1.159.0",
4
4
  "description": "Core library for Plasma: Salute Design System.",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -24,7 +24,7 @@
24
24
  "@babel/preset-react": "7.24.1",
25
25
  "@babel/preset-typescript": "7.24.1",
26
26
  "@microsoft/api-extractor": "7.38.3",
27
- "@salutejs/plasma-cy-utils": "0.90.1-dev.0",
27
+ "@salutejs/plasma-cy-utils": "0.91.0",
28
28
  "@types/jest": "27.0.1",
29
29
  "@types/lodash.throttle": "4.1.6",
30
30
  "@types/node": "15.14.9",
@@ -81,5 +81,5 @@
81
81
  "Зубаиров Фаниль Асхатович"
82
82
  ],
83
83
  "sideEffects": false,
84
- "gitHead": "e8d4b0b3eb74ad49bf595ab4dcf358dcc5dbee7c"
84
+ "gitHead": "6ac37cf9b46382bf6065dc4022e12e2af995c51d"
85
85
  }