@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.
Files changed (98) hide show
  1. package/CHANGELOG.md +343 -337
  2. package/dist/cjs/common/constants.js +8 -2
  3. package/dist/cjs/{ui/link-create → common/ui}/confirm-dismiss-dialog/main.js +4 -6
  4. package/dist/cjs/{ui/link-create → common/ui}/edit-modal/index.js +4 -8
  5. package/dist/cjs/{ui/link-create → common/ui}/error-boundary/index.js +1 -1
  6. package/dist/cjs/{controllers → common/ui}/experience-tracker/index.js +3 -3
  7. package/dist/cjs/common/ui/link-create-content/index.js +21 -0
  8. package/dist/cjs/{ui/link-create → common/ui}/modal-hero/index.js +1 -3
  9. package/dist/cjs/controllers/callback-context/main.js +1 -1
  10. package/dist/cjs/ui/index.js +11 -4
  11. package/dist/cjs/ui/{main.js → inline-create/index.js} +11 -17
  12. package/dist/cjs/ui/inline-create/main.js +125 -0
  13. package/dist/cjs/ui/modal-create/index.js +38 -0
  14. package/dist/cjs/ui/{link-create → modal-create}/main.js +36 -39
  15. package/dist/es2019/common/constants.js +7 -1
  16. package/dist/es2019/{ui/link-create → common/ui}/confirm-dismiss-dialog/main.js +4 -7
  17. package/dist/es2019/{ui/link-create → common/ui}/edit-modal/index.js +4 -10
  18. package/dist/es2019/{ui/link-create → common/ui}/error-boundary/index.js +1 -1
  19. package/dist/es2019/{controllers → common/ui}/experience-tracker/index.js +3 -3
  20. package/dist/es2019/common/ui/link-create-content/index.js +11 -0
  21. package/dist/es2019/{ui/link-create → common/ui}/modal-hero/index.js +1 -3
  22. package/dist/es2019/controllers/callback-context/main.js +1 -1
  23. package/dist/es2019/index.js +4 -1
  24. package/dist/es2019/ui/index.js +2 -1
  25. package/dist/es2019/ui/inline-create/index.js +30 -0
  26. package/dist/es2019/ui/inline-create/main.js +100 -0
  27. package/dist/es2019/ui/{main.js → modal-create/index.js} +8 -14
  28. package/dist/es2019/ui/{link-create → modal-create}/main.js +19 -19
  29. package/dist/esm/common/constants.js +7 -1
  30. package/dist/esm/{ui/link-create → common/ui}/confirm-dismiss-dialog/main.js +4 -6
  31. package/dist/esm/{ui/link-create → common/ui}/edit-modal/index.js +4 -8
  32. package/dist/esm/{ui/link-create → common/ui}/error-boundary/index.js +1 -1
  33. package/dist/esm/{controllers → common/ui}/experience-tracker/index.js +3 -3
  34. package/dist/esm/common/ui/link-create-content/index.js +12 -0
  35. package/dist/esm/{ui/link-create → common/ui}/modal-hero/index.js +1 -3
  36. package/dist/esm/controllers/callback-context/main.js +1 -1
  37. package/dist/esm/index.js +4 -1
  38. package/dist/esm/ui/index.js +2 -1
  39. package/dist/esm/ui/inline-create/index.js +30 -0
  40. package/dist/esm/ui/inline-create/main.js +119 -0
  41. package/dist/esm/ui/{main.js → modal-create/index.js} +8 -14
  42. package/dist/esm/ui/{link-create → modal-create}/main.js +38 -41
  43. package/dist/types/common/constants.d.ts +2 -0
  44. package/dist/types/common/ui/Button/index.d.ts +1 -1
  45. package/dist/types/common/ui/confirm-dismiss-dialog/main.d.ts +7 -0
  46. package/dist/types/common/ui/edit-modal/index.d.ts +11 -0
  47. package/dist/types/common/ui/link-create-content/index.d.ts +8 -0
  48. package/dist/types/ui/index.d.ts +2 -1
  49. package/dist/types/ui/inline-create/index.d.ts +5 -0
  50. package/dist/types/ui/inline-create/main.d.ts +5 -0
  51. package/dist/types/ui/modal-create/index.d.ts +5 -0
  52. package/dist/{types-ts4.5/ui/link-create → types/ui/modal-create}/main.d.ts +1 -1
  53. package/dist/types-ts4.5/common/constants.d.ts +2 -0
  54. package/dist/types-ts4.5/common/ui/Button/index.d.ts +1 -1
  55. package/dist/types-ts4.5/common/ui/confirm-dismiss-dialog/main.d.ts +7 -0
  56. package/dist/types-ts4.5/common/ui/edit-modal/index.d.ts +11 -0
  57. package/dist/types-ts4.5/common/ui/link-create-content/index.d.ts +8 -0
  58. package/dist/types-ts4.5/ui/index.d.ts +2 -1
  59. package/dist/types-ts4.5/ui/{main.d.ts → inline-create/index.d.ts} +1 -3
  60. package/dist/types-ts4.5/ui/inline-create/main.d.ts +5 -0
  61. package/dist/{types/ui/main.d.ts → types-ts4.5/ui/modal-create/index.d.ts} +1 -3
  62. package/dist/{types/ui/link-create → types-ts4.5/ui/modal-create}/main.d.ts +1 -1
  63. package/package.json +5 -7
  64. package/dist/cjs/ui/link-create/index.js +0 -13
  65. package/dist/es2019/ui/link-create/index.js +0 -1
  66. package/dist/esm/ui/link-create/index.js +0 -1
  67. package/dist/types/ui/link-create/confirm-dismiss-dialog/main.d.ts +0 -6
  68. package/dist/types/ui/link-create/edit-modal/index.d.ts +0 -8
  69. package/dist/types/ui/link-create/index.d.ts +0 -1
  70. package/dist/types-ts4.5/ui/link-create/confirm-dismiss-dialog/main.d.ts +0 -6
  71. package/dist/types-ts4.5/ui/link-create/edit-modal/index.d.ts +0 -8
  72. package/dist/types-ts4.5/ui/link-create/index.d.ts +0 -1
  73. /package/dist/cjs/{ui/link-create → common/ui}/confirm-dismiss-dialog/index.js +0 -0
  74. /package/dist/cjs/{ui/link-create → common/ui}/confirm-dismiss-dialog/messages.js +0 -0
  75. /package/dist/cjs/{ui/link-create → common/ui}/error-boundary/error-boundary-base/index.js +0 -0
  76. /package/dist/cjs/ui/{link-create → modal-create}/messages.js +0 -0
  77. /package/dist/es2019/{ui/link-create → common/ui}/confirm-dismiss-dialog/index.js +0 -0
  78. /package/dist/es2019/{ui/link-create → common/ui}/confirm-dismiss-dialog/messages.js +0 -0
  79. /package/dist/es2019/{ui/link-create → common/ui}/error-boundary/error-boundary-base/index.js +0 -0
  80. /package/dist/es2019/ui/{link-create → modal-create}/messages.js +0 -0
  81. /package/dist/esm/{ui/link-create → common/ui}/confirm-dismiss-dialog/index.js +0 -0
  82. /package/dist/esm/{ui/link-create → common/ui}/confirm-dismiss-dialog/messages.js +0 -0
  83. /package/dist/esm/{ui/link-create → common/ui}/error-boundary/error-boundary-base/index.js +0 -0
  84. /package/dist/esm/ui/{link-create → modal-create}/messages.js +0 -0
  85. /package/dist/types/{ui/link-create → common/ui}/confirm-dismiss-dialog/index.d.ts +0 -0
  86. /package/dist/types/{ui/link-create → common/ui}/confirm-dismiss-dialog/messages.d.ts +0 -0
  87. /package/dist/types/{ui/link-create → common/ui}/error-boundary/error-boundary-base/index.d.ts +0 -0
  88. /package/dist/types/{ui/link-create → common/ui}/error-boundary/index.d.ts +0 -0
  89. /package/dist/types/{controllers → common/ui}/experience-tracker/index.d.ts +0 -0
  90. /package/dist/types/{ui/link-create → common/ui}/modal-hero/index.d.ts +0 -0
  91. /package/dist/types/ui/{link-create → modal-create}/messages.d.ts +0 -0
  92. /package/dist/types-ts4.5/{ui/link-create → common/ui}/confirm-dismiss-dialog/index.d.ts +0 -0
  93. /package/dist/types-ts4.5/{ui/link-create → common/ui}/confirm-dismiss-dialog/messages.d.ts +0 -0
  94. /package/dist/types-ts4.5/{ui/link-create → common/ui}/error-boundary/error-boundary-base/index.d.ts +0 -0
  95. /package/dist/types-ts4.5/{ui/link-create → common/ui}/error-boundary/index.d.ts +0 -0
  96. /package/dist/types-ts4.5/{controllers → common/ui}/experience-tracker/index.d.ts +0 -0
  97. /package/dist/types-ts4.5/{ui/link-create → common/ui}/modal-hero/index.d.ts +0 -0
  98. /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
