@salutejs/plasma-core 1.176.0-dev.0 → 1.176.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 +133 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,136 @@
|
|
|
1
|
+
# v1.176.0 (Wed Aug 28 2024)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Release by 28.08.2024 ([#1403](https://github.com/salute-developers/plasma/pull/1403))
|
|
6
|
+
|
|
7
|
+
## Components
|
|
8
|
+
|
|
9
|
+
### Slider
|
|
10
|
+
|
|
11
|
+
- удалена лишняя зависимость `ref.current` в hooks
|
|
12
|
+
- исправлена документация в `plasma-web`
|
|
13
|
+
- для `plasma-new-hope` и `sdds-dfa` добавлены недостающие файлы документации
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
plasma-{new-hope, web}, sdds-dfa: removed redundant dependencies from `Slider` hooks; docs fixed (https://github.com/salute-developers/plasma/pull/1386)
|
|
17
|
+
|
|
18
|
+
### TextField
|
|
19
|
+
- добавлен размер `xs` в `plasma-web`
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
plasma-web: size `xs` added to `TextField` (https://github.com/salute-developers/plasma/pull/1395)
|
|
23
|
+
|
|
24
|
+
### SDDS-CS
|
|
25
|
+
|
|
26
|
+
- изменены конфигурации компонентов для `sdds-cs`
|
|
27
|
+
|
|
28
|
+
### Radiobox/Checkbox
|
|
29
|
+
|
|
30
|
+
- добавлен фон через токены для `trigger`
|
|
31
|
+
|
|
32
|
+
### Button
|
|
33
|
+
|
|
34
|
+
- добавлен отдельный фон через токены в состоянии `loading`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
sdds-cs: Edit components config (https://github.com/salute-developers/plasma/pull/1368)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## Icons
|
|
41
|
+
|
|
42
|
+
### Disclosure group
|
|
43
|
+
|
|
44
|
+
- обновлен набор для `Disclosure`
|
|
45
|
+
|
|
46
|
+
<img width="371" alt="Disclosure" src="https://github.com/user-attachments/assets/37024761-5185-46fc-9a24-8285839c1776" />
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
feat(plasma-icons): Update `Disclosure` icons group (https://github.com/salute-developers/plasma/pull/1384)
|
|
51
|
+
|
|
52
|
+
### Update icons list
|
|
53
|
+
|
|
54
|
+
#### Video
|
|
55
|
+
<img width="171" src="https://github.com/user-attachments/assets/5138f0d2-bc5a-427f-b5c3-161702b80cc5" />
|
|
56
|
+
|
|
57
|
+
#### Attention
|
|
58
|
+
<img width="58" src="https://github.com/user-attachments/assets/425b34f8-6744-44ad-8670-70fbb7f2aed7" />
|
|
59
|
+
|
|
60
|
+
#### Message
|
|
61
|
+
<img width="409" src="https://github.com/user-attachments/assets/b23057c1-b8e3-4c2a-a052-570a61570242" />
|
|
62
|
+
|
|
63
|
+
#### Zoom
|
|
64
|
+
<img width="128" src="https://github.com/user-attachments/assets/ac37d878-b25d-4215-9a05-84a4db8a4f1e" />
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
feat(plasma-icons): Update icons pack (https://github.com/salute-developers/plasma/pull/1390)
|
|
68
|
+
|
|
69
|
+
## Tokens
|
|
70
|
+
|
|
71
|
+
* исправлены опечатки в `tokens` для `theme`: `plasma_web`, `sdds_dfa`, `sdds_serv`
|
|
72
|
+
|
|
73
|
+
fix(plasma-tokens): Fix tokens misprint in themes (https://github.com/salute-developers/plasma/pull/1402)
|
|
74
|
+
|
|
75
|
+
### Theme-Builder
|
|
76
|
+
|
|
77
|
+
* исправлена обработка свойств `opened` для модальных окон
|
|
78
|
+
* исправлено отображение полей для ввода в модальном окне редактирования token
|
|
79
|
+
* исправлена генерация токенов `active` и `hover` состояний при изменении отключении / включении token
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
fix(plasma-theme-builder): Fix bugs in Theme Builder (https://github.com/salute-developers/plasma/pull/1397)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## Infra
|
|
86
|
+
|
|
87
|
+
### Plasma-B2C
|
|
88
|
+
|
|
89
|
+
- поднята документацию для пакета `plasma-b2c`
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
plasma-docs: Setup package for `plasma-b2c` (https://github.com/salute-developers/plasma/pull/1330)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## Misc
|
|
97
|
+
|
|
98
|
+
### Tests
|
|
99
|
+
- изменены тесты plasma-b2c компонентов Breadcrumbs и Price
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
test(plasma-b2c): update tests for Breadcrumbs and Price (https://github.com/salute-developers/plasma/pull/1353)
|
|
103
|
+
|
|
104
|
+
### Tests
|
|
105
|
+
- изменены тесты plasma-b2c компонентов Badge и Chip
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
test(plasma-b2c): update tests for Badge and Chip (https://github.com/salute-developers/plasma/pull/1366)
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
#### 🚀 Enhancement
|
|
113
|
+
|
|
114
|
+
- Release by 28.08.2024 [#1403](https://github.com/salute-developers/plasma/pull/1403) ([@Yakutoc](https://github.com/Yakutoc) [@simashova](https://github.com/simashova) [@neretin-trike](https://github.com/neretin-trike) [@Salute-Eva](https://github.com/Salute-Eva) [@IgorYar](https://github.com/IgorYar) [@denivladislav](https://github.com/denivladislav) [@iljs](https://github.com/iljs))
|
|
115
|
+
|
|
116
|
+
#### 🐛 Bug Fix
|
|
117
|
+
|
|
118
|
+
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
119
|
+
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
120
|
+
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
121
|
+
|
|
122
|
+
#### Authors: 7
|
|
123
|
+
|
|
124
|
+
- [@iljs](https://github.com/iljs)
|
|
125
|
+
- [@Salute-Eva](https://github.com/Salute-Eva)
|
|
126
|
+
- Alexander Lobyntsev ([@Yakutoc](https://github.com/Yakutoc))
|
|
127
|
+
- Anastasia Simashova ([@simashova](https://github.com/simashova))
|
|
128
|
+
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
|
|
129
|
+
- neretinaa ([@neretin-trike](https://github.com/neretin-trike))
|
|
130
|
+
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
1
134
|
# v1.174.0 (Thu Aug 22 2024)
|
|
2
135
|
|
|
3
136
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-core",
|
|
3
|
-
"version": "1.176.0
|
|
3
|
+
"version": "1.176.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.107.0
|
|
27
|
+
"@salutejs/plasma-cy-utils": "0.107.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": "
|
|
84
|
+
"gitHead": "4274cc8bb51cee1710eb761daf1a3c4ff36bf5c7"
|
|
85
85
|
}
|