@atlaskit/jql-editor 4.2.1 → 4.2.3

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