@salutejs/plasma-core 1.144.0-dev.0 → 1.144.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 CHANGED
@@ -1,3 +1,195 @@
1
+ # v1.144.0 (Thu Jan 18 2024)
2
+
3
+ ### Release Notes
4
+
5
+ #### Release by 18.01.2024 ([#981](https://github.com/salute-developers/plasma/pull/981))
6
+
7
+ ## Components
8
+
9
+ ### Carousel
10
+
11
+ - добавлен пропс `scrollSnapStop` в `Carousel`
12
+
13
+
14
+ feat(plasma-core): Add new prop (scrollSnapStop) to the Carousel component (https://github.com/salute-developers/plasma/pull/940)
15
+
16
+
17
+ ### Skeleton
18
+
19
+ - добавлен компонент в новой архитектуре
20
+ - включен в поставку b2c/web
21
+ - удален из plasma-hope
22
+ - написаны тесты
23
+ - поправлен компонент Button для использования в styled
24
+
25
+
26
+ feat(plasma-new-hope/b2c/web): add skeleton with new architecture (https://github.com/salute-developers/plasma/pull/954)
27
+
28
+ ### Skeleton
29
+
30
+ - добавлены размеры под новую типографику
31
+
32
+
33
+ feat(plasma-b2c/web): add skeleton new typography sizes (https://github.com/salute-developers/plasma/pull/960)
34
+
35
+
36
+ ### Header
37
+
38
+ - добавлен prop, который позволяет применять mediaQuery для S-viewport по условию
39
+ - добавлен тест на данный кейс
40
+
41
+
42
+ feat(plasma-ui): add property to show/hide subtitle on S viewport (https://github.com/salute-developers/plasma/pull/958)
43
+
44
+
45
+ ### Popover arrow
46
+
47
+ - Поправлено отображение `Popover arrow` в Safari, Firefox
48
+
49
+
50
+ fix(plasma-web): fix Popover arrow in Safari, Firefox (https://github.com/salute-developers/plasma/pull/963)
51
+
52
+
53
+ ### Image
54
+
55
+ - добавлен в поставку `plasma-{b2c, web}`
56
+ - добавлен UI тесты
57
+ - удален из `plasma-hope`
58
+
59
+
60
+ feat(plasma-new-hope/web/b2c): Image refactor & redesign (https://github.com/salute-developers/plasma/pull/968)
61
+
62
+ ### Badge
63
+
64
+ - добавлен в поставку `plasma-{b2c,web,new-hope}`
65
+ - дополнены тесты
66
+
67
+
68
+ feat(plasma-new-hope/web/b2c): Badge refactor & redesign (https://github.com/salute-developers/plasma/pull/964)
69
+
70
+ ### Counter
71
+
72
+ - добавлен в поставку `plasma-{b2c,web,new-hope}`
73
+ - написаны тесты и документация
74
+
75
+
76
+ feat(plasma-new-hope/web/b2c): Counter component (https://github.com/salute-developers/plasma/pull/965)
77
+
78
+
79
+ ## Icons
80
+
81
+ - добавлены **новые** иконки размера 24x24, 1025 штук
82
+ - добавлены **новые** категории иконок в разделе icons на сайте
83
+
84
+ feat(plasma-icons): Add new 24x24 icons (https://github.com/salute-developers/plasma/pull/955)
85
+
86
+
87
+ ## Infra
88
+
89
+ ### Perftool
90
+
91
+ - обновление версии @salutejs/perftool@0.24
92
+
93
+
94
+ Update perftool (https://github.com/salute-developers/plasma/pull/932)
95
+
96
+ ### @Auto-it CLI
97
+
98
+ - добавлена возможность прокинуть опции/флаги для запуска - **auto shipit**;
99
+ - выключили генерацию changelog для pubslish: canary, RC;
100
+
101
+
102
+ plasma-infra: Pass cli options for "@auto-it" (https://github.com/salute-developers/plasma/pull/890)
103
+
104
+ ### Changelog workflow
105
+
106
+ - добавлена новая категория `Bugs`
107
+ - экранирование спец символов
108
+
109
+
110
+ plasma-infra: Improve changelog workflow (https://github.com/salute-developers/plasma/pull/967)
111
+
112
+
113
+ ## Tokens
114
+
115
+ ### Tokens naming
116
+
117
+ - изменена нотация с `camelCase` на `kebab-case` для старых токенов цветов и типографики
118
+
119
+ Было:
120
+ <img width="600" alt="Screenshot 2024-01-16 at 19 09 54" src="https://github.com/salute-developers/plasma/assets/26903236/b83f776b-e4f9-43e1-9506-bff3d25f7e71">
121
+
122
+ Стало:
123
+ <img width="600" alt="Screenshot 2024-01-16 at 19 09 17" src="https://github.com/salute-developers/plasma/assets/26903236/10298375-1a54-4dd4-8fe3-8af74c3e40b1">
124
+
125
+
126
+ feat(plasma-tokens-utils): Update formatting tokens name from camelCase to kebab-case (https://github.com/salute-developers/plasma/pull/971)
127
+
128
+ ## Bugs
129
+
130
+ ### Calendar
131
+
132
+ - добавлен `ref` в `forwardRef` вторым аргументом
133
+
134
+
135
+ feat(plasma-new-hope): fix CalendarDouble ref (https://github.com/salute-developers/plasma/pull/959)
136
+
137
+
138
+ ### Carousel
139
+
140
+ - решен баг с пролистыванием (onDragScroll) в accessible mode - mobile & desktop.
141
+ - control panel в карусели работает корректно (можно выбрать scrollAlign).
142
+
143
+
144
+ fix(plasma-hope/plasma-web): Turn onDragScroll off by default in accessibility mode in Carousel. Fix storybook control panel in it. (https://github.com/salute-developers/plasma/pull/957)
145
+
146
+ ### Spinner
147
+
148
+ - исправлено отображение компонента `Spinner` при размере 8px
149
+
150
+
151
+ fix(plasma-new-hope): Fix size for `Spinner` component (https://github.com/salute-developers/plasma/pull/966)
152
+
153
+ ## Misc
154
+
155
+ ### Typography
156
+
157
+ - root для типографики вынесен в общий компонент
158
+ - className, style теперь явно задаются в компоненте
159
+ - исправлены конфиги для asdk поставки
160
+
161
+
162
+ feat(plasma-new-hope/b2c/web): redefining classnames for typography (https://github.com/salute-developers/plasma/pull/947)
163
+
164
+ ---
165
+
166
+ #### 🚀 Enhancement
167
+
168
+ - feat: manual publish latest ([@Yakutoc](https://github.com/Yakutoc))
169
+ - Release by 18.01.2024 [#981](https://github.com/salute-developers/plasma/pull/981) ([@TitanKuzmich](https://github.com/TitanKuzmich) [@Salute-Eva](https://github.com/Salute-Eva) [@shuga2704](https://github.com/shuga2704) [@akhdrv](https://github.com/akhdrv) [@kayman233](https://github.com/kayman233) [@Yakutoc](https://github.com/Yakutoc) [@neretin-trike](https://github.com/neretin-trike))
170
+ - feat(plasma-web/b2c): update tests depending on Badge ([@TitanKuzmich](https://github.com/TitanKuzmich))
171
+ - feat(plasma-b2c/web/core): add Badge & QuantityBadge to packages ([@TitanKuzmich](https://github.com/TitanKuzmich))
172
+ - chore(plasma-core): return explicit type exports in src/types [#940](https://github.com/salute-developers/plasma/pull/940) ([@shuga2704](https://github.com/shuga2704))
173
+ - feat(api-report): add scrollSnapStop property to the Carousel component ([@shuga2704](https://github.com/shuga2704))
174
+ - feat(plasma-core): add scrollSnapStop property to the Carousel component ([@shuga2704](https://github.com/shuga2704))
175
+
176
+ #### 🐛 Bug Fix
177
+
178
+ - Update package-lock.json files ([@Salute-Eva](https://github.com/Salute-Eva))
179
+ - Update versions ([@Salute-Eva](https://github.com/Salute-Eva))
180
+
181
+ #### Authors: 7
182
+
183
+ - [@kayman233](https://github.com/kayman233)
184
+ - [@Salute-Eva](https://github.com/Salute-Eva)
185
+ - Alex Czech ([@Yakutoc](https://github.com/Yakutoc))
186
+ - Artem Khaydarov ([@akhdrv](https://github.com/akhdrv))
187
+ - Dima Shugaev ([@shuga2704](https://github.com/shuga2704))
188
+ - Krivonos Aleksandr ([@TitanKuzmich](https://github.com/TitanKuzmich))
189
+ - neretinaa ([@neretin-trike](https://github.com/neretin-trike))
190
+
191
+ ---
192
+
1
193
  # v1.142.0 (Fri Dec 22 2023)
2
194
 
3
195
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-core",
3
- "version": "1.144.0-dev.0",
4
- "description": "Core library for Plasma: Salute Design System",
3
+ "version": "1.144.0",
4
+ "description": "Core library for Plasma: Salute Design System.",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
7
7
  "main": "index.js",
@@ -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.76.0-dev.0",
26
+ "@salutejs/plasma-cy-utils": "0.76.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": "6c7fcb448a7431fce8145842a7a6cdd6f609f08b"
84
+ "gitHead": "04ebcc36e81f19299b089271d7d9e9dbc4b58165"
85
85
  }