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