@salutejs/plasma-web 1.403.0-dev.0 → 1.403.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 +72 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,75 @@
|
|
|
1
|
+
# v1.403.0 (Tue Sep 24 2024)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Release by 24.09.2024 ([#1450](https://github.com/salute-developers/plasma/pull/1450))
|
|
6
|
+
|
|
7
|
+
## Components
|
|
8
|
+
|
|
9
|
+
### Mask
|
|
10
|
+
|
|
11
|
+
- добавлен **новый** компонент
|
|
12
|
+
- включен в поставку plasma-* и sdds-* пакетов
|
|
13
|
+
|
|
14
|
+
feat(plasma-*): add Mask (https://github.com/salute-developers/plasma/pull/1418)
|
|
15
|
+
|
|
16
|
+
### Правка токенов в SDDS CS
|
|
17
|
+
|
|
18
|
+
- Изменены токены для компонентов `Autocomplite`, `Combobox`, `Datepicker`, `Range`, `Textfield`, `Textarea`, `Select` в поставке `sdds-cs`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
feat(sdds-cs): edit tokens (https://github.com/salute-developers/plasma/pull/1439)
|
|
22
|
+
|
|
23
|
+
### Attach
|
|
24
|
+
- добавлен **новый** компонент в поставку всех клиентских библиотек
|
|
25
|
+
|
|
26
|
+
<img width="554" src="https://github.com/user-attachments/assets/0ede5244-018b-4801-9816-6d3f425a1ec5" />
|
|
27
|
+
|
|
28
|
+
<img width="296" src="https://github.com/user-attachments/assets/e86d1a79-13f9-430c-8c78-60da463bda6d" />
|
|
29
|
+
|
|
30
|
+
### Cell
|
|
31
|
+
- добавлена возможность использовать свойство `className`
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
`plasma-*, sdds-*`: Add Attach (https://github.com/salute-developers/plasma/pull/1437)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## Misc
|
|
38
|
+
|
|
39
|
+
### Tests
|
|
40
|
+
- изменены тесты plasma-b2c компонента TextArea
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
test(plasma-b2c): update tests for TextArea (https://github.com/salute-developers/plasma/pull/1434)
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
#### 🚀 Enhancement
|
|
48
|
+
|
|
49
|
+
- Release by 24.09.2024 [#1450](https://github.com/salute-developers/plasma/pull/1450) ([@IgorYar](https://github.com/IgorYar) [@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@iljs](https://github.com/iljs) [@denivladislav](https://github.com/denivladislav))
|
|
50
|
+
- docs(): api reports regenerated [#1437](https://github.com/salute-developers/plasma/pull/1437) ([@denivladislav](https://github.com/denivladislav))
|
|
51
|
+
- feat(sdds-cs): edit tokens [#1439](https://github.com/salute-developers/plasma/pull/1439) ([@iljs](https://github.com/iljs))
|
|
52
|
+
- feat(plasma-*): fix Mask stories prop [#1418](https://github.com/salute-developers/plasma/pull/1418) ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
53
|
+
- feat(plasma-web/b2c): add Mask component ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
54
|
+
|
|
55
|
+
#### 🐛 Bug Fix
|
|
56
|
+
|
|
57
|
+
- Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
58
|
+
- Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
59
|
+
- feat(plasma-*, sdds-*): Attach ported; tests added ([@denivladislav](https://github.com/denivladislav))
|
|
60
|
+
- docs: generate new api reports ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
61
|
+
- chore: Update package-lock.json files \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
|
|
62
|
+
|
|
63
|
+
#### Authors: 5
|
|
64
|
+
|
|
65
|
+
- [@iljs](https://github.com/iljs)
|
|
66
|
+
- [@Salute-Eva](https://github.com/Salute-Eva)
|
|
67
|
+
- Igor Yaroslavtsev ([@IgorYar](https://github.com/IgorYar))
|
|
68
|
+
- Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
|
|
69
|
+
- Vladislav Denisov ([@denivladislav](https://github.com/denivladislav))
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
1
73
|
# v1.400.0 (Thu Sep 19 2024)
|
|
2
74
|
|
|
3
75
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-web",
|
|
3
|
-
"version": "1.403.0
|
|
3
|
+
"version": "1.403.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@salutejs/plasma-core": "1.180.0",
|
|
23
23
|
"@salutejs/plasma-hope": "1.312.0",
|
|
24
|
-
"@salutejs/plasma-new-hope": "0.151.0
|
|
24
|
+
"@salutejs/plasma-new-hope": "0.151.0",
|
|
25
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",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"Fanil Zubairov"
|
|
113
113
|
],
|
|
114
114
|
"sideEffects": false,
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "fa5b591453261fa505ba01b8454bce81cd861c19"
|
|
116
116
|
}
|