@atlaskit/jql-editor 4.2.0 → 4.2.2

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