@semcore/ui 13.22.1 → 13.23.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 +100 -0
- package/package.json +72 -72
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,103 @@
|
|
|
1
|
+
## [13.23.0] - 2023-04-19
|
|
2
|
+
|
|
3
|
+
### @semcore/color-picker
|
|
4
|
+
|
|
5
|
+
- **Fixed** Added `aria-hidden="true"` for input control because they are auxiliary.
|
|
6
|
+
|
|
7
|
+
### @semcore/d3-chart
|
|
8
|
+
|
|
9
|
+
- **Fixed** Fixed calculating height of `StackBar` and `HorizontalBar` components.
|
|
10
|
+
|
|
11
|
+
### @semcore/fullscreen-modal
|
|
12
|
+
|
|
13
|
+
- **Changed** Default title tag switched from `h4` to `h2` without changing visual representation.
|
|
14
|
+
- **Fixed** Fixed ability to control from keyboard for `Close` and `Back`.
|
|
15
|
+
|
|
16
|
+
### @semcore/inline-edit
|
|
17
|
+
|
|
18
|
+
- **Fixed** Improvements for a11y. Added more correct label. Added role attribute. Return focus on cancel or confirm.
|
|
19
|
+
|
|
20
|
+
### @semcore/inline-input
|
|
21
|
+
|
|
22
|
+
- **Fixed** Improvements for a11y. Hidden controls because they are accessible via the keyboard.
|
|
23
|
+
|
|
24
|
+
### @semcore/input
|
|
25
|
+
|
|
26
|
+
- **Changed** Fixed outline styles so that they work even if the `Value` is wrapped in other elements.
|
|
27
|
+
|
|
28
|
+
### @semcore/input-mask
|
|
29
|
+
|
|
30
|
+
- **Changed** Remove `aria-invalid` because you can't enter the wrong value.
|
|
31
|
+
- **Changed** Added hint for screen reader.
|
|
32
|
+
- **Changed** Controls are now `display:none` rather than `visibility:hidden`, this gives more space for placeholder.
|
|
33
|
+
|
|
34
|
+
### @semcore/link
|
|
35
|
+
|
|
36
|
+
- **Fixed** Fixed visual keyboard focus highlight of inline links.
|
|
37
|
+
|
|
38
|
+
### @semcore/popper
|
|
39
|
+
|
|
40
|
+
- **Fixed** `interaction=hover` poppers now might be triggered by keyboard focus (but not mouse focus).
|
|
41
|
+
|
|
42
|
+
### @semcore/product-head
|
|
43
|
+
|
|
44
|
+
- **Changed** Changed `tag` of `Title` from `div` to `h1` for better accessibility.
|
|
45
|
+
|
|
46
|
+
### @semcore/select
|
|
47
|
+
|
|
48
|
+
- **Added** Added `aria-multiselectable` attribute to `Menu` component for better accessibility.
|
|
49
|
+
- **Added** Return focus to trigger when option is selected.
|
|
50
|
+
|
|
51
|
+
### @semcore/spin
|
|
52
|
+
|
|
53
|
+
- **Added** Added `aria-hidden` attribute for better accessibility.
|
|
54
|
+
|
|
55
|
+
### @semcore/time-picker
|
|
56
|
+
|
|
57
|
+
- **Added** Added ARIA attributes for better accessibility.
|
|
58
|
+
|
|
59
|
+
### @semcore/utils
|
|
60
|
+
|
|
61
|
+
- **Fixed** Fixed behavior when returning focus. Now focus return does not work if user used the mouse.
|
|
62
|
+
- **Change** Added `id` propertie for `ScreenReaderOnly` component.
|
|
63
|
+
- **Fixed** Keyboard focus highlight wasn't working until keyboard focuses any focusable element second time.
|
|
64
|
+
- **Fixed** Delayed focus return in the macrotask to prevent focus return trigger event passing to to the return focus target.
|
|
65
|
+
|
|
66
|
+
### @semcore/wizard
|
|
67
|
+
|
|
68
|
+
- **Changed** Title got semantic `h2` tag.
|
|
69
|
+
- **Fixed** Added screen reader only hint about completed steps.
|
|
70
|
+
|
|
71
|
+
## [13.22.2] - 2023-04-11
|
|
72
|
+
|
|
73
|
+
### @semcore/button
|
|
74
|
+
|
|
75
|
+
- **Fixed** Removed `role=button` from native button.
|
|
76
|
+
|
|
77
|
+
### @semcore/input-tags
|
|
78
|
+
|
|
79
|
+
- **Fixed** Non-interactive container are not focusable by keyboard now.
|
|
80
|
+
|
|
81
|
+
### @semcore/pagination
|
|
82
|
+
|
|
83
|
+
- **Fixed** Fixed "confirm" icon keyboard navigation.
|
|
84
|
+
|
|
85
|
+
### @semcore/tab-line
|
|
86
|
+
|
|
87
|
+
- **Fixed** Fixed `aria-posinset` attribute value generation.
|
|
88
|
+
|
|
89
|
+
### @semcore/tab-panel
|
|
90
|
+
|
|
91
|
+
- **Fixed** Fixed `aria-posinset` attribute value generation.
|
|
92
|
+
|
|
93
|
+
### @semcore/tag
|
|
94
|
+
|
|
95
|
+
- **Fixed** Non-interactive tags are not focusable by keyboard now.
|
|
96
|
+
|
|
97
|
+
### @semcore/tooltip
|
|
98
|
+
|
|
99
|
+
- **Fixed** Turn `aria-haspopup` to `false` for Tooltip with `hover=interaction`.
|
|
100
|
+
|
|
1
101
|
## [13.22.1] - 2023-04-11
|
|
2
102
|
|
|
3
103
|
### @semcore/feedback-form
|
package/package.json
CHANGED
|
@@ -1,82 +1,82 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.23.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@semcore/accordion": "4.3.
|
|
9
|
-
"@semcore/animation": "1.10.
|
|
10
|
-
"@semcore/badge": "3.3.
|
|
11
|
-
"@semcore/base-trigger": "3.5.
|
|
12
|
-
"@semcore/breadcrumbs": "4.4.
|
|
13
|
-
"@semcore/breakpoints": "1.2.
|
|
14
|
-
"@semcore/button": "4.3.
|
|
15
|
-
"@semcore/card": "4.3.
|
|
16
|
-
"@semcore/carousel": "2.2.
|
|
17
|
-
"@semcore/checkbox": "6.4.
|
|
18
|
-
"@semcore/color-picker": "1.4.
|
|
19
|
-
"@semcore/core": "1.14.
|
|
20
|
-
"@semcore/counter": "2.3.
|
|
21
|
-
"@semcore/data-table": "3.8.
|
|
22
|
-
"@semcore/date-picker": "3.6.
|
|
23
|
-
"@semcore/divider": "3.2.
|
|
24
|
-
"@semcore/dot": "4.2.
|
|
25
|
-
"@semcore/drag-and-drop": "2.4.
|
|
26
|
-
"@semcore/dropdown": "3.4.
|
|
27
|
-
"@semcore/dropdown-menu": "3.6.
|
|
28
|
-
"@semcore/d3-chart": "2.
|
|
29
|
-
"@semcore/ellipsis": "1.2.
|
|
8
|
+
"@semcore/accordion": "4.3.17",
|
|
9
|
+
"@semcore/animation": "1.10.2",
|
|
10
|
+
"@semcore/badge": "3.3.19",
|
|
11
|
+
"@semcore/base-trigger": "3.5.15",
|
|
12
|
+
"@semcore/breadcrumbs": "4.4.27",
|
|
13
|
+
"@semcore/breakpoints": "1.2.25",
|
|
14
|
+
"@semcore/button": "4.3.20",
|
|
15
|
+
"@semcore/card": "4.3.12",
|
|
16
|
+
"@semcore/carousel": "2.2.31",
|
|
17
|
+
"@semcore/checkbox": "6.4.11",
|
|
18
|
+
"@semcore/color-picker": "1.4.31",
|
|
19
|
+
"@semcore/core": "1.14.7",
|
|
20
|
+
"@semcore/counter": "2.3.10",
|
|
21
|
+
"@semcore/data-table": "3.8.1",
|
|
22
|
+
"@semcore/date-picker": "3.6.33",
|
|
23
|
+
"@semcore/divider": "3.2.19",
|
|
24
|
+
"@semcore/dot": "4.2.22",
|
|
25
|
+
"@semcore/drag-and-drop": "2.4.33",
|
|
26
|
+
"@semcore/dropdown": "3.4.23",
|
|
27
|
+
"@semcore/dropdown-menu": "3.6.28",
|
|
28
|
+
"@semcore/d3-chart": "2.14.0",
|
|
29
|
+
"@semcore/ellipsis": "1.2.17",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
|
-
"@semcore/errors": "3.9.
|
|
32
|
-
"@semcore/feature-popover": "3.
|
|
33
|
-
"@semcore/feedback-form": "5.4.
|
|
34
|
-
"@semcore/flags": "3.4.
|
|
35
|
-
"@semcore/flex-box": "4.7.
|
|
36
|
-
"@semcore/format-text": "3.2.
|
|
37
|
-
"@semcore/fullscreen-modal": "2.2.
|
|
38
|
-
"@semcore/grid": "4.3.
|
|
39
|
-
"@semcore/icon": "3.14.
|
|
40
|
-
"@semcore/illustration": "1.4.
|
|
41
|
-
"@semcore/inline-input": "3.5.
|
|
42
|
-
"@semcore/inline-edit": "2.4.
|
|
43
|
-
"@semcore/input": "3.5.
|
|
44
|
-
"@semcore/input-mask": "4.
|
|
45
|
-
"@semcore/input-number": "4.4.
|
|
46
|
-
"@semcore/input-tags": "3.3.
|
|
47
|
-
"@semcore/link": "4.3.
|
|
48
|
-
"@semcore/modal": "3.5.
|
|
49
|
-
"@semcore/neighbor-location": "3.1.
|
|
50
|
-
"@semcore/notice": "4.4.
|
|
51
|
-
"@semcore/notice-global": "1.5.
|
|
52
|
-
"@semcore/notice-bubble": "4.7.
|
|
53
|
-
"@semcore/outside-click": "2.5.
|
|
54
|
-
"@semcore/pagination": "3.5.
|
|
55
|
-
"@semcore/pills": "4.4.
|
|
56
|
-
"@semcore/popper": "4.17.
|
|
57
|
-
"@semcore/portal": "2.6.
|
|
58
|
-
"@semcore/product-head": "3.
|
|
59
|
-
"@semcore/progress-bar": "3.3.
|
|
60
|
-
"@semcore/radio": "5.4.
|
|
61
|
-
"@semcore/scroll-area": "4.2.
|
|
62
|
-
"@semcore/select": "3.6.
|
|
63
|
-
"@semcore/side-panel": "2.3.
|
|
64
|
-
"@semcore/skeleton": "4.4.
|
|
65
|
-
"@semcore/slider": "3.4.
|
|
66
|
-
"@semcore/spin": "4.2.
|
|
67
|
-
"@semcore/spin-container": "6.2.
|
|
68
|
-
"@semcore/sticky": "2.4.
|
|
69
|
-
"@semcore/switch": "4.4.
|
|
70
|
-
"@semcore/tab-line": "3.3.
|
|
71
|
-
"@semcore/tab-panel": "3.4.
|
|
72
|
-
"@semcore/tag": "4.4.
|
|
73
|
-
"@semcore/textarea": "4.3.
|
|
74
|
-
"@semcore/time-picker": "3.4.
|
|
75
|
-
"@semcore/tooltip": "5.4.
|
|
76
|
-
"@semcore/typography": "4.3.
|
|
77
|
-
"@semcore/utils": "3.50.
|
|
78
|
-
"@semcore/widget-empty": "3.10.
|
|
79
|
-
"@semcore/wizard": "1.2.
|
|
31
|
+
"@semcore/errors": "3.9.16",
|
|
32
|
+
"@semcore/feature-popover": "3.3.0",
|
|
33
|
+
"@semcore/feedback-form": "5.4.11",
|
|
34
|
+
"@semcore/flags": "3.4.11",
|
|
35
|
+
"@semcore/flex-box": "4.7.19",
|
|
36
|
+
"@semcore/format-text": "3.2.21",
|
|
37
|
+
"@semcore/fullscreen-modal": "2.2.31",
|
|
38
|
+
"@semcore/grid": "4.3.19",
|
|
39
|
+
"@semcore/icon": "3.14.7",
|
|
40
|
+
"@semcore/illustration": "1.4.14",
|
|
41
|
+
"@semcore/inline-input": "3.5.28",
|
|
42
|
+
"@semcore/inline-edit": "2.4.13",
|
|
43
|
+
"@semcore/input": "3.5.20",
|
|
44
|
+
"@semcore/input-mask": "4.5.0",
|
|
45
|
+
"@semcore/input-number": "4.4.14",
|
|
46
|
+
"@semcore/input-tags": "3.3.28",
|
|
47
|
+
"@semcore/link": "4.3.22",
|
|
48
|
+
"@semcore/modal": "3.5.18",
|
|
49
|
+
"@semcore/neighbor-location": "3.1.25",
|
|
50
|
+
"@semcore/notice": "4.4.32",
|
|
51
|
+
"@semcore/notice-global": "1.5.17",
|
|
52
|
+
"@semcore/notice-bubble": "4.7.10",
|
|
53
|
+
"@semcore/outside-click": "2.5.24",
|
|
54
|
+
"@semcore/pagination": "3.5.30",
|
|
55
|
+
"@semcore/pills": "4.4.19",
|
|
56
|
+
"@semcore/popper": "4.17.2",
|
|
57
|
+
"@semcore/portal": "2.6.1",
|
|
58
|
+
"@semcore/product-head": "3.4.0",
|
|
59
|
+
"@semcore/progress-bar": "3.3.20",
|
|
60
|
+
"@semcore/radio": "5.4.11",
|
|
61
|
+
"@semcore/scroll-area": "4.2.19",
|
|
62
|
+
"@semcore/select": "3.6.3",
|
|
63
|
+
"@semcore/side-panel": "2.3.18",
|
|
64
|
+
"@semcore/skeleton": "4.4.19",
|
|
65
|
+
"@semcore/slider": "3.4.11",
|
|
66
|
+
"@semcore/spin": "4.2.19",
|
|
67
|
+
"@semcore/spin-container": "6.2.22",
|
|
68
|
+
"@semcore/sticky": "2.4.19",
|
|
69
|
+
"@semcore/switch": "4.4.11",
|
|
70
|
+
"@semcore/tab-line": "3.3.10",
|
|
71
|
+
"@semcore/tab-panel": "3.4.11",
|
|
72
|
+
"@semcore/tag": "4.4.30",
|
|
73
|
+
"@semcore/textarea": "4.3.19",
|
|
74
|
+
"@semcore/time-picker": "3.4.42",
|
|
75
|
+
"@semcore/tooltip": "5.4.3",
|
|
76
|
+
"@semcore/typography": "4.3.29",
|
|
77
|
+
"@semcore/utils": "3.50.3",
|
|
78
|
+
"@semcore/widget-empty": "3.10.7",
|
|
79
|
+
"@semcore/wizard": "1.2.35",
|
|
80
80
|
"@semcore/i18n-unplugin": "0.0.5"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|