intergalactic 15.45.0-prerelease-e623429f → 15.47.0-prerelease-b6256c91
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 +33 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,4 @@
|
|
1
|
-
## [15.
|
2
|
-
|
3
|
-
### @semcore/d3-chart
|
4
|
-
|
5
|
-
- **Fixed** Error in ScatterPlot with undefined values.
|
6
|
-
|
7
|
-
## [15.46.0] - 2024-01-10
|
1
|
+
## [15.47.0] - 2024-01-12
|
8
2
|
|
9
3
|
### @semcore/base-trigger
|
10
4
|
|
@@ -14,16 +8,43 @@
|
|
14
8
|
|
15
9
|
- **Fixed** Grouped controls separator color and shape. Additional separators are now added only between sibling `Button`s, all other components just removes one of sticked border.
|
16
10
|
|
11
|
+
### @semcore/d3-chart
|
12
|
+
|
13
|
+
- **Fixed** Error in ScatterPlot with undefined values.
|
14
|
+
|
17
15
|
### @semcore/date-picker
|
18
16
|
|
19
17
|
- **Fixed** Disabled dates should not be available from the keyboard.
|
20
18
|
- **Fixed** Months should change when goes outside the current period.
|
21
19
|
|
20
|
+
### @semcore/dropdown-menu
|
21
|
+
|
22
|
+
- **Fixed** Pressing `ArrowUp`/`ArrowDown` on closed `DropdownMenu` trigger was causing error in console.
|
23
|
+
|
24
|
+
### @semcore/popper
|
25
|
+
|
26
|
+
- **Fixed** After closing popper with interaction `click` focus is returned to the trigger instead of special focus catch element.
|
27
|
+
- **Added** `disabled` prop to types.
|
28
|
+
|
29
|
+
### @semcore/tooltip
|
30
|
+
|
31
|
+
- **Fixed** `aria-haspopup` for `disabled` tooltips.
|
32
|
+
|
22
33
|
### @semcore/utils
|
23
34
|
|
24
35
|
- **Added** Two new tokens for extra-small border-radii: `--intergalactic-rounded-extra-small` and `-intergalactic-chart-rounded`.
|
25
36
|
|
26
|
-
|
37
|
+
### @semcore/wizard
|
38
|
+
|
39
|
+
- **Fixed** When focus is lost during the step change, the focus is moved to the wizard first focusable element.
|
40
|
+
|
41
|
+
## [15.46.1] - 2024-01-11
|
42
|
+
|
43
|
+
### @semcore/d3-chart
|
44
|
+
|
45
|
+
- **Fixed** Error in ScatterPlot with undefined values.
|
46
|
+
|
47
|
+
## [15.46.0] - 2024-01-10
|
27
48
|
|
28
49
|
### @semcore/base-trigger
|
29
50
|
|
@@ -33,32 +54,25 @@
|
|
33
54
|
|
34
55
|
- **Fixed** Grouped controls separator color and shape. Additional separators are now added only between sibling `Button`s, all other components just removes one of sticked border.
|
35
56
|
|
36
|
-
### @semcore/d3-chart
|
37
|
-
|
38
|
-
- **Fixed** Error in ScatterPlot with undefined values.
|
39
|
-
|
40
57
|
### @semcore/date-picker
|
41
58
|
|
42
59
|
- **Fixed** Disabled dates should not be available from the keyboard.
|
43
60
|
- **Fixed** Months should change when goes outside the current period.
|
44
61
|
|
45
|
-
### @semcore/
|
62
|
+
### @semcore/utils
|
46
63
|
|
47
|
-
- **
|
64
|
+
- **Added** Two new tokens for extra-small border-radii: `--intergalactic-rounded-extra-small` and `-intergalactic-chart-rounded`.
|
65
|
+
|
66
|
+
## [15.45.0] - 2024-01-04
|
48
67
|
|
49
68
|
### @semcore/popper
|
50
69
|
|
51
|
-
- **Fixed** After closing popper with interaction `click` focus is returned to the trigger instead of special focus catch element.
|
52
70
|
- **Added** `disabled` prop to types.
|
53
71
|
|
54
72
|
### @semcore/tooltip
|
55
73
|
|
56
74
|
- **Fixed** `aria-haspopup` for `disabled` tooltips.
|
57
75
|
|
58
|
-
### @semcore/utils
|
59
|
-
|
60
|
-
- **Added** Two new tokens for extra-small border-radii: `--intergalactic-rounded-extra-small` and `-intergalactic-chart-rounded`.
|
61
|
-
|
62
76
|
### @semcore/wizard
|
63
77
|
|
64
78
|
- **Fixed** When focus is lost during the step change, the focus is moved to the wizard first focusable element.
|