- - [#89064](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89064)
8
- [`545c87a31801`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/545c87a31801) -
9
- Cleans up the feature flag implemented in 1.11.0 which is now a breaking change for plugins (not
10
- for direct consumers).
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
- Improves observability over failure cases when plugins call `onFailure()`, or throw an error to
13
- be caught by `<LinkCreate />`'s internal error boundary.
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
- Errors provided via `onFailure()` from plugins no longer play a role in displaying an error
16
- message to users in the `<CreateForm />`.
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
- When handling form submission errors, plugin should return an object of error messages in the
19
- `onSubmit()` handler provided to the `CreateForm`. To set a generic error, use the newly exposed
20
- `FORM_ERROR`
21
- [see react-final-form](https://final-form.org/docs/react-final-form/types/FormProps#submission-errors)
22
- to define an error message on the object resolved `onSubmit`.
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
- Example:
32
+ Example:
25
33
 
26
- ```tsx
27
- import { FORM_ERROR } from '@atlaskit/link-create';
34
+ ```tsx
35
+ import { FORM_ERROR } from '@atlaskit/link-create';
28
36
 
29
- <CreateForm
30
- onSubmit={(data) => {
31
- return {
32
- [FORM_ERROR]: 'Something bad happened!',
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
- - [#89064](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89064)
41
- [`1a6df7c186bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1a6df7c186bf) -
42
- Adds required fields instruction to start of link create form.
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
- - Updated dependencies
56
+ - Updated dependencies
49
57
 
50
58
  ## 1.15.8
51
59
 
52
60
  ### Patch Changes
53
61
 
54
- - Updated dependencies
62
+ - Updated dependencies
55
63
 
56
64
  ## 1.15.7
57
65
 
58
66
  ### Patch Changes
59
67
 
60
- - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
61
- [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
62
- Migrated to the new button component
63
- - Updated dependencies
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
- - [#91203](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91203)
70
- [`3c8348468618`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c8348468618) -
71
- Minor Typescript changes to improve compatibility with React 18
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
- - [#88102](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88102)
78
- [`e424cbf4d842`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e424cbf4d842) -
79
- Cleans up internal observability feature flag. No expected functional changes.
80
- - Updated dependencies
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
- - [#87422](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87422)
87
- [`54c6f458dbd6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/54c6f458dbd6) -
88
- Cleansup ff platform.linking-platform.link-create.enable-sentry-client, enabling sentry client
89
- to capture exceptions
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
- - [#86416](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86416)
96
- [`91c59efc1417`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/91c59efc1417) -
97
- Cleans up feature flag platform.linking-platform.link-create.slo-ignore-failed-fetch permanently
98
- marking failed to fetch errors to be ignored for SLO metrics.
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
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
105
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
106
- Upgrade Typescript from `4.9.5` to `5.4.2`
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
- - Updated dependencies
120
+ - Updated dependencies
113
121
 
114
122
  ## 1.15.0
115
123
 
116
124
  ### Minor Changes
117
125
 
118
- - [#81320](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81320)
119
- [`d26f355c6fa9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d26f355c6fa9) -
120
- allow rendering of ModalHero in LinkCreate modal
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
- - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
127
- [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
128
- Update usage of `React.FC` to explicity include `children`
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
- - Updated dependencies
142
+ - Updated dependencies
135
143
 
136
144
  ## 1.14.4
137
145
 
138
146
  ### Patch Changes
139
147
 
140
- - Updated dependencies
148
+ - Updated dependencies
141
149
 
142
150
  ## 1.14.3
143
151
 
144
152
  ### Patch Changes
145
153
 
146
- - Updated dependencies
154
+ - Updated dependencies
147
155
 
148
156
  ## 1.14.2
149
157
 
150
158
  ### Patch Changes
151
159
 
152
- - [#68142](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68142)
153
- [`eeee0117234f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eeee0117234f) -
154
- EDM-9179: under FF update form error messages and move error messages from form footer to fields
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
- - [#68013](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68013)
161
- [`a23882ab49f8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a23882ab49f8) -
162
- Upgrade depdendency `final-form` for bugfix.
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
- - [#66763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66763)
169
- [`496a3feac442`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/496a3feac442) -
170
- Update `LinkPickerPlugin` Type to take a generic `entityKey` type
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
- - [#64291](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64291)
177
- [`c44535acbea9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c44535acbea9) -
178
- remove platform.linking-platform.link-create.tmp-fix-translations to permanently return
179
- undefined in the loaderFn when dynamic import of locale messages fail.
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
- - [#64870](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64870)
186
- [`0f1f6c106355`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0f1f6c106355) -
187
- Adds analytics attribute to help exclude expected errors from SLIs, behind ff
188
- - Updated dependencies
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
- - [#63626](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63626)
195
- [`e71c8f5f586e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e71c8f5f586e) -
196
- loaderFn returns undefined if failed to dynamicaly import locale messages - fixes issue in Jira
197
- where default English replaces languages chunk.
198
- - Updated dependencies
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
- - [#63972](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63972)
205
- [`3fe8708a6cf0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3fe8708a6cf0) -
206
- Log error message on experience failure for debugging purposes, when ff is enabled.
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
- - Updated dependencies
220
+ - Updated dependencies
213
221
 
214
222
  ## 1.12.0
215
223
 
216
224
  ### Minor Changes
217
225
 
218
- - [#60340](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60340)
219
- [`480de4a70eed`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/480de4a70eed) -
220
- EDM-8657: remove platform.linking-platform.link-create.enable-edit feature flag, to permanently
221
- enable the use of create and open (edit) flow in link create / link create confluence.
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
- - Updated dependencies
235
+ - Updated dependencies
228
236
 
229
237
  ## 1.11.5
230
238
 
231
239
  ### Patch Changes
232
240
 
233
- - [#59772](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59772)
234
- [`64c93d86d9fa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/64c93d86d9fa) -
235
- Cleans up FF: platform.linking-platform.link-create.confirm-dismiss-dialog permanently enabling
236
- the exit warning dialog
237
- - Updated dependencies
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
- - [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
244
- [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
245
- Update dependencies that were impacted by HOT-106483 to latest.
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
- - [#57917](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57917)
252
- [`61a45bf00e72`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/61a45bf00e72) -
253
- Enrol @atlaskit/link-create to push model in Jira Frontend.
254
- - Updated dependencies
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
- - [#57729](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57729)
261
- [`3778c5a24fc1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3778c5a24fc1) -
262
- Fix bug with available sites filtering in Jira Create plugin
263
- - Updated dependencies
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
- - [#56657](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56657)
270
- [`3d2d5c5602fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d2d5c5602fb) -
271
- remove actionSubjectId from operational analytics event
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
- - [#43513](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43513)
278
- [`3b056e3b332`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b056e3b332) - ###
279
- Improved Observability
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
- Improves observability over failure cases when plugins call `onFailure()`, or throw an error to
282
- be caught by `<LinkCreate />`'s internal error boundary.
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
- When `platform.linking-platform.link-create.better-observability` feature flag is enabled,
285
- errors provided via `onFailure()` from plugins no longer play a role in displaying an error
286
- message to users in the `<CreateForm />`.
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
- ### Improved Create Form error handling
296
+ ### Improved Create Form error handling
289
297
 
290
- Allows plugins to return an object of error messages in the `onSubmit()` handler provided to the
291
- `CreateForm`. To set a generic error, use the newly exposed `FORM_ERROR`
292
- [see react-final-form](https://final-form.org/docs/react-final-form/types/FormProps#submission-errors)
293
- to define an error message on the object resolved `onSubmit`.
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
- Example:
303
+ Example:
296
304
 
297
- ```tsx
298
- import { FORM_ERROR } from '@atlaskit/link-create'
305
+ ```tsx
306
+ import { FORM_ERROR } from '@atlaskit/link-create'
299
307
 
300
- <CreateForm onSubmit={(data) => {
301
- return {
302
- [FORM_ERROR]: "Something bad happened!"
303
- }
304
- } />
305
- ```
308
+ <CreateForm onSubmit={(data) => {
309
+ return {
310
+ [FORM_ERROR]: "Something bad happened!"
311
+ }
312
+ } />
313
+ ```
306
314
 
307
- The error message returned by the plugin will be displayed in the form footer when the
308
- `platform.linking-platform.link-create.better-observability` feature flag is enabled.
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
- - Updated dependencies
320
+ - Updated dependencies
313
321
 
314
322
  ## 1.10.0
315
323
 
316
324
  ### Minor Changes
317
325
 
318
- - [#43692](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43692)
319
- [`6f2a46c60f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f2a46c60f3) -
320
- NOISSUE Make undefinable ari optional in link create payload
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
- - [#43685](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43685)
325
- [`315e88c6400`](https://bitbucket.org/atlassian/atlassian-frontend/commits/315e88c6400) -
326
- EDM-8558: rename label of edit button to 'create + open'
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
- - [#43257](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43257)
333
- [`cf4d4a94b14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf4d4a94b14) -
334
- EDM-8493: fire analytics event for modal screens and buttons associated with link-create edit
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
- - Updated dependencies
348
+ - Updated dependencies
342
349
 
343
350
  ## 1.9.3
344
351
 
345
352
  ### Patch Changes
346
353
 
347
- - [#43347](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43347)
348
- [`378d75bbaad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d75bbaad) - Clean
349
- up outer error boundary feature flag
350
- - Updated dependencies
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
- - Updated dependencies
363
+ - Updated dependencies
357
364
 
358
365
  ## 1.9.1
359
366
 
360
367
  ### Patch Changes
361
368
 
362
- - [#43170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43170)
363
- [`959e2b89af9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/959e2b89af9) - Change
364
- exit warning modal to show only when fields have been modified by user
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
- - [#43068](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43068)
371
- [`76817bfbd5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76817bfbd5d) -
372
- EDM-8402: under a FF platform.linking-platform.link-create.enable-edit internally refactor
373
- onCloseComplete hook to be conditionally called when active prop is false
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
- - Updated dependencies
384
+ - Updated dependencies
378
385
 
379
386
  ## 1.8.1
380
387
 
381
388
  ### Patch Changes
382
389
 
383
- - [#43001](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43001)
384
- [`7eed2972d58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7eed2972d58) -
385
- Internal refactor moving show exit warning modal conditions to React context
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
- - [#42777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42777)
392
- [`fe571895d1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe571895d1f) -
393
- EDM-8401: Introduce the onComplete props to LinkCreateProps which is a callback function to be
394
- called when the link create experience is completed. This prop allows a post-create edit flow to
395
- be added into the link create experience before completion.
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
- - Updated dependencies
408
+ - Updated dependencies
402
409
 
403
410
  ## 1.7.1
404
411
 
405
412
  ### Patch Changes
406
413
 
407
- - [#42758](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42758)
408
- [`67953559475`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67953559475) -
409
- Updates error boundary to captureException to Sentry behind a feature flag.
410
- - Updated dependencies
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
- - [#42674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42674)
417
- [`2fd5dd27ec2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fd5dd27ec2) -
418
- EDM-8373: export editViewProps type
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
- - [#42487](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42487)
425
- [`0b6245f9d18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b6245f9d18) -
426
- EDM-8376: Introduces a editView field to the LinkCreatePlugin interface which will allow plugins
427
- to register a screen to edit objects post-creation in a future release.
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
- - [#42575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42575)
434
- [`d7338b9229e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7338b9229e) -
435
- Updates exit warning dialog to fire analytics on open, and button clicks
436
- - [#42553](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42553)
437
- [`76b95198067`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76b95198067) - Add
438
- error boundary to catch unhandled errors outside the link create modal
439
- - Updated dependencies
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
- - [#42436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42436)
446
- [`08c8e861177`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c8e861177) -
447
- EDM-8371: internal refactor under feature flag platform.linking-platform.link-create.enable-edit
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
- - [#42119](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42119)
454
- [`fbb3d5ea801`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbb3d5ea801) -
455
- Displays a confirm dismiss dialog when user clicks cancel and made changes to form
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
- - [#41722](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41722)
462
- [`0bcdc0cc988`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bcdc0cc988) -
463
- EDM-8055 Add ARI to link create callback
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
- - [#42356](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42356)
470
- [`db060471faf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db060471faf) -
471
- EDM-7905: an internal refactor for a new experimental feature under a feature flag
472
- platform.linking-platform.link-create.enable-edit
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
- - [#41867](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41867)
479
- [`2fb6074140b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fb6074140b) - Add
480
- default value to environment variable
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
- - [#40368](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40368)
487
- [`b77b38f55e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77b38f55e3) -
488
- EDM-7921: fire ui analytics event for error component in jira-issue-form and add new error type
489
- and handling for NO_JIRA_SITE_FOUND_ERROR
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
- - [#39079](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39079)
496
- [`d3b95d820f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3b95d820f7) -
497
- EDM-7280 Add analytics for Jira link create
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
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
504
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
505
- version.json
506
- - Updated dependencies
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
- - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
513
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
514
- injected env vars instead of version.json
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
- - [#38070](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38070)
521
- [`572ea7d92bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/572ea7d92bd) -
522
- revised form mutator types
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
- - [#37475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37475)
529
- [`687749df97a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/687749df97a) -
530
- Refactor form components to use react-final-form
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
- - [#37341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37341)
537
- [`dc546d1044a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc546d1044a) - Update
538
- failure handler in link-create API to take Error instead of string, and fire analytics on
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
- - [#36913](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36913)
546
- [`84b33e5a4b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84b33e5a4b6) -
547
- EDM-6544: minor internal refactors with no expected functional change
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
- - [#36926](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36926)
554
- [`c209f670761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c209f670761) -
555
- Improved testIds
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
- - [#36843](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36843)
562
- [`90ad796d91c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90ad796d91c) - Fix
563
- fetching hyphened locales to underscores
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
- - [#36761](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36761)
570
- [`70b0f95345a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70b0f95345a) - Add
571
- support for i18n
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
- - [#36304](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36304)
578
- [`f3acb380cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3acb380cb2) -
579
- EDM-7064: remove FormContextProvider export to prevent usage in external packages.
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
- - [#35576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35576)
586
- [`41d73aab05c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41d73aab05c) -
587
- EDM-6938: pass spaceName into onCreate submit for confluence-create and pass as optional meta
588
- data into link-create."
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
- - [#35134](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35134)
595
- [`eb070266532`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb070266532) - Expose
596
- Modal callbacks and Add modalTitle to the linkCreate Props
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
- - [#35035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35035)
603
- [`ac3927f0650`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac3927f0650) - Make
604
- modal 480px wide, Update TextField to take isRequired prop w/o default browser validation,
605
- remove extra internal spacing in the create form
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
- - [#34925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34925)
612
- [`ffb87e553ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffb87e553ea) - Hides
613
- the validation error when user edits the field
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
- - [#34759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34759)
620
- [`a02d619af5c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02d619af5c) -
621
- Changed onCreate to return a possible Promise to hold the create button spinner while submitting
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
- - [#34750](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34750)
628
- [`7b5fb18bb63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b5fb18bb63) - Update
629
- screen event to UI
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
- - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
636
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
637
- Removing unused dependencies and dev dependencies
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
- - [#34463](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34463)
644
- [`ae5ac36af00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae5ac36af00) -
645
- Updates analytics codegen to support screen events.
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
- - [#34207](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34207)
652
- [`7734ef0bdb4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7734ef0bdb4) -
653
- allowing default values in confluence creation form.
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
- - [#33671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33671)
660
- [`2d812255401`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d812255401) -
661
- EDM-6561: add an autofocus on title field in create modal and change cancel button labeling to
662
- close
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
- - [#33735](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33735)
669
- [`ad753581e70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad753581e70) - [ux]
670
- Moves the FormFooter out of CreateForm and provides a new CreateFormLoader component & now we
671
- handle the submitting state in the form context
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
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
678
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
679
- legacy types are published for TS 4.5-4.8
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
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
686
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
687
- Upgrade Typescript from `4.5.5` to `4.9.5`
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
- - [#33372](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33372)
694
- [`93af54caca2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93af54caca2) -
695
- EDM-6553: no functionality change, just updating UI so that there is padding between the cancel
696
- and create button for link-create. Also updated the dropdown error message.
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
- - [#33186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33186)
703
- [`3c5946b6cdf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c5946b6cdf) -
704
- EDM-6524: remove isRequired prop from textfield in create component as browser validation will
705
- not be used, also spread AKTextfield props to stop exposure of testid and placeholder props.
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
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
712
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
713
- minor dependency bump
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
- - Updated dependencies
723
+ - Updated dependencies
718
724
 
719
725
  ## 0.3.3
720
726
 
721
727
  ### Patch Changes
722
728
 
723
- - [#32602](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32602)
724
- [`5cbb3a0f20c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cbb3a0f20c) - Fix
725
- tangerine lint warnings & fix SVG id not unique & add VR test for dropdowns in modal & handle
726
- plugin errors
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
- - [#32501](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32501)
733
- [`1600a0d171f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1600a0d171f) - Adds
734
- various eslint-ignores for tokens-related warnings
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
- - [#32659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32659)
741
- [`9e1c1e92771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e1c1e92771) - Fire
742
- analytics
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
- - [#32457](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32457)
749
- [`29dfee4c540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29dfee4c540) - Adds
750
- global error boundary and fixes footer padding
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
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
757
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
758
- remove before merging to master; dupe adf-schema via adf-utils
759
- - Updated dependencies
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
- - [#30840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30840)
766
- [`a765caedf71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a765caedf71) -
767
- EDM-5666 Implement Create Confluence Plugin
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
- - [`430f0f27c63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/430f0f27c63) - Use
772
- FormSection instead of ModalSection
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
- - [#31972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31972)
779
- [`5da1c8f4422`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5da1c8f4422) -
780
- Integrate with link-create-presets
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
- - [#31721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31721)
787
- [`63acd1bc789`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63acd1bc789) - Update
788
- examples with presets
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
- - [#30674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30674)
795
- [`7e7ca45dbe4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e7ca45dbe4) -
796
- Exports LinkCreateProps and LinkCreatePlugin Types
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
- - [#30194](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30194)
803
- [`09697a312bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09697a312bc) -
804
- EDM-5657 EDM-5661 Implement Select and Textfield components
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
- - [#30122](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30122)
811
- [`4b8910b3460`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b8910b3460) - Add
812
- link-create-confluence package
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
- - [#29757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29757)
819
- [`d7724023d26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7724023d26) -
820
- Initial version of Create component
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