@atlaskit/editor-plugin-status 8.0.0 → 8.1.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-plugin-status
2
2
 
3
+ ## 8.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`88c35f564f62d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88c35f564f62d) -
8
+ [https://hello.jira.atlassian.cloud/browse/EDITOR-4328](EDITOR-4328) - clean up
9
+ editor_a11y_announce_status_editor_open
10
+
3
11
  ## 8.0.0
4
12
 
5
13
  ### Patch Changes
@@ -352,7 +352,7 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
352
352
  boundariesElement: boundariesElement,
353
353
  scrollableElement: scrollableElement,
354
354
  closeOnTab: false
355
- }, (0, _platformFeatureFlags.fg)('editor_a11y_announce_status_editor_open') && (0, _react2.jsx)(_visuallyHidden.default, {
355
+ }, (0, _react2.jsx)(_visuallyHidden.default, {
356
356
  "aria-atomic": true,
357
357
  role: "alert"
358
358
  }, intl.formatMessage(_messages.statusMessages.statusPickerOpenedAlert)), (0, _react2.jsx)(_uiReact.OutsideClickTargetRefContext.Consumer, null, this.renderWithSetOutsideClickTargetRef.bind(this)));
@@ -322,7 +322,7 @@ class StatusPickerWithIntl extends React.Component {
322
322
  boundariesElement: boundariesElement,
323
323
  scrollableElement: scrollableElement,
324
324
  closeOnTab: false
325
- }, fg('editor_a11y_announce_status_editor_open') && jsx(VisuallyHidden, {
325
+ }, jsx(VisuallyHidden, {
326
326
  "aria-atomic": true,
327
327
  role: "alert"
328
328
  }, intl.formatMessage(messages.statusPickerOpenedAlert)), jsx(OutsideClickTargetRefContext.Consumer, null, this.renderWithSetOutsideClickTargetRef.bind(this)));
@@ -349,7 +349,7 @@ var StatusPickerWithIntl = /*#__PURE__*/function (_React$Component) {
349
349
  boundariesElement: boundariesElement,
350
350
  scrollableElement: scrollableElement,
351
351
  closeOnTab: false
352
- }, fg('editor_a11y_announce_status_editor_open') && jsx(VisuallyHidden, {
352
+ }, jsx(VisuallyHidden, {
353
353
  "aria-atomic": true,
354
354
  role: "alert"
355
355
  }, intl.formatMessage(messages.statusPickerOpenedAlert)), jsx(OutsideClickTargetRefContext.Consumer, null, this.renderWithSetOutsideClickTargetRef.bind(this)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-status",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "description": "Status plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,18 +34,18 @@
34
34
  "@atlaskit/editor-plugin-analytics": "^7.0.0",
35
35
  "@atlaskit/editor-prosemirror": "^7.2.0",
36
36
  "@atlaskit/editor-shared-styles": "^3.10.0",
37
- "@atlaskit/icon": "^29.3.0",
37
+ "@atlaskit/icon": "^29.4.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
39
  "@atlaskit/status": "^3.0.0",
40
40
  "@atlaskit/theme": "^21.0.0",
41
- "@atlaskit/tmp-editor-statsig": "^16.3.0",
42
- "@atlaskit/tokens": "^9.0.0",
41
+ "@atlaskit/tmp-editor-statsig": "^16.12.0",
42
+ "@atlaskit/tokens": "^9.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.0.0",
48
+ "@atlaskit/editor-common": "^111.7.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,9 +94,6 @@
94
94
  "platform-component-visual-refresh": {
95
95
  "type": "boolean"
96
96
  },
97
- "editor_a11y_announce_status_editor_open": {
98
- "type": "boolean"
99
- },
100
97
  "editor_a11y_aria_label_removal_popup": {
101
98
  "type": "boolean"
102
99
  },