@atlaskit/link-datasource 2.9.5 → 2.9.6
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,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 2.9.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`941edf62401ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/941edf62401ae) -
|
|
8
|
+
This version removes `platform.design-system-team.use-default-select-in-popup-select_46rmj`
|
|
9
|
+
feature flag. The `PopupSelect` component now uses the internal `Select` component ensure the
|
|
10
|
+
accessibility of options with group labels for assistive technologies.
|
|
11
|
+
|
|
3
12
|
## 2.9.5
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -107,7 +107,7 @@ var ColumnPicker = exports.ColumnPicker = function ColumnPicker(_ref) {
|
|
|
107
107
|
if (allOptions.length) {
|
|
108
108
|
var _pickerRef$current;
|
|
109
109
|
// necessary to refocus the search input after the loading state
|
|
110
|
-
pickerRef === null || pickerRef === void 0 || (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.selectRef) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.inputRef) === null || _pickerRef$current === void 0 || _pickerRef$current.focus();
|
|
110
|
+
pickerRef === null || pickerRef === void 0 || (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.selectRef) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.select) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.inputRef) === null || _pickerRef$current === void 0 || _pickerRef$current.focus();
|
|
111
111
|
}
|
|
112
112
|
}, [allOptions]);
|
|
113
113
|
(0, _react.useEffect)(function () {
|
|
@@ -81,9 +81,9 @@ export const ColumnPicker = ({
|
|
|
81
81
|
};
|
|
82
82
|
useEffect(() => {
|
|
83
83
|
if (allOptions.length) {
|
|
84
|
-
var _pickerRef$current, _pickerRef$current$se, _pickerRef$current$se2;
|
|
84
|
+
var _pickerRef$current, _pickerRef$current$se, _pickerRef$current$se2, _pickerRef$current$se3;
|
|
85
85
|
// necessary to refocus the search input after the loading state
|
|
86
|
-
pickerRef === null || pickerRef === void 0 ? void 0 : (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 ? void 0 : (_pickerRef$current$se = _pickerRef$current.selectRef) === null || _pickerRef$current$se === void 0 ? void 0 : (_pickerRef$current$se2 = _pickerRef$current$se.
|
|
86
|
+
pickerRef === null || pickerRef === void 0 ? void 0 : (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 ? void 0 : (_pickerRef$current$se = _pickerRef$current.selectRef) === null || _pickerRef$current$se === void 0 ? void 0 : (_pickerRef$current$se2 = _pickerRef$current$se.select) === null || _pickerRef$current$se2 === void 0 ? void 0 : (_pickerRef$current$se3 = _pickerRef$current$se2.inputRef) === null || _pickerRef$current$se3 === void 0 ? void 0 : _pickerRef$current$se3.focus();
|
|
87
87
|
}
|
|
88
88
|
}, [allOptions]);
|
|
89
89
|
useEffect(() => {
|
|
@@ -101,7 +101,7 @@ export var ColumnPicker = function ColumnPicker(_ref) {
|
|
|
101
101
|
if (allOptions.length) {
|
|
102
102
|
var _pickerRef$current;
|
|
103
103
|
// necessary to refocus the search input after the loading state
|
|
104
|
-
pickerRef === null || pickerRef === void 0 || (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.selectRef) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.inputRef) === null || _pickerRef$current === void 0 || _pickerRef$current.focus();
|
|
104
|
+
pickerRef === null || pickerRef === void 0 || (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.selectRef) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.select) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.inputRef) === null || _pickerRef$current === void 0 || _pickerRef$current.focus();
|
|
105
105
|
}
|
|
106
106
|
}, [allOptions]);
|
|
107
107
|
useEffect(function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.6",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/datetime-picker": "^13.8.0",
|
|
45
45
|
"@atlaskit/dropdown-menu": "^12.15.0",
|
|
46
46
|
"@atlaskit/editor-prosemirror": "5.0.1",
|
|
47
|
-
"@atlaskit/empty-state": "^7.
|
|
47
|
+
"@atlaskit/empty-state": "^7.10.0",
|
|
48
48
|
"@atlaskit/form": "^10.4.0",
|
|
49
49
|
"@atlaskit/heading": "^2.4.0",
|
|
50
50
|
"@atlaskit/icon": "^22.10.0",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"@atlaskit/jql-ast": "^3.3.0",
|
|
55
55
|
"@atlaskit/jql-editor": "^4.4.0",
|
|
56
56
|
"@atlaskit/jql-editor-autocomplete-rest": "^2.0.0",
|
|
57
|
-
"@atlaskit/link-client-extension": "^1.
|
|
58
|
-
"@atlaskit/linking-common": "^5.
|
|
59
|
-
"@atlaskit/linking-types": "^8.
|
|
57
|
+
"@atlaskit/link-client-extension": "^1.13.0",
|
|
58
|
+
"@atlaskit/linking-common": "^5.9.0",
|
|
59
|
+
"@atlaskit/linking-types": "^8.13.0",
|
|
60
60
|
"@atlaskit/logo": "^14.1.0",
|
|
61
61
|
"@atlaskit/lozenge": "^11.9.0",
|
|
62
62
|
"@atlaskit/modal-dialog": "^12.14.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
|
|
70
70
|
"@atlaskit/primitives": "^11.1.0",
|
|
71
71
|
"@atlaskit/select": "^17.11.0",
|
|
72
|
-
"@atlaskit/smart-card": "^27.
|
|
72
|
+
"@atlaskit/smart-card": "^27.13.0",
|
|
73
73
|
"@atlaskit/smart-user-picker": "6.10.0",
|
|
74
74
|
"@atlaskit/spinner": "^16.2.0",
|
|
75
75
|
"@atlaskit/tag": "^12.4.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@af/integration-testing": "*",
|
|
99
99
|
"@af/visual-regression": "*",
|
|
100
100
|
"@atlaskit/link-provider": "^1.14.0",
|
|
101
|
-
"@atlaskit/link-test-helpers": "^7.
|
|
101
|
+
"@atlaskit/link-test-helpers": "^7.2.0",
|
|
102
102
|
"@atlaskit/ssr": "*",
|
|
103
103
|
"@atlaskit/visual-regression": "*",
|
|
104
104
|
"@atlassian/feature-flags-test-utils": "^0.2.0",
|