@semcore/ui 13.11.1 → 13.12.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 +66 -16
- package/package.json +31 -31
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
|
1
|
+
## [13.12.0] - 2023-03-06
|
|
2
|
+
|
|
3
|
+
### @semcore/d3-chart
|
|
4
|
+
|
|
5
|
+
- **Added** Added a new chart type `Radar`.
|
|
6
|
+
|
|
7
|
+
### @semcore/dropdown
|
|
8
|
+
|
|
9
|
+
- **Fixed** Fixed the ability to move text to the next line with the Enter key in `Textarea`.
|
|
10
|
+
|
|
11
|
+
### @semcore/dropdown-menu
|
|
12
|
+
|
|
13
|
+
- **Fixed** Fixed the ability to move text to the next line with the Enter key in `Textarea`.
|
|
14
|
+
|
|
15
|
+
### @semcore/select
|
|
16
|
+
|
|
17
|
+
- **Fixed** Fixed automatic scrolling to selected option on popper open wasn't working.
|
|
18
|
+
- **Added** Added prop `scrollToSelected` to control automatic scroll to selected option on popper open.
|
|
19
|
+
|
|
20
|
+
## [13.11.2] - 2023-03-03
|
|
21
|
+
|
|
22
|
+
### @semcore/d3-chart
|
|
23
|
+
|
|
24
|
+
- **Fixed** Fixed summary generation was broken after i18n enhancement release.
|
|
25
|
+
|
|
26
|
+
### @semcore/feature-popover
|
|
27
|
+
|
|
28
|
+
- **Fixed** Fixed `animationsDisabled` prop passing.
|
|
29
|
+
|
|
30
|
+
### @semcore/flags
|
|
31
|
+
|
|
32
|
+
- **Fixed** European Union flag with 2x size was fixed again and never again :D.
|
|
33
|
+
- **Fixed** European Union flag with 2x size was fixed.
|
|
34
|
+
|
|
35
|
+
### @semcore/icon
|
|
36
|
+
|
|
37
|
+
- **Removed** Removed automatic setting of `aria-hidden` to `true`.
|
|
38
|
+
|
|
39
|
+
### @semcore/modal
|
|
40
|
+
|
|
41
|
+
- **Fixed** Fixed `animationsDisabled` prop passing.
|
|
42
|
+
|
|
43
|
+
### @semcore/popper
|
|
44
|
+
|
|
45
|
+
- **Fixed** Fixed `animationsDisabled` prop passing.
|
|
46
|
+
|
|
47
|
+
### @semcore/side-panel
|
|
48
|
+
|
|
49
|
+
- **Fixed** Fixed `animationsDisabled` prop passing.
|
|
50
|
+
|
|
1
51
|
## [13.11.1] - 2023-03-01
|
|
2
52
|
|
|
3
53
|
### @semcore/d3-chart
|
|
@@ -144,11 +194,6 @@
|
|
|
144
194
|
|
|
145
195
|
## [13.7.0] - 2023-02-13
|
|
146
196
|
|
|
147
|
-
### @semcore/icon
|
|
148
|
-
|
|
149
|
-
- **BREAK** Removed `YoutubeAlt` icon, use `YoutubeColored` instead.
|
|
150
|
-
- **BREAK** Removed `YoutubeRed` icon, use `YoutubeInvert` instead.
|
|
151
|
-
|
|
152
197
|
### @semcore/badge
|
|
153
198
|
|
|
154
199
|
- **Changed** Renamed rounding design token (`--intergalactic-rounded-medium` -> `--intergalactic-badge-rounded`).
|
|
@@ -218,6 +263,11 @@
|
|
|
218
263
|
|
|
219
264
|
- **Changed** Renamed rounding design token (`--intergalactic-rounded-medium` -> `--intergalactic-surface-rounded`).
|
|
220
265
|
|
|
266
|
+
### @semcore/icon
|
|
267
|
+
|
|
268
|
+
- **Changed** Renamed `YoutubeAlt` icon to `YoutubeColored`.
|
|
269
|
+
- **Changed** Renamed `YoutubeRed` icon to `YoutubeInvert`.
|
|
270
|
+
|
|
221
271
|
### @semcore/input
|
|
222
272
|
|
|
223
273
|
- **Changed** Renamed rounding design token (`--intergalactic-rounded-medium` -> `--intergalactic-control-rounded`).
|
|
@@ -406,10 +456,6 @@
|
|
|
406
456
|
|
|
407
457
|
## [13.2.13] - 2023-01-11
|
|
408
458
|
|
|
409
|
-
### @semcore/icon
|
|
410
|
-
|
|
411
|
-
- **BREAK** Remove `Stoller` icon, use `Stroller` instead.
|
|
412
|
-
|
|
413
459
|
### @semcore/animation
|
|
414
460
|
|
|
415
461
|
- **Fixed** Fixed flickering in `Collapse` animation.
|
|
@@ -430,6 +476,10 @@
|
|
|
430
476
|
|
|
431
477
|
- **Fixed** Fixed internal imports after babel transformation were causing "named import from json" errors in some bundlers.
|
|
432
478
|
|
|
479
|
+
### @semcore/icon
|
|
480
|
+
|
|
481
|
+
- **Changed** Renamed `Stoller` icon to `Stroller`.
|
|
482
|
+
|
|
433
483
|
### @semcore/inline-input
|
|
434
484
|
|
|
435
485
|
- **Fixed** Fixed displaying tooltip of `ConfirmControl`.
|
|
@@ -969,13 +1019,6 @@
|
|
|
969
1019
|
|
|
970
1020
|
- **BREAK** The component has been removed from the release system. Use `@semcore/d3-chart`.
|
|
971
1021
|
|
|
972
|
-
### @semcore/icon
|
|
973
|
-
|
|
974
|
-
- **BREAK** Remove `AppBlock` icon, use `AppsBlock` instead.
|
|
975
|
-
- **Added** Added icon Stoller.
|
|
976
|
-
- **Added** Added `Charge`, `CardUpdate`, `ChargebackWin`, `ChargebackLoss` icons.
|
|
977
|
-
- **Changed** When `interactive` prop is provided, `aria-label` or `aria-labelledby` props from now are required. If required props are not provided a warning is logged to developer console.
|
|
978
|
-
|
|
979
1022
|
### @semcore/neighbor-location
|
|
980
1023
|
|
|
981
1024
|
- **BREAK** The approach to determining neighbors has been changed.
|
|
@@ -1027,6 +1070,13 @@
|
|
|
1027
1070
|
|
|
1028
1071
|
- **Changed** Moved svg illustrations to `@semcore/illustration` component.
|
|
1029
1072
|
|
|
1073
|
+
### @semcore/icon
|
|
1074
|
+
|
|
1075
|
+
- **Changed** Renamed `AppBlock` icon to `AppsBlock`.
|
|
1076
|
+
- **Added** Added icon Stoller.
|
|
1077
|
+
- **Added** Added `Charge`, `CardUpdate`, `ChargebackWin`, `ChargebackLoss` icons.
|
|
1078
|
+
- **Changed** When `interactive` prop is provided, `aria-label` or `aria-labelledby` props from now are required. If required props are not provided a warning is logged to developer console.
|
|
1079
|
+
|
|
1030
1080
|
### @semcore/illustration
|
|
1031
1081
|
|
|
1032
1082
|
- **Changed** Remove masks from all svg illustrations for WidgetEmpty component.
|
package/package.json
CHANGED
|
@@ -1,66 +1,66 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.12.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@semcore/accordion": "4.3.
|
|
8
|
+
"@semcore/accordion": "4.3.6",
|
|
9
9
|
"@semcore/animation": "1.9.2",
|
|
10
10
|
"@semcore/badge": "3.3.10",
|
|
11
|
-
"@semcore/base-trigger": "3.5.
|
|
12
|
-
"@semcore/breadcrumbs": "4.4.
|
|
11
|
+
"@semcore/base-trigger": "3.5.5",
|
|
12
|
+
"@semcore/breadcrumbs": "4.4.17",
|
|
13
13
|
"@semcore/breakpoints": "1.2.16",
|
|
14
14
|
"@semcore/button": "4.3.10",
|
|
15
|
-
"@semcore/card": "4.2.
|
|
16
|
-
"@semcore/carousel": "2.2.
|
|
15
|
+
"@semcore/card": "4.2.20",
|
|
16
|
+
"@semcore/carousel": "2.2.20",
|
|
17
17
|
"@semcore/checkbox": "6.4.1",
|
|
18
|
-
"@semcore/color-picker": "1.4.
|
|
18
|
+
"@semcore/color-picker": "1.4.19",
|
|
19
19
|
"@semcore/core": "1.13.17",
|
|
20
20
|
"@semcore/counter": "2.3.1",
|
|
21
|
-
"@semcore/data-table": "3.7.
|
|
22
|
-
"@semcore/date-picker": "3.6.
|
|
21
|
+
"@semcore/data-table": "3.7.20",
|
|
22
|
+
"@semcore/date-picker": "3.6.19",
|
|
23
23
|
"@semcore/divider": "3.2.10",
|
|
24
24
|
"@semcore/dot": "4.2.12",
|
|
25
|
-
"@semcore/drag-and-drop": "2.4.
|
|
26
|
-
"@semcore/dropdown": "3.4.
|
|
27
|
-
"@semcore/dropdown-menu": "3.6.
|
|
28
|
-
"@semcore/d3-chart": "2.
|
|
25
|
+
"@semcore/drag-and-drop": "2.4.18",
|
|
26
|
+
"@semcore/dropdown": "3.4.12",
|
|
27
|
+
"@semcore/dropdown-menu": "3.6.15",
|
|
28
|
+
"@semcore/d3-chart": "2.9.0",
|
|
29
29
|
"@semcore/ellipsis": "1.2.3",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
31
|
"@semcore/errors": "3.9.5",
|
|
32
|
-
"@semcore/feature-popover": "3.2.
|
|
32
|
+
"@semcore/feature-popover": "3.2.23",
|
|
33
33
|
"@semcore/feedback-form": "5.3.10",
|
|
34
|
-
"@semcore/flags": "3.4.
|
|
34
|
+
"@semcore/flags": "3.4.2",
|
|
35
35
|
"@semcore/flex-box": "4.7.10",
|
|
36
36
|
"@semcore/format-text": "3.2.12",
|
|
37
|
-
"@semcore/fullscreen-modal": "2.2.
|
|
37
|
+
"@semcore/fullscreen-modal": "2.2.21",
|
|
38
38
|
"@semcore/grid": "4.3.10",
|
|
39
|
-
"@semcore/icon": "3.13.
|
|
39
|
+
"@semcore/icon": "3.13.2",
|
|
40
40
|
"@semcore/illustration": "1.4.5",
|
|
41
|
-
"@semcore/inline-input": "3.5.
|
|
41
|
+
"@semcore/inline-input": "3.5.13",
|
|
42
42
|
"@semcore/inline-edit": "2.4.2",
|
|
43
43
|
"@semcore/input": "3.5.10",
|
|
44
44
|
"@semcore/input-mask": "4.4.10",
|
|
45
45
|
"@semcore/input-number": "4.4.5",
|
|
46
46
|
"@semcore/input-tags": "3.3.12",
|
|
47
47
|
"@semcore/link": "4.3.13",
|
|
48
|
-
"@semcore/modal": "3.5.
|
|
48
|
+
"@semcore/modal": "3.5.7",
|
|
49
49
|
"@semcore/neighbor-location": "3.1.16",
|
|
50
|
-
"@semcore/notice": "4.4.
|
|
51
|
-
"@semcore/notice-global": "1.5.
|
|
52
|
-
"@semcore/notice-bubble": "4.6.
|
|
50
|
+
"@semcore/notice": "4.4.20",
|
|
51
|
+
"@semcore/notice-global": "1.5.6",
|
|
52
|
+
"@semcore/notice-bubble": "4.6.6",
|
|
53
53
|
"@semcore/outside-click": "2.5.15",
|
|
54
|
-
"@semcore/pagination": "3.5.
|
|
54
|
+
"@semcore/pagination": "3.5.18",
|
|
55
55
|
"@semcore/pills": "4.4.10",
|
|
56
|
-
"@semcore/popper": "4.16.
|
|
56
|
+
"@semcore/popper": "4.16.4",
|
|
57
57
|
"@semcore/portal": "2.5.9",
|
|
58
58
|
"@semcore/product-head": "3.3.10",
|
|
59
59
|
"@semcore/progress-bar": "3.3.11",
|
|
60
60
|
"@semcore/radio": "5.4.1",
|
|
61
61
|
"@semcore/scroll-area": "4.2.10",
|
|
62
|
-
"@semcore/select": "3.
|
|
63
|
-
"@semcore/side-panel": "2.3.
|
|
62
|
+
"@semcore/select": "3.5.1",
|
|
63
|
+
"@semcore/side-panel": "2.3.7",
|
|
64
64
|
"@semcore/skeleton": "4.4.10",
|
|
65
65
|
"@semcore/slider": "3.4.1",
|
|
66
66
|
"@semcore/spin": "4.2.10",
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
"@semcore/switch": "4.4.1",
|
|
70
70
|
"@semcore/tab-line": "3.3.0",
|
|
71
71
|
"@semcore/tab-panel": "3.4.1",
|
|
72
|
-
"@semcore/tag": "4.4.
|
|
72
|
+
"@semcore/tag": "4.4.19",
|
|
73
73
|
"@semcore/textarea": "4.3.10",
|
|
74
|
-
"@semcore/time-picker": "3.4.
|
|
75
|
-
"@semcore/tooltip": "5.3.
|
|
76
|
-
"@semcore/typography": "4.3.
|
|
74
|
+
"@semcore/time-picker": "3.4.26",
|
|
75
|
+
"@semcore/tooltip": "5.3.14",
|
|
76
|
+
"@semcore/typography": "4.3.19",
|
|
77
77
|
"@semcore/utils": "3.47.1",
|
|
78
78
|
"@semcore/widget-empty": "3.9.5",
|
|
79
|
-
"@semcore/wizard": "1.2.
|
|
79
|
+
"@semcore/wizard": "1.2.23",
|
|
80
80
|
"@semcore/i18n-unplugin": "0.0.5"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|