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