@salutejs/plasma-core 1.160.0-dev.0 → 1.160.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 +107 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,110 @@
|
|
|
1
|
+
# v1.160.0 (Thu May 30 2024)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Release by 29.05.2024 ([#1222](https://github.com/salute-developers/plasma/pull/1222))
|
|
6
|
+
|
|
7
|
+
## Components
|
|
8
|
+
|
|
9
|
+
### Calendar
|
|
10
|
+
|
|
11
|
+
- добавлен пропс для включения/исключения минимума и максимума диапазона дат
|
|
12
|
+
|
|
1
13
|
|
|
14
|
+
feat: add calendar edge dates control (https://github.com/salute-developers/plasma/pull/1203)
|
|
15
|
+
|
|
16
|
+
### Slider
|
|
17
|
+
|
|
18
|
+
- добавлен компонент Slider
|
|
19
|
+
|
|
2
20
|
|
|
21
|
+
feat(plasma-new-hope): add slider component (https://github.com/salute-developers/plasma/pull/1194)
|
|
22
|
+
|
|
23
|
+
### Textarea
|
|
24
|
+
|
|
25
|
+
- изменен `padding` для `label`
|
|
26
|
+
|
|
3
27
|
|
|
28
|
+
fix(plasma-*): Fix padding on textarea (https://github.com/salute-developers/plasma/pull/1209)
|
|
29
|
+
|
|
30
|
+
### Range
|
|
31
|
+
|
|
32
|
+
- включен в поставку `plasma-{b2c,web} / sdds-serv`
|
|
33
|
+
- написаны тесты и документация
|
|
34
|
+
|
|
4
35
|
|
|
36
|
+
feat: Add range component (https://github.com/salute-developers/plasma/pull/1208)
|
|
37
|
+
|
|
38
|
+
### IconButton
|
|
39
|
+
|
|
40
|
+
- включен в поставку `sdds-serv`
|
|
41
|
+
- добавлена документация в `sdds-serv-docs`
|
|
42
|
+
|
|
5
43
|
|
|
44
|
+
feat(sdds-serv): add icon button (https://github.com/salute-developers/plasma/pull/1214)
|
|
45
|
+
|
|
46
|
+
### Tabs
|
|
47
|
+
|
|
48
|
+
- добавлен корректный проброс `className` в `Tab` и `TabItem`
|
|
49
|
+
- поправлена документация для `Tab` и `Segment`
|
|
50
|
+
|
|
51
|
+
#### ДО:
|
|
52
|
+
|
|
53
|
+

|
|
54
|
+

|
|
55
|
+
|
|
56
|
+
#### ПОСЛЕ:
|
|
57
|
+
|
|
58
|
+

|
|
59
|
+

|
|
60
|
+
|
|
6
61
|
|
|
62
|
+
feat(plasma-new-hope): fix tabs styles (https://github.com/salute-developers/plasma/pull/1220)
|
|
63
|
+
|
|
64
|
+
### Button
|
|
65
|
+
|
|
66
|
+
- добавлено отображение `value`
|
|
67
|
+
- исправлены внутренние отступы от `contentLeft`, `contentRight`
|
|
68
|
+
- дополнены тесты и документация
|
|
69
|
+
- исправлены тесты, зависящие от `Button: Notification, Pagination, Toast, Toolbar`
|
|
70
|
+
- добавлен токен переопределения цвета `value` в `ButtonGroup`
|
|
71
|
+
|
|
7
72
|
|
|
73
|
+
feat: add button value (https://github.com/salute-developers/plasma/pull/1213)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## Tokens
|
|
77
|
+
|
|
78
|
+
### Tokens
|
|
79
|
+
|
|
80
|
+
- добавлены токены прозрачности для positive, warning, negative цветов
|
|
81
|
+
- добавлены токены с active, hover модификаторами
|
|
82
|
+
|
|
8
83
|
|
|
84
|
+
tokens: add surface transparent tokens to sdds (https://github.com/salute-developers/plasma/pull/1206)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## Misc
|
|
88
|
+
|
|
89
|
+
### Checkbox/Radiobox
|
|
90
|
+
|
|
91
|
+
- исправлен types компонентов для библиотек `plasma-asdk`, `sdds-serv` и `caldera-online`
|
|
92
|
+
|
|
9
93
|
|
|
94
|
+
Fix checkbox types (https://github.com/salute-developers/plasma/pull/1217)
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
#### 🚀 Enhancement
|
|
99
|
+
|
|
100
|
+
- Release by 29.05.2024 [#1222](https://github.com/salute-developers/plasma/pull/1222) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@akhdrv](https://github.com/akhdrv) [@Yakutoc](https://github.com/Yakutoc) [@iljs](https://github.com/iljs))
|
|
101
|
+
|
|
102
|
+
#### 🐛 Bug Fix
|
|
103
|
+
|
|
104
|
+
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
105
|
+
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
106
|
+
|
|
107
|
+
#### Authors: 5
|
|
108
|
+
|
|
109
|
+
- [@iljs](https://github.com/iljs)
|
|
110
|
+
- [@Salute-Eva](https://github.com/Salute-Eva)
|
|
111
|
+
- Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
|
|
112
|
+
- Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
|
|
113
|
+
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
10
117
|
# v1.159.0 (Thu Apr 25 2024)
|
|
11
118
|
|
|
12
119
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-core",
|
|
3
|
-
"version": "1.160.0
|
|
3
|
+
"version": "1.160.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.92.0
|
|
27
|
+
"@salutejs/plasma-cy-utils": "0.92.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": "7e4b9d3483208b11820decc0e516f59d434173e9"
|
|
85
85
|
}
|