@atlaskit/jql-editor 6.1.0 → 6.1.2
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 +14 -0
- package/dist/cjs/analytics/util.js +1 -1
- package/dist/cjs/ui/jql-editor-footer-content/jql-messages/warnings/messages.js +1 -1
- package/dist/es2019/analytics/util.js +1 -1
- package/dist/es2019/ui/jql-editor-footer-content/jql-messages/warnings/messages.js +1 -1
- package/dist/esm/analytics/util.js +1 -1
- package/dist/esm/ui/jql-editor-footer-content/jql-messages/warnings/messages.js +1 -1
- package/package.json +15 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/jql-editor
|
|
2
2
|
|
|
3
|
+
## 6.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`85a5e662048f6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85a5e662048f6) -
|
|
8
|
+
Enrol jql packages into the React Compiler with platform gating via isReactCompilerActivePlatform
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 6.1.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 6.1.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -6,5 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.useJqlEditorAnalytics = void 0;
|
|
7
7
|
var _jqlEditorCommon = require("@atlaskit/jql-editor-common");
|
|
8
8
|
var useJqlEditorAnalytics = exports.useJqlEditorAnalytics = function useJqlEditorAnalytics(analyticsSource) {
|
|
9
|
-
return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "
|
|
9
|
+
return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "0.0.0-development", _jqlEditorCommon.ANALYTICS_CHANNEL);
|
|
10
10
|
};
|
|
@@ -19,6 +19,6 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
|
|
|
19
19
|
defaultWarning: {
|
|
20
20
|
id: 'jql-editor.ui.jql-warning-message.default',
|
|
21
21
|
defaultMessage: '{deprecatedField} has been deprecated and may stop working in the future.',
|
|
22
|
-
description: '
|
|
22
|
+
description: 'The text is shown as a warning message in the JQL editor footer when a deprecated field is used in the query. The placeholder {deprecatedField} will be substituted with the name of the deprecated JQL field.'
|
|
23
23
|
}
|
|
24
24
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ANALYTICS_CHANNEL, useJqlPackageAnalytics } from '@atlaskit/jql-editor-common';
|
|
2
2
|
export const useJqlEditorAnalytics = analyticsSource => {
|
|
3
|
-
return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "
|
|
3
|
+
return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "0.0.0-development", ANALYTICS_CHANNEL);
|
|
4
4
|
};
|
|
@@ -13,6 +13,6 @@ export const messages = defineMessages({
|
|
|
13
13
|
defaultWarning: {
|
|
14
14
|
id: 'jql-editor.ui.jql-warning-message.default',
|
|
15
15
|
defaultMessage: '{deprecatedField} has been deprecated and may stop working in the future.',
|
|
16
|
-
description: '
|
|
16
|
+
description: 'The text is shown as a warning message in the JQL editor footer when a deprecated field is used in the query. The placeholder {deprecatedField} will be substituted with the name of the deprecated JQL field.'
|
|
17
17
|
}
|
|
18
18
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ANALYTICS_CHANNEL, useJqlPackageAnalytics } from '@atlaskit/jql-editor-common';
|
|
2
2
|
export var useJqlEditorAnalytics = function useJqlEditorAnalytics(analyticsSource) {
|
|
3
|
-
return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "
|
|
3
|
+
return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "0.0.0-development", ANALYTICS_CHANNEL);
|
|
4
4
|
};
|
|
@@ -13,6 +13,6 @@ export var messages = defineMessages({
|
|
|
13
13
|
defaultWarning: {
|
|
14
14
|
id: 'jql-editor.ui.jql-warning-message.default',
|
|
15
15
|
defaultMessage: '{deprecatedField} has been deprecated and may stop working in the future.',
|
|
16
|
-
description: '
|
|
16
|
+
description: 'The text is shown as a warning message in the JQL editor footer when a deprecated field is used in the query. The placeholder {deprecatedField} will be substituted with the name of the deprecated JQL field.'
|
|
17
17
|
}
|
|
18
18
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/jql-editor",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
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",
|
|
@@ -8,6 +8,13 @@
|
|
|
8
8
|
"registry": "https://registry.npmjs.org/"
|
|
9
9
|
},
|
|
10
10
|
"atlassian": {
|
|
11
|
+
"react-compiler": {
|
|
12
|
+
"enabled": true,
|
|
13
|
+
"gating": {
|
|
14
|
+
"source": "@atlassian/react-compiler-gating",
|
|
15
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
11
18
|
"team": "Jira Platform: Search Experience / Empanada",
|
|
12
19
|
"website": {
|
|
13
20
|
"name": "JQL Editor",
|
|
@@ -39,23 +46,23 @@
|
|
|
39
46
|
"@atlaskit/button": "^23.11.0",
|
|
40
47
|
"@atlaskit/css": "^0.19.0",
|
|
41
48
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
42
|
-
"@atlaskit/emoji": "^
|
|
49
|
+
"@atlaskit/emoji": "^70.0.0",
|
|
43
50
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
44
51
|
"@atlaskit/form": "^15.5.0",
|
|
45
|
-
"@atlaskit/icon": "^34.
|
|
46
|
-
"@atlaskit/icon-lab": "^6.
|
|
52
|
+
"@atlaskit/icon": "^34.2.0",
|
|
53
|
+
"@atlaskit/icon-lab": "^6.5.0",
|
|
47
54
|
"@atlaskit/jql-ast": "^3.4.0",
|
|
48
55
|
"@atlaskit/jql-autocomplete": "^2.0.0",
|
|
49
56
|
"@atlaskit/jql-editor-common": "^3.1.0",
|
|
50
57
|
"@atlaskit/jql-parser": "^2.0.0",
|
|
51
58
|
"@atlaskit/link": "^3.4.0",
|
|
52
59
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
53
|
-
"@atlaskit/popper": "^7.
|
|
60
|
+
"@atlaskit/popper": "^7.2.0",
|
|
54
61
|
"@atlaskit/primitives": "^19.0.0",
|
|
55
62
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
56
63
|
"@atlaskit/spinner": "^19.1.0",
|
|
57
|
-
"@atlaskit/teams-avatar": "^2.
|
|
58
|
-
"@atlaskit/theme": "^23.
|
|
64
|
+
"@atlaskit/teams-avatar": "^2.6.0",
|
|
65
|
+
"@atlaskit/theme": "^23.1.0",
|
|
59
66
|
"@atlaskit/tokens": "^13.0.0",
|
|
60
67
|
"@atlaskit/tooltip": "^21.1.0",
|
|
61
68
|
"@atlaskit/townsquare-emoji-provider": "^1.0.0",
|
|
@@ -85,6 +92,7 @@
|
|
|
85
92
|
"@atlaskit/jql-editor-autocomplete-rest": "^3.1.0",
|
|
86
93
|
"@atlassian/feature-flags-storybook-utils": "^0.3.0",
|
|
87
94
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
95
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
88
96
|
"@storybook/addon-actions": "^8.6.14",
|
|
89
97
|
"@testing-library/jest-dom": "^6.4.5",
|
|
90
98
|
"@testing-library/react": "^16.3.0",
|