@salutejs/plasma-core 1.157.0-dev.0 → 1.157.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.
- package/CHANGELOG.md +135 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,138 @@
|
|
|
1
|
+
# v1.157.0 (Thu Apr 11 2024)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Release by 10.04.2024 ([#1175](https://github.com/salute-developers/plasma/pull/1175))
|
|
6
|
+
|
|
7
|
+
## Components
|
|
8
|
+
|
|
9
|
+
### Dropdown
|
|
10
|
+
|
|
11
|
+
- добавлена прослойка для dropdown в `b2c` и `web` (работает на старом api и с dropdown из new-hope)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
feat(plasma-new-hope, b2c, web): Dropdown interlayer (https://github.com/salute-developers/plasma/pull/1104)
|
|
15
|
+
|
|
16
|
+
### Cell
|
|
17
|
+
|
|
18
|
+
- добавлен в поставку `plasma-{web,b2c}`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
feat(new-hope): Add cell (https://github.com/salute-developers/plasma/pull/1148)
|
|
22
|
+
|
|
23
|
+
### Chip
|
|
24
|
+
|
|
25
|
+
- поправлена типизация
|
|
26
|
+
- компонент добавлен в поставку для `sdds-serv`, включая документацию
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
feat(plasma-new-hope): fix Chip types (https://github.com/salute-developers/plasma/pull/1155)
|
|
30
|
+
|
|
31
|
+
### Button
|
|
32
|
+
|
|
33
|
+
- добавлены токены состояний (active / hover) для конфигов компонента в библиотеках `@salutejs/plasma-{b2c,web,asdk}`, `@salutejs/sdds-serv`, `@salutejs/caldera-online` .
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
fix(plasma-web,plasma-b2c,plasma-asdk,sdds-serv,calder-online): Update state tokens for `Button` component (https://github.com/salute-developers/plasma/pull/1167)
|
|
37
|
+
|
|
38
|
+
### Select
|
|
39
|
+
|
|
40
|
+
- убрана поддержка вложенности
|
|
41
|
+
- добавлена прослойка для компонента в `plasma-{b2c,web}` и `sdds-serv` (* работает на старом api и с select из new-hope).
|
|
42
|
+
- переделаны тесты и обновлена документация
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
feat(plasma-new-hope, b2c, web, sdds-serv): Select interlayer (https://github.com/salute-developers/plasma/pull/1161)
|
|
46
|
+
|
|
47
|
+
### TextField
|
|
48
|
+
|
|
49
|
+
- проведен рефакторинг и редизайн
|
|
50
|
+
- обновлены тесты и документация
|
|
51
|
+
- добавлен в поставку в sdds-serv
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
feat(plasma-new-hope): TextField redesign (https://github.com/salute-developers/plasma/pull/1160)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## Icons
|
|
58
|
+
|
|
59
|
+
### iOS
|
|
60
|
+
|
|
61
|
+
- добавлен конвертор SVG в PNG для iOS app
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
plasma-icons: Convert SVG to PNG for iOS (https://github.com/salute-developers/plasma/pull/1163)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## Tokens
|
|
68
|
+
|
|
69
|
+
### Tokens
|
|
70
|
+
|
|
71
|
+
* исправлена формула для расчёта `hover / active` состояний
|
|
72
|
+
* добавлены новые токены (но в выключенном состоянии) в существующие темы и схемы для библиотек `@salutejs/plasma-tokens`, `@salutejs/data-themes`, `@salutejs/caldera-online-themes`, `@salutejs/sdds-serv-themes`, `@salutejs/plasma-themes`, `@salutejs/flamingo-themes`
|
|
73
|
+
* добавлены недостающие токены для обратной совместимости у библиотек `@salutejs/plasma-tokens-web`, `@salutejs/plasma-tokens-b2c`, `@salutejs/plasma-tokens-b2b`,
|
|
74
|
+
* добавлены недостающие токены в темы `plasma_b2c`, `plasma_web`, `sds_engineer` для библиотеки `@salutejs/plasma-new-hope`
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
feat(plasma-tokens,plasma-theme-builder): Add tokens to existed themes (https://github.com/salute-developers/plasma/pull/1165)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## Docs
|
|
81
|
+
|
|
82
|
+
### Popup
|
|
83
|
+
|
|
84
|
+
- исправлена ошибка в документации
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
fix(new-hope): Fix popup doc (https://github.com/salute-developers/plasma/pull/1168)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
## Misc
|
|
91
|
+
|
|
92
|
+
### Plasma Theme Builder
|
|
93
|
+
|
|
94
|
+
* Добавлена генерация hover / active состояний для групп токенов.
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
feat(plasma-theme-builder): Add generate hover / active state for tokens (https://github.com/salute-developers/plasma/pull/1134)
|
|
98
|
+
|
|
99
|
+
### Pagination
|
|
100
|
+
|
|
101
|
+
- исправлена ошибка навигации с помощью кнопок `next` \ `pre`
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
fix(new-hope): Edit storybook content (https://github.com/salute-developers/plasma/pull/1154)
|
|
105
|
+
|
|
106
|
+
### Website icons grid
|
|
107
|
+
|
|
108
|
+
- исправлен поиск иконок по названию
|
|
109
|
+
- исправлен grid для набора иконок
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
fix(plasma-website): Fix Icons (https://github.com/salute-developers/plasma/pull/1169)
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
#### 🚀 Enhancement
|
|
117
|
+
|
|
118
|
+
- Release by 10.04.2024 [#1175](https://github.com/salute-developers/plasma/pull/1175) ([@shuga2704](https://github.com/shuga2704) [@Salute-Eva](https://github.com/Salute-Eva) [@neretin-trike](https://github.com/neretin-trike) [@Yakutoc](https://github.com/Yakutoc) [@iljs](https://github.com/iljs) [@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
119
|
+
|
|
120
|
+
#### 🐛 Bug Fix
|
|
121
|
+
|
|
122
|
+
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
123
|
+
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
124
|
+
|
|
125
|
+
#### Authors: 6
|
|
126
|
+
|
|
127
|
+
- [@iljs](https://github.com/iljs)
|
|
128
|
+
- [@Salute-Eva](https://github.com/Salute-Eva)
|
|
129
|
+
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
|
|
130
|
+
- Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
|
|
131
|
+
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
132
|
+
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
1
136
|
# v1.155.0 (Thu Mar 28 2024)
|
|
2
137
|
|
|
3
138
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-core",
|
|
3
|
-
"version": "1.157.0
|
|
3
|
+
"version": "1.157.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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@babel/preset-react": "7.14.5",
|
|
24
24
|
"@babel/preset-typescript": "7.15.0",
|
|
25
25
|
"@microsoft/api-extractor": "7.38.3",
|
|
26
|
-
"@salutejs/plasma-cy-utils": "0.89.0
|
|
26
|
+
"@salutejs/plasma-cy-utils": "0.89.0",
|
|
27
27
|
"@types/jest": "27.0.1",
|
|
28
28
|
"@types/lodash.throttle": "4.1.6",
|
|
29
29
|
"@types/node": "15.14.9",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"Зубаиров Фаниль Асхатович"
|
|
82
82
|
],
|
|
83
83
|
"sideEffects": false,
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "bdc137cc658cd77008c2cd9a6c176485f91aae54"
|
|
85
85
|
}
|