@atlaskit/jql-editor 5.12.6 → 5.12.8
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,18 @@
|
|
|
1
1
|
# @atlaskit/jql-editor
|
|
2
2
|
|
|
3
|
+
## 5.12.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 5.12.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`4311851ff86b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4311851ff86b8) -
|
|
14
|
+
cleaning up enghealth-46329-no-literal-strings fg
|
|
15
|
+
|
|
3
16
|
## 5.12.6
|
|
4
17
|
|
|
5
18
|
### 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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "5.12.8",
|
|
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",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
42
42
|
"@atlaskit/emoji": "^69.10.0",
|
|
43
43
|
"@atlaskit/form": "^15.3.0",
|
|
44
|
-
"@atlaskit/icon": "^
|
|
45
|
-
"@atlaskit/icon-lab": "^5.
|
|
44
|
+
"@atlaskit/icon": "^31.0.0",
|
|
45
|
+
"@atlaskit/icon-lab": "^5.16.0",
|
|
46
46
|
"@atlaskit/jql-ast": "^3.4.0",
|
|
47
47
|
"@atlaskit/jql-autocomplete": "^2.0.0",
|
|
48
48
|
"@atlaskit/jql-editor-common": "^3.0.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
|
}
|