@atlaskit/editor-plugin-status 8.1.2 → 8.1.4
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-status
|
|
2
2
|
|
|
3
|
+
## 8.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.1.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`baf7b89a7b895`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/baf7b89a7b895) -
|
|
14
|
+
Give colour picker menu an accessible label
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 8.1.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -341,7 +341,7 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
|
|
|
341
341
|
return null;
|
|
342
342
|
}
|
|
343
343
|
return target && (0, _react2.jsx)(PopupWithListeners, {
|
|
344
|
-
ariaLabel: (0, _platformFeatureFlags.fg)('
|
|
344
|
+
ariaLabel: (0, _platformFeatureFlags.fg)('_editor_a11y_aria_label_removal_popup') ? intl.formatMessage(_messages.statusMessages.statusEditorLabel) : undefined,
|
|
345
345
|
target: target,
|
|
346
346
|
offset: [0, 8],
|
|
347
347
|
handleClickOutside: this.handleClickOutside,
|
|
@@ -311,7 +311,7 @@ class StatusPickerWithIntl extends React.Component {
|
|
|
311
311
|
return null;
|
|
312
312
|
}
|
|
313
313
|
return target && jsx(PopupWithListeners, {
|
|
314
|
-
ariaLabel: fg('
|
|
314
|
+
ariaLabel: fg('_editor_a11y_aria_label_removal_popup') ? intl.formatMessage(messages.statusEditorLabel) : undefined,
|
|
315
315
|
target: target,
|
|
316
316
|
offset: [0, 8],
|
|
317
317
|
handleClickOutside: this.handleClickOutside,
|
|
@@ -338,7 +338,7 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
|
|
|
338
338
|
return null;
|
|
339
339
|
}
|
|
340
340
|
return target && jsx(PopupWithListeners, {
|
|
341
|
-
ariaLabel: fg('
|
|
341
|
+
ariaLabel: fg('_editor_a11y_aria_label_removal_popup') ? intl.formatMessage(messages.statusEditorLabel) : undefined,
|
|
342
342
|
target: target,
|
|
343
343
|
offset: [0, 8],
|
|
344
344
|
handleClickOutside: this.handleClickOutside,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-status",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.4",
|
|
4
4
|
"description": "Status plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
39
|
"@atlaskit/status": "^3.1.0",
|
|
40
40
|
"@atlaskit/theme": "^21.0.0",
|
|
41
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
41
|
+
"@atlaskit/tmp-editor-statsig": "^17.0.0",
|
|
42
42
|
"@atlaskit/tokens": "^10.1.0",
|
|
43
43
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@emotion/react": "^11.7.1"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@atlaskit/editor-common": "^111.
|
|
48
|
+
"@atlaskit/editor-common": "^111.9.0",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
50
|
"react-dom": "^18.2.0",
|
|
51
51
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"platform-component-visual-refresh": {
|
|
95
95
|
"type": "boolean"
|
|
96
96
|
},
|
|
97
|
-
"
|
|
97
|
+
"_editor_a11y_aria_label_removal_popup": {
|
|
98
98
|
"type": "boolean"
|
|
99
99
|
},
|
|
100
100
|
"platform-lozenge-custom-letterspacing": {
|