@atlaskit/jql-editor 5.12.6 → 5.12.7

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,12 @@
1
1
  # @atlaskit/jql-editor
2
2
 
3
+ ## 5.12.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4311851ff86b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4311851ff86b8) -
8
+ cleaning up enghealth-46329-no-literal-strings fg
9
+
3
10
  ## 5.12.6
4
11
 
5
12
  ### Patch Changes
@@ -99,10 +99,8 @@ var JQLEditorReadOnlyWithoutTheme = function JQLEditorReadOnlyWithoutTheme(_ref)
99
99
  // Therefore the autocomplete combobox is never shown to the users
100
100
  ,
101
101
  "aria-expanded": false,
102
- "aria-controls": "dummy-jql-editor-auto-complete-id"
103
- // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
104
- ,
105
- "aria-label": (0, _platformFeatureFlags.fg)('enghealth-46329-no-literal-strings') ? formatMessage(_messages.messages.inputLabel) : 'JQL query',
102
+ "aria-controls": "dummy-jql-editor-auto-complete-id",
103
+ "aria-label": formatMessage(_messages.messages.inputLabel),
106
104
  defaultRows: defaultRows
107
105
  }, blocks.map(function (block, index) {
108
106
  return /*#__PURE__*/_react.default.createElement(_compiled.Box, {
@@ -97,10 +97,8 @@ const JQLEditorReadOnlyWithoutTheme = ({
97
97
  // Therefore the autocomplete combobox is never shown to the users
98
98
  ,
99
99
  "aria-expanded": false,
100
- "aria-controls": "dummy-jql-editor-auto-complete-id"
101
- // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
102
- ,
103
- "aria-label": fg('enghealth-46329-no-literal-strings') ? formatMessage(messages.inputLabel) : 'JQL query',
100
+ "aria-controls": "dummy-jql-editor-auto-complete-id",
101
+ "aria-label": formatMessage(messages.inputLabel),
104
102
  defaultRows: defaultRows
105
103
  }, blocks.map((block, index) => /*#__PURE__*/React.createElement(Box, {
106
104
  as: "p",
@@ -93,10 +93,8 @@ var JQLEditorReadOnlyWithoutTheme = function JQLEditorReadOnlyWithoutTheme(_ref)
93
93
  // Therefore the autocomplete combobox is never shown to the users
94
94
  ,
95
95
  "aria-expanded": false,
96
- "aria-controls": "dummy-jql-editor-auto-complete-id"
97
- // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
98
- ,
99
- "aria-label": fg('enghealth-46329-no-literal-strings') ? formatMessage(messages.inputLabel) : 'JQL query',
96
+ "aria-controls": "dummy-jql-editor-auto-complete-id",
97
+ "aria-label": formatMessage(messages.inputLabel),
100
98
  defaultRows: defaultRows
101
99
  }, blocks.map(function (block, index) {
102
100
  return /*#__PURE__*/React.createElement(Box, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/jql-editor",
3
- "version": "5.12.6",
3
+ "version": "5.12.7",
4
4
  "description": "This package allows consumers to render an advanced JQL editor component to enable autocomplete-assisted authoring and validation of JQL queries.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -156,9 +156,6 @@
156
156
  },
157
157
  "jira_ai_agent_avatar_with_apptype_for_jql": {
158
158
  "type": "boolean"
159
- },
160
- "enghealth-46329-no-literal-strings": {
161
- "type": "boolean"
162
159
  }
163
160
  }
164
161
  }