@atlaskit/jql-editor 4.3.0 → 4.3.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 +571 -561
- package/LICENSE.md +6 -8
- package/dist/cjs/accessibility/styled.js +3 -0
- package/dist/cjs/analytics/listener/analytics-web-client-wrapper.js +5 -5
- package/dist/cjs/analytics/util.js +1 -1
- package/dist/cjs/common/styled.js +7 -1
- package/dist/cjs/plugins/autocomplete/components/autocomplete-dropdown/styled.js +17 -2
- package/dist/cjs/plugins/autocomplete/components/autocomplete-option/styled.js +21 -2
- package/dist/cjs/plugins/rich-inline-nodes/nodes/user/styled.js +16 -2
- package/dist/cjs/ui/jql-editor-controls-content/base-expand-toggle/styled.js +5 -0
- package/dist/cjs/ui/jql-editor-controls-content/base-search/index.js +3 -1
- package/dist/cjs/ui/jql-editor-controls-content/base-syntax-help/styled.js +6 -0
- package/dist/cjs/ui/jql-editor-footer-content/jql-editor-help/styled.js +15 -3
- package/dist/cjs/ui/jql-editor-footer-content/jql-messages/format/styled.js +6 -0
- package/dist/cjs/ui/jql-editor-layout/styled.js +44 -17
- package/dist/cjs/ui/tooltip-tag/styled.js +3 -0
- package/dist/es2019/accessibility/styled.js +3 -0
- package/dist/es2019/analytics/listener/analytics-web-client-wrapper.js +5 -5
- package/dist/es2019/analytics/util.js +1 -1
- package/dist/es2019/common/styled.js +5 -1
- package/dist/es2019/plugins/autocomplete/components/autocomplete-dropdown/styled.js +15 -2
- package/dist/es2019/plugins/autocomplete/components/autocomplete-option/styled.js +20 -2
- package/dist/es2019/plugins/rich-inline-nodes/nodes/user/styled.js +14 -2
- package/dist/es2019/ui/jql-editor-controls-content/base-expand-toggle/styled.js +4 -0
- package/dist/es2019/ui/jql-editor-controls-content/base-search/index.js +3 -1
- package/dist/es2019/ui/jql-editor-controls-content/base-syntax-help/styled.js +5 -0
- package/dist/es2019/ui/jql-editor-footer-content/jql-editor-help/styled.js +12 -2
- package/dist/es2019/ui/jql-editor-footer-content/jql-messages/format/styled.js +5 -0
- package/dist/es2019/ui/jql-editor-layout/styled.js +157 -129
- package/dist/es2019/ui/tooltip-tag/styled.js +3 -0
- package/dist/esm/accessibility/styled.js +3 -0
- package/dist/esm/analytics/listener/analytics-web-client-wrapper.js +5 -5
- package/dist/esm/analytics/util.js +1 -1
- package/dist/esm/common/styled.js +5 -1
- package/dist/esm/plugins/autocomplete/components/autocomplete-dropdown/styled.js +15 -2
- package/dist/esm/plugins/autocomplete/components/autocomplete-option/styled.js +20 -2
- package/dist/esm/plugins/rich-inline-nodes/nodes/user/styled.js +14 -2
- package/dist/esm/ui/jql-editor-controls-content/base-expand-toggle/styled.js +4 -0
- package/dist/esm/ui/jql-editor-controls-content/base-search/index.js +3 -1
- package/dist/esm/ui/jql-editor-controls-content/base-syntax-help/styled.js +5 -0
- package/dist/esm/ui/jql-editor-footer-content/jql-editor-help/styled.js +13 -3
- package/dist/esm/ui/jql-editor-footer-content/jql-messages/format/styled.js +5 -0
- package/dist/esm/ui/jql-editor-layout/styled.js +44 -16
- package/dist/esm/ui/tooltip-tag/styled.js +3 -0
- package/dist/types/analytics/index.d.ts +2 -2
- package/dist/types/analytics/listener/analytics-web-client-wrapper.d.ts +3 -3
- package/dist/types/analytics/listener/handle-event.d.ts +3 -3
- package/dist/types/analytics/listener/jql-editor-analytics-listener.d.ts +3 -3
- package/dist/types/analytics/listener/process-event-payload.d.ts +2 -2
- package/dist/types/analytics/listener/types.d.ts +1 -1
- package/dist/types/analytics/types.d.ts +2 -2
- package/dist/types/analytics/util.d.ts +1 -1
- package/dist/types/async.d.ts +1 -1
- package/dist/types/commands/select-error-command/index.d.ts +1 -1
- package/dist/types/plugins/autocomplete/components/autocomplete/index.d.ts +1 -1
- package/dist/types/plugins/autocomplete/components/autocomplete-dropdown/index.d.ts +2 -2
- package/dist/types/plugins/autocomplete/components/autocomplete-option/index.d.ts +1 -1
- package/dist/types/plugins/autocomplete/components/types.d.ts +3 -3
- package/dist/types/plugins/autocomplete/constants.d.ts +1 -1
- package/dist/types/plugins/autocomplete/index.d.ts +1 -1
- package/dist/types/plugins/autocomplete/view.d.ts +6 -6
- package/dist/types/plugins/common/get-document-position/index.d.ts +1 -1
- package/dist/types/plugins/common/react-plugin-view.d.ts +3 -3
- package/dist/types/plugins/jql-ast/JQLEditorErrorStrategy.d.ts +4 -4
- package/dist/types/plugins/jql-ast/error-handlers/CustomFieldRuleErrorHandler.d.ts +1 -1
- package/dist/types/plugins/jql-ast/error-handlers/ExpectedTokensErrorHandler.d.ts +4 -4
- package/dist/types/plugins/jql-ast/error-handlers/FieldPropertyIdErrorHandler.d.ts +2 -2
- package/dist/types/plugins/jql-ast/error-handlers/FieldRuleErrorHandler.d.ts +2 -2
- package/dist/types/plugins/jql-ast/error-handlers/FunctionArgumentRuleErrorHandler.d.ts +2 -2
- package/dist/types/plugins/jql-ast/error-handlers/OperandRuleErrorHandler.d.ts +5 -5
- package/dist/types/plugins/jql-ast/error-handlers/OperatorRuleErrorHandler.d.ts +2 -2
- package/dist/types/plugins/jql-ast/index.d.ts +4 -4
- package/dist/types/plugins/jql-ast/utils.d.ts +2 -2
- package/dist/types/plugins/jql-syntax-highlighting/index.d.ts +1 -1
- package/dist/types/plugins/jql-syntax-highlighting/visitor.d.ts +3 -3
- package/dist/types/plugins/rich-inline-nodes/index.d.ts +1 -1
- package/dist/types/plugins/rich-inline-nodes/nodes/types.d.ts +3 -3
- package/dist/types/plugins/rich-inline-nodes/nodes/user/index.d.ts +1 -1
- package/dist/types/plugins/rich-inline-nodes/types.d.ts +1 -1
- package/dist/types/plugins/rich-inline-nodes/util/create-node-spec.d.ts +1 -1
- package/dist/types/plugins/rich-inline-nodes/util/react-node-view.d.ts +4 -4
- package/dist/types/plugins/rich-inline-nodes/util/replace-nodes-transaction.d.ts +2 -2
- package/dist/types/plugins/validation-tooltip/view.d.ts +2 -2
- package/dist/types/schema/index.d.ts +6 -6
- package/dist/types/state/analytics/index.d.ts +2 -2
- package/dist/types/state/autocomplete/index.d.ts +2 -2
- package/dist/types/state/hydration/index.d.ts +2 -2
- package/dist/types/state/hydration/util.d.ts +1 -1
- package/dist/types/state/index.d.ts +13 -13
- package/dist/types/state/types.d.ts +10 -10
- package/dist/types/state/util.d.ts +7 -7
- package/dist/types/types.d.ts +1 -1
- package/dist/types/ui/error-boundary/index.d.ts +2 -2
- package/dist/types/ui/index.d.ts +1 -1
- package/dist/types/ui/intl-provider/index.d.ts +1 -1
- package/dist/types/ui/jql-editor/index.d.ts +2 -2
- package/dist/types/ui/jql-editor/types.d.ts +4 -4
- package/dist/types/ui/jql-editor-controls-content/base-expand-toggle/index.d.ts +1 -1
- package/dist/types/ui/jql-editor-controls-content/base-search/index.d.ts +1 -1
- package/dist/types/ui/jql-editor-controls-content/base-syntax-help/index.d.ts +2 -2
- package/dist/types/ui/jql-editor-footer-content/jql-messages/format/index.d.ts +3 -3
- package/dist/types/ui/jql-editor-footer-content/jql-messages/infos/index.d.ts +1 -1
- package/dist/types/ui/jql-editor-footer-content/jql-messages/warnings/index.d.ts +1 -1
- package/dist/types/ui/jql-editor-layout/index.d.ts +1 -1
- package/dist/types/ui/jql-editor-portal-provider/context.d.ts +1 -1
- package/dist/types/ui/jql-editor-portal-provider/index.d.ts +2 -2
- package/dist/types/ui/jql-editor-portal-provider/types.d.ts +2 -2
- package/dist/types/ui/jql-editor-view/index.d.ts +1 -1
- package/dist/types/ui/types.d.ts +1 -1
- package/dist/types/utils/document-text/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/index.d.ts +2 -2
- package/dist/types-ts4.5/analytics/listener/analytics-web-client-wrapper.d.ts +3 -3
- package/dist/types-ts4.5/analytics/listener/handle-event.d.ts +3 -3
- package/dist/types-ts4.5/analytics/listener/jql-editor-analytics-listener.d.ts +3 -3
- package/dist/types-ts4.5/analytics/listener/process-event-payload.d.ts +2 -2
- package/dist/types-ts4.5/analytics/listener/types.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types.d.ts +2 -2
- package/dist/types-ts4.5/analytics/util.d.ts +1 -1
- package/dist/types-ts4.5/async.d.ts +1 -1
- package/dist/types-ts4.5/commands/select-error-command/index.d.ts +1 -1
- package/dist/types-ts4.5/plugins/autocomplete/components/autocomplete/index.d.ts +1 -1
- package/dist/types-ts4.5/plugins/autocomplete/components/autocomplete-dropdown/index.d.ts +2 -2
- package/dist/types-ts4.5/plugins/autocomplete/components/autocomplete-option/index.d.ts +1 -1
- package/dist/types-ts4.5/plugins/autocomplete/components/types.d.ts +3 -3
- package/dist/types-ts4.5/plugins/autocomplete/constants.d.ts +1 -1
- package/dist/types-ts4.5/plugins/autocomplete/index.d.ts +1 -1
- package/dist/types-ts4.5/plugins/autocomplete/view.d.ts +6 -6
- package/dist/types-ts4.5/plugins/common/get-document-position/index.d.ts +1 -1
- package/dist/types-ts4.5/plugins/common/react-plugin-view.d.ts +3 -3
- package/dist/types-ts4.5/plugins/jql-ast/JQLEditorErrorStrategy.d.ts +4 -4
- package/dist/types-ts4.5/plugins/jql-ast/error-handlers/CustomFieldRuleErrorHandler.d.ts +1 -1
- package/dist/types-ts4.5/plugins/jql-ast/error-handlers/ExpectedTokensErrorHandler.d.ts +4 -4
- package/dist/types-ts4.5/plugins/jql-ast/error-handlers/FieldPropertyIdErrorHandler.d.ts +2 -2
- package/dist/types-ts4.5/plugins/jql-ast/error-handlers/FieldRuleErrorHandler.d.ts +2 -2
- package/dist/types-ts4.5/plugins/jql-ast/error-handlers/FunctionArgumentRuleErrorHandler.d.ts +2 -2
- package/dist/types-ts4.5/plugins/jql-ast/error-handlers/OperandRuleErrorHandler.d.ts +5 -5
- package/dist/types-ts4.5/plugins/jql-ast/error-handlers/OperatorRuleErrorHandler.d.ts +2 -2
- package/dist/types-ts4.5/plugins/jql-ast/index.d.ts +4 -4
- package/dist/types-ts4.5/plugins/jql-ast/utils.d.ts +2 -2
- package/dist/types-ts4.5/plugins/jql-syntax-highlighting/index.d.ts +1 -1
- package/dist/types-ts4.5/plugins/jql-syntax-highlighting/visitor.d.ts +3 -3
- package/dist/types-ts4.5/plugins/rich-inline-nodes/index.d.ts +1 -1
- package/dist/types-ts4.5/plugins/rich-inline-nodes/nodes/types.d.ts +3 -3
- package/dist/types-ts4.5/plugins/rich-inline-nodes/nodes/user/index.d.ts +1 -1
- package/dist/types-ts4.5/plugins/rich-inline-nodes/types.d.ts +1 -1
- package/dist/types-ts4.5/plugins/rich-inline-nodes/util/create-node-spec.d.ts +1 -1
- package/dist/types-ts4.5/plugins/rich-inline-nodes/util/react-node-view.d.ts +4 -4
- package/dist/types-ts4.5/plugins/rich-inline-nodes/util/replace-nodes-transaction.d.ts +2 -2
- package/dist/types-ts4.5/plugins/validation-tooltip/view.d.ts +2 -2
- package/dist/types-ts4.5/schema/index.d.ts +6 -6
- package/dist/types-ts4.5/state/analytics/index.d.ts +2 -2
- package/dist/types-ts4.5/state/autocomplete/index.d.ts +2 -2
- package/dist/types-ts4.5/state/hydration/index.d.ts +2 -2
- package/dist/types-ts4.5/state/hydration/util.d.ts +1 -1
- package/dist/types-ts4.5/state/index.d.ts +13 -13
- package/dist/types-ts4.5/state/types.d.ts +10 -10
- package/dist/types-ts4.5/state/util.d.ts +7 -7
- package/dist/types-ts4.5/types.d.ts +1 -1
- package/dist/types-ts4.5/ui/error-boundary/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/intl-provider/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/jql-editor/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/jql-editor/types.d.ts +4 -4
- package/dist/types-ts4.5/ui/jql-editor-controls-content/base-expand-toggle/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/jql-editor-controls-content/base-search/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/jql-editor-controls-content/base-syntax-help/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/jql-editor-footer-content/jql-messages/format/index.d.ts +3 -3
- package/dist/types-ts4.5/ui/jql-editor-footer-content/jql-messages/infos/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/jql-editor-footer-content/jql-messages/warnings/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/jql-editor-layout/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/jql-editor-portal-provider/context.d.ts +1 -1
- package/dist/types-ts4.5/ui/jql-editor-portal-provider/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/jql-editor-portal-provider/types.d.ts +2 -2
- package/dist/types-ts4.5/ui/jql-editor-view/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/types.d.ts +1 -1
- package/dist/types-ts4.5/utils/document-text/index.d.ts +1 -1
- package/package.json +124 -126
package/CHANGELOG.md
CHANGED
|
@@ -1,279 +1,291 @@
|
|
|
1
1
|
# @atlaskit/jql-editor
|
|
2
2
|
|
|
3
|
+
## 4.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.3.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 4.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
19
|
+
- [#100746](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100746)
|
|
20
|
+
[`8a7f333f8ce6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a7f333f8ce6) -
|
|
21
|
+
This cleans up feature flag references for the increased border contrast changes in JQL editor,
|
|
22
|
+
making them fully available for all users.
|
|
11
23
|
|
|
12
24
|
## 4.2.3
|
|
13
25
|
|
|
14
26
|
### Patch Changes
|
|
15
27
|
|
|
16
|
-
-
|
|
28
|
+
- Updated dependencies
|
|
17
29
|
|
|
18
30
|
## 4.2.2
|
|
19
31
|
|
|
20
32
|
### Patch Changes
|
|
21
33
|
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
34
|
+
- [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
|
|
35
|
+
[`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
|
|
36
|
+
[HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
|
|
37
|
+
language triggering composition on an empty line.This was fixed in a patch bump of
|
|
38
|
+
prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
|
|
27
39
|
|
|
28
40
|
## 4.2.1
|
|
29
41
|
|
|
30
42
|
### Patch Changes
|
|
31
43
|
|
|
32
|
-
-
|
|
33
|
-
|
|
34
|
-
|
|
44
|
+
- [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
|
|
45
|
+
[`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
|
|
46
|
+
Migrated to the new button component
|
|
35
47
|
|
|
36
48
|
## 4.2.0
|
|
37
49
|
|
|
38
50
|
### Minor Changes
|
|
39
51
|
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
52
|
+
- [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
|
|
53
|
+
[`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
|
|
54
|
+
bumped editor-prosemirror version to 4.0.0
|
|
43
55
|
|
|
44
56
|
### Patch Changes
|
|
45
57
|
|
|
46
|
-
-
|
|
58
|
+
- Updated dependencies
|
|
47
59
|
|
|
48
60
|
## 4.1.1
|
|
49
61
|
|
|
50
62
|
### Patch Changes
|
|
51
63
|
|
|
52
|
-
-
|
|
53
|
-
|
|
54
|
-
|
|
64
|
+
- [#92100](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92100)
|
|
65
|
+
[`9dea2099d7d5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9dea2099d7d5) -
|
|
66
|
+
Fix module-level FF evaluation
|
|
55
67
|
|
|
56
68
|
## 4.1.0
|
|
57
69
|
|
|
58
70
|
### Minor Changes
|
|
59
71
|
|
|
60
|
-
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
72
|
+
- [#89393](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89393)
|
|
73
|
+
[`a15c11c0b011`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a15c11c0b011) -
|
|
74
|
+
[ux] We are testing a fix for JQL editor textarea that reduces the border width from 2px to 1px
|
|
75
|
+
and uses a darker color to meet 3:1 color contrast ratio. If this fix is successful, it will be
|
|
76
|
+
available in a later release.
|
|
65
77
|
|
|
66
78
|
## 4.0.6
|
|
67
79
|
|
|
68
80
|
### Patch Changes
|
|
69
81
|
|
|
70
|
-
-
|
|
71
|
-
|
|
72
|
-
|
|
82
|
+
- [#91203](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91203)
|
|
83
|
+
[`3c8348468618`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c8348468618) -
|
|
84
|
+
Minor Typescript changes to improve compatibility with React 18
|
|
73
85
|
|
|
74
86
|
## 4.0.5
|
|
75
87
|
|
|
76
88
|
### Patch Changes
|
|
77
89
|
|
|
78
|
-
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
90
|
+
- [#90546](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90546)
|
|
91
|
+
[`e3e2542b4963`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e3e2542b4963) -
|
|
92
|
+
Update TypeScript type parameters when using `FormattedMessage` from `react-intl` to improve
|
|
93
|
+
compatibility with React 18
|
|
82
94
|
|
|
83
95
|
## 4.0.4
|
|
84
96
|
|
|
85
97
|
### Patch Changes
|
|
86
98
|
|
|
87
|
-
-
|
|
88
|
-
|
|
89
|
-
|
|
99
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
100
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
101
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
90
102
|
|
|
91
103
|
## 4.0.3
|
|
92
104
|
|
|
93
105
|
### Patch Changes
|
|
94
106
|
|
|
95
|
-
-
|
|
96
|
-
|
|
97
|
-
|
|
107
|
+
- [#80509](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80509)
|
|
108
|
+
[`fcf7481f594f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fcf7481f594f) -
|
|
109
|
+
Upgrade dependency of `@emotion/styled` to version 11
|
|
98
110
|
|
|
99
111
|
## 4.0.2
|
|
100
112
|
|
|
101
113
|
### Patch Changes
|
|
102
114
|
|
|
103
|
-
-
|
|
104
|
-
|
|
105
|
-
|
|
115
|
+
- [#77532](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77532)
|
|
116
|
+
[`bc03b137ce3a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc03b137ce3a) -
|
|
117
|
+
Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
106
118
|
|
|
107
119
|
## 4.0.1
|
|
108
120
|
|
|
109
121
|
### Patch Changes
|
|
110
122
|
|
|
111
|
-
-
|
|
112
|
-
|
|
113
|
-
|
|
123
|
+
- [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
|
|
124
|
+
[`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
|
|
125
|
+
Upgrading @atlaskit/editor-prosemirror dependency
|
|
114
126
|
|
|
115
127
|
## 4.0.0
|
|
116
128
|
|
|
117
129
|
### Major Changes
|
|
118
130
|
|
|
119
|
-
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
131
|
+
- [#66405](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66405)
|
|
132
|
+
[`7b1562d70c2f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7b1562d70c2f) -
|
|
133
|
+
Migrate `jql-editor` package to the `@atlaskit` namespace. Any consumers should update their
|
|
134
|
+
imports to `@atlaskit/jql-editor`.
|
|
123
135
|
|
|
124
136
|
## 3.2.10
|
|
125
137
|
|
|
126
138
|
### Patch Changes
|
|
127
139
|
|
|
128
|
-
-
|
|
140
|
+
- Updated dependencies
|
|
129
141
|
|
|
130
142
|
## 3.2.9
|
|
131
143
|
|
|
132
144
|
### Patch Changes
|
|
133
145
|
|
|
134
|
-
-
|
|
135
|
-
|
|
136
|
-
|
|
146
|
+
- [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
|
|
147
|
+
[`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
|
|
148
|
+
Update dependencies that were impacted by HOT-106483 to latest.
|
|
137
149
|
|
|
138
150
|
## 3.2.8
|
|
139
151
|
|
|
140
152
|
### Patch Changes
|
|
141
153
|
|
|
142
|
-
-
|
|
154
|
+
- Updated dependencies
|
|
143
155
|
|
|
144
156
|
## 3.2.7
|
|
145
157
|
|
|
146
158
|
### Patch Changes
|
|
147
159
|
|
|
148
|
-
-
|
|
160
|
+
- Updated dependencies
|
|
149
161
|
|
|
150
162
|
## 3.2.6
|
|
151
163
|
|
|
152
164
|
### Patch Changes
|
|
153
165
|
|
|
154
|
-
-
|
|
166
|
+
- Updated dependencies
|
|
155
167
|
|
|
156
168
|
## 3.2.5
|
|
157
169
|
|
|
158
170
|
### Patch Changes
|
|
159
171
|
|
|
160
|
-
-
|
|
172
|
+
- Updated dependencies
|
|
161
173
|
|
|
162
174
|
## 3.2.4
|
|
163
175
|
|
|
164
176
|
### Patch Changes
|
|
165
177
|
|
|
166
|
-
-
|
|
167
|
-
|
|
168
|
-
|
|
178
|
+
- [#41363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41363)
|
|
179
|
+
[`f75bf2ef2f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f75bf2ef2f7) - migrated
|
|
180
|
+
integration test to playwright
|
|
169
181
|
|
|
170
182
|
## 3.2.3
|
|
171
183
|
|
|
172
184
|
### Patch Changes
|
|
173
185
|
|
|
174
|
-
-
|
|
186
|
+
- Updated dependencies
|
|
175
187
|
|
|
176
188
|
## 3.2.2
|
|
177
189
|
|
|
178
190
|
### Patch Changes
|
|
179
191
|
|
|
180
|
-
-
|
|
181
|
-
|
|
182
|
-
|
|
192
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
193
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
|
|
194
|
+
changes to use space tokens. There is no expected visual or behaviour change.
|
|
183
195
|
|
|
184
196
|
## 3.2.1
|
|
185
197
|
|
|
186
198
|
### Patch Changes
|
|
187
199
|
|
|
188
|
-
-
|
|
189
|
-
|
|
190
|
-
|
|
200
|
+
- [#39893](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39893)
|
|
201
|
+
[`345d259adf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/345d259adf1) - Update
|
|
202
|
+
jql-parser dependency from @atlassiansox to @atlaskit.
|
|
191
203
|
|
|
192
204
|
## 3.2.0
|
|
193
205
|
|
|
194
206
|
### Minor Changes
|
|
195
207
|
|
|
196
|
-
-
|
|
197
|
-
|
|
198
|
-
|
|
208
|
+
- [#39414](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39414)
|
|
209
|
+
[`32c2522c3dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32c2522c3dd) - Add
|
|
210
|
+
onFocus prop to JQL editor.
|
|
199
211
|
|
|
200
212
|
## 3.1.18
|
|
201
213
|
|
|
202
214
|
### Patch Changes
|
|
203
215
|
|
|
204
|
-
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
-
|
|
216
|
+
- [#38887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38887)
|
|
217
|
+
[`9b4a9aa9793`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b4a9aa9793) - Migrate
|
|
218
|
+
`jql-ast` package to the `@atlaskit` namespace. Any consumers should update their imports to
|
|
219
|
+
`@atlaskit/jql-ast`.
|
|
220
|
+
- Updated dependencies
|
|
209
221
|
|
|
210
222
|
## 3.1.17
|
|
211
223
|
|
|
212
224
|
### Patch Changes
|
|
213
225
|
|
|
214
|
-
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
-
|
|
226
|
+
- [#38912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38912)
|
|
227
|
+
[`801e874de87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/801e874de87) - Migrate
|
|
228
|
+
`jql-editor-common` and `jql-editor-autocomplete-rest` packages to the `@atlaskit` namespace. Any
|
|
229
|
+
consumers should update their imports to `@atlaskit/jql-editor-common` and
|
|
230
|
+
`@atlaskit/jql-editor-autocomplete-rest`.
|
|
231
|
+
- Updated dependencies
|
|
220
232
|
|
|
221
233
|
## 3.1.16
|
|
222
234
|
|
|
223
235
|
### Patch Changes
|
|
224
236
|
|
|
225
|
-
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
-
|
|
237
|
+
- [#38896](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38896)
|
|
238
|
+
[`ef15cb77a2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef15cb77a2a) - Migrate
|
|
239
|
+
`jql-autocomplete` package to the `@atlaskit` namespace. Any consumers should update their imports
|
|
240
|
+
to `@atlaskit/jql-autocomplete`.
|
|
241
|
+
- Updated dependencies
|
|
230
242
|
|
|
231
243
|
## 3.1.15
|
|
232
244
|
|
|
233
245
|
### Patch Changes
|
|
234
246
|
|
|
235
|
-
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
-
|
|
247
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
248
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
249
|
+
version.json
|
|
250
|
+
- Updated dependencies
|
|
239
251
|
|
|
240
252
|
## 3.1.14
|
|
241
253
|
|
|
242
254
|
### Patch Changes
|
|
243
255
|
|
|
244
|
-
-
|
|
245
|
-
|
|
246
|
-
|
|
256
|
+
- [#38531](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38531)
|
|
257
|
+
[`852cf24a9d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/852cf24a9d9) - Prevent
|
|
258
|
+
possible infinite render of autocomplete option tooltip.
|
|
247
259
|
|
|
248
260
|
## 3.1.13
|
|
249
261
|
|
|
250
262
|
### Patch Changes
|
|
251
263
|
|
|
252
|
-
-
|
|
264
|
+
- Updated dependencies
|
|
253
265
|
|
|
254
266
|
## 3.1.12
|
|
255
267
|
|
|
256
268
|
### Patch Changes
|
|
257
269
|
|
|
258
|
-
-
|
|
259
|
-
|
|
260
|
-
|
|
270
|
+
- [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
|
|
271
|
+
[`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
|
|
272
|
+
injected env vars instead of version.json
|
|
261
273
|
|
|
262
274
|
## 3.1.11
|
|
263
275
|
|
|
264
276
|
### Patch Changes
|
|
265
277
|
|
|
266
|
-
-
|
|
267
|
-
|
|
268
|
-
|
|
278
|
+
- [#37802](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37802)
|
|
279
|
+
[`6081642ebe0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6081642ebe0) - Allow
|
|
280
|
+
Forge/Connect JQL functions to correctly autocomplete for single value and list operators.
|
|
269
281
|
|
|
270
282
|
## 3.1.10
|
|
271
283
|
|
|
272
284
|
### Patch Changes
|
|
273
285
|
|
|
274
|
-
-
|
|
275
|
-
|
|
276
|
-
|
|
286
|
+
- [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785)
|
|
287
|
+
[`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) -
|
|
288
|
+
[ED-19233] Import prosemirror libraries from internal facade package
|
|
277
289
|
|
|
278
290
|
## 3.1.9
|
|
279
291
|
|
|
@@ -281,33 +293,33 @@
|
|
|
281
293
|
|
|
282
294
|
### Patch Changes
|
|
283
295
|
|
|
284
|
-
-
|
|
285
|
-
|
|
286
|
-
|
|
296
|
+
- [#36690](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36690)
|
|
297
|
+
[`7926dc060ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7926dc060ff) - Clamp
|
|
298
|
+
antlr4ts version to 0.5.0-alpha.4
|
|
287
299
|
|
|
288
300
|
## 3.1.8
|
|
289
301
|
|
|
290
302
|
### Patch Changes
|
|
291
303
|
|
|
292
|
-
-
|
|
293
|
-
|
|
294
|
-
|
|
304
|
+
- [#36600](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36600)
|
|
305
|
+
[`f04004ec277`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f04004ec277) - Extract
|
|
306
|
+
common JQL editor types, constants and utilities to separate package.
|
|
295
307
|
|
|
296
308
|
## 3.1.7
|
|
297
309
|
|
|
298
310
|
### Patch Changes
|
|
299
311
|
|
|
300
|
-
-
|
|
301
|
-
|
|
302
|
-
|
|
312
|
+
- [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241)
|
|
313
|
+
[`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) -
|
|
314
|
+
[ED-13910] Fix prosemirror types
|
|
303
315
|
|
|
304
316
|
## 3.1.6
|
|
305
317
|
|
|
306
318
|
### Patch Changes
|
|
307
319
|
|
|
308
|
-
-
|
|
309
|
-
|
|
310
|
-
|
|
320
|
+
- [#35788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35788)
|
|
321
|
+
[`18344c31ea3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18344c31ea3) -
|
|
322
|
+
[ED-13910] Fix EditorView getPos type
|
|
311
323
|
|
|
312
324
|
## 3.1.5
|
|
313
325
|
|
|
@@ -315,198 +327,197 @@
|
|
|
315
327
|
|
|
316
328
|
### Patch Changes
|
|
317
329
|
|
|
318
|
-
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
330
|
+
- [#34518](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34518)
|
|
331
|
+
[`d6d8c718bd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6d8c718bd8) - Internal
|
|
332
|
+
change to enforce token usage for spacing properties. There is no expected visual or behaviour
|
|
333
|
+
change.
|
|
322
334
|
|
|
323
335
|
## 3.1.4
|
|
324
336
|
|
|
325
337
|
### Patch Changes
|
|
326
338
|
|
|
327
|
-
-
|
|
328
|
-
|
|
329
|
-
|
|
339
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
340
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
341
|
+
legacy types are published for TS 4.5-4.8
|
|
330
342
|
|
|
331
343
|
## 3.1.3
|
|
332
344
|
|
|
333
345
|
### Patch Changes
|
|
334
346
|
|
|
335
|
-
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
347
|
+
- [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771)
|
|
348
|
+
[`a142ba1aa28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a142ba1aa28) -
|
|
349
|
+
[ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed work-arounds
|
|
350
|
+
for fixed issues
|
|
339
351
|
|
|
340
352
|
## 3.1.2
|
|
341
353
|
|
|
342
354
|
### Patch Changes
|
|
343
355
|
|
|
344
|
-
-
|
|
345
|
-
|
|
346
|
-
|
|
356
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
357
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
358
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
347
359
|
|
|
348
360
|
## 3.1.1
|
|
349
361
|
|
|
350
362
|
### Patch Changes
|
|
351
363
|
|
|
352
|
-
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
364
|
+
- [#33285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33285)
|
|
365
|
+
[`5fbee461cc7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fbee461cc7) - Internal
|
|
366
|
+
change to enforce token usage for spacing properties. There is no expected visual or behaviour
|
|
367
|
+
change.
|
|
356
368
|
|
|
357
369
|
## 3.1.0
|
|
358
370
|
|
|
359
371
|
### Minor Changes
|
|
360
372
|
|
|
361
|
-
-
|
|
362
|
-
|
|
363
|
-
|
|
373
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
374
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
375
|
+
minor dependency bump
|
|
364
376
|
|
|
365
377
|
### Patch Changes
|
|
366
378
|
|
|
367
|
-
-
|
|
379
|
+
- Updated dependencies
|
|
368
380
|
|
|
369
381
|
## 3.0.15
|
|
370
382
|
|
|
371
383
|
### Patch Changes
|
|
372
384
|
|
|
373
|
-
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
385
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
|
|
386
|
+
[`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert
|
|
387
|
+
"[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed
|
|
388
|
+
issues"
|
|
377
389
|
|
|
378
390
|
## 3.0.14
|
|
379
391
|
|
|
380
392
|
### Patch Changes
|
|
381
393
|
|
|
382
|
-
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
-
|
|
394
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
395
|
+
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
|
|
396
|
+
remove before merging to master; dupe adf-schema via adf-utils
|
|
397
|
+
- Updated dependencies
|
|
386
398
|
|
|
387
399
|
## 3.0.13
|
|
388
400
|
|
|
389
401
|
### Patch Changes
|
|
390
402
|
|
|
391
|
-
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
behaviour change.
|
|
403
|
+
- [#31665](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31665)
|
|
404
|
+
[`26a9fd08b51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26a9fd08b51) - Migrated
|
|
405
|
+
use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
395
406
|
|
|
396
407
|
## 3.0.12
|
|
397
408
|
|
|
398
409
|
### Patch Changes
|
|
399
410
|
|
|
400
|
-
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
-
|
|
411
|
+
- [#31491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31491)
|
|
412
|
+
[`72d6c14410f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72d6c14410f) - Improve
|
|
413
|
+
performance of JQL editor syntax highlighting for long queries
|
|
414
|
+
- Updated dependencies
|
|
404
415
|
|
|
405
416
|
## 3.0.11
|
|
406
417
|
|
|
407
418
|
### Patch Changes
|
|
408
419
|
|
|
409
|
-
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
-
|
|
420
|
+
- [#31288](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31288)
|
|
421
|
+
[`5722aeccae9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5722aeccae9) - Use JQL
|
|
422
|
+
string normalizer from jql-ast package
|
|
423
|
+
- Updated dependencies
|
|
413
424
|
|
|
414
425
|
## 3.0.10
|
|
415
426
|
|
|
416
427
|
### Patch Changes
|
|
417
428
|
|
|
418
|
-
-
|
|
419
|
-
|
|
420
|
-
|
|
429
|
+
- [#24912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24912)
|
|
430
|
+
[`4ca006051df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ca006051df) - Migrate
|
|
431
|
+
@atlassiansox/jql-ast package to the Atlassian Frontend monorepo
|
|
421
432
|
|
|
422
433
|
## 3.0.9
|
|
423
434
|
|
|
424
435
|
### Patch Changes
|
|
425
436
|
|
|
426
|
-
-
|
|
437
|
+
- Updated dependencies
|
|
427
438
|
|
|
428
439
|
## 3.0.8
|
|
429
440
|
|
|
430
441
|
### Patch Changes
|
|
431
442
|
|
|
432
|
-
-
|
|
443
|
+
- Updated dependencies
|
|
433
444
|
|
|
434
445
|
## 3.0.7
|
|
435
446
|
|
|
436
447
|
### Patch Changes
|
|
437
448
|
|
|
438
|
-
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
449
|
+
- [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
|
|
450
|
+
[`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
|
|
451
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
452
|
+
tokens() function and improving performance.
|
|
442
453
|
|
|
443
454
|
## 3.0.6
|
|
444
455
|
|
|
445
456
|
### Patch Changes
|
|
446
457
|
|
|
447
|
-
-
|
|
448
|
-
|
|
449
|
-
|
|
458
|
+
- [#28354](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28354)
|
|
459
|
+
[`f1991b2e517`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f1991b2e517) - Add test
|
|
460
|
+
ids for JQL builder messages
|
|
450
461
|
|
|
451
462
|
## 3.0.5
|
|
452
463
|
|
|
453
464
|
### Patch Changes
|
|
454
465
|
|
|
455
|
-
-
|
|
466
|
+
- Updated dependencies
|
|
456
467
|
|
|
457
468
|
## 3.0.4
|
|
458
469
|
|
|
459
470
|
### Patch Changes
|
|
460
471
|
|
|
461
|
-
-
|
|
472
|
+
- Updated dependencies
|
|
462
473
|
|
|
463
474
|
## 3.0.3
|
|
464
475
|
|
|
465
476
|
### Patch Changes
|
|
466
477
|
|
|
467
|
-
-
|
|
478
|
+
- Updated dependencies
|
|
468
479
|
|
|
469
480
|
## 3.0.2
|
|
470
481
|
|
|
471
482
|
### Patch Changes
|
|
472
483
|
|
|
473
|
-
-
|
|
474
|
-
|
|
475
|
-
|
|
484
|
+
- [#26392](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26392)
|
|
485
|
+
[`fbd7a36e956`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbd7a36e956) - Upgrade
|
|
486
|
+
react-sweet-state from `2.5.2` to `2.6.5`
|
|
476
487
|
|
|
477
488
|
## 3.0.1
|
|
478
489
|
|
|
479
490
|
### Patch Changes
|
|
480
491
|
|
|
481
|
-
-
|
|
482
|
-
|
|
483
|
-
|
|
492
|
+
- [#26105](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26105)
|
|
493
|
+
[`00db35ffffb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00db35ffffb) - Bug fix
|
|
494
|
+
enter key submits form on deprecated list item
|
|
484
495
|
|
|
485
496
|
## 3.0.0
|
|
486
497
|
|
|
487
498
|
### Major Changes
|
|
488
499
|
|
|
489
|
-
-
|
|
490
|
-
|
|
491
|
-
|
|
500
|
+
- [#25183](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25183)
|
|
501
|
+
[`4b0fef2fb4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b0fef2fb4a) - Added an
|
|
502
|
+
ability to render external messages of warning and info types
|
|
492
503
|
|
|
493
504
|
## 2.5.4
|
|
494
505
|
|
|
495
506
|
### Patch Changes
|
|
496
507
|
|
|
497
|
-
-
|
|
498
|
-
|
|
499
|
-
|
|
508
|
+
- [#20341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20341)
|
|
509
|
+
[`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping
|
|
510
|
+
dependencies via Renovate:
|
|
500
511
|
|
|
501
|
-
|
|
512
|
+
- react-loosely-lazy
|
|
502
513
|
|
|
503
514
|
## 2.5.3
|
|
504
515
|
|
|
505
516
|
### Patch Changes
|
|
506
517
|
|
|
507
|
-
-
|
|
508
|
-
|
|
509
|
-
|
|
518
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
519
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
520
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
510
521
|
|
|
511
522
|
## 2.5.2
|
|
512
523
|
|
|
@@ -514,35 +525,35 @@
|
|
|
514
525
|
|
|
515
526
|
### Patch Changes
|
|
516
527
|
|
|
517
|
-
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
-
|
|
521
|
-
|
|
528
|
+
- [#25232](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25232)
|
|
529
|
+
[`b2e81642b07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2e81642b07) - Use
|
|
530
|
+
default import for version.json and specify fixed prosemirror-transform dependency version.
|
|
531
|
+
- [`5a4217aeed6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a4217aeed6) - Add
|
|
532
|
+
polyfill for node assert and util modules.
|
|
522
533
|
|
|
523
534
|
## 2.5.1
|
|
524
535
|
|
|
525
536
|
### Patch Changes
|
|
526
537
|
|
|
527
|
-
-
|
|
528
|
-
|
|
529
|
-
|
|
538
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
539
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
540
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
530
541
|
|
|
531
542
|
## 2.5.0
|
|
532
543
|
|
|
533
544
|
### Minor Changes
|
|
534
545
|
|
|
535
|
-
-
|
|
536
|
-
|
|
537
|
-
|
|
546
|
+
- [#24334](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24334)
|
|
547
|
+
[`36578cb573e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36578cb573e) - Adding
|
|
548
|
+
warning message to jql editor
|
|
538
549
|
|
|
539
550
|
## 2.4.0
|
|
540
551
|
|
|
541
552
|
### Minor Changes
|
|
542
553
|
|
|
543
|
-
-
|
|
544
|
-
|
|
545
|
-
|
|
554
|
+
- [#24075](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24075)
|
|
555
|
+
[`09c0e788a9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09c0e788a9a) - [ux]
|
|
556
|
+
Exposing the isDeprecated property and adding handling for what to do when a field is deprecated
|
|
546
557
|
|
|
547
558
|
## 2.3.0
|
|
548
559
|
|
|
@@ -550,66 +561,66 @@
|
|
|
550
561
|
|
|
551
562
|
### Minor Changes
|
|
552
563
|
|
|
553
|
-
-
|
|
554
|
-
|
|
555
|
-
|
|
564
|
+
- [#23927](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23927)
|
|
565
|
+
[`b21a916a079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b21a916a079) - Migrate
|
|
566
|
+
from styled-components@3 to emotion.
|
|
556
567
|
|
|
557
568
|
## 2.2.0
|
|
558
569
|
|
|
559
570
|
### Minor Changes
|
|
560
571
|
|
|
561
|
-
-
|
|
562
|
-
|
|
563
|
-
|
|
572
|
+
- [#22933](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22933)
|
|
573
|
+
[`be4b4bf38e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be4b4bf38e4) - [ux] Add
|
|
574
|
+
ability to force external focus via ref
|
|
564
575
|
|
|
565
576
|
## 2.1.11
|
|
566
577
|
|
|
567
578
|
### Patch Changes
|
|
568
579
|
|
|
569
|
-
-
|
|
580
|
+
- Updated dependencies
|
|
570
581
|
|
|
571
582
|
## 2.1.10
|
|
572
583
|
|
|
573
584
|
### Patch Changes
|
|
574
585
|
|
|
575
|
-
-
|
|
586
|
+
- Updated dependencies
|
|
576
587
|
|
|
577
588
|
## 2.1.9
|
|
578
589
|
|
|
579
590
|
### Patch Changes
|
|
580
591
|
|
|
581
|
-
-
|
|
582
|
-
|
|
583
|
-
|
|
592
|
+
- [#20738](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20738)
|
|
593
|
+
[`5c5bde76a97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c5bde76a97) - Updating
|
|
594
|
+
deleted token to new token in JQL editor
|
|
584
595
|
|
|
585
596
|
## 2.1.8
|
|
586
597
|
|
|
587
598
|
### Patch Changes
|
|
588
599
|
|
|
589
|
-
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
-
|
|
600
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
601
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
602
|
+
to TypeScript 4.2.4
|
|
603
|
+
- Updated dependencies
|
|
593
604
|
|
|
594
605
|
## 2.1.7
|
|
595
606
|
|
|
596
607
|
### Patch Changes
|
|
597
608
|
|
|
598
|
-
-
|
|
609
|
+
- Updated dependencies
|
|
599
610
|
|
|
600
611
|
## 2.1.6
|
|
601
612
|
|
|
602
613
|
### Patch Changes
|
|
603
614
|
|
|
604
|
-
-
|
|
615
|
+
- Updated dependencies
|
|
605
616
|
|
|
606
617
|
## 2.1.5
|
|
607
618
|
|
|
608
619
|
### Patch Changes
|
|
609
620
|
|
|
610
|
-
-
|
|
611
|
-
|
|
612
|
-
|
|
621
|
+
- [#19430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19430)
|
|
622
|
+
[`be409d2d464`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be409d2d464) - Migrate
|
|
623
|
+
@atlassiansox/jql-editor package to the Atlassian Frontend monorepo
|
|
613
624
|
|
|
614
625
|
## 2.1.4
|
|
615
626
|
|
|
@@ -617,11 +628,11 @@
|
|
|
617
628
|
|
|
618
629
|
### Patch Changes
|
|
619
630
|
|
|
620
|
-
-
|
|
621
|
-
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
631
|
+
- 886bd63: Bump labs version.
|
|
632
|
+
- Updated dependencies [886bd63]
|
|
633
|
+
- @atlassiansox/jql-ast@1.0.5
|
|
634
|
+
- @atlassiansox/jql-autocomplete@1.1.7
|
|
635
|
+
- @atlassiansox/jql-parser@1.0.5
|
|
625
636
|
|
|
626
637
|
## 2.1.3
|
|
627
638
|
|
|
@@ -629,30 +640,30 @@
|
|
|
629
640
|
|
|
630
641
|
### Patch Changes
|
|
631
642
|
|
|
632
|
-
-
|
|
643
|
+
- 97fbe8a: Update README documentation.
|
|
633
644
|
|
|
634
645
|
## 2.1.2
|
|
635
646
|
|
|
636
647
|
### Patch Changes
|
|
637
648
|
|
|
638
|
-
-
|
|
649
|
+
- 3121abb: Downgrade @atlaskit/button to 16.1.2
|
|
639
650
|
|
|
640
651
|
## 2.1.1
|
|
641
652
|
|
|
642
653
|
### Patch Changes
|
|
643
654
|
|
|
644
|
-
-
|
|
655
|
+
- 6c5cf6e: Move clean-publish to dev dependencies
|
|
645
656
|
|
|
646
657
|
## 2.1.0
|
|
647
658
|
|
|
648
659
|
### Minor Changes
|
|
649
660
|
|
|
650
|
-
-
|
|
651
|
-
-
|
|
661
|
+
- 28ee098: Instrument JQL editor with @atlaskit/tokens for dark theme support
|
|
662
|
+
- 6a33a21: Allow syntax help links to be opened in Forge apps.
|
|
652
663
|
|
|
653
664
|
### Patch Changes
|
|
654
665
|
|
|
655
|
-
-
|
|
666
|
+
- 548f567: Add react-hooks eslint plugin
|
|
656
667
|
|
|
657
668
|
## 2.0.0
|
|
658
669
|
|
|
@@ -660,625 +671,624 @@
|
|
|
660
671
|
|
|
661
672
|
### Major Changes
|
|
662
673
|
|
|
663
|
-
-
|
|
674
|
+
- 80bebea: Provide locale prop instead of intl object when rendering the JQL editor.
|
|
664
675
|
|
|
665
676
|
### Patch Changes
|
|
666
677
|
|
|
667
|
-
-
|
|
668
|
-
-
|
|
669
|
-
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
678
|
+
- 6c31f29: Migrate packages from tslint to eslint
|
|
679
|
+
- 0df8576: Move analytics hook into jql-editor package.
|
|
680
|
+
- Updated dependencies [6c31f29]
|
|
681
|
+
- @atlassiansox/jql-ast@1.0.4
|
|
682
|
+
- @atlassiansox/jql-autocomplete@1.1.6
|
|
683
|
+
- @atlassiansox/jql-parser@1.0.4
|
|
673
684
|
|
|
674
685
|
## 1.4.2
|
|
675
686
|
|
|
676
687
|
### Patch Changes
|
|
677
688
|
|
|
678
|
-
-
|
|
679
|
-
-
|
|
680
|
-
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
689
|
+
- 70e0706: Bump dependencies to patch vulnerabilities
|
|
690
|
+
- Updated dependencies [70e0706]
|
|
691
|
+
- Updated dependencies [2c5b7a7]
|
|
692
|
+
- @atlassiansox/jql-analytics@1.0.3
|
|
693
|
+
- @atlassiansox/jql-ast@1.0.3
|
|
694
|
+
- @atlassiansox/jql-autocomplete@1.1.5
|
|
695
|
+
- @atlassiansox/jql-parser@1.0.3
|
|
685
696
|
|
|
686
697
|
## 1.4.1
|
|
687
698
|
|
|
688
699
|
### Patch Changes
|
|
689
700
|
|
|
690
|
-
-
|
|
701
|
+
- 0aa9d92: Fix for scrollbar in compact mode
|
|
691
702
|
|
|
692
703
|
## 1.4.0
|
|
693
704
|
|
|
694
705
|
### Minor Changes
|
|
695
706
|
|
|
696
|
-
-
|
|
707
|
+
- 99dde51: Support AtlasKit-like field styling
|
|
697
708
|
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
purposes)
|
|
709
|
+
- Now editor won't render search related elements (search button, "Enter to search" text, etc.) if
|
|
710
|
+
`onSearch` callback isn't provided
|
|
711
|
+
- Now editor exposes an `isCompact` prop to control spacing: `false` to match AK's default field
|
|
712
|
+
styling, and `true` to match AK's compact field styling (generally used for search purposes)
|
|
703
713
|
|
|
704
714
|
### Patch Changes
|
|
705
715
|
|
|
706
|
-
-
|
|
707
|
-
-
|
|
708
|
-
-
|
|
709
|
-
|
|
716
|
+
- 52ad1a8: VULN-570232 - Bump lodash to 4.17.21
|
|
717
|
+
- Updated dependencies [52ad1a8]
|
|
718
|
+
- Updated dependencies [cb93263]
|
|
719
|
+
- @atlassiansox/jql-autocomplete@1.1.4
|
|
710
720
|
|
|
711
721
|
## 1.3.4
|
|
712
722
|
|
|
713
723
|
### Patch Changes
|
|
714
724
|
|
|
715
|
-
-
|
|
725
|
+
- 47c1872: Fix cropped editor controls outlines
|
|
716
726
|
|
|
717
727
|
## 1.3.3
|
|
718
728
|
|
|
719
729
|
### Patch Changes
|
|
720
730
|
|
|
721
|
-
-
|
|
722
|
-
-
|
|
723
|
-
|
|
724
|
-
-
|
|
725
|
-
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
731
|
+
- f46b4ff: Use isolatedModules to fix Babel transpilation of type only exports.
|
|
732
|
+
- 5a27d1f: Fix unexpected scrollbars appearing in the editor when search button contains the loading
|
|
733
|
+
spinner
|
|
734
|
+
- a9b1d6a: Replace search button spinner with LoadingButton component.
|
|
735
|
+
- Updated dependencies [f46b4ff]
|
|
736
|
+
- @atlassiansox/jql-analytics@1.0.2
|
|
737
|
+
- @atlassiansox/jql-ast@1.0.2
|
|
738
|
+
- @atlassiansox/jql-autocomplete@1.1.3
|
|
739
|
+
- @atlassiansox/jql-parser@1.0.2
|
|
730
740
|
|
|
731
741
|
## 1.3.2
|
|
732
742
|
|
|
733
743
|
### Patch Changes
|
|
734
744
|
|
|
735
|
-
-
|
|
736
|
-
|
|
745
|
+
- da9680a: Additional attributes for debug messages and try/catch when computing autocomplete
|
|
746
|
+
position.
|
|
737
747
|
|
|
738
748
|
## 1.3.1
|
|
739
749
|
|
|
740
750
|
### Patch Changes
|
|
741
751
|
|
|
742
|
-
-
|
|
752
|
+
- 1906662: Bump react-loosely-lazy version.
|
|
743
753
|
|
|
744
754
|
## 1.3.0
|
|
745
755
|
|
|
746
756
|
### Minor Changes
|
|
747
757
|
|
|
748
|
-
-
|
|
749
|
-
|
|
758
|
+
- f201504: Send a debug message when external JQL errors are rendered or when updating attributes
|
|
759
|
+
throws an error.
|
|
750
760
|
|
|
751
761
|
### Patch Changes
|
|
752
762
|
|
|
753
|
-
-
|
|
754
|
-
-
|
|
755
|
-
-
|
|
756
|
-
-
|
|
757
|
-
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
763
|
+
- 626bf63: (a11y) Change operator color to G300
|
|
764
|
+
- bc19fe3: Update storybook and de-dupe babel dependencies.
|
|
765
|
+
- 6bb97a9: Add feature check for ResizeObserver.
|
|
766
|
+
- Updated dependencies [bc19fe3]
|
|
767
|
+
- Updated dependencies [f201504]
|
|
768
|
+
- @atlassiansox/jql-analytics@1.0.1
|
|
769
|
+
- @atlassiansox/jql-ast@1.0.1
|
|
770
|
+
- @atlassiansox/jql-autocomplete@1.1.2
|
|
771
|
+
- @atlassiansox/jql-parser@1.0.1
|
|
762
772
|
|
|
763
773
|
## 1.2.2
|
|
764
774
|
|
|
765
775
|
### Patch Changes
|
|
766
776
|
|
|
767
|
-
-
|
|
768
|
-
|
|
769
|
-
-
|
|
770
|
-
-
|
|
771
|
-
|
|
777
|
+
- 6e61cba: Fix an issue where rich inline nodes would throw on insertion when react-sweet-state
|
|
778
|
+
batched updates are disabled
|
|
779
|
+
- 609801f: Fix error intialising editor when batch updates are disabled.
|
|
780
|
+
- Updated dependencies [1d78273]
|
|
781
|
+
- @atlassiansox/jql-autocomplete@1.1.1
|
|
772
782
|
|
|
773
783
|
## 1.2.1
|
|
774
784
|
|
|
775
785
|
### Patch Changes
|
|
776
786
|
|
|
777
|
-
-
|
|
778
|
-
-
|
|
787
|
+
- 05acf3c: Add nodeType attribute to autocompleteOption selected event
|
|
788
|
+
- 46e45a6: Show invalid border when editor is focused and dynamically hide JQL error messages.
|
|
779
789
|
|
|
780
790
|
## 1.2.0
|
|
781
791
|
|
|
782
792
|
### Minor Changes
|
|
783
793
|
|
|
784
|
-
-
|
|
794
|
+
- 66a923d: Remove WHERE and ORDER_BY constant re-exports.
|
|
785
795
|
|
|
786
796
|
## 1.1.0
|
|
787
797
|
|
|
788
798
|
### Minor Changes
|
|
789
799
|
|
|
790
|
-
-
|
|
800
|
+
- 19d9d06: Improve autocomplete behavior for list functions
|
|
791
801
|
|
|
792
802
|
### Patch Changes
|
|
793
803
|
|
|
794
|
-
-
|
|
795
|
-
|
|
796
|
-
-
|
|
797
|
-
-
|
|
798
|
-
-
|
|
799
|
-
-
|
|
800
|
-
-
|
|
801
|
-
|
|
802
|
-
-
|
|
803
|
-
-
|
|
804
|
-
|
|
805
|
-
-
|
|
806
|
-
-
|
|
807
|
-
-
|
|
808
|
-
|
|
804
|
+
- f646f32: Fix an issue where empty paragraphs would be collapsed into a single line in read only
|
|
805
|
+
mode
|
|
806
|
+
- e1b9399: Prevent search command being repeatedly executed when holding down Enter key.
|
|
807
|
+
- 669d464: Sort operators when showing in autocomplete.
|
|
808
|
+
- 9bdef19: Fix an issue where rich inline nodes would replace the wrong position for quoted AAIDs
|
|
809
|
+
- d6ad0b8: Update design for syntax help and expand icons.
|
|
810
|
+
- 6d6996d: Fix a bug where autocomplete would remain in loading state after unsubscribing from the
|
|
811
|
+
previous observable
|
|
812
|
+
- fe01952: Add new shortcut (Mod-Shift-z) for redo functionality
|
|
813
|
+
- c3cef8a: Update autocomplete replacement position to be inclusive of the entire token underneath
|
|
814
|
+
the caret for single token selections.
|
|
815
|
+
- Updated dependencies [1b1139c]
|
|
816
|
+
- Updated dependencies [3c957a1]
|
|
817
|
+
- Updated dependencies [c3cef8a]
|
|
818
|
+
- @atlassiansox/jql-autocomplete@1.1.0
|
|
809
819
|
|
|
810
820
|
## 1.0.0
|
|
811
821
|
|
|
812
822
|
### Major Changes
|
|
813
823
|
|
|
814
|
-
-
|
|
815
|
-
|
|
824
|
+
- 94c794c: Bump all TypeScript packages to 1.0.0 for release to production. From this point on,
|
|
825
|
+
semver will be used in all packages.
|
|
816
826
|
|
|
817
827
|
### Patch Changes
|
|
818
828
|
|
|
819
|
-
-
|
|
820
|
-
-
|
|
821
|
-
-
|
|
822
|
-
|
|
823
|
-
-
|
|
824
|
-
|
|
825
|
-
-
|
|
826
|
-
|
|
827
|
-
-
|
|
828
|
-
-
|
|
829
|
-
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
829
|
+
- 431d540: Bump ProseMirror dependencies
|
|
830
|
+
- 03134f0: Update attributes for JQL insight and external JQL error analytics.
|
|
831
|
+
- 20c94ed: Fix inconsistent behavior across browsers when setting caret position around rich inline
|
|
832
|
+
nodes
|
|
833
|
+
- e5e8ff2: When query is syntactically invalid, provide an equivalent valid alternative for
|
|
834
|
+
hydration purposes
|
|
835
|
+
- f8937f6: Use decorations instead of marks around node views. Fixes selection issues when a node
|
|
836
|
+
view is selected on Safari.
|
|
837
|
+
- 72c3485: Fix autocomplete positioning when editor is scrolled
|
|
838
|
+
- Updated dependencies [03134f0]
|
|
839
|
+
- Updated dependencies [94c794c]
|
|
840
|
+
- @atlassiansox/jql-ast@1.0.0
|
|
841
|
+
- @atlassiansox/jql-analytics@1.0.0
|
|
842
|
+
- @atlassiansox/jql-autocomplete@1.0.0
|
|
843
|
+
- @atlassiansox/jql-parser@1.0.0
|
|
834
844
|
|
|
835
845
|
## 0.13.0
|
|
836
846
|
|
|
837
847
|
### Minor Changes
|
|
838
848
|
|
|
839
|
-
-
|
|
849
|
+
- cf9e417: Add analyticsSource for analytic events.
|
|
840
850
|
|
|
841
851
|
### Patch Changes
|
|
842
852
|
|
|
843
|
-
-
|
|
844
|
-
-
|
|
845
|
-
-
|
|
846
|
-
|
|
847
|
-
-
|
|
848
|
-
-
|
|
849
|
-
|
|
850
|
-
|
|
853
|
+
- 039e2b8: Fix bug where start of input was refocused when modifying query in Safari.
|
|
854
|
+
- 7420f37: Wrap async editor in error boundary.
|
|
855
|
+
- 48c4fb8: Update editor line height and user node height to leave vertical gap between user nodes
|
|
856
|
+
in adjacent lines
|
|
857
|
+
- 4cc2590: Fix autocomplete position when a line is inserted/deleted and line numbers are toggled
|
|
858
|
+
- Updated dependencies [cf9e417]
|
|
859
|
+
- @atlassiansox/jql-analytics@0.1.0
|
|
860
|
+
- @atlassiansox/jql-ast@0.11.1
|
|
851
861
|
|
|
852
862
|
## 0.12.0
|
|
853
863
|
|
|
854
864
|
### Minor Changes
|
|
855
865
|
|
|
856
|
-
-
|
|
857
|
-
|
|
866
|
+
- 17f2a3c: Remove email from from user nodes on autocomplete insertion when data is provided by REST
|
|
867
|
+
API
|
|
858
868
|
|
|
859
869
|
## 0.11.2
|
|
860
870
|
|
|
861
871
|
### Patch Changes
|
|
862
872
|
|
|
863
|
-
-
|
|
873
|
+
- c45b5d2: Make autocomplete offset parent rect available before render
|
|
864
874
|
|
|
865
875
|
## 0.11.1
|
|
866
876
|
|
|
867
877
|
### Patch Changes
|
|
868
878
|
|
|
869
|
-
-
|
|
870
|
-
-
|
|
879
|
+
- d68a20b: Extract portalling logic from react-sweet-state into its own context provider
|
|
880
|
+
- a54c0d6: Optimize performance of autocomplete dropdown positioning logic
|
|
871
881
|
|
|
872
882
|
## 0.11.0
|
|
873
883
|
|
|
874
884
|
### Minor Changes
|
|
875
885
|
|
|
876
|
-
-
|
|
877
|
-
-
|
|
878
|
-
-
|
|
879
|
-
-
|
|
880
|
-
|
|
881
|
-
### Patch Changes
|
|
882
|
-
|
|
883
|
-
-
|
|
884
|
-
|
|
885
|
-
-
|
|
886
|
-
|
|
887
|
-
-
|
|
888
|
-
|
|
889
|
-
-
|
|
890
|
-
-
|
|
891
|
-
-
|
|
892
|
-
-
|
|
893
|
-
-
|
|
894
|
-
-
|
|
895
|
-
-
|
|
896
|
-
-
|
|
897
|
-
-
|
|
898
|
-
-
|
|
899
|
-
-
|
|
900
|
-
-
|
|
901
|
-
-
|
|
902
|
-
-
|
|
903
|
-
-
|
|
904
|
-
|
|
905
|
-
|
|
886
|
+
- ab711f7: Add support for external validation messages.
|
|
887
|
+
- aadaabb: Hydration of rich inline nodes
|
|
888
|
+
- a3b9113: User rich inline node UI
|
|
889
|
+
- 29a84e6: Add onEditorMounted callback prop to the editor.
|
|
890
|
+
|
|
891
|
+
### Patch Changes
|
|
892
|
+
|
|
893
|
+
- 04c6137: Fix positioning of validation tooltip and add analytic events when editor controls are
|
|
894
|
+
clicked.
|
|
895
|
+
- 25c1cf0: Suggest EMPTY operand after a list operator. Improve autocomplete vertical positioning
|
|
896
|
+
logic.
|
|
897
|
+
- 587e213: Fix auto-insertion of opening parenthesis when selecting a rich inline node after a list
|
|
898
|
+
operator
|
|
899
|
+
- 6f00e0d: Emit a debounced analytics event when autocomplete options are retrieved.
|
|
900
|
+
- d93a20d: Fix selected state not being applied to rich inline nodes in some situations
|
|
901
|
+
- 155ac26: Use decorations instead of marks for syntax highlighting
|
|
902
|
+
- bed8a9f: Refactor autocomplete state logic and fix autocomplete positioning following operands
|
|
903
|
+
- fbf252f: Do not process suggestions if autocomplete is going to stay closed on next update
|
|
904
|
+
- 6d76a16: Fix autocomplete selected state when an option is hovered after a keyboard interaction
|
|
905
|
+
- 629bda6: Update attributes computed by the jql-insights-listener.
|
|
906
|
+
- 04c6137: Use single subscription when fetching autocomplete data.
|
|
907
|
+
- 96d6447: User rich inline node design updates
|
|
908
|
+
- f9bbcd7: Export JQL anonymizer visitor and JQL insights listener from jql-ast package.
|
|
909
|
+
- d4c7b04: Revert move from marks to decorations
|
|
910
|
+
- Updated dependencies [04c6137]
|
|
911
|
+
- Updated dependencies [f4a3598]
|
|
912
|
+
- Updated dependencies [629bda6]
|
|
913
|
+
- Updated dependencies [f9bbcd7]
|
|
914
|
+
- @atlassiansox/jql-analytics@0.0.3
|
|
915
|
+
- @atlassiansox/jql-ast@0.11.0
|
|
906
916
|
|
|
907
917
|
## 0.10.1
|
|
908
918
|
|
|
909
919
|
### Patch Changes
|
|
910
920
|
|
|
911
|
-
-
|
|
912
|
-
-
|
|
913
|
-
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
921
|
+
- b8b07e5: Set autocompleteProvider on update of sweet state store.
|
|
922
|
+
- Updated dependencies [8bcc57f]
|
|
923
|
+
- Updated dependencies [4c6f34b]
|
|
924
|
+
- @atlassiansox/jql-parser@0.11.0
|
|
925
|
+
- @atlassiansox/jql-ast@0.10.1
|
|
926
|
+
- @atlassiansox/jql-autocomplete@0.7.2
|
|
917
927
|
|
|
918
928
|
## 0.10.0
|
|
919
929
|
|
|
920
930
|
### Minor Changes
|
|
921
931
|
|
|
922
|
-
-
|
|
923
|
-
|
|
924
|
-
### Patch Changes
|
|
925
|
-
|
|
926
|
-
-
|
|
927
|
-
-
|
|
928
|
-
-
|
|
929
|
-
-
|
|
930
|
-
-
|
|
931
|
-
-
|
|
932
|
-
|
|
933
|
-
-
|
|
934
|
-
-
|
|
935
|
-
-
|
|
936
|
-
-
|
|
937
|
-
-
|
|
938
|
-
-
|
|
939
|
-
-
|
|
940
|
-
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
932
|
+
- 6f1a925: Update JQL editor API to accept autocompleteProvider prop.
|
|
933
|
+
|
|
934
|
+
### Patch Changes
|
|
935
|
+
|
|
936
|
+
- 6f1a925: Move editor view initialisation into react sweet state.
|
|
937
|
+
- a71c3ac: Add tooltip error message for invalid tokens.
|
|
938
|
+
- 20eb798: Improved definition of valid operands for different terminal clause types
|
|
939
|
+
- b7bed94: Add line numbers for multiline queries and miscellaneous design updates.
|
|
940
|
+
- 23ff3b9: Move jql editor analytics hook into its own package.
|
|
941
|
+
- 0a4e249: Add isSearching prop to the JQLEditor and minor reorganisation of editor state
|
|
942
|
+
management.
|
|
943
|
+
- 8608c19: Move portal rendering logic into sweet state.
|
|
944
|
+
- 0a2125a: Move validation message and syntax help into footer component.
|
|
945
|
+
- 95d6d7f: Update design of editor expand and search controls.
|
|
946
|
+
- e0835ee: Clean up autocomplete logic around the list rule
|
|
947
|
+
- Updated dependencies [95d6d7f]
|
|
948
|
+
- Updated dependencies [20eb798]
|
|
949
|
+
- Updated dependencies [23ff3b9]
|
|
950
|
+
- Updated dependencies [e0835ee]
|
|
951
|
+
- @atlassiansox/jql-ast@0.10.0
|
|
952
|
+
- @atlassiansox/jql-parser@0.10.0
|
|
953
|
+
- @atlassiansox/jql-autocomplete@0.7.1
|
|
954
|
+
- @atlassiansox/jql-analytics@0.0.2
|
|
945
955
|
|
|
946
956
|
## 0.9.0
|
|
947
957
|
|
|
948
958
|
### Minor Changes
|
|
949
959
|
|
|
950
|
-
-
|
|
960
|
+
- 352d19c: Use babel for build output.
|
|
951
961
|
|
|
952
962
|
### Patch Changes
|
|
953
963
|
|
|
954
|
-
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
964
|
+
- Updated dependencies [352d19c]
|
|
965
|
+
- @atlassiansox/jql-ast@0.9.0
|
|
966
|
+
- @atlassiansox/jql-autocomplete@0.7.0
|
|
967
|
+
- @atlassiansox/jql-parser@0.9.0
|
|
958
968
|
|
|
959
969
|
## 0.8.2
|
|
960
970
|
|
|
961
971
|
### Patch Changes
|
|
962
972
|
|
|
963
|
-
-
|
|
964
|
-
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
973
|
+
- 63c7f76: Use es2017 target to align with jira.
|
|
974
|
+
- Updated dependencies [63c7f76]
|
|
975
|
+
- @atlassiansox/jql-ast@0.8.1
|
|
976
|
+
- @atlassiansox/jql-autocomplete@0.6.2
|
|
977
|
+
- @atlassiansox/jql-parser@0.8.1
|
|
968
978
|
|
|
969
979
|
## 0.8.1
|
|
970
980
|
|
|
971
981
|
### Patch Changes
|
|
972
982
|
|
|
973
|
-
-
|
|
974
|
-
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
983
|
+
- ef753ba: Move token constants from jql-parser to jql-ast package.
|
|
984
|
+
- Updated dependencies [ef753ba]
|
|
985
|
+
- @atlassiansox/jql-ast@0.8.0
|
|
986
|
+
- @atlassiansox/jql-parser@0.8.0
|
|
987
|
+
- @atlassiansox/jql-autocomplete@0.6.1
|
|
978
988
|
|
|
979
989
|
## 0.8.0
|
|
980
990
|
|
|
981
991
|
### Minor Changes
|
|
982
992
|
|
|
983
|
-
-
|
|
993
|
+
- df76049: Reorganise editor layout elements and change `defaultQuery` prop to `query`.
|
|
984
994
|
|
|
985
995
|
### Patch Changes
|
|
986
996
|
|
|
987
|
-
-
|
|
988
|
-
-
|
|
989
|
-
-
|
|
990
|
-
|
|
991
|
-
-
|
|
992
|
-
-
|
|
993
|
-
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
+
- 881a846: Add separate cjs and esm build outputs.
|
|
998
|
+
- 881a846: Add error boundary and async component to JQL editor.
|
|
999
|
+
- ab235ac: Operator-specific parsing for terminal clauses. Consolidation of terminal clause and
|
|
1000
|
+
operator nodes in AST.
|
|
1001
|
+
- 22c3763: Accessibility improvements for JQL editor controls.
|
|
1002
|
+
- Updated dependencies [881a846]
|
|
1003
|
+
- Updated dependencies [ab235ac]
|
|
1004
|
+
- @atlassiansox/jql-ast@0.7.0
|
|
1005
|
+
- @atlassiansox/jql-autocomplete@0.6.0
|
|
1006
|
+
- @atlassiansox/jql-parser@0.7.0
|
|
997
1007
|
|
|
998
1008
|
## 0.7.1
|
|
999
1009
|
|
|
1000
1010
|
### Patch Changes
|
|
1001
1011
|
|
|
1002
|
-
-
|
|
1003
|
-
-
|
|
1004
|
-
-
|
|
1005
|
-
-
|
|
1006
|
-
-
|
|
1007
|
-
-
|
|
1008
|
-
-
|
|
1009
|
-
-
|
|
1010
|
-
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1012
|
+
- 75d6995: Autocomplete accessibility
|
|
1013
|
+
- ae271d8: Add error message when field is missing a 'cf' prefix.
|
|
1014
|
+
- 0df4e5e: Add validation message for invalid custom field ids.
|
|
1015
|
+
- b18b0f7: Add validation messages for unfinished string and illegal escape sequence.
|
|
1016
|
+
- 2b83a95: Highlight matching part of the user query in autocomplete suggestions
|
|
1017
|
+
- 82dfd45: Update grammar to distinguish between invalid and unclosed quote strings.
|
|
1018
|
+
- 003ad19: Show appropriate error message when an invalid token is used after a sort direction.
|
|
1019
|
+
- Updated dependencies [0df4e5e]
|
|
1020
|
+
- Updated dependencies [82dfd45]
|
|
1021
|
+
- @atlassiansox/jql-autocomplete@0.5.0
|
|
1022
|
+
- @atlassiansox/jql-parser@0.6.0
|
|
1023
|
+
- @atlassiansox/jql-ast@0.6.2
|
|
1014
1024
|
|
|
1015
1025
|
## 0.7.0
|
|
1016
1026
|
|
|
1017
1027
|
### Minor Changes
|
|
1018
1028
|
|
|
1019
|
-
-
|
|
1029
|
+
- Export JQLClause type.
|
|
1020
1030
|
|
|
1021
1031
|
## 0.6.0
|
|
1022
1032
|
|
|
1023
1033
|
### Minor Changes
|
|
1024
1034
|
|
|
1025
|
-
-
|
|
1035
|
+
- fdde5d1: Add clause type to field rule context. Pass clause type to onFields callback.
|
|
1026
1036
|
|
|
1027
1037
|
### Patch Changes
|
|
1028
1038
|
|
|
1029
|
-
-
|
|
1030
|
-
-
|
|
1031
|
-
-
|
|
1032
|
-
|
|
1033
|
-
-
|
|
1034
|
-
-
|
|
1035
|
-
-
|
|
1036
|
-
-
|
|
1037
|
-
-
|
|
1038
|
-
-
|
|
1039
|
-
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1039
|
+
- fcdedf6: General improvements and JQL function support for editor validation.
|
|
1040
|
+
- 0272b09: Add validation message for malformed field property ids.
|
|
1041
|
+
- 380062a: Update jql-autocomplete to extend a grammar agnostic base class and make autocomplete
|
|
1042
|
+
options configurable.
|
|
1043
|
+
- 7daca20: Additional test cases for JQL validation.
|
|
1044
|
+
- Updated dependencies [fcdedf6]
|
|
1045
|
+
- Updated dependencies [0272b09]
|
|
1046
|
+
- Updated dependencies [69c3a9a]
|
|
1047
|
+
- Updated dependencies [380062a]
|
|
1048
|
+
- Updated dependencies [fdde5d1]
|
|
1049
|
+
- Updated dependencies [fcdedf6]
|
|
1050
|
+
- @atlassiansox/jql-autocomplete@0.4.0
|
|
1051
|
+
- @atlassiansox/jql-ast@0.6.0
|
|
1042
1052
|
|
|
1043
1053
|
## 0.5.4
|
|
1044
1054
|
|
|
1045
1055
|
### Patch Changes
|
|
1046
1056
|
|
|
1047
|
-
-
|
|
1048
|
-
-
|
|
1049
|
-
|
|
1057
|
+
- ae89e98: Rename jql-autosuggest package to jql-autocomplete
|
|
1058
|
+
- Updated dependencies [ae89e98]
|
|
1059
|
+
- @atlassiansox/jql-autocomplete@0.3.0
|
|
1050
1060
|
|
|
1051
1061
|
## 0.5.3
|
|
1052
1062
|
|
|
1053
1063
|
### Patch Changes
|
|
1054
1064
|
|
|
1055
|
-
-
|
|
1056
|
-
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1065
|
+
- 35b5a1c: Rename jql-grammar package to jql-parser
|
|
1066
|
+
- Updated dependencies [35b5a1c]
|
|
1067
|
+
- @atlassiansox/jql-parser@0.5.0
|
|
1068
|
+
- @atlassiansox/jql-ast@0.5.1
|
|
1069
|
+
- @atlassiansox/jql-autosuggest@0.2.1
|
|
1060
1070
|
|
|
1061
1071
|
## 0.5.2
|
|
1062
1072
|
|
|
1063
1073
|
### Patch Changes
|
|
1064
1074
|
|
|
1065
|
-
-
|
|
1075
|
+
- 7b5024d: Insert new line on Shift-Enter. Add data-testid attributes.
|
|
1066
1076
|
|
|
1067
1077
|
## 0.5.1
|
|
1068
1078
|
|
|
1069
1079
|
### Patch Changes
|
|
1070
1080
|
|
|
1071
|
-
-
|
|
1081
|
+
- 17b5ba2: Update validation message when query is updated from the outside
|
|
1072
1082
|
|
|
1073
1083
|
## 0.5.0
|
|
1074
1084
|
|
|
1075
1085
|
### Minor Changes
|
|
1076
1086
|
|
|
1077
|
-
-
|
|
1078
|
-
-
|
|
1087
|
+
- 1e4e055: Support field types in autocomplete options
|
|
1088
|
+
- 5d6f932: Autocomplete analytics
|
|
1079
1089
|
|
|
1080
1090
|
### Patch Changes
|
|
1081
1091
|
|
|
1082
|
-
-
|
|
1083
|
-
-
|
|
1084
|
-
|
|
1085
|
-
-
|
|
1086
|
-
|
|
1087
|
-
-
|
|
1088
|
-
|
|
1092
|
+
- 13f8cf8: Update syntax highlighting to match design specs
|
|
1093
|
+
- f9b61bd: Improve autocomplete visibility logic so it stays out of the way while navigating the
|
|
1094
|
+
query
|
|
1095
|
+
- a926994: Correctly handle NOT clauses when producing the AST and update attributes for editor
|
|
1096
|
+
searched event.
|
|
1097
|
+
- Updated dependencies [a926994]
|
|
1098
|
+
- @atlassiansox/jql-ast@0.5.0
|
|
1089
1099
|
|
|
1090
1100
|
## 0.4.0
|
|
1091
1101
|
|
|
1092
1102
|
### Minor Changes
|
|
1093
1103
|
|
|
1094
|
-
-
|
|
1095
|
-
-
|
|
1104
|
+
- 35069b4: Allow plugin configuration to be consumed using React context.
|
|
1105
|
+
- 1333fcf: Auto insert opening parenthesis following a list operator
|
|
1096
1106
|
|
|
1097
1107
|
### Patch Changes
|
|
1098
1108
|
|
|
1099
|
-
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1109
|
+
- Updated dependencies [1333fcf]
|
|
1110
|
+
- @atlassiansox/jql-ast@0.4.0
|
|
1111
|
+
- @atlassiansox/jql-autosuggest@0.2.0
|
|
1102
1112
|
|
|
1103
1113
|
## 0.3.1
|
|
1104
1114
|
|
|
1105
1115
|
### Patch Changes
|
|
1106
1116
|
|
|
1107
|
-
-
|
|
1117
|
+
- ba8e01b: Fix resetting editor state when defaultQuery changes.
|
|
1108
1118
|
|
|
1109
1119
|
## 0.3.0
|
|
1110
1120
|
|
|
1111
1121
|
### Minor Changes
|
|
1112
1122
|
|
|
1113
|
-
-
|
|
1123
|
+
- ca9e4c9: Keyboard support
|
|
1114
1124
|
|
|
1115
1125
|
### Patch Changes
|
|
1116
1126
|
|
|
1117
|
-
-
|
|
1118
|
-
-
|
|
1119
|
-
-
|
|
1120
|
-
-
|
|
1121
|
-
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1127
|
+
- d04c2fb: Improve position detection of multiline queries.
|
|
1128
|
+
- 21940c1: Update dependencies with security vulnerabilities reported by SourceClear.
|
|
1129
|
+
- 3bae29a: Add atlaskit analytics listener and search event for JQL editor.
|
|
1130
|
+
- Updated dependencies [d04c2fb]
|
|
1131
|
+
- Updated dependencies [21940c1]
|
|
1132
|
+
- @atlassiansox/jql-ast@0.3.0
|
|
1133
|
+
- @atlassiansox/jql-autosuggest@0.1.2
|
|
1134
|
+
- @atlassiansox/jql-grammar@0.4.1
|
|
1125
1135
|
|
|
1126
1136
|
## 0.2.0
|
|
1127
1137
|
|
|
1128
1138
|
### Minor Changes
|
|
1129
1139
|
|
|
1130
|
-
-
|
|
1140
|
+
- b172210: Autocomplete for quoted strings
|
|
1131
1141
|
|
|
1132
1142
|
### Patch Changes
|
|
1133
1143
|
|
|
1134
|
-
-
|
|
1135
|
-
-
|
|
1136
|
-
-
|
|
1137
|
-
-
|
|
1138
|
-
|
|
1139
|
-
-
|
|
1140
|
-
-
|
|
1141
|
-
-
|
|
1142
|
-
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1144
|
+
- 9cff3fc: Update jest and typedoc packages.
|
|
1145
|
+
- 5b235f8: Add expand/collapse toggle to the editor.
|
|
1146
|
+
- 9cff3fc: Update jql-ast to return JQLParseError instead of standard JS Error.
|
|
1147
|
+
- baadf2a: Add expand/collapse animation for validation message and limit editor to 3 rows in
|
|
1148
|
+
height.
|
|
1149
|
+
- 9cff3fc: Add validation section message and update editor UI.
|
|
1150
|
+
- Updated dependencies [b172210]
|
|
1151
|
+
- Updated dependencies [9cff3fc]
|
|
1152
|
+
- Updated dependencies [9cff3fc]
|
|
1153
|
+
- @atlassiansox/jql-grammar@0.4.0
|
|
1154
|
+
- @atlassiansox/jql-ast@0.2.1
|
|
1155
|
+
- @atlassiansox/jql-autosuggest@0.1.1
|
|
1146
1156
|
|
|
1147
1157
|
## 0.1.0
|
|
1148
1158
|
|
|
1149
1159
|
### Minor Changes
|
|
1150
1160
|
|
|
1151
|
-
-
|
|
1152
|
-
|
|
1161
|
+
- 5afdcbd: Introduce autocomplete unhandled rules and position autocomplete based on first
|
|
1162
|
+
suggestion replace position
|
|
1153
1163
|
|
|
1154
1164
|
### Patch Changes
|
|
1155
1165
|
|
|
1156
|
-
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1166
|
+
- Updated dependencies [5afdcbd]
|
|
1167
|
+
- @atlassiansox/jql-ast@0.2.0
|
|
1168
|
+
- @atlassiansox/jql-autosuggest@0.1.0
|
|
1169
|
+
- @atlassiansox/jql-grammar@0.3.0
|
|
1160
1170
|
|
|
1161
1171
|
## 0.0.13
|
|
1162
1172
|
|
|
1163
1173
|
### Patch Changes
|
|
1164
1174
|
|
|
1165
|
-
-
|
|
1166
|
-
-
|
|
1167
|
-
-
|
|
1168
|
-
-
|
|
1169
|
-
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1175
|
+
- 4bb33b8: Update UI for editor controls.
|
|
1176
|
+
- 83f6b1a: Add onSubmit command which is called when Mod+Enter is pressed.
|
|
1177
|
+
- 2cbeaaf: Add validation indicator to JQL editor and minor package restructure.
|
|
1178
|
+
- 857c706: Add syntax help link and hide autocomplete options when editor is blurred.
|
|
1179
|
+
- Updated dependencies [2cbeaaf]
|
|
1180
|
+
- @atlassiansox/jql-ast@0.1.8
|
|
1181
|
+
- @atlassiansox/jql-autosuggest@0.0.10
|
|
1182
|
+
- @atlassiansox/jql-grammar@0.2.1
|
|
1173
1183
|
|
|
1174
1184
|
## 0.0.12
|
|
1175
1185
|
|
|
1176
1186
|
### Patch Changes
|
|
1177
1187
|
|
|
1178
|
-
-
|
|
1188
|
+
- aaf0931: Update autocomplete plugin API to use RxJS observables
|
|
1179
1189
|
|
|
1180
1190
|
## 0.0.11
|
|
1181
1191
|
|
|
1182
1192
|
### Patch Changes
|
|
1183
1193
|
|
|
1184
|
-
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1194
|
+
- Updated dependencies [586fae2]
|
|
1195
|
+
- @atlassiansox/jql-grammar@0.2.0
|
|
1196
|
+
- @atlassiansox/jql-ast@0.1.7
|
|
1197
|
+
- @atlassiansox/jql-autosuggest@0.0.9
|
|
1188
1198
|
|
|
1189
1199
|
## 0.0.10
|
|
1190
1200
|
|
|
1191
1201
|
### Patch Changes
|
|
1192
1202
|
|
|
1193
|
-
-
|
|
1203
|
+
- 126e999: Remove stories from tsconfig.
|
|
1194
1204
|
|
|
1195
1205
|
## 0.0.9
|
|
1196
1206
|
|
|
1197
1207
|
### Patch Changes
|
|
1198
1208
|
|
|
1199
|
-
-
|
|
1200
|
-
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1209
|
+
- 0440295: Refactor of component rendering for JQL editor plugins
|
|
1210
|
+
- Updated dependencies [0440295]
|
|
1211
|
+
- @atlassiansox/jql-ast@0.1.6
|
|
1212
|
+
- @atlassiansox/jql-autosuggest@0.0.8
|
|
1203
1213
|
|
|
1204
1214
|
## 0.0.8
|
|
1205
1215
|
|
|
1206
1216
|
### Patch Changes
|
|
1207
1217
|
|
|
1208
|
-
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1218
|
+
- Updated dependencies [undefined]
|
|
1219
|
+
- @atlassiansox/jql-grammar@0.1.0
|
|
1220
|
+
- @atlassiansox/jql-ast@0.1.5
|
|
1221
|
+
- @atlassiansox/jql-autosuggest@0.0.7
|
|
1212
1222
|
|
|
1213
1223
|
## 0.0.7
|
|
1214
1224
|
|
|
1215
1225
|
### Patch Changes
|
|
1216
1226
|
|
|
1217
|
-
-
|
|
1218
|
-
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1227
|
+
- 3c5c70a: Used the tslib package and reduced the size of the output
|
|
1228
|
+
- Updated dependencies [3c5c70a]
|
|
1229
|
+
- @atlassiansox/jql-ast@0.1.4
|
|
1230
|
+
- @atlassiansox/jql-autosuggest@0.0.6
|
|
1231
|
+
- @atlassiansox/jql-grammar@0.0.6
|
|
1222
1232
|
|
|
1223
1233
|
## 0.0.6
|
|
1224
1234
|
|
|
1225
1235
|
### Patch Changes
|
|
1226
1236
|
|
|
1227
|
-
-
|
|
1228
|
-
|
|
1229
|
-
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1237
|
+
- 2e8d06e: Update `jql-autosuggest` to accept a selection range which impacts the matchedText and
|
|
1238
|
+
replacePosition for suggestions
|
|
1239
|
+
- Updated dependencies [2e8d06e]
|
|
1240
|
+
- @atlassiansox/jql-ast@0.1.3
|
|
1241
|
+
- @atlassiansox/jql-autosuggest@0.0.5
|
|
1242
|
+
- @atlassiansox/jql-grammar@0.0.5
|
|
1233
1243
|
|
|
1234
1244
|
## 0.0.5
|
|
1235
1245
|
|
|
1236
1246
|
### Patch Changes
|
|
1237
1247
|
|
|
1238
|
-
-
|
|
1239
|
-
|
|
1240
|
-
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1248
|
+
- 6f89567: Improve accuracy of autocomplete suggestions from `jql-autosuggest` package and include
|
|
1249
|
+
information for token replacement.
|
|
1250
|
+
- Updated dependencies [6f89567]
|
|
1251
|
+
- @atlassiansox/jql-ast@0.1.2
|
|
1252
|
+
- @atlassiansox/jql-autosuggest@0.0.4
|
|
1253
|
+
- @atlassiansox/jql-grammar@0.0.4
|
|
1244
1254
|
|
|
1245
1255
|
## 0.0.4
|
|
1246
1256
|
|
|
1247
1257
|
### Patch Changes
|
|
1248
1258
|
|
|
1249
|
-
-
|
|
1250
|
-
|
|
1259
|
+
- Updated dependencies [982890a]
|
|
1260
|
+
- @atlassiansox/jql-ast@0.1.0
|
|
1251
1261
|
|
|
1252
1262
|
## 0.0.3
|
|
1253
1263
|
|
|
1254
1264
|
### Patch Changes
|
|
1255
1265
|
|
|
1256
|
-
-
|
|
1257
|
-
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1266
|
+
- 4985a8e: Remove flow types from build
|
|
1267
|
+
- Updated dependencies [4985a8e]
|
|
1268
|
+
- @atlassiansox/jql-ast@0.0.3
|
|
1269
|
+
- @atlassiansox/jql-autosuggest@0.0.3
|
|
1270
|
+
- @atlassiansox/jql-grammar@0.0.3
|
|
1261
1271
|
|
|
1262
1272
|
## 0.0.2
|
|
1263
1273
|
|
|
1264
1274
|
### Patch Changes
|
|
1265
1275
|
|
|
1266
|
-
-
|
|
1267
|
-
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1276
|
+
- b6e6e6f: Bump patch version
|
|
1277
|
+
- Updated dependencies [b6e6e6f]
|
|
1278
|
+
- @atlassiansox/jql-ast@0.0.2
|
|
1279
|
+
- @atlassiansox/jql-autosuggest@0.0.2
|
|
1280
|
+
- @atlassiansox/jql-grammar@0.0.2
|
|
1271
1281
|
|
|
1272
1282
|
## 0.0.1
|
|
1273
1283
|
|
|
1274
1284
|
### Patch Changes
|
|
1275
1285
|
|
|
1276
|
-
-
|
|
1277
|
-
-
|
|
1278
|
-
-
|
|
1279
|
-
-
|
|
1280
|
-
-
|
|
1281
|
-
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1286
|
+
- 898352a: Use bolt for project management.
|
|
1287
|
+
- bb0f8e5: Move packages to @atlassiansox namespace
|
|
1288
|
+
- d55b829: Provide ANTLErrorStrategy as an argument when building an AST
|
|
1289
|
+
- Updated dependencies [898352a]
|
|
1290
|
+
- Updated dependencies [bb0f8e5]
|
|
1291
|
+
- Updated dependencies [d55b829]
|
|
1292
|
+
- @atlassiansox/jql-ast@0.0.1
|
|
1293
|
+
- @atlassiansox/jql-autosuggest@0.0.1
|
|
1294
|
+
- @atlassiansox/jql-grammar@0.0.1
|