@atlaskit/link-create 1.15.7 → 1.15.9
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 +320 -120
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/main.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,579 +1,779 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 1.15.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.15.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 1.15.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
19
|
+
- [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
|
|
20
|
+
[`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
|
|
21
|
+
Migrated to the new button component
|
|
22
|
+
- Updated dependencies
|
|
9
23
|
|
|
10
24
|
## 1.15.6
|
|
11
25
|
|
|
12
26
|
### Patch Changes
|
|
13
27
|
|
|
14
|
-
-
|
|
28
|
+
- [#91203](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91203)
|
|
29
|
+
[`3c8348468618`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c8348468618) -
|
|
30
|
+
Minor Typescript changes to improve compatibility with React 18
|
|
15
31
|
|
|
16
32
|
## 1.15.5
|
|
17
33
|
|
|
18
34
|
### Patch Changes
|
|
19
35
|
|
|
20
|
-
-
|
|
21
|
-
-
|
|
36
|
+
- [#88102](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88102)
|
|
37
|
+
[`e424cbf4d842`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e424cbf4d842) -
|
|
38
|
+
Cleans up internal observability feature flag. No expected functional changes.
|
|
39
|
+
- Updated dependencies
|
|
22
40
|
|
|
23
41
|
## 1.15.4
|
|
24
42
|
|
|
25
43
|
### Patch Changes
|
|
26
44
|
|
|
27
|
-
-
|
|
45
|
+
- [#87422](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87422)
|
|
46
|
+
[`54c6f458dbd6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/54c6f458dbd6) -
|
|
47
|
+
Cleansup ff platform.linking-platform.link-create.enable-sentry-client, enabling sentry client
|
|
48
|
+
to capture exceptions
|
|
28
49
|
|
|
29
50
|
## 1.15.3
|
|
30
51
|
|
|
31
52
|
### Patch Changes
|
|
32
53
|
|
|
33
|
-
-
|
|
54
|
+
- [#86416](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86416)
|
|
55
|
+
[`91c59efc1417`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/91c59efc1417) -
|
|
56
|
+
Cleans up feature flag platform.linking-platform.link-create.slo-ignore-failed-fetch permanently
|
|
57
|
+
marking failed to fetch errors to be ignored for SLO metrics.
|
|
34
58
|
|
|
35
59
|
## 1.15.2
|
|
36
60
|
|
|
37
61
|
### Patch Changes
|
|
38
62
|
|
|
39
|
-
-
|
|
63
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
64
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
65
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
40
66
|
|
|
41
67
|
## 1.15.1
|
|
42
68
|
|
|
43
69
|
### Patch Changes
|
|
44
70
|
|
|
45
|
-
-
|
|
71
|
+
- Updated dependencies
|
|
46
72
|
|
|
47
73
|
## 1.15.0
|
|
48
74
|
|
|
49
75
|
### Minor Changes
|
|
50
76
|
|
|
51
|
-
-
|
|
77
|
+
- [#81320](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81320)
|
|
78
|
+
[`d26f355c6fa9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d26f355c6fa9) -
|
|
79
|
+
allow rendering of ModalHero in LinkCreate modal
|
|
52
80
|
|
|
53
81
|
## 1.14.6
|
|
54
82
|
|
|
55
83
|
### Patch Changes
|
|
56
84
|
|
|
57
|
-
-
|
|
85
|
+
- [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
|
|
86
|
+
[`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
|
|
87
|
+
Update usage of `React.FC` to explicity include `children`
|
|
58
88
|
|
|
59
89
|
## 1.14.5
|
|
60
90
|
|
|
61
91
|
### Patch Changes
|
|
62
92
|
|
|
63
|
-
-
|
|
93
|
+
- Updated dependencies
|
|
64
94
|
|
|
65
95
|
## 1.14.4
|
|
66
96
|
|
|
67
97
|
### Patch Changes
|
|
68
98
|
|
|
69
|
-
-
|
|
99
|
+
- Updated dependencies
|
|
70
100
|
|
|
71
101
|
## 1.14.3
|
|
72
102
|
|
|
73
103
|
### Patch Changes
|
|
74
104
|
|
|
75
|
-
-
|
|
105
|
+
- Updated dependencies
|
|
76
106
|
|
|
77
107
|
## 1.14.2
|
|
78
108
|
|
|
79
109
|
### Patch Changes
|
|
80
110
|
|
|
81
|
-
-
|
|
111
|
+
- [#68142](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68142)
|
|
112
|
+
[`eeee0117234f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eeee0117234f) -
|
|
113
|
+
EDM-9179: under FF update form error messages and move error messages from form footer to fields
|
|
82
114
|
|
|
83
115
|
## 1.14.1
|
|
84
116
|
|
|
85
117
|
### Patch Changes
|
|
86
118
|
|
|
87
|
-
-
|
|
119
|
+
- [#68013](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68013)
|
|
120
|
+
[`a23882ab49f8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a23882ab49f8) -
|
|
121
|
+
Upgrade depdendency `final-form` for bugfix.
|
|
88
122
|
|
|
89
123
|
## 1.14.0
|
|
90
124
|
|
|
91
125
|
### Minor Changes
|
|
92
126
|
|
|
93
|
-
-
|
|
127
|
+
- [#66763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66763)
|
|
128
|
+
[`496a3feac442`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/496a3feac442) -
|
|
129
|
+
Update `LinkPickerPlugin` Type to take a generic `entityKey` type
|
|
94
130
|
|
|
95
131
|
## 1.13.3
|
|
96
132
|
|
|
97
133
|
### Patch Changes
|
|
98
134
|
|
|
99
|
-
-
|
|
135
|
+
- [#64291](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64291)
|
|
136
|
+
[`c44535acbea9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c44535acbea9) -
|
|
137
|
+
remove platform.linking-platform.link-create.tmp-fix-translations to permanently return
|
|
138
|
+
undefined in the loaderFn when dynamic import of locale messages fail.
|
|
100
139
|
|
|
101
140
|
## 1.13.2
|
|
102
141
|
|
|
103
142
|
### Patch Changes
|
|
104
143
|
|
|
105
|
-
-
|
|
106
|
-
-
|
|
144
|
+
- [#64870](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64870)
|
|
145
|
+
[`0f1f6c106355`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0f1f6c106355) -
|
|
146
|
+
Adds analytics attribute to help exclude expected errors from SLIs, behind ff
|
|
147
|
+
- Updated dependencies
|
|
107
148
|
|
|
108
149
|
## 1.13.1
|
|
109
150
|
|
|
110
151
|
### Patch Changes
|
|
111
152
|
|
|
112
|
-
-
|
|
113
|
-
-
|
|
153
|
+
- [#63626](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63626)
|
|
154
|
+
[`e71c8f5f586e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e71c8f5f586e) -
|
|
155
|
+
loaderFn returns undefined if failed to dynamicaly import locale messages - fixes issue in Jira
|
|
156
|
+
where default English replaces languages chunk.
|
|
157
|
+
- Updated dependencies
|
|
114
158
|
|
|
115
159
|
## 1.13.0
|
|
116
160
|
|
|
117
161
|
### Minor Changes
|
|
118
162
|
|
|
119
|
-
-
|
|
163
|
+
- [#63972](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63972)
|
|
164
|
+
[`3fe8708a6cf0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3fe8708a6cf0) -
|
|
165
|
+
Log error message on experience failure for debugging purposes, when ff is enabled.
|
|
120
166
|
|
|
121
167
|
## 1.12.1
|
|
122
168
|
|
|
123
169
|
### Patch Changes
|
|
124
170
|
|
|
125
|
-
-
|
|
171
|
+
- Updated dependencies
|
|
126
172
|
|
|
127
173
|
## 1.12.0
|
|
128
174
|
|
|
129
175
|
### Minor Changes
|
|
130
176
|
|
|
131
|
-
-
|
|
177
|
+
- [#60340](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60340)
|
|
178
|
+
[`480de4a70eed`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/480de4a70eed) -
|
|
179
|
+
EDM-8657: remove platform.linking-platform.link-create.enable-edit feature flag, to permanently
|
|
180
|
+
enable the use of create and open (edit) flow in link create / link create confluence.
|
|
132
181
|
|
|
133
182
|
## 1.11.6
|
|
134
183
|
|
|
135
184
|
### Patch Changes
|
|
136
185
|
|
|
137
|
-
-
|
|
186
|
+
- Updated dependencies
|
|
138
187
|
|
|
139
188
|
## 1.11.5
|
|
140
189
|
|
|
141
190
|
### Patch Changes
|
|
142
191
|
|
|
143
|
-
-
|
|
144
|
-
-
|
|
192
|
+
- [#59772](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59772)
|
|
193
|
+
[`64c93d86d9fa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/64c93d86d9fa) -
|
|
194
|
+
Cleans up FF: platform.linking-platform.link-create.confirm-dismiss-dialog permanently enabling
|
|
195
|
+
the exit warning dialog
|
|
196
|
+
- Updated dependencies
|
|
145
197
|
|
|
146
198
|
## 1.11.4
|
|
147
199
|
|
|
148
200
|
### Patch Changes
|
|
149
201
|
|
|
150
|
-
-
|
|
202
|
+
- [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
|
|
203
|
+
[`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
|
|
204
|
+
Update dependencies that were impacted by HOT-106483 to latest.
|
|
151
205
|
|
|
152
206
|
## 1.11.3
|
|
153
207
|
|
|
154
208
|
### Patch Changes
|
|
155
209
|
|
|
156
|
-
-
|
|
157
|
-
-
|
|
210
|
+
- [#57917](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57917)
|
|
211
|
+
[`61a45bf00e72`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/61a45bf00e72) -
|
|
212
|
+
Enrol @atlaskit/link-create to push model in Jira Frontend.
|
|
213
|
+
- Updated dependencies
|
|
158
214
|
|
|
159
215
|
## 1.11.2
|
|
160
216
|
|
|
161
217
|
### Patch Changes
|
|
162
218
|
|
|
163
|
-
-
|
|
164
|
-
-
|
|
219
|
+
- [#57729](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57729)
|
|
220
|
+
[`3778c5a24fc1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3778c5a24fc1) -
|
|
221
|
+
Fix bug with available sites filtering in Jira Create plugin
|
|
222
|
+
- Updated dependencies
|
|
165
223
|
|
|
166
224
|
## 1.11.1
|
|
167
225
|
|
|
168
226
|
### Patch Changes
|
|
169
227
|
|
|
170
|
-
-
|
|
228
|
+
- [#56657](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56657)
|
|
229
|
+
[`3d2d5c5602fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d2d5c5602fb) -
|
|
230
|
+
remove actionSubjectId from operational analytics event
|
|
171
231
|
|
|
172
232
|
## 1.11.0
|
|
173
233
|
|
|
174
234
|
### Minor Changes
|
|
175
235
|
|
|
176
|
-
-
|
|
236
|
+
- [#43513](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43513)
|
|
237
|
+
[`3b056e3b332`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b056e3b332) - ###
|
|
238
|
+
Improved Observability
|
|
177
239
|
|
|
178
|
-
|
|
240
|
+
Improves observability over failure cases when plugins call `onFailure()`, or throw an error to
|
|
241
|
+
be caught by `<LinkCreate />`'s internal error boundary.
|
|
179
242
|
|
|
180
|
-
|
|
243
|
+
When `platform.linking-platform.link-create.better-observability` feature flag is enabled,
|
|
244
|
+
errors provided via `onFailure()` from plugins no longer play a role in displaying an error
|
|
245
|
+
message to users in the `<CreateForm />`.
|
|
181
246
|
|
|
182
|
-
|
|
247
|
+
### Improved Create Form error handling
|
|
183
248
|
|
|
184
|
-
|
|
185
|
-
|
|
249
|
+
Allows plugins to return an object of error messages in the `onSubmit()` handler provided to the
|
|
250
|
+
`CreateForm`. To set a generic error, use the newly exposed `FORM_ERROR`
|
|
251
|
+
[see react-final-form](https://final-form.org/docs/react-final-form/types/FormProps#submission-errors)
|
|
252
|
+
to define an error message on the object resolved `onSubmit`.
|
|
186
253
|
|
|
187
|
-
|
|
254
|
+
Example:
|
|
188
255
|
|
|
189
|
-
|
|
190
|
-
|
|
256
|
+
```tsx
|
|
257
|
+
import { FORM_ERROR } from '@atlaskit/link-create'
|
|
191
258
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
259
|
+
<CreateForm onSubmit={(data) => {
|
|
260
|
+
return {
|
|
261
|
+
[FORM_ERROR]: "Something bad happened!"
|
|
262
|
+
}
|
|
263
|
+
} />
|
|
264
|
+
```
|
|
198
265
|
|
|
199
|
-
|
|
266
|
+
The error message returned by the plugin will be displayed in the form footer when the
|
|
267
|
+
`platform.linking-platform.link-create.better-observability` feature flag is enabled.
|
|
200
268
|
|
|
201
269
|
### Patch Changes
|
|
202
270
|
|
|
203
|
-
-
|
|
271
|
+
- Updated dependencies
|
|
204
272
|
|
|
205
273
|
## 1.10.0
|
|
206
274
|
|
|
207
275
|
### Minor Changes
|
|
208
276
|
|
|
209
|
-
-
|
|
277
|
+
- [#43692](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43692)
|
|
278
|
+
[`6f2a46c60f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f2a46c60f3) -
|
|
279
|
+
NOISSUE Make undefinable ari optional in link create payload
|
|
210
280
|
|
|
211
281
|
### Patch Changes
|
|
212
282
|
|
|
213
|
-
-
|
|
283
|
+
- [#43685](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43685)
|
|
284
|
+
[`315e88c6400`](https://bitbucket.org/atlassian/atlassian-frontend/commits/315e88c6400) -
|
|
285
|
+
EDM-8558: rename label of edit button to 'create + open'
|
|
214
286
|
|
|
215
287
|
## 1.9.5
|
|
216
288
|
|
|
217
289
|
### Patch Changes
|
|
218
290
|
|
|
219
|
-
-
|
|
291
|
+
- [#43257](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43257)
|
|
292
|
+
[`cf4d4a94b14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf4d4a94b14) -
|
|
293
|
+
EDM-8493: fire analytics event for modal screens and buttons associated with link-create edit
|
|
294
|
+
flow
|
|
220
295
|
|
|
221
296
|
## 1.9.4
|
|
222
297
|
|
|
223
298
|
### Patch Changes
|
|
224
299
|
|
|
225
|
-
-
|
|
300
|
+
- Updated dependencies
|
|
226
301
|
|
|
227
302
|
## 1.9.3
|
|
228
303
|
|
|
229
304
|
### Patch Changes
|
|
230
305
|
|
|
231
|
-
-
|
|
232
|
-
-
|
|
306
|
+
- [#43347](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43347)
|
|
307
|
+
[`378d75bbaad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d75bbaad) - Clean
|
|
308
|
+
up outer error boundary feature flag
|
|
309
|
+
- Updated dependencies
|
|
233
310
|
|
|
234
311
|
## 1.9.2
|
|
235
312
|
|
|
236
313
|
### Patch Changes
|
|
237
314
|
|
|
238
|
-
-
|
|
315
|
+
- Updated dependencies
|
|
239
316
|
|
|
240
317
|
## 1.9.1
|
|
241
318
|
|
|
242
319
|
### Patch Changes
|
|
243
320
|
|
|
244
|
-
-
|
|
321
|
+
- [#43170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43170)
|
|
322
|
+
[`959e2b89af9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/959e2b89af9) - Change
|
|
323
|
+
exit warning modal to show only when fields have been modified by user
|
|
245
324
|
|
|
246
325
|
## 1.9.0
|
|
247
326
|
|
|
248
327
|
### Minor Changes
|
|
249
328
|
|
|
250
|
-
-
|
|
329
|
+
- [#43068](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43068)
|
|
330
|
+
[`76817bfbd5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76817bfbd5d) -
|
|
331
|
+
EDM-8402: under a FF platform.linking-platform.link-create.enable-edit internally refactor
|
|
332
|
+
onCloseComplete hook to be conditionally called when active prop is false
|
|
251
333
|
|
|
252
334
|
### Patch Changes
|
|
253
335
|
|
|
254
|
-
-
|
|
336
|
+
- Updated dependencies
|
|
255
337
|
|
|
256
338
|
## 1.8.1
|
|
257
339
|
|
|
258
340
|
### Patch Changes
|
|
259
341
|
|
|
260
|
-
-
|
|
342
|
+
- [#43001](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43001)
|
|
343
|
+
[`7eed2972d58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7eed2972d58) -
|
|
344
|
+
Internal refactor moving show exit warning modal conditions to React context
|
|
261
345
|
|
|
262
346
|
## 1.8.0
|
|
263
347
|
|
|
264
348
|
### Minor Changes
|
|
265
349
|
|
|
266
|
-
-
|
|
350
|
+
- [#42777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42777)
|
|
351
|
+
[`fe571895d1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe571895d1f) -
|
|
352
|
+
EDM-8401: Introduce the onComplete props to LinkCreateProps which is a callback function to be
|
|
353
|
+
called when the link create experience is completed. This prop allows a post-create edit flow to
|
|
354
|
+
be added into the link create experience before completion.
|
|
267
355
|
|
|
268
356
|
## 1.7.2
|
|
269
357
|
|
|
270
358
|
### Patch Changes
|
|
271
359
|
|
|
272
|
-
-
|
|
360
|
+
- Updated dependencies
|
|
273
361
|
|
|
274
362
|
## 1.7.1
|
|
275
363
|
|
|
276
364
|
### Patch Changes
|
|
277
365
|
|
|
278
|
-
-
|
|
279
|
-
-
|
|
366
|
+
- [#42758](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42758)
|
|
367
|
+
[`67953559475`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67953559475) -
|
|
368
|
+
Updates error boundary to captureException to Sentry behind a feature flag.
|
|
369
|
+
- Updated dependencies
|
|
280
370
|
|
|
281
371
|
## 1.7.0
|
|
282
372
|
|
|
283
373
|
### Minor Changes
|
|
284
374
|
|
|
285
|
-
-
|
|
375
|
+
- [#42674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42674)
|
|
376
|
+
[`2fd5dd27ec2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fd5dd27ec2) -
|
|
377
|
+
EDM-8373: export editViewProps type
|
|
286
378
|
|
|
287
379
|
## 1.6.0
|
|
288
380
|
|
|
289
381
|
### Minor Changes
|
|
290
382
|
|
|
291
|
-
-
|
|
383
|
+
- [#42487](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42487)
|
|
384
|
+
[`0b6245f9d18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b6245f9d18) -
|
|
385
|
+
EDM-8376: Introduces a editView field to the LinkCreatePlugin interface which will allow plugins
|
|
386
|
+
to register a screen to edit objects post-creation in a future release.
|
|
292
387
|
|
|
293
388
|
## 1.5.1
|
|
294
389
|
|
|
295
390
|
### Patch Changes
|
|
296
391
|
|
|
297
|
-
-
|
|
298
|
-
|
|
299
|
-
|
|
392
|
+
- [#42575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42575)
|
|
393
|
+
[`d7338b9229e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7338b9229e) -
|
|
394
|
+
Updates exit warning dialog to fire analytics on open, and button clicks
|
|
395
|
+
- [#42553](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42553)
|
|
396
|
+
[`76b95198067`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76b95198067) - Add
|
|
397
|
+
error boundary to catch unhandled errors outside the link create modal
|
|
398
|
+
- Updated dependencies
|
|
300
399
|
|
|
301
400
|
## 1.5.0
|
|
302
401
|
|
|
303
402
|
### Minor Changes
|
|
304
403
|
|
|
305
|
-
-
|
|
404
|
+
- [#42436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42436)
|
|
405
|
+
[`08c8e861177`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c8e861177) -
|
|
406
|
+
EDM-8371: internal refactor under feature flag platform.linking-platform.link-create.enable-edit
|
|
306
407
|
|
|
307
408
|
## 1.4.0
|
|
308
409
|
|
|
309
410
|
### Minor Changes
|
|
310
411
|
|
|
311
|
-
-
|
|
412
|
+
- [#42119](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42119)
|
|
413
|
+
[`fbb3d5ea801`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbb3d5ea801) -
|
|
414
|
+
Displays a confirm dismiss dialog when user clicks cancel and made changes to form
|
|
312
415
|
|
|
313
416
|
## 1.3.0
|
|
314
417
|
|
|
315
418
|
### Minor Changes
|
|
316
419
|
|
|
317
|
-
-
|
|
420
|
+
- [#41722](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41722)
|
|
421
|
+
[`0bcdc0cc988`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bcdc0cc988) -
|
|
422
|
+
EDM-8055 Add ARI to link create callback
|
|
318
423
|
|
|
319
424
|
## 1.2.0
|
|
320
425
|
|
|
321
426
|
### Minor Changes
|
|
322
427
|
|
|
323
|
-
-
|
|
428
|
+
- [#42356](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42356)
|
|
429
|
+
[`db060471faf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db060471faf) -
|
|
430
|
+
EDM-7905: an internal refactor for a new experimental feature under a feature flag
|
|
431
|
+
platform.linking-platform.link-create.enable-edit
|
|
324
432
|
|
|
325
433
|
## 1.1.2
|
|
326
434
|
|
|
327
435
|
### Patch Changes
|
|
328
436
|
|
|
329
|
-
-
|
|
437
|
+
- [#41867](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41867)
|
|
438
|
+
[`2fb6074140b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fb6074140b) - Add
|
|
439
|
+
default value to environment variable
|
|
330
440
|
|
|
331
441
|
## 1.1.1
|
|
332
442
|
|
|
333
443
|
### Patch Changes
|
|
334
444
|
|
|
335
|
-
-
|
|
445
|
+
- [#40368](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40368)
|
|
446
|
+
[`b77b38f55e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77b38f55e3) -
|
|
447
|
+
EDM-7921: fire ui analytics event for error component in jira-issue-form and add new error type
|
|
448
|
+
and handling for NO_JIRA_SITE_FOUND_ERROR
|
|
336
449
|
|
|
337
450
|
## 1.1.0
|
|
338
451
|
|
|
339
452
|
### Minor Changes
|
|
340
453
|
|
|
341
|
-
-
|
|
454
|
+
- [#39079](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39079)
|
|
455
|
+
[`d3b95d820f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3b95d820f7) -
|
|
456
|
+
EDM-7280 Add analytics for Jira link create
|
|
342
457
|
|
|
343
458
|
## 1.0.3
|
|
344
459
|
|
|
345
460
|
### Patch Changes
|
|
346
461
|
|
|
347
|
-
-
|
|
348
|
-
-
|
|
462
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
463
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
464
|
+
version.json
|
|
465
|
+
- Updated dependencies
|
|
349
466
|
|
|
350
467
|
## 1.0.2
|
|
351
468
|
|
|
352
469
|
### Patch Changes
|
|
353
470
|
|
|
354
|
-
-
|
|
471
|
+
- [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
|
|
472
|
+
[`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
|
|
473
|
+
injected env vars instead of version.json
|
|
355
474
|
|
|
356
475
|
## 1.0.1
|
|
357
476
|
|
|
358
477
|
### Patch Changes
|
|
359
478
|
|
|
360
|
-
-
|
|
479
|
+
- [#38070](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38070)
|
|
480
|
+
[`572ea7d92bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/572ea7d92bd) -
|
|
481
|
+
revised form mutator types
|
|
361
482
|
|
|
362
483
|
## 1.0.0
|
|
363
484
|
|
|
364
485
|
### Major Changes
|
|
365
486
|
|
|
366
|
-
-
|
|
487
|
+
- [#37475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37475)
|
|
488
|
+
[`687749df97a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/687749df97a) -
|
|
489
|
+
Refactor form components to use react-final-form
|
|
367
490
|
|
|
368
491
|
## 0.10.0
|
|
369
492
|
|
|
370
493
|
### Minor Changes
|
|
371
494
|
|
|
372
|
-
-
|
|
495
|
+
- [#37341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37341)
|
|
496
|
+
[`dc546d1044a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc546d1044a) - Update
|
|
497
|
+
failure handler in link-create API to take Error instead of string, and fire analytics on
|
|
498
|
+
failure
|
|
373
499
|
|
|
374
500
|
## 0.9.1
|
|
375
501
|
|
|
376
502
|
### Patch Changes
|
|
377
503
|
|
|
378
|
-
-
|
|
504
|
+
- [#36913](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36913)
|
|
505
|
+
[`84b33e5a4b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84b33e5a4b6) -
|
|
506
|
+
EDM-6544: minor internal refactors with no expected functional change
|
|
379
507
|
|
|
380
508
|
## 0.9.0
|
|
381
509
|
|
|
382
510
|
### Minor Changes
|
|
383
511
|
|
|
384
|
-
-
|
|
512
|
+
- [#36926](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36926)
|
|
513
|
+
[`c209f670761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c209f670761) -
|
|
514
|
+
Improved testIds
|
|
385
515
|
|
|
386
516
|
## 0.8.2
|
|
387
517
|
|
|
388
518
|
### Patch Changes
|
|
389
519
|
|
|
390
|
-
-
|
|
520
|
+
- [#36843](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36843)
|
|
521
|
+
[`90ad796d91c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90ad796d91c) - Fix
|
|
522
|
+
fetching hyphened locales to underscores
|
|
391
523
|
|
|
392
524
|
## 0.8.1
|
|
393
525
|
|
|
394
526
|
### Patch Changes
|
|
395
527
|
|
|
396
|
-
-
|
|
528
|
+
- [#36761](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36761)
|
|
529
|
+
[`70b0f95345a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70b0f95345a) - Add
|
|
530
|
+
support for i18n
|
|
397
531
|
|
|
398
532
|
## 0.8.0
|
|
399
533
|
|
|
400
534
|
### Minor Changes
|
|
401
535
|
|
|
402
|
-
-
|
|
536
|
+
- [#36304](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36304)
|
|
537
|
+
[`f3acb380cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3acb380cb2) -
|
|
538
|
+
EDM-7064: remove FormContextProvider export to prevent usage in external packages.
|
|
403
539
|
|
|
404
540
|
## 0.7.1
|
|
405
541
|
|
|
406
542
|
### Patch Changes
|
|
407
543
|
|
|
408
|
-
-
|
|
544
|
+
- [#35576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35576)
|
|
545
|
+
[`41d73aab05c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41d73aab05c) -
|
|
546
|
+
EDM-6938: pass spaceName into onCreate submit for confluence-create and pass as optional meta
|
|
547
|
+
data into link-create."
|
|
409
548
|
|
|
410
549
|
## 0.7.0
|
|
411
550
|
|
|
412
551
|
### Minor Changes
|
|
413
552
|
|
|
414
|
-
-
|
|
553
|
+
- [#35134](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35134)
|
|
554
|
+
[`eb070266532`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb070266532) - Expose
|
|
555
|
+
Modal callbacks and Add modalTitle to the linkCreate Props
|
|
415
556
|
|
|
416
557
|
## 0.6.0
|
|
417
558
|
|
|
418
559
|
### Minor Changes
|
|
419
560
|
|
|
420
|
-
-
|
|
561
|
+
- [#35035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35035)
|
|
562
|
+
[`ac3927f0650`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac3927f0650) - Make
|
|
563
|
+
modal 480px wide, Update TextField to take isRequired prop w/o default browser validation,
|
|
564
|
+
remove extra internal spacing in the create form
|
|
421
565
|
|
|
422
566
|
## 0.5.7
|
|
423
567
|
|
|
424
568
|
### Patch Changes
|
|
425
569
|
|
|
426
|
-
-
|
|
570
|
+
- [#34925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34925)
|
|
571
|
+
[`ffb87e553ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffb87e553ea) - Hides
|
|
572
|
+
the validation error when user edits the field
|
|
427
573
|
|
|
428
574
|
## 0.5.6
|
|
429
575
|
|
|
430
576
|
### Patch Changes
|
|
431
577
|
|
|
432
|
-
-
|
|
578
|
+
- [#34759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34759)
|
|
579
|
+
[`a02d619af5c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02d619af5c) -
|
|
580
|
+
Changed onCreate to return a possible Promise to hold the create button spinner while submitting
|
|
433
581
|
|
|
434
582
|
## 0.5.5
|
|
435
583
|
|
|
436
584
|
### Patch Changes
|
|
437
585
|
|
|
438
|
-
-
|
|
586
|
+
- [#34750](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34750)
|
|
587
|
+
[`7b5fb18bb63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b5fb18bb63) - Update
|
|
588
|
+
screen event to UI
|
|
439
589
|
|
|
440
590
|
## 0.5.4
|
|
441
591
|
|
|
442
592
|
### Patch Changes
|
|
443
593
|
|
|
444
|
-
-
|
|
594
|
+
- [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
|
|
595
|
+
[`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
|
|
596
|
+
Removing unused dependencies and dev dependencies
|
|
445
597
|
|
|
446
598
|
## 0.5.3
|
|
447
599
|
|
|
448
600
|
### Patch Changes
|
|
449
601
|
|
|
450
|
-
-
|
|
602
|
+
- [#34463](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34463)
|
|
603
|
+
[`ae5ac36af00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae5ac36af00) -
|
|
604
|
+
Updates analytics codegen to support screen events.
|
|
451
605
|
|
|
452
606
|
## 0.5.2
|
|
453
607
|
|
|
454
608
|
### Patch Changes
|
|
455
609
|
|
|
456
|
-
-
|
|
610
|
+
- [#34207](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34207)
|
|
611
|
+
[`7734ef0bdb4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7734ef0bdb4) -
|
|
612
|
+
allowing default values in confluence creation form.
|
|
457
613
|
|
|
458
614
|
## 0.5.1
|
|
459
615
|
|
|
460
616
|
### Patch Changes
|
|
461
617
|
|
|
462
|
-
-
|
|
618
|
+
- [#33671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33671)
|
|
619
|
+
[`2d812255401`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d812255401) -
|
|
620
|
+
EDM-6561: add an autofocus on title field in create modal and change cancel button labeling to
|
|
621
|
+
close
|
|
463
622
|
|
|
464
623
|
## 0.5.0
|
|
465
624
|
|
|
466
625
|
### Minor Changes
|
|
467
626
|
|
|
468
|
-
-
|
|
627
|
+
- [#33735](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33735)
|
|
628
|
+
[`ad753581e70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad753581e70) - [ux]
|
|
629
|
+
Moves the FormFooter out of CreateForm and provides a new CreateFormLoader component & now we
|
|
630
|
+
handle the submitting state in the form context
|
|
469
631
|
|
|
470
632
|
## 0.4.4
|
|
471
633
|
|
|
472
634
|
### Patch Changes
|
|
473
635
|
|
|
474
|
-
-
|
|
636
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
637
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
638
|
+
legacy types are published for TS 4.5-4.8
|
|
475
639
|
|
|
476
640
|
## 0.4.3
|
|
477
641
|
|
|
478
642
|
### Patch Changes
|
|
479
643
|
|
|
480
|
-
-
|
|
644
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
645
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
646
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
481
647
|
|
|
482
648
|
## 0.4.2
|
|
483
649
|
|
|
484
650
|
### Patch Changes
|
|
485
651
|
|
|
486
|
-
-
|
|
652
|
+
- [#33372](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33372)
|
|
653
|
+
[`93af54caca2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93af54caca2) -
|
|
654
|
+
EDM-6553: no functionality change, just updating UI so that there is padding between the cancel
|
|
655
|
+
and create button for link-create. Also updated the dropdown error message.
|
|
487
656
|
|
|
488
657
|
## 0.4.1
|
|
489
658
|
|
|
490
659
|
### Patch Changes
|
|
491
660
|
|
|
492
|
-
-
|
|
661
|
+
- [#33186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33186)
|
|
662
|
+
[`3c5946b6cdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c5946b6cdf) -
|
|
663
|
+
EDM-6524: remove isRequired prop from textfield in create component as browser validation will
|
|
664
|
+
not be used, also spread AKTextfield props to stop exposure of testid and placeholder props.
|
|
493
665
|
|
|
494
666
|
## 0.4.0
|
|
495
667
|
|
|
496
668
|
### Minor Changes
|
|
497
669
|
|
|
498
|
-
-
|
|
670
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
671
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
672
|
+
minor dependency bump
|
|
499
673
|
|
|
500
674
|
### Patch Changes
|
|
501
675
|
|
|
502
|
-
-
|
|
676
|
+
- Updated dependencies
|
|
503
677
|
|
|
504
678
|
## 0.3.3
|
|
505
679
|
|
|
506
680
|
### Patch Changes
|
|
507
681
|
|
|
508
|
-
-
|
|
682
|
+
- [#32602](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32602)
|
|
683
|
+
[`5cbb3a0f20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cbb3a0f20c) - Fix
|
|
684
|
+
tangerine lint warnings & fix SVG id not unique & add VR test for dropdowns in modal & handle
|
|
685
|
+
plugin errors
|
|
509
686
|
|
|
510
687
|
## 0.3.2
|
|
511
688
|
|
|
512
689
|
### Patch Changes
|
|
513
690
|
|
|
514
|
-
-
|
|
691
|
+
- [#32501](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32501)
|
|
692
|
+
[`1600a0d171f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1600a0d171f) - Adds
|
|
693
|
+
various eslint-ignores for tokens-related warnings
|
|
515
694
|
|
|
516
695
|
## 0.3.1
|
|
517
696
|
|
|
518
697
|
### Patch Changes
|
|
519
698
|
|
|
520
|
-
-
|
|
699
|
+
- [#32659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32659)
|
|
700
|
+
[`9e1c1e92771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e1c1e92771) - Fire
|
|
701
|
+
analytics
|
|
521
702
|
|
|
522
703
|
## 0.3.0
|
|
523
704
|
|
|
524
705
|
### Minor Changes
|
|
525
706
|
|
|
526
|
-
-
|
|
707
|
+
- [#32457](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32457)
|
|
708
|
+
[`29dfee4c540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29dfee4c540) - Adds
|
|
709
|
+
global error boundary and fixes footer padding
|
|
527
710
|
|
|
528
711
|
## 0.2.1
|
|
529
712
|
|
|
530
713
|
### Patch Changes
|
|
531
714
|
|
|
532
|
-
-
|
|
533
|
-
-
|
|
715
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
716
|
+
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
|
|
717
|
+
remove before merging to master; dupe adf-schema via adf-utils
|
|
718
|
+
- Updated dependencies
|
|
534
719
|
|
|
535
720
|
## 0.2.0
|
|
536
721
|
|
|
537
722
|
### Minor Changes
|
|
538
723
|
|
|
539
|
-
-
|
|
724
|
+
- [#30840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30840)
|
|
725
|
+
[`a765caedf71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a765caedf71) -
|
|
726
|
+
EDM-5666 Implement Create Confluence Plugin
|
|
540
727
|
|
|
541
728
|
### Patch Changes
|
|
542
729
|
|
|
543
|
-
-
|
|
730
|
+
- [`430f0f27c63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/430f0f27c63) - Use
|
|
731
|
+
FormSection instead of ModalSection
|
|
544
732
|
|
|
545
733
|
## 0.1.2
|
|
546
734
|
|
|
547
735
|
### Patch Changes
|
|
548
736
|
|
|
549
|
-
-
|
|
737
|
+
- [#31972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31972)
|
|
738
|
+
[`5da1c8f4422`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5da1c8f4422) -
|
|
739
|
+
Integrate with link-create-presets
|
|
550
740
|
|
|
551
741
|
## 0.1.1
|
|
552
742
|
|
|
553
743
|
### Patch Changes
|
|
554
744
|
|
|
555
|
-
-
|
|
745
|
+
- [#31721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31721)
|
|
746
|
+
[`63acd1bc789`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63acd1bc789) - Update
|
|
747
|
+
examples with presets
|
|
556
748
|
|
|
557
749
|
## 0.1.0
|
|
558
750
|
|
|
559
751
|
### Minor Changes
|
|
560
752
|
|
|
561
|
-
-
|
|
753
|
+
- [#30674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30674)
|
|
754
|
+
[`7e7ca45dbe4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e7ca45dbe4) -
|
|
755
|
+
Exports LinkCreateProps and LinkCreatePlugin Types
|
|
562
756
|
|
|
563
757
|
## 0.0.4
|
|
564
758
|
|
|
565
759
|
### Patch Changes
|
|
566
760
|
|
|
567
|
-
-
|
|
761
|
+
- [#30194](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30194)
|
|
762
|
+
[`09697a312bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09697a312bc) -
|
|
763
|
+
EDM-5657 EDM-5661 Implement Select and Textfield components
|
|
568
764
|
|
|
569
765
|
## 0.0.3
|
|
570
766
|
|
|
571
767
|
### Patch Changes
|
|
572
768
|
|
|
573
|
-
-
|
|
769
|
+
- [#30122](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30122)
|
|
770
|
+
[`4b8910b3460`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b8910b3460) - Add
|
|
771
|
+
link-create-confluence package
|
|
574
772
|
|
|
575
773
|
## 0.0.2
|
|
576
774
|
|
|
577
775
|
### Patch Changes
|
|
578
776
|
|
|
579
|
-
-
|
|
777
|
+
- [#29757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29757)
|
|
778
|
+
[`d7724023d26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7724023d26) -
|
|
779
|
+
Initial version of Create component
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -31,7 +31,7 @@ var LinkCreateWithAnalyticsContext = (0, _analytics.withLinkCreateAnalyticsConte
|
|
|
31
31
|
}));
|
|
32
32
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
33
33
|
packageName: "@atlaskit/link-create" || '',
|
|
34
|
-
packageVersion: "1.15.
|
|
34
|
+
packageVersion: "1.15.9" || '',
|
|
35
35
|
component: _constants.COMPONENT_NAME,
|
|
36
36
|
componentName: _constants.COMPONENT_NAME
|
|
37
37
|
};
|
package/dist/es2019/ui/main.js
CHANGED
|
@@ -23,7 +23,7 @@ const LinkCreateWithAnalyticsContext = withLinkCreateAnalyticsContext( /*#__PURE
|
|
|
23
23
|
}));
|
|
24
24
|
export const PACKAGE_DATA = {
|
|
25
25
|
packageName: "@atlaskit/link-create" || '',
|
|
26
|
-
packageVersion: "1.15.
|
|
26
|
+
packageVersion: "1.15.9" || '',
|
|
27
27
|
component: COMPONENT_NAME,
|
|
28
28
|
componentName: COMPONENT_NAME
|
|
29
29
|
};
|
package/dist/esm/ui/main.js
CHANGED
|
@@ -23,7 +23,7 @@ var LinkCreateWithAnalyticsContext = withLinkCreateAnalyticsContext( /*#__PURE__
|
|
|
23
23
|
}));
|
|
24
24
|
export var PACKAGE_DATA = {
|
|
25
25
|
packageName: "@atlaskit/link-create" || '',
|
|
26
|
-
packageVersion: "1.15.
|
|
26
|
+
packageVersion: "1.15.9" || '',
|
|
27
27
|
component: COMPONENT_NAME,
|
|
28
28
|
componentName: COMPONENT_NAME
|
|
29
29
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.9",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
42
42
|
"@atlaskit/button": "^17.14.0",
|
|
43
43
|
"@atlaskit/empty-state": "^7.8.0",
|
|
44
|
-
"@atlaskit/form": "^
|
|
44
|
+
"@atlaskit/form": "^10.0.0",
|
|
45
45
|
"@atlaskit/icon": "^22.1.0",
|
|
46
46
|
"@atlaskit/intl-messages-provider": "^1.0.2",
|
|
47
47
|
"@atlaskit/linking-common": "^5.6.0",
|
|
48
|
-
"@atlaskit/modal-dialog": "^12.
|
|
48
|
+
"@atlaskit/modal-dialog": "^12.13.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^0.2.1",
|
|
50
|
-
"@atlaskit/primitives": "^
|
|
51
|
-
"@atlaskit/select": "^17.
|
|
52
|
-
"@atlaskit/spinner": "^16.
|
|
53
|
-
"@atlaskit/textfield": "^6.
|
|
54
|
-
"@atlaskit/tokens": "^1.
|
|
50
|
+
"@atlaskit/primitives": "^6.1.0",
|
|
51
|
+
"@atlaskit/select": "^17.9.0",
|
|
52
|
+
"@atlaskit/spinner": "^16.1.0",
|
|
53
|
+
"@atlaskit/textfield": "^6.3.0",
|
|
54
|
+
"@atlaskit/tokens": "^1.47.0",
|
|
55
55
|
"@babel/runtime": "^7.0.0",
|
|
56
56
|
"@emotion/react": "^11.7.1",
|
|
57
57
|
"debounce-promise": "^3.1.2",
|