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