@atlaskit/smart-card 26.28.2 → 26.29.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 (49) hide show
  1. package/CHANGELOG.md +399 -389
  2. package/dist/cjs/extractors/common/context/extractAccessContext.js +2 -1
  3. package/dist/cjs/extractors/flexible/extract-preview.js +3 -0
  4. package/dist/cjs/messages.js +11 -15
  5. package/dist/cjs/utils/analytics/analytics.js +1 -1
  6. package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/index.js +0 -3
  7. package/dist/cjs/view/FlexibleCard/utils.js +4 -1
  8. package/dist/cjs/view/HoverCard/components/HoverCardComponent.js +1 -1
  9. package/dist/cjs/view/HoverCard/components/HoverCardContent.js +9 -0
  10. package/dist/cjs/view/HoverCard/components/views/forbidden/index.js +82 -0
  11. package/dist/cjs/view/HoverCard/components/views/forbidden/styled.js +18 -0
  12. package/dist/cjs/view/HoverCard/components/views/forbidden/types.js +5 -0
  13. package/dist/cjs/view/HoverCard/styled.js +2 -2
  14. package/dist/cjs/view/LinkUrl/index.js +1 -1
  15. package/dist/es2019/extractors/common/context/extractAccessContext.js +2 -1
  16. package/dist/es2019/extractors/flexible/extract-preview.js +3 -0
  17. package/dist/es2019/messages.js +11 -15
  18. package/dist/es2019/utils/analytics/analytics.js +1 -1
  19. package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/index.js +0 -3
  20. package/dist/es2019/view/FlexibleCard/utils.js +4 -1
  21. package/dist/es2019/view/HoverCard/components/HoverCardComponent.js +1 -1
  22. package/dist/es2019/view/HoverCard/components/HoverCardContent.js +9 -0
  23. package/dist/es2019/view/HoverCard/components/views/forbidden/index.js +72 -0
  24. package/dist/es2019/view/HoverCard/components/views/forbidden/styled.js +17 -0
  25. package/dist/es2019/view/HoverCard/components/views/forbidden/types.js +1 -0
  26. package/dist/es2019/view/HoverCard/styled.js +3 -2
  27. package/dist/es2019/view/LinkUrl/index.js +1 -1
  28. package/dist/esm/extractors/common/context/extractAccessContext.js +2 -1
  29. package/dist/esm/extractors/flexible/extract-preview.js +3 -0
  30. package/dist/esm/messages.js +11 -15
  31. package/dist/esm/utils/analytics/analytics.js +1 -1
  32. package/dist/esm/view/FlexibleCard/components/blocks/preview-block/index.js +0 -3
  33. package/dist/esm/view/FlexibleCard/utils.js +4 -1
  34. package/dist/esm/view/HoverCard/components/HoverCardComponent.js +1 -1
  35. package/dist/esm/view/HoverCard/components/HoverCardContent.js +9 -0
  36. package/dist/esm/view/HoverCard/components/views/forbidden/index.js +71 -0
  37. package/dist/esm/view/HoverCard/components/views/forbidden/styled.js +8 -0
  38. package/dist/esm/view/HoverCard/components/views/forbidden/types.js +1 -0
  39. package/dist/esm/view/HoverCard/styled.js +2 -2
  40. package/dist/esm/view/LinkUrl/index.js +1 -1
  41. package/dist/types/view/HoverCard/components/views/forbidden/index.d.ts +4 -0
  42. package/dist/types/view/HoverCard/components/views/forbidden/styled.d.ts +3 -0
  43. package/dist/types/view/HoverCard/components/views/forbidden/types.d.ts +13 -0
  44. package/dist/types/view/HoverCard/styled.d.ts +1 -1
  45. package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/index.d.ts +4 -0
  46. package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/styled.d.ts +3 -0
  47. package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/types.d.ts +13 -0
  48. package/dist/types-ts4.5/view/HoverCard/styled.d.ts +1 -1
  49. package/package.json +6 -3
package/CHANGELOG.md CHANGED
@@ -1,138 +1,148 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 26.29.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#40648](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40648) [`7952bdd41cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7952bdd41cb) - [ux] Add hover card forbidden views
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
3
13
  ## 26.28.2
4
14
 
5
15
  ### Patch Changes
6
16
 
7
- - [`c46305662f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c46305662f7) - create new messages for smart link forbidden and not found views
17
+ - [#40621](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40621) [`c46305662f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c46305662f7) - create new messages for smart link forbidden and not found views
8
18
 
9
19
  ## 26.28.1
10
20
 
11
21
  ### Patch Changes
12
22
 
13
- - [`1fedffbd64b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fedffbd64b) - Update json-ld-types dependencies to be compatible with version
23
+ - [#40491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40491) [`1fedffbd64b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fedffbd64b) - Update json-ld-types dependencies to be compatible with version
14
24
 
15
25
  ## 26.28.0
16
26
 
17
27
  ### Minor Changes
18
28
 
19
- - [`46afccdf430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46afccdf430) - Flexible-UI: Add url override option to preview block
29
+ - [#40420](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40420) [`46afccdf430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46afccdf430) - Flexible-UI: Add url override option to preview block
20
30
 
21
31
  ## 26.27.2
22
32
 
23
33
  ### Patch Changes
24
34
 
25
- - [`cecab8d279d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cecab8d279d) - Added an attribute 'canBeDatasource' to 'smartLink renderSuccess' event to indicate which smart links can be converted to datasources
35
+ - [#40305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40305) [`cecab8d279d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cecab8d279d) - Added an attribute 'canBeDatasource' to 'smartLink renderSuccess' event to indicate which smart links can be converted to datasources
26
36
 
27
37
  ## 26.27.1
28
38
 
29
39
  ### Patch Changes
30
40
 
31
- - [`3c60160da56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c60160da56) - Update usages of token color.border.input to color.input
41
+ - [#40312](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40312) [`3c60160da56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c60160da56) - Update usages of token color.border.input to color.input
32
42
 
33
43
  ## 26.27.0
34
44
 
35
45
  ### Minor Changes
36
46
 
37
- - [`12f9e6886ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12f9e6886ed) - [ux] Add follow/unfollow button to card and hover preview (behind feature flag).
47
+ - [#40190](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40190) [`12f9e6886ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12f9e6886ed) - [ux] Add follow/unfollow button to card and hover preview (behind feature flag).
38
48
 
39
49
  ## 26.26.2
40
50
 
41
51
  ### Patch Changes
42
52
 
43
- - [`da7fcd582e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7fcd582e2) - Fixed embed modal go to url and download button inconsitent behaviour when triggered from hover preview and block card
53
+ - [#40075](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40075) [`da7fcd582e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7fcd582e2) - Fixed embed modal go to url and download button inconsitent behaviour when triggered from hover preview and block card
44
54
 
45
55
  ## 26.26.1
46
56
 
47
57
  ### Patch Changes
48
58
 
49
- - [`2cd7af71b63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cd7af71b63) - Bump json-ld-types 3.8.0 -> 3.9.1
59
+ - [#40127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40127) [`2cd7af71b63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cd7af71b63) - Bump json-ld-types 3.8.0 -> 3.9.1
50
60
 
51
61
  ## 26.26.0
52
62
 
53
63
  ### Minor Changes
54
64
 
55
- - [`d3e04f50bbc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3e04f50bbc) - Add follow action analytics (behind feature flag)
65
+ - [#40002](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40002) [`d3e04f50bbc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3e04f50bbc) - Add follow action analytics (behind feature flag)
56
66
 
57
67
  ## 26.25.0
58
68
 
59
69
  ### Minor Changes
60
70
 
61
- - [`dc3345f4b47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc3345f4b47) - Refactor flexible card to use client action hook. (Minor due to the change to the deprecated hook.)
71
+ - [#39853](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39853) [`dc3345f4b47`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc3345f4b47) - Refactor flexible card to use client action hook. (Minor due to the change to the deprecated hook.)
62
72
 
63
73
  ### Patch Changes
64
74
 
65
- - [`2c8b781fd3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c8b781fd3a) - cleanup: remove server actions from actions extractor
75
+ - [#39980](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39980) [`2c8b781fd3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c8b781fd3a) - cleanup: remove server actions from actions extractor
66
76
 
67
77
  ## 26.24.0
68
78
 
69
79
  ### Minor Changes
70
80
 
71
- - [`cb6f1d7a319`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb6f1d7a319) - Add Follow/Unfollow action to flexible smart links (behind feature flag)
81
+ - [#39856](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39856) [`cb6f1d7a319`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb6f1d7a319) - Add Follow/Unfollow action to flexible smart links (behind feature flag)
72
82
 
73
83
  ### Patch Changes
74
84
 
75
- - [`93888ff40ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93888ff40ba) - [ux] Style updates for refreshed smart cards behind a feature flag. If this update is successful it will be available in a later release.
85
+ - [#39523](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39523) [`93888ff40ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93888ff40ba) - [ux] Style updates for refreshed smart cards behind a feature flag. If this update is successful it will be available in a later release.
76
86
 
77
87
  ## 26.23.2
78
88
 
79
89
  ### Patch Changes
80
90
 
81
- - [`4c919248f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c919248f12) - cleanup: remove usages of useLozengeAction feature flag
91
+ - [#39907](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39907) [`4c919248f12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c919248f12) - cleanup: remove usages of useLozengeAction feature flag
82
92
  - Updated dependencies
83
93
 
84
94
  ## 26.23.1
85
95
 
86
96
  ### Patch Changes
87
97
 
88
- - [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
98
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
89
99
 
90
100
  ## 26.23.0
91
101
 
92
102
  ### Minor Changes
93
103
 
94
- - [`253d4604c50`](https://bitbucket.org/atlassian/atlassian-frontend/commits/253d4604c50) - We are testing support for allow-storage-access-by-user-activation sandbox permission on untrusted embeds behind the "platform.linking-platform.smart-card.iframes-allow-storage-access-by-user-activation" feature flag. If this is successful it will always be enabled for unstrusted embeds in a future release.
104
+ - [#39326](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39326) [`253d4604c50`](https://bitbucket.org/atlassian/atlassian-frontend/commits/253d4604c50) - We are testing support for allow-storage-access-by-user-activation sandbox permission on untrusted embeds behind the "platform.linking-platform.smart-card.iframes-allow-storage-access-by-user-activation" feature flag. If this is successful it will always be enabled for unstrusted embeds in a future release.
95
105
 
96
106
  ### Patch Changes
97
107
 
98
- - [`f85b3744521`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f85b3744521) - Add async action base component to flexible smart links (internal)
108
+ - [#39681](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39681) [`f85b3744521`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f85b3744521) - Add async action base component to flexible smart links (internal)
99
109
 
100
110
  ## 26.22.1
101
111
 
102
112
  ### Patch Changes
103
113
 
104
- - [`419f14321f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/419f14321f3) - Adds a JiraTask check when getting a metadata for hovercard. The change is behind a FF. If this update is successful it will be available in a later release.
114
+ - [#39734](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39734) [`419f14321f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/419f14321f3) - Adds a JiraTask check when getting a metadata for hovercard. The change is behind a FF. If this update is successful it will be available in a later release.
105
115
 
106
116
  ## 26.22.0
107
117
 
108
118
  ### Minor Changes
109
119
 
110
- - [`b3f9c544faa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3f9c544faa) - Refactor client action hook.
120
+ - [#39462](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39462) [`b3f9c544faa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3f9c544faa) - Refactor client action hook.
111
121
 
112
122
  ## 26.21.0
113
123
 
114
124
  ### Minor Changes
115
125
 
116
- - [`b2ea37e78dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2ea37e78dc) - We are testing a fix for internal conditional logic that determines when the sandbox attribute is applied to smart link embeds behind the feature flag "platform.linking-platform.smart-card.fix-is-trusted-pop". If this is successful it will be changed permanently in a future release.
126
+ - [#39683](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39683) [`b2ea37e78dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2ea37e78dc) - We are testing a fix for internal conditional logic that determines when the sandbox attribute is applied to smart link embeds behind the feature flag "platform.linking-platform.smart-card.fix-is-trusted-pop". If this is successful it will be changed permanently in a future release.
117
127
 
118
128
  ## 26.20.1
119
129
 
120
130
  ### Patch Changes
121
131
 
122
- - [`335ad945d2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/335ad945d2f) - Update for an avatar’s name prefix in Avatar Group Flex UI behind a feature flag. If this update is successful it will be available in a later release.
132
+ - [#39512](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39512) [`335ad945d2f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/335ad945d2f) - Update for an avatar’s name prefix in Avatar Group Flex UI behind a feature flag. If this update is successful it will be available in a later release.
123
133
  - Updated dependencies
124
134
 
125
135
  ## 26.20.0
126
136
 
127
137
  ### Minor Changes
128
138
 
129
- - [`f2cb6463788`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2cb6463788) - We are testing a fallback avatar in Assigned Avatar Group in Flex UI behind a feature flag. If this update is successful it will be available in a later release.
139
+ - [#39262](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39262) [`f2cb6463788`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2cb6463788) - We are testing a fallback avatar in Assigned Avatar Group in Flex UI behind a feature flag. If this update is successful it will be available in a later release.
130
140
 
131
141
  ## 26.19.0
132
142
 
133
143
  ### Minor Changes
134
144
 
135
- - [`1f25a043b3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f25a043b3f) - [ux] We are testing an improved display for BB hover cards behind a feature flag. If this update is successful it will be available in a later release.
145
+ - [#39323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39323) [`1f25a043b3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f25a043b3f) - [ux] We are testing an improved display for BB hover cards behind a feature flag. If this update is successful it will be available in a later release.
136
146
 
137
147
  ### Patch Changes
138
148
 
@@ -142,107 +152,107 @@
142
152
 
143
153
  ### Minor Changes
144
154
 
145
- - [`e7e73b61721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7e73b61721) - [ux] We are testing an improved dispaly for Slack hover & block cards behind a feature flag. If this update is successful it will be available in a later release.
155
+ - [#39182](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39182) [`e7e73b61721`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7e73b61721) - [ux] We are testing an improved dispaly for Slack hover & block cards behind a feature flag. If this update is successful it will be available in a later release.
146
156
 
147
157
  ## 26.17.0
148
158
 
149
159
  ### Minor Changes
150
160
 
151
- - [`efc2669bc13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efc2669bc13) - We are testing adding a prefix to the Avatar name tooltip in the Hover Card behind the "platform.linking-platform.smart-card.enable-better-metadata_iojwg" feature flag. You can turn it on by passing new showNamePrefix prop to the Flexible UI elements such us AssignedToGroup, OwnedByGroup and AuthorGroup. If this fix is successful it will be available in a later release.
161
+ - [#39029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39029) [`efc2669bc13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efc2669bc13) - We are testing adding a prefix to the Avatar name tooltip in the Hover Card behind the "platform.linking-platform.smart-card.enable-better-metadata_iojwg" feature flag. You can turn it on by passing new showNamePrefix prop to the Flexible UI elements such us AssignedToGroup, OwnedByGroup and AuthorGroup. If this fix is successful it will be available in a later release.
152
162
 
153
163
  ## 26.16.1
154
164
 
155
165
  ### Patch Changes
156
166
 
157
- - [`8e0d75e3666`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e0d75e3666) - Update Image preview styles for Hover Card
167
+ - [#38898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38898) [`8e0d75e3666`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e0d75e3666) - Update Image preview styles for Hover Card
158
168
 
159
169
  ## 26.16.0
160
170
 
161
171
  ### Minor Changes
162
172
 
163
- - [`b73f38b2588`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b73f38b2588) - Add new FlexUI element - SentOn
173
+ - [#39073](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39073) [`b73f38b2588`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b73f38b2588) - Add new FlexUI element - SentOn
164
174
 
165
175
  ## 26.15.11
166
176
 
167
177
  ### Patch Changes
168
178
 
169
- - [`3d5b709c646`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d5b709c646) - Update css styles for metadata block elements in Block & Hover Card
179
+ - [#38964](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38964) [`3d5b709c646`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d5b709c646) - Update css styles for metadata block elements in Block & Hover Card
170
180
 
171
181
  ## 26.15.10
172
182
 
173
183
  ### Patch Changes
174
184
 
175
- - [`9eed222eff6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eed222eff6) - noFadeDelay internal hover card prop added.
185
+ - [#38841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38841) [`9eed222eff6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eed222eff6) - noFadeDelay internal hover card prop added.
176
186
 
177
187
  ## 26.15.9
178
188
 
179
189
  ### Patch Changes
180
190
 
181
- - [`f64123c5b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f64123c5b1e) - [ux] Update Full screen view button to Open preview
191
+ - [#38973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38973) [`f64123c5b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f64123c5b1e) - [ux] Update Full screen view button to Open preview
182
192
  - Updated dependencies
183
193
 
184
194
  ## 26.15.8
185
195
 
186
196
  ### Patch Changes
187
197
 
188
- - [`215e90a628b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/215e90a628b) - Update Metadata Display Order for Figma Hover Cards
189
- - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
198
+ - [#38832](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38832) [`215e90a628b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/215e90a628b) - Update Metadata Display Order for Figma Hover Cards
199
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
190
200
  - Updated dependencies
191
201
 
192
202
  ## 26.15.7
193
203
 
194
204
  ### Patch Changes
195
205
 
196
- - [`c54d67a60b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c54d67a60b4) - [ux] Addresses some styling problems in the Editor related to selected smart cards
206
+ - [#38545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38545) [`c54d67a60b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c54d67a60b4) - [ux] Addresses some styling problems in the Editor related to selected smart cards
197
207
 
198
208
  ## 26.15.6
199
209
 
200
210
  ### Patch Changes
201
211
 
202
- - [`ba101932150`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba101932150) - [ux] Use semibold font-weight for title in flexible smart cards.
212
+ - [#38677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38677) [`ba101932150`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba101932150) - [ux] Use semibold font-weight for title in flexible smart cards.
203
213
 
204
214
  ## 26.15.5
205
215
 
206
216
  ### Patch Changes
207
217
 
208
- - [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
218
+ - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925) [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
209
219
 
210
220
  ## 26.15.4
211
221
 
212
222
  ### Patch Changes
213
223
 
214
- - [`2e4ceb4b6b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e4ceb4b6b1) - [ux] Refreshed design for flexible block and hover cards.
224
+ - [#38035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38035) [`2e4ceb4b6b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e4ceb4b6b1) - [ux] Refreshed design for flexible block and hover cards.
215
225
 
216
226
  ## 26.15.3
217
227
 
218
228
  ### Patch Changes
219
229
 
220
- - [`5ef68120bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ef68120bed) - fix for the padding issue on the Link Safety Warning Modal
230
+ - [#37377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37377) [`5ef68120bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ef68120bed) - fix for the padding issue on the Link Safety Warning Modal
221
231
 
222
232
  ## 26.15.2
223
233
 
224
234
  ### Patch Changes
225
235
 
226
- - [`3355d65ed83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3355d65ed83) - Fix duplicate WebpackChunkName for GlyphSubtask & GlyphSubtaskProgress"
236
+ - [#38340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38340) [`3355d65ed83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3355d65ed83) - Fix duplicate WebpackChunkName for GlyphSubtask & GlyphSubtaskProgress"
227
237
 
228
238
  ## 26.15.1
229
239
 
230
240
  ### Patch Changes
231
241
 
232
- - [`60b5cb9448d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b5cb9448d) - Add StoryPoints FlexUI Element to Jira Block & Hover Card
242
+ - [#38290](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38290) [`60b5cb9448d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b5cb9448d) - Add StoryPoints FlexUI Element to Jira Block & Hover Card
233
243
 
234
244
  ## 26.15.0
235
245
 
236
246
  ### Minor Changes
237
247
 
238
- - [`560f5be1d2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/560f5be1d2c) - Add FlexUI element for dispalying StoryPoints as a Badge
248
+ - [#38227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38227) [`560f5be1d2c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/560f5be1d2c) - Add FlexUI element for dispalying StoryPoints as a Badge
239
249
 
240
250
  ## 26.14.6
241
251
 
242
252
  ### Patch Changes
243
253
 
244
- - [`88b90baf84c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88b90baf84c) - Update icon for SubTasksProgress flex ui element & update metadata elements order in Block & Hover Card
245
- - [`e6d7b777ce0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d7b777ce0) - Remove dependency to @atlaskit/media-common
254
+ - [#38116](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38116) [`88b90baf84c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88b90baf84c) - Update icon for SubTasksProgress flex ui element & update metadata elements order in Block & Hover Card
255
+ - [#37930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37930) [`e6d7b777ce0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d7b777ce0) - Remove dependency to @atlaskit/media-common
246
256
 
247
257
  ## 26.14.5
248
258
 
@@ -254,43 +264,43 @@
254
264
 
255
265
  ### Patch Changes
256
266
 
257
- - [`f6e68d0feb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6e68d0feb1) - Update css style for avatar groups in block card
267
+ - [#37901](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37901) [`f6e68d0feb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6e68d0feb1) - Update css style for avatar groups in block card
258
268
 
259
269
  ## 26.14.3
260
270
 
261
271
  ### Patch Changes
262
272
 
263
- - [`c5a8ab5629d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5a8ab5629d) - Refactor view url action
273
+ - [#37935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37935) [`c5a8ab5629d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5a8ab5629d) - Refactor view url action
264
274
 
265
275
  ## 26.14.2
266
276
 
267
277
  ### Patch Changes
268
278
 
269
- - [`6a807668da6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a807668da6) - [ux] Refreshed design for the Embed Smart Links view added under the FF
279
+ - [#37695](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37695) [`6a807668da6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a807668da6) - [ux] Refreshed design for the Embed Smart Links view added under the FF
270
280
 
271
281
  ## 26.14.1
272
282
 
273
283
  ### Patch Changes
274
284
 
275
- - [`f3cefce58df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3cefce58df) - Refactor embed modal helper function (internal)
285
+ - [#37830](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37830) [`f3cefce58df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3cefce58df) - Refactor embed modal helper function (internal)
276
286
 
277
287
  ## 26.14.0
278
288
 
279
289
  ### Minor Changes
280
290
 
281
- - [`d8799deba6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8799deba6e) - Add new Flexui elements-OwnedByGroup, AssignedTogroup, AssignedTo, ReadTime & SubtasksProgress. Add provider specific logic for metadata display for Hover Cards & Block Cards.
291
+ - [#37264](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37264) [`d8799deba6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8799deba6e) - Add new Flexui elements-OwnedByGroup, AssignedTogroup, AssignedTo, ReadTime & SubtasksProgress. Add provider specific logic for metadata display for Hover Cards & Block Cards.
282
292
 
283
293
  ## 26.13.1
284
294
 
285
295
  ### Patch Changes
286
296
 
287
- - [`72d087f0de3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72d087f0de3) - [ux] Update smart link unauthorised view when there is no auth flow available
297
+ - [#37579](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37579) [`72d087f0de3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72d087f0de3) - [ux] Update smart link unauthorised view when there is no auth flow available
288
298
 
289
299
  ## 26.13.0
290
300
 
291
301
  ### Minor Changes
292
302
 
293
- - [`d2ef5ede462`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2ef5ede462) - Added a new analytics event that will fire on resolution of data for hover cards. The change is behind a FF and will only surface if we pass the FF as true to SmartCardProvider.
303
+ - [#37820](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37820) [`d2ef5ede462`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2ef5ede462) - Added a new analytics event that will fire on resolution of data for hover cards. The change is behind a FF and will only surface if we pass the FF as true to SmartCardProvider.
294
304
 
295
305
  ### Patch Changes
296
306
 
@@ -300,75 +310,75 @@
300
310
 
301
311
  ### Patch Changes
302
312
 
303
- - [`e74ae7f06d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e74ae7f06d4) - Update dependency json-ld-types@3.8.0
313
+ - [#37720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37720) [`e74ae7f06d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e74ae7f06d4) - Update dependency json-ld-types@3.8.0
304
314
 
305
315
  ## 26.12.0
306
316
 
307
317
  ### Minor Changes
308
318
 
309
- - [`5eea09cd864`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5eea09cd864) - Standalone Hover Preview: Add zIndex prop to pass to DS Popup
319
+ - [#37654](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37654) [`5eea09cd864`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5eea09cd864) - Standalone Hover Preview: Add zIndex prop to pass to DS Popup
310
320
 
311
321
  ## 26.11.1
312
322
 
313
323
  ### Patch Changes
314
324
 
315
- - [`b37a26be833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37a26be833) - Prevent LinkUrl from throwing error on validation
325
+ - [#37580](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37580) [`b37a26be833`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37a26be833) - Prevent LinkUrl from throwing error on validation
316
326
 
317
327
  ## 26.11.0
318
328
 
319
329
  ### Minor Changes
320
330
 
321
- - [`fdfe07831c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fdfe07831c7) - - Deprecate standalone hover card `onAuthorize` prop (no implementation)
331
+ - [#37492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37492) [`fdfe07831c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fdfe07831c7) - - Deprecate standalone hover card `onAuthorize` prop (no implementation)
322
332
  - Hide auth tooltip on unauthenticated inline link with no auth flow (new design, behind feature flag)
323
333
 
324
334
  ## 26.10.0
325
335
 
326
336
  ### Minor Changes
327
337
 
328
- - [`fa12a765333`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa12a765333) - Cleansup a FF introduced in 26.3.5 (platform.linking-platform.smart-card.remove-dispatch-analytics-as-prop) providing default display attribute now prefers analytics context instead of passing a dispatch function as prop.
338
+ - [#36434](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36434) [`fa12a765333`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa12a765333) - Cleansup a FF introduced in 26.3.5 (platform.linking-platform.smart-card.remove-dispatch-analytics-as-prop) providing default display attribute now prefers analytics context instead of passing a dispatch function as prop.
329
339
 
330
340
  ## 26.9.19
331
341
 
332
342
  ### Patch Changes
333
343
 
334
- - [`928615c211b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/928615c211b) - Fix connect button appear when user cannot not connect (no auth flow)
344
+ - [#37261](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37261) [`928615c211b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/928615c211b) - Fix connect button appear when user cannot not connect (no auth flow)
335
345
 
336
346
  ## 26.9.18
337
347
 
338
348
  ### Patch Changes
339
349
 
340
- - [`bfab8038b9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfab8038b9c) - [ux] Fix for Block card avatar misalignment in Cofnluence renderer caused by a less specific css rule on our end
350
+ - [#37406](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37406) [`bfab8038b9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfab8038b9c) - [ux] Fix for Block card avatar misalignment in Cofnluence renderer caused by a less specific css rule on our end
341
351
 
342
352
  ## 26.9.17
343
353
 
344
354
  ### Patch Changes
345
355
 
346
- - [`936fc621c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936fc621c48) - [ux] Design refresh for the Inline Smart Links.
356
+ - [#36005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36005) [`936fc621c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936fc621c48) - [ux] Design refresh for the Inline Smart Links.
347
357
 
348
358
  ## 26.9.16
349
359
 
350
360
  ### Patch Changes
351
361
 
352
- - [`a4ff4c2f918`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4ff4c2f918) - Update to use 'getStatus' from '@atlaskit/linking-common'
362
+ - [#37136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37136) [`a4ff4c2f918`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4ff4c2f918) - Update to use 'getStatus' from '@atlaskit/linking-common'
353
363
  - Updated dependencies
354
364
 
355
365
  ## 26.9.15
356
366
 
357
367
  ### Patch Changes
358
368
 
359
- - [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
369
+ - [#37340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37340) [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
360
370
 
361
371
  ## 26.9.14
362
372
 
363
373
  ### Patch Changes
364
374
 
365
- - [`08c372c1547`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c372c1547) - [ux] Revert of functionality added in 26.9.8
375
+ - [#37322](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37322) [`08c372c1547`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c372c1547) - [ux] Revert of functionality added in 26.9.8
366
376
 
367
377
  ## 26.9.13
368
378
 
369
379
  ### Patch Changes
370
380
 
371
- - [`68956c0d353`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68956c0d353) - Embed Modal: Fix icon alignment when triggered from flexible and block card component
381
+ - [#37046](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37046) [`68956c0d353`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68956c0d353) - Embed Modal: Fix icon alignment when triggered from flexible and block card component
372
382
 
373
383
  ## 26.9.12
374
384
 
@@ -380,96 +390,96 @@
380
390
 
381
391
  ### Patch Changes
382
392
 
383
- - [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
393
+ - [#36757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36757) [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
384
394
 
385
395
  ## 26.9.10
386
396
 
387
397
  ### Patch Changes
388
398
 
389
- - [`74c892f10de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74c892f10de) - [ux] Hover card will open closer to the mouse position, but with a slight offset of 10px to the right and to the top.
399
+ - [#36975](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36975) [`74c892f10de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74c892f10de) - [ux] Hover card will open closer to the mouse position, but with a slight offset of 10px to the right and to the top.
390
400
 
391
401
  ## 26.9.9
392
402
 
393
403
  ### Patch Changes
394
404
 
395
- - [`4e254433494`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e254433494) - [ux] Remove 'open in new tab' button in Hover Cards
405
+ - [#36898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36898) [`4e254433494`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e254433494) - [ux] Remove 'open in new tab' button in Hover Cards
396
406
 
397
407
  ## 26.9.8
398
408
 
399
409
  ### Patch Changes
400
410
 
401
- - [`4d66cb26fcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d66cb26fcb) - Bump jsdom to ^17.0.0
402
- - [`2a6ebbbfdf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a6ebbbfdf1) - [ux] Hover Preview: Hide hover preview on scrolling (wheel event)
411
+ - [#36822](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36822) [`4d66cb26fcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d66cb26fcb) - Bump jsdom to ^17.0.0
412
+ - [#36849](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36849) [`2a6ebbbfdf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a6ebbbfdf1) - [ux] Hover Preview: Hide hover preview on scrolling (wheel event)
403
413
  - Updated dependencies
404
414
 
405
415
  ## 26.9.7
406
416
 
407
417
  ### Patch Changes
408
418
 
409
- - [`68880de5ecb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68880de5ecb) - [ux] Closing hover card on right click (open of context menu)
419
+ - [#36850](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36850) [`68880de5ecb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68880de5ecb) - [ux] Closing hover card on right click (open of context menu)
410
420
 
411
421
  ## 26.9.6
412
422
 
413
423
  ### Patch Changes
414
424
 
415
- - [`e0a2c926e63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0a2c926e63) - [ux] Flexible Smart Links: Fix hover preview shows on mouse leave
425
+ - [#36755](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36755) [`e0a2c926e63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0a2c926e63) - [ux] Flexible Smart Links: Fix hover preview shows on mouse leave
416
426
 
417
427
  ## 26.9.5
418
428
 
419
429
  ### Patch Changes
420
430
 
421
- - [`7b08013b112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b08013b112) - Clean up use of showAuthTooltip FF. Switch to being fully reliant on the showAuthTooltip prop.
431
+ - [#36589](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36589) [`7b08013b112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b08013b112) - Clean up use of showAuthTooltip FF. Switch to being fully reliant on the showAuthTooltip prop.
422
432
  - Updated dependencies
423
433
 
424
434
  ## 26.9.4
425
435
 
426
436
  ### Patch Changes
427
437
 
428
- - [`2a4926aa20a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a4926aa20a) - [ux] Flexible Smart Links: Add hover preview show/hide delay when mouse moves inside the card
438
+ - [#36620](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36620) [`2a4926aa20a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a4926aa20a) - [ux] Flexible Smart Links: Add hover preview show/hide delay when mouse moves inside the card
429
439
 
430
440
  ## 26.9.3
431
441
 
432
442
  ### Patch Changes
433
443
 
434
- - [`1e7190077d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e7190077d4) - Move off deprecated @atlaskit/linking-common/extractors to @atlaskit/link-extractors
444
+ - [#36089](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36089) [`1e7190077d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e7190077d4) - Move off deprecated @atlaskit/linking-common/extractors to @atlaskit/link-extractors
435
445
  - Updated dependencies
436
446
 
437
447
  ## 26.9.2
438
448
 
439
449
  ### Patch Changes
440
450
 
441
- - [`99643bdd534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99643bdd534) - Fix flexible smart links onclick event not bubble up when hover preview is enabled
451
+ - [#36428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36428) [`99643bdd534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99643bdd534) - Fix flexible smart links onclick event not bubble up when hover preview is enabled
442
452
 
443
453
  ## 26.9.1
444
454
 
445
455
  ### Patch Changes
446
456
 
447
- - [`88cc5a0088c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88cc5a0088c) - [ux] Flexible Smart Links: Hover preview to follow mouse position
457
+ - [#36225](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36225) [`88cc5a0088c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88cc5a0088c) - [ux] Flexible Smart Links: Hover preview to follow mouse position
448
458
  - Updated dependencies
449
459
 
450
460
  ## 26.9.0
451
461
 
452
462
  ### Minor Changes
453
463
 
454
- - [`7811ab546b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7811ab546b9) - Cleans up FF platform.linking-platform.smart-card.enable-analytics-context introduced in 26.2.2 — resolved attributes now provided to all events fired within Smart Card by default.
464
+ - [#36317](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36317) [`7811ab546b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7811ab546b9) - Cleans up FF platform.linking-platform.smart-card.enable-analytics-context introduced in 26.2.2 — resolved attributes now provided to all events fired within Smart Card by default.
455
465
 
456
466
  ## 26.8.1
457
467
 
458
468
  ### Patch Changes
459
469
 
460
- - [`0b148ef0a04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b148ef0a04) - [ux] Updated fade in delay for hover card to be 500ms
470
+ - [#36308](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36308) [`0b148ef0a04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b148ef0a04) - [ux] Updated fade in delay for hover card to be 500ms
461
471
 
462
472
  ## 26.8.0
463
473
 
464
474
  ### Minor Changes
465
475
 
466
- - [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
476
+ - [#35499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35499) [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux] Adds editor toolbar to link datasource component
467
477
 
468
478
  ## 26.7.0
469
479
 
470
480
  ### Minor Changes
471
481
 
472
- - [`c5a897eb81d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5a897eb81d) - add statusDetails attribute
482
+ - [#36198](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36198) [`c5a897eb81d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5a897eb81d) - add statusDetails attribute
473
483
 
474
484
  ### Patch Changes
475
485
 
@@ -479,7 +489,7 @@
479
489
 
480
490
  ### Patch Changes
481
491
 
482
- - [`fc0fa5ca4e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc0fa5ca4e7) - [ux] Fix for a hover card issue introduced in 25.6.17
492
+ - [#36052](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36052) [`fc0fa5ca4e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc0fa5ca4e7) - [ux] Fix for a hover card issue introduced in 25.6.17
483
493
 
484
494
  ## 26.6.2
485
495
 
@@ -491,14 +501,14 @@
491
501
 
492
502
  ### Patch Changes
493
503
 
494
- - [`ebb6750a97d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebb6750a97d) - [ux] Flexible Smart Links: Change hover preview show/hide behavior. Hover preview should not show when hovering over metadata elements and actions.
504
+ - [#35958](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35958) [`ebb6750a97d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebb6750a97d) - [ux] Flexible Smart Links: Change hover preview show/hide behavior. Hover preview should not show when hovering over metadata elements and actions.
495
505
  - Updated dependencies
496
506
 
497
507
  ## 26.6.0
498
508
 
499
509
  ### Minor Changes
500
510
 
501
- - [`04295e9d5bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04295e9d5bc) - [ux] Updating ORS response to include datasources and facilitating pasting JQL links turning into datasource tables
511
+ - [#35032](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35032) [`04295e9d5bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04295e9d5bc) - [ux] Updating ORS response to include datasources and facilitating pasting JQL links turning into datasource tables
502
512
 
503
513
  ### Patch Changes
504
514
 
@@ -514,7 +524,7 @@
514
524
 
515
525
  ### Patch Changes
516
526
 
517
- - [`b3ed4f7f776`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3ed4f7f776) - [ux] Fix for Hover Card unmount - added a clean up function that will clearTimeouts. Additionally changed the trigger of HoverCard from onMouseEnter to onMouseOver and added a function that after 100ms of hover starts fetching the data for the url to reduce the loading state experienced on standalone HoverCards.
527
+ - [#35601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35601) [`b3ed4f7f776`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3ed4f7f776) - [ux] Fix for Hover Card unmount - added a clean up function that will clearTimeouts. Additionally changed the trigger of HoverCard from onMouseEnter to onMouseOver and added a function that after 100ms of hover starts fetching the data for the url to reduce the loading state experienced on standalone HoverCards.
518
528
 
519
529
  ## 26.5.16
520
530
 
@@ -526,73 +536,73 @@
526
536
 
527
537
  ### Patch Changes
528
538
 
529
- - [`7b2d54a82d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b2d54a82d0) - Cleans up a FF introduced in 26.3.3 & Fixes HoverCard component providing hover card analytics context to the wrapped trigger component
539
+ - [#35883](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35883) [`7b2d54a82d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b2d54a82d0) - Cleans up a FF introduced in 26.3.3 & Fixes HoverCard component providing hover card analytics context to the wrapped trigger component
530
540
 
531
541
  ## 26.5.14
532
542
 
533
543
  ### Patch Changes
534
544
 
535
- - [`fd2375e6f26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd2375e6f26) - [ux] Prevent skipping of warning modal when onClick callback programatically opens a window. OnClick function is no longer called if the warning modal is shown. This will prevent link click analytics from firing but there is no easy way to distinguish the effects of what happens within onClick. Additionally, clicking continue in the warning modal will always open the link in a new tab.
545
+ - [#35467](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35467) [`fd2375e6f26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd2375e6f26) - [ux] Prevent skipping of warning modal when onClick callback programatically opens a window. OnClick function is no longer called if the warning modal is shown. This will prevent link click analytics from firing but there is no easy way to distinguish the effects of what happens within onClick. Additionally, clicking continue in the warning modal will always open the link in a new tab.
536
546
 
537
547
  ## 26.5.13
538
548
 
539
549
  ### Patch Changes
540
550
 
541
- - [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) - Updated dependencies
551
+ - [#35582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35582) [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) - Updated dependencies
542
552
 
543
553
  ## 26.5.12
544
554
 
545
555
  ### Patch Changes
546
556
 
547
- - [`472882f9947`](https://bitbucket.org/atlassian/atlassian-frontend/commits/472882f9947) - fix analytics display to be flexible when it is a flex ui
557
+ - [#35384](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35384) [`472882f9947`](https://bitbucket.org/atlassian/atlassian-frontend/commits/472882f9947) - fix analytics display to be flexible when it is a flex ui
548
558
 
549
559
  ## 26.5.11
550
560
 
551
561
  ### Patch Changes
552
562
 
553
- - [`0dd86b5573c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0dd86b5573c) - Small refactoring to move lozenge action to lozenge element
563
+ - [#35202](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35202) [`0dd86b5573c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0dd86b5573c) - Small refactoring to move lozenge action to lozenge element
554
564
 
555
565
  ## 26.5.10
556
566
 
557
567
  ### Patch Changes
558
568
 
559
- - [`70f573b2c44`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f573b2c44) - Internal change to use space tokens for spacing properties. There is no visual change.
569
+ - [#35458](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35458) [`70f573b2c44`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f573b2c44) - Internal change to use space tokens for spacing properties. There is no visual change.
560
570
 
561
571
  ## 26.5.9
562
572
 
563
573
  ### Patch Changes
564
574
 
565
- - [`d394a5db254`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d394a5db254) - Fixes display analytics attribute provided by analytics context when the apperance is flexible
575
+ - [#35046](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35046) [`d394a5db254`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d394a5db254) - Fixes display analytics attribute provided by analytics context when the apperance is flexible
566
576
 
567
577
  ## 26.5.8
568
578
 
569
579
  ### Patch Changes
570
580
 
571
- - [`27f4aa34132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f4aa34132) - [ux] Fix for Hover Card in Flexible UI links: it will show only supported states, such as resolved and unauthorized based on the corresponding featureFlag ('showHoverPreview' and 'showAuthTooltip')
581
+ - [#35067](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35067) [`27f4aa34132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f4aa34132) - [ux] Fix for Hover Card in Flexible UI links: it will show only supported states, such as resolved and unauthorized based on the corresponding featureFlag ('showHoverPreview' and 'showAuthTooltip')
572
582
 
573
583
  ## 26.5.7
574
584
 
575
585
  ### Patch Changes
576
586
 
577
- - [`5b5d7b22e80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b5d7b22e80) - [ux] Update feature discovery on lozenge action to display for 2s before marking it as discovered
587
+ - [#35159](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35159) [`5b5d7b22e80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b5d7b22e80) - [ux] Update feature discovery on lozenge action to display for 2s before marking it as discovered
578
588
 
579
589
  ## 26.5.6
580
590
 
581
591
  ### Patch Changes
582
592
 
583
- - [`625aad4d6f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/625aad4d6f8) - [ux] Change block card link clicks to open in the same tab by default unless overriden with onclick behaviour.
593
+ - [#34809](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34809) [`625aad4d6f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/625aad4d6f8) - [ux] Change block card link clicks to open in the same tab by default unless overriden with onclick behaviour.
584
594
 
585
595
  ## 26.5.5
586
596
 
587
597
  ### Patch Changes
588
598
 
589
- - [`8f456366d7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f456366d7b) - Clean up actionable element experiment
599
+ - [#34996](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34996) [`8f456366d7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f456366d7b) - Clean up actionable element experiment
590
600
 
591
601
  ## 26.5.4
592
602
 
593
603
  ### Patch Changes
594
604
 
595
- - [`2660603c726`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2660603c726) - [ux] A hover card loading state improvement is implemented: all elements except for actions would have a loading skeleton
605
+ - [#34907](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34907) [`2660603c726`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2660603c726) - [ux] A hover card loading state improvement is implemented: all elements except for actions would have a loading skeleton
596
606
  - Updated dependencies
597
607
 
598
608
  ## 26.5.3
@@ -605,20 +615,20 @@
605
615
 
606
616
  ### Patch Changes
607
617
 
608
- - [`c77f4d24dee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c77f4d24dee) - [ux] Show feature discovery (pulse) on lozenge action
618
+ - [#34674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34674) [`c77f4d24dee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c77f4d24dee) - [ux] Show feature discovery (pulse) on lozenge action
609
619
 
610
620
  ## 26.5.1
611
621
 
612
622
  ### Patch Changes
613
623
 
614
- - [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
624
+ - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
615
625
  - Updated dependencies
616
626
 
617
627
  ## 26.5.0
618
628
 
619
629
  ### Minor Changes
620
630
 
621
- - [`ce79111f98f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce79111f98f) - Card component will stop throwing any uncaught errors. Any existing consumer relying on this behaviour should start using `fallbackComponent` to provide fallback ui and `onError` to act on such errors. See CardProps type for more docs.
631
+ - [#34504](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34504) [`ce79111f98f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce79111f98f) - Card component will stop throwing any uncaught errors. Any existing consumer relying on this behaviour should start using `fallbackComponent` to provide fallback ui and `onError` to act on such errors. See CardProps type for more docs.
622
632
  Reason this is a minor bump and not a major version is because the previous behaviour of error propagation was actually a bug and was not a public contract with clients. This minor version fixes this bug and requires the client to update their code.
623
633
 
624
634
  ## 26.4.1
@@ -631,20 +641,20 @@
631
641
 
632
642
  ### Minor Changes
633
643
 
634
- - [`2b7f0f3b158`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b7f0f3b158) - [ux] Fix issue with metadata alignment of Title Block component in Confluence Web links.
644
+ - [#34415](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34415) [`2b7f0f3b158`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b7f0f3b158) - [ux] Fix issue with metadata alignment of Title Block component in Confluence Web links.
635
645
 
636
646
  ## 26.3.10
637
647
 
638
648
  ### Patch Changes
639
649
 
640
- - [`d8263ae659f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8263ae659f) - [ux] Small css fix for avatar alignment in smart links
641
- - [`438b90799c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/438b90799c4) - Removes urlHash from linking platform events.
650
+ - [#34414](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34414) [`d8263ae659f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8263ae659f) - [ux] Small css fix for avatar alignment in smart links
651
+ - [#34396](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34396) [`438b90799c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/438b90799c4) - Removes urlHash from linking platform events.
642
652
 
643
653
  ## 26.3.9
644
654
 
645
655
  ### Patch Changes
646
656
 
647
- - [`d476c6d5223`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d476c6d5223) - Add an optional err?:Error property to OnErrorCallback for upcoming changes
657
+ - [#34400](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34400) [`d476c6d5223`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d476c6d5223) - Add an optional err?:Error property to OnErrorCallback for upcoming changes
648
658
 
649
659
  ## 26.3.8
650
660
 
@@ -656,7 +666,7 @@
656
666
 
657
667
  ### Patch Changes
658
668
 
659
- - [`b270cd7542b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b270cd7542b) - Updates internal analytics for link clicked events in Smart Card and adds more attributes to link clicked event fired by LinkUrl (blue links) that are rendered in editor.
669
+ - [#34133](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34133) [`b270cd7542b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b270cd7542b) - Updates internal analytics for link clicked events in Smart Card and adds more attributes to link clicked event fired by LinkUrl (blue links) that are rendered in editor.
660
670
 
661
671
  ## 26.3.6
662
672
 
@@ -668,26 +678,26 @@
668
678
 
669
679
  ### Patch Changes
670
680
 
671
- - [`36b440f8c7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b440f8c7f) - Disable prop-drilling of analytics dispatch function
681
+ - [#34034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34034) [`36b440f8c7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36b440f8c7f) - Disable prop-drilling of analytics dispatch function
672
682
 
673
683
  ## 26.3.4
674
684
 
675
685
  ### Patch Changes
676
686
 
677
- - [`d86bc75af82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86bc75af82) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
687
+ - [#33689](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33689) [`d86bc75af82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d86bc75af82) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
678
688
 
679
689
  ## 26.3.3
680
690
 
681
691
  ### Patch Changes
682
692
 
683
- - [`6d9a4d28d94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d9a4d28d94) - Fixes HoverCard component providing hover card analytics context to the wrapped trigger component.
693
+ - [#29598](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29598) [`6d9a4d28d94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d9a4d28d94) - Fixes HoverCard component providing hover card analytics context to the wrapped trigger component.
684
694
  - Updated dependencies
685
695
 
686
696
  ## 26.3.2
687
697
 
688
698
  ### Patch Changes
689
699
 
690
- - [`f10ed88032c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10ed88032c) - With the renaming of Jira Roadmaps to Timeline, we are updating the regex rules to match timeline in conjunction to roadmaps
700
+ - [#33699](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33699) [`f10ed88032c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10ed88032c) - With the renaming of Jira Roadmaps to Timeline, we are updating the regex rules to match timeline in conjunction to roadmaps
691
701
  - Updated dependencies
692
702
 
693
703
  ## 26.3.1
@@ -700,27 +710,27 @@
700
710
 
701
711
  ### Minor Changes
702
712
 
703
- - [`8406b471923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8406b471923) - [ux] Update analytics tracking events for lozenge action
713
+ - [#33933](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33933) [`8406b471923`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8406b471923) - [ux] Update analytics tracking events for lozenge action
704
714
 
705
715
  ## 26.2.2
706
716
 
707
717
  ### Patch Changes
708
718
 
709
- - [`374da8b159a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/374da8b159a) - Include additional attributes (urlHash, display, id) and resolved attributes for link clicked analytics events (Originally introduced in 25.8.0, reverted in 25.9.1 due to regression)
710
- - [`c6d962997a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6d962997a7) - [ux] Changed the text of the button from 'Full screen view' to 'Open preview' and also changed the color of a button in the hover cards
719
+ - [#33812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33812) [`374da8b159a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/374da8b159a) - Include additional attributes (urlHash, display, id) and resolved attributes for link clicked analytics events (Originally introduced in 25.8.0, reverted in 25.9.1 due to regression)
720
+ - [#32358](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32358) [`c6d962997a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6d962997a7) - [ux] Changed the text of the button from 'Full screen view' to 'Open preview' and also changed the color of a button in the hover cards
711
721
  - Updated dependencies
712
722
 
713
723
  ## 26.2.1
714
724
 
715
725
  ### Patch Changes
716
726
 
717
- - [`f27eb952289`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f27eb952289) - [ux] This fixes a bug which is caused when some text including a newline is linked and clicked, which incorrectly triggers a warning.
727
+ - [#33691](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33691) [`f27eb952289`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f27eb952289) - [ux] This fixes a bug which is caused when some text including a newline is linked and clicked, which incorrectly triggers a warning.
718
728
 
719
729
  ## 26.2.0
720
730
 
721
731
  ### Minor Changes
722
732
 
723
- - [`877b4f8f7fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/877b4f8f7fc) - Remove iframe dwell tracking feature flag. Smart card embedded iframes will always track dwell events.
733
+ - [#32778](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32778) [`877b4f8f7fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/877b4f8f7fc) - Remove iframe dwell tracking feature flag. Smart card embedded iframes will always track dwell events.
724
734
 
725
735
  ### Patch Changes
726
736
 
@@ -730,57 +740,57 @@
730
740
 
731
741
  ### Patch Changes
732
742
 
733
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
743
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
734
744
  - Updated dependencies
735
745
 
736
746
  ## 26.1.5
737
747
 
738
748
  ### Patch Changes
739
749
 
740
- - [`6fa208a0d81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fa208a0d81) - Fixes internal useSmartCardState to internally use useSyncExternalStore to fix bugs relating to syncronous updates to the store in the same phase that the store is subscribed to.
750
+ - [#33126](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33126) [`6fa208a0d81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fa208a0d81) - Fixes internal useSmartCardState to internally use useSyncExternalStore to fix bugs relating to syncronous updates to the store in the same phase that the store is subscribed to.
741
751
 
742
752
  ## 26.1.4
743
753
 
744
754
  ### Patch Changes
745
755
 
746
- - [`cee3699d4a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cee3699d4a8) - [ux] Minor style updates for a Smart Link Error Lozenge
756
+ - [#33678](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33678) [`cee3699d4a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cee3699d4a8) - [ux] Minor style updates for a Smart Link Error Lozenge
747
757
 
748
758
  ## 26.1.3
749
759
 
750
760
  ### Patch Changes
751
761
 
752
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
762
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
753
763
  - Updated dependencies
754
764
 
755
765
  ## 26.1.2
756
766
 
757
767
  ### Patch Changes
758
768
 
759
- - [`f50bead1f15`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f50bead1f15) - Added firing an analytics event on action lozenge error modal opening
769
+ - [#33580](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33580) [`f50bead1f15`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f50bead1f15) - Added firing an analytics event on action lozenge error modal opening
760
770
 
761
771
  ## 26.1.1
762
772
 
763
773
  ### Patch Changes
764
774
 
765
- - [`04a2ca5dffb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a2ca5dffb) - [ux] Changed zIndex for hover card
775
+ - [#33219](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33219) [`04a2ca5dffb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a2ca5dffb) - [ux] Changed zIndex for hover card
766
776
 
767
777
  ## 26.1.0
768
778
 
769
779
  ### Minor Changes
770
780
 
771
- - [`68562365142`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68562365142) - Add analytics for quick actions
781
+ - [#32854](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32854) [`68562365142`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68562365142) - Add analytics for quick actions
772
782
 
773
783
  ## 26.0.1
774
784
 
775
785
  ### Patch Changes
776
786
 
777
- - [`6341b726715`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6341b726715) - Fix of the request body of the invoke update request
787
+ - [#33268](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33268) [`6341b726715`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6341b726715) - Fix of the request body of the invoke update request
778
788
 
779
789
  ## 26.0.0
780
790
 
781
791
  ### Minor Changes
782
792
 
783
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
793
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
784
794
 
785
795
  ### Patch Changes
786
796
 
@@ -790,38 +800,38 @@
790
800
 
791
801
  ### Patch Changes
792
802
 
793
- - [`e241a5dda48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e241a5dda48) - Add 'keyboard' clickType for link clicked analytics events when user interacts with links using keyboard
803
+ - [#32992](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32992) [`e241a5dda48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e241a5dda48) - Add 'keyboard' clickType for link clicked analytics events when user interacts with links using keyboard
794
804
 
795
805
  ## 25.9.4
796
806
 
797
807
  ### Patch Changes
798
808
 
799
- - [`025d2c69562`](https://bitbucket.org/atlassian/atlassian-frontend/commits/025d2c69562) - [ux] Restrict maximum height on lozenge action
809
+ - [#33200](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33200) [`025d2c69562`](https://bitbucket.org/atlassian/atlassian-frontend/commits/025d2c69562) - [ux] Restrict maximum height on lozenge action
800
810
 
801
811
  ## 25.9.3
802
812
 
803
813
  ### Patch Changes
804
814
 
805
- - [`607168dad64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/607168dad64) - [ux] Update lozenge action with selected item on action success.
815
+ - [#33039](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33039) [`607168dad64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/607168dad64) - [ux] Update lozenge action with selected item on action success.
806
816
 
807
817
  ## 25.9.2
808
818
 
809
819
  ### Patch Changes
810
820
 
811
- - [`845816bac34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845816bac34) - [ux] Added a link to open preview modal on action error
821
+ - [#33035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33035) [`845816bac34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845816bac34) - [ux] Added a link to open preview modal on action error
812
822
 
813
823
  ## 25.9.1
814
824
 
815
825
  ### Patch Changes
816
826
 
817
- - [`b76602c1619`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b76602c1619) - Revert 25.8.0 changes "Include additional attributes (urlHash, display, id) and resolved attributes for link clicked analytics events" due to regression
818
- - [`1aedc244e41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1aedc244e41) - [ux] Smart Links Internal Grey theme is now more specific to prevent Confluence override
827
+ - [#33078](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33078) [`b76602c1619`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b76602c1619) - Revert 25.8.0 changes "Include additional attributes (urlHash, display, id) and resolved attributes for link clicked analytics events" due to regression
828
+ - [#33088](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33088) [`1aedc244e41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1aedc244e41) - [ux] Smart Links Internal Grey theme is now more specific to prevent Confluence override
819
829
 
820
830
  ## 25.9.0
821
831
 
822
832
  ### Minor Changes
823
833
 
824
- - [`7f248766888`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f248766888) - [ux] Add container names which mark the location in which the linked resource sits within. This funtionality will be used to show the container names for Trello links.
834
+ - [#32736](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32736) [`7f248766888`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f248766888) - [ux] Add container names which mark the location in which the linked resource sits within. This funtionality will be used to show the container names for Trello links.
825
835
 
826
836
  FlexUI: Reduced gap between title and subtitle in TitleBlock.
827
837
 
@@ -829,13 +839,13 @@
829
839
 
830
840
  ### Minor Changes
831
841
 
832
- - [`44b76af1d5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44b76af1d5f) - Include additional attributes (`urlHash`, `display`, `id`) and resolved attributes for `link clicked` analytics events
842
+ - [#32497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32497) [`44b76af1d5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44b76af1d5f) - Include additional attributes (`urlHash`, `display`, `id`) and resolved attributes for `link clicked` analytics events
833
843
 
834
844
  ## 25.7.3
835
845
 
836
846
  ### Patch Changes
837
847
 
838
- - [`878dc4e5239`](https://bitbucket.org/atlassian/atlassian-frontend/commits/878dc4e5239) - Enable lozenge action by using showServerActions opt-in OR using feature flag useLozengeAction for experiment
848
+ - [#32914](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32914) [`878dc4e5239`](https://bitbucket.org/atlassian/atlassian-frontend/commits/878dc4e5239) - Enable lozenge action by using showServerActions opt-in OR using feature flag useLozengeAction for experiment
839
849
 
840
850
  ## 25.7.2
841
851
 
@@ -847,14 +857,14 @@
847
857
 
848
858
  ### Patch Changes
849
859
 
850
- - [`7a58d99e333`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a58d99e333) - [ux] Added error handling for smart link action
860
+ - [#32589](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32589) [`7a58d99e333`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a58d99e333) - [ux] Added error handling for smart link action
851
861
  - Updated dependencies
852
862
 
853
863
  ## 25.7.0
854
864
 
855
865
  ### Minor Changes
856
866
 
857
- - [`9c49eef4c87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c49eef4c87) - [ux]
867
+ - [#32793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32793) [`9c49eef4c87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c49eef4c87) - [ux]
858
868
 
859
869
  - Add lozenge action to hover preview (wip, opt-in, feature flag)
860
870
  - Fix hover preview's action dropdown menu showing behind container
@@ -864,13 +874,13 @@
864
874
 
865
875
  ### Patch Changes
866
876
 
867
- - [`72a99128d3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72a99128d3e) - Enables CardSSR component to send analytics events.
877
+ - [#32743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32743) [`72a99128d3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72a99128d3e) - Enables CardSSR component to send analytics events.
868
878
 
869
879
  ## 25.6.0
870
880
 
871
881
  ### Minor Changes
872
882
 
873
- - [`eceb32a564f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eceb32a564f) - [ux] This adds a new Flexible UI attribute, `OwnedBy`, which represents who owns a resource.
883
+ - [#32541](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32541) [`eceb32a564f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eceb32a564f) - [ux] This adds a new Flexible UI attribute, `OwnedBy`, which represents who owns a resource.
874
884
 
875
885
  ### Patch Changes
876
886
 
@@ -880,7 +890,7 @@
880
890
 
881
891
  ### Patch Changes
882
892
 
883
- - [`4c046475c1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c046475c1b) - Fix LinkUrl component: it should not show warning for many cases when it does right now (like relative path comparasion)
893
+ - [#32330](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32330) [`4c046475c1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c046475c1b) - Fix LinkUrl component: it should not show warning for many cases when it does right now (like relative path comparasion)
884
894
 
885
895
  ## 25.5.6
886
896
 
@@ -892,44 +902,44 @@
892
902
 
893
903
  ### Patch Changes
894
904
 
895
- - [`4b396e5d7eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b396e5d7eb) - [ux] Add lozenge action to block card (wip, opt-in, feature flag)
905
+ - [#32537](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32537) [`4b396e5d7eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b396e5d7eb) - [ux] Add lozenge action to block card (wip, opt-in, feature flag)
896
906
 
897
907
  ## 25.5.4
898
908
 
899
909
  ### Patch Changes
900
910
 
901
- - [`19622f395b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19622f395b0) - Connect `showServerActions` prop to flexible smart links, surfacing the lozenge dropdown action behind feature flag.
911
+ - [#32465](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32465) [`19622f395b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19622f395b0) - Connect `showServerActions` prop to flexible smart links, surfacing the lozenge dropdown action behind feature flag.
902
912
 
903
913
  ## 25.5.3
904
914
 
905
915
  ### Patch Changes
906
916
 
907
- - [`da5d5b2dbef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da5d5b2dbef) - Fire link clicked analytics event for LinkUrl component
917
+ - [#32235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32235) [`da5d5b2dbef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da5d5b2dbef) - Fire link clicked analytics event for LinkUrl component
908
918
 
909
919
  ## 25.5.2
910
920
 
911
921
  ### Patch Changes
912
922
 
913
- - [`c2aab8ee44b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2aab8ee44b) - Add lozenge dropdown action to Flexible Smart Link based element lozenge
923
+ - [#32447](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32447) [`c2aab8ee44b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2aab8ee44b) - Add lozenge dropdown action to Flexible Smart Link based element lozenge
914
924
 
915
925
  ## 25.5.1
916
926
 
917
927
  ### Patch Changes
918
928
 
919
- - [`bcc645691c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcc645691c5) - Add lozenge action feature flag and extract server action for state lozenge from JSON-LD response
929
+ - [#32442](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32442) [`bcc645691c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcc645691c5) - Add lozenge action feature flag and extract server action for state lozenge from JSON-LD response
920
930
  - Updated dependencies
921
931
 
922
932
  ## 25.5.0
923
933
 
924
934
  ### Minor Changes
925
935
 
926
- - [`5329942b8aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5329942b8aa) - Deprecates analyticsHandler argument of useSmartLinkActions and useSmartLinkReload hooks.
936
+ - [#32389](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32389) [`5329942b8aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5329942b8aa) - Deprecates analyticsHandler argument of useSmartLinkActions and useSmartLinkReload hooks.
927
937
 
928
938
  ## 25.4.4
929
939
 
930
940
  ### Patch Changes
931
941
 
932
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
942
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
933
943
  - Updated dependencies
934
944
 
935
945
  ## 25.4.3
@@ -942,71 +952,71 @@
942
952
 
943
953
  ### Patch Changes
944
954
 
945
- - [`1d38688106e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d38688106e) - [ux] Moved out the implementation of the resolve function from useSmartCardActions into a separate internal hook useResolve. Added reload functionality for LozengeAction on a successful update
946
- - [`0ee9370595a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee9370595a) - Update json-ld-types
955
+ - [#32236](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32236) [`1d38688106e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d38688106e) - [ux] Moved out the implementation of the resolve function from useSmartCardActions into a separate internal hook useResolve. Added reload functionality for LozengeAction on a successful update
956
+ - [#32360](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32360) [`0ee9370595a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee9370595a) - Update json-ld-types
947
957
  - Updated dependencies
948
958
 
949
959
  ## 25.4.1
950
960
 
951
961
  ### Patch Changes
952
962
 
953
- - [`ae2cba07a9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae2cba07a9a) - Removes prevented as a clickOutcome analytics attribute value and adds defaultPrevented as a replacement attribute.
963
+ - [#32105](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32105) [`ae2cba07a9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae2cba07a9a) - Removes prevented as a clickOutcome analytics attribute value and adds defaultPrevented as a replacement attribute.
954
964
 
955
965
  ## 25.4.0
956
966
 
957
967
  ### Minor Changes
958
968
 
959
- - [`65b0490a5dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65b0490a5dc) - Deprecates the export of useSmartLinkAnalytics hook and analyticsEvents prop.
969
+ - [#32152](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32152) [`65b0490a5dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65b0490a5dc) - Deprecates the export of useSmartLinkAnalytics hook and analyticsEvents prop.
960
970
 
961
971
  ## 25.3.3
962
972
 
963
973
  ### Patch Changes
964
974
 
965
- - [`b57c925587f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b57c925587f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
975
+ - [#32170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32170) [`b57c925587f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b57c925587f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
966
976
 
967
977
  ## 25.3.2
968
978
 
969
979
  ### Patch Changes
970
980
 
971
- - [`fab186f135b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fab186f135b) - Add load and update functionality to lozenge action
981
+ - [#31900](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31900) [`fab186f135b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fab186f135b) - Add load and update functionality to lozenge action
972
982
  - Updated dependencies
973
983
 
974
984
  ## 25.3.1
975
985
 
976
986
  ### Patch Changes
977
987
 
978
- - [`fa2fb550e4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa2fb550e4b) - [ux] This makes Flexible Block Cards have the same onClick behaviour as the older block card, where the passed in onClick behaviour will cause the Smart Card to use `e.preventDefault()`.
988
+ - [#31924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31924) [`fa2fb550e4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa2fb550e4b) - [ux] This makes Flexible Block Cards have the same onClick behaviour as the older block card, where the passed in onClick behaviour will cause the Smart Card to use `e.preventDefault()`.
979
989
 
980
990
  ## 25.3.0
981
991
 
982
992
  ### Minor Changes
983
993
 
984
- - [`4a1604ce132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a1604ce132) - Adds a new themeMode query param to preview links url from 1P integrators that support different theme modes.
994
+ - [#31910](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31910) [`4a1604ce132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a1604ce132) - Adds a new themeMode query param to preview links url from 1P integrators that support different theme modes.
985
995
 
986
996
  ## 25.2.1
987
997
 
988
998
  ### Patch Changes
989
999
 
990
- - [`03394282a26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03394282a26) - The change migrates `Shimmer` component to use the `Skeleton` component from the common package
1000
+ - [#31717](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31717) [`03394282a26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03394282a26) - The change migrates `Shimmer` component to use the `Skeleton` component from the common package
991
1001
  - Updated dependencies
992
1002
 
993
1003
  ## 25.2.0
994
1004
 
995
1005
  ### Minor Changes
996
1006
 
997
- - [`aeaf58d2384`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeaf58d2384) - Change adds a new prop on Smart Card `embedIframeUrlType` which allows a user of a Smart Card with the `embed` appearance to specify whether the Smart Card embed should use `href` or `interactiveHref` in the JSON-LD response.
1007
+ - [#31601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31601) [`aeaf58d2384`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeaf58d2384) - Change adds a new prop on Smart Card `embedIframeUrlType` which allows a user of a Smart Card with the `embed` appearance to specify whether the Smart Card embed should use `href` or `interactiveHref` in the JSON-LD response.
998
1008
 
999
1009
  ## 25.1.1
1000
1010
 
1001
1011
  ### Patch Changes
1002
1012
 
1003
- - [`a3b9ef40d09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3b9ef40d09) - [ux] Adds white-space style to FlexUI text element
1013
+ - [#31690](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31690) [`a3b9ef40d09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3b9ef40d09) - [ux] Adds white-space style to FlexUI text element
1004
1014
 
1005
1015
  ## 25.1.0
1006
1016
 
1007
1017
  ### Minor Changes
1008
1018
 
1009
- - [`b811f263575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b811f263575) - Add new "showServerActions" prop to SmartCard to show available server actions on inline and block Smart Links. This will be used in conjunction with feature flags on the duration of the experiment.
1019
+ - [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`b811f263575`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b811f263575) - Add new "showServerActions" prop to SmartCard to show available server actions on inline and block Smart Links. This will be used in conjunction with feature flags on the duration of the experiment.
1010
1020
 
1011
1021
  ### Patch Changes
1012
1022
 
@@ -1017,14 +1027,14 @@
1017
1027
 
1018
1028
  ### Patch Changes
1019
1029
 
1020
- - [`0af4a6b6426`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0af4a6b6426) - Dependency update json-ld-types@3.4.0
1030
+ - [#31388](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31388) [`0af4a6b6426`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0af4a6b6426) - Dependency update json-ld-types@3.4.0
1021
1031
  - Updated dependencies
1022
1032
 
1023
1033
  ## 25.0.6
1024
1034
 
1025
1035
  ### Patch Changes
1026
1036
 
1027
- - [`c85ee838eae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c85ee838eae) - [ux] Added analytics event 'appAccount authStarted' for inline smart card
1037
+ - [#31243](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31243) [`c85ee838eae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c85ee838eae) - [ux] Added analytics event 'appAccount authStarted' for inline smart card
1028
1038
 
1029
1039
  ## 25.0.5
1030
1040
 
@@ -1036,25 +1046,25 @@
1036
1046
 
1037
1047
  ### Patch Changes
1038
1048
 
1039
- - [`de8c6e88424`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8c6e88424) - flexible block card metadata all left aligned
1049
+ - [#31038](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31038) [`de8c6e88424`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8c6e88424) - flexible block card metadata all left aligned
1040
1050
 
1041
1051
  ## 25.0.3
1042
1052
 
1043
1053
  ### Patch Changes
1044
1054
 
1045
- - [`7ae310c744a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ae310c744a) - [ux] Updated Flex UI CollaboratorGroup extractor to return list of collaborators
1055
+ - [#30722](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30722) [`7ae310c744a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ae310c744a) - [ux] Updated Flex UI CollaboratorGroup extractor to return list of collaborators
1046
1056
 
1047
1057
  ## 25.0.2
1048
1058
 
1049
1059
  ### Patch Changes
1050
1060
 
1051
- - [`14363bff579`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14363bff579) - Formatting change for i18n translations
1061
+ - [#30583](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30583) [`14363bff579`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14363bff579) - Formatting change for i18n translations
1052
1062
 
1053
1063
  ## 25.0.1
1054
1064
 
1055
1065
  ### Patch Changes
1056
1066
 
1057
- - [`c687cc0de52`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c687cc0de52) - Add lozenge action component (WIP)
1067
+ - [#30863](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30863) [`c687cc0de52`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c687cc0de52) - Add lozenge action component (WIP)
1058
1068
 
1059
1069
  ## 25.0.0
1060
1070
 
@@ -1066,26 +1076,26 @@
1066
1076
 
1067
1077
  ### Patch Changes
1068
1078
 
1069
- - [`12223b3ee04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12223b3ee04) - Move EditorCardProvider to new package instead of using imports from Link Provider and Smart Card
1079
+ - [#30266](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30266) [`12223b3ee04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12223b3ee04) - Move EditorCardProvider to new package instead of using imports from Link Provider and Smart Card
1070
1080
  - Updated dependencies
1071
1081
 
1072
1082
  ## 24.3.1
1073
1083
 
1074
1084
  ### Patch Changes
1075
1085
 
1076
- - [`d0c67f1cc2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0c67f1cc2b) - Prettier-ignore added to i18n translations
1086
+ - [#30237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30237) [`d0c67f1cc2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0c67f1cc2b) - Prettier-ignore added to i18n translations
1077
1087
 
1078
1088
  ## 24.3.0
1079
1089
 
1080
1090
  ### Minor Changes
1081
1091
 
1082
- - [`9f903aa9c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f903aa9c4e) - Fixes rethrow logic in flex ui to not rely on reference to APIError constructor.
1092
+ - [#30188](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30188) [`9f903aa9c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f903aa9c4e) - Fixes rethrow logic in flex ui to not rely on reference to APIError constructor.
1083
1093
 
1084
1094
  ## 24.2.0
1085
1095
 
1086
1096
  ### Minor Changes
1087
1097
 
1088
- - [`ef5f28bfbcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef5f28bfbcb) - [ux] Support to hide the full screen view button in hover previews was added. A new prop 'hideHoverCardPreviewButton' was added to FlexibleUiOptions which allows for not showing the button in the hover preview shown on flexui cards. A new prop was also added to standlone hover card called 'hidePreviewButton' which allows for removing the same button when directly consuming hover card.
1098
+ - [#30067](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30067) [`ef5f28bfbcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef5f28bfbcb) - [ux] Support to hide the full screen view button in hover previews was added. A new prop 'hideHoverCardPreviewButton' was added to FlexibleUiOptions which allows for not showing the button in the hover preview shown on flexui cards. A new prop was also added to standlone hover card called 'hidePreviewButton' which allows for removing the same button when directly consuming hover card.
1089
1099
 
1090
1100
  ## 24.1.3
1091
1101
 
@@ -1103,31 +1113,31 @@
1103
1113
 
1104
1114
  ### Patch Changes
1105
1115
 
1106
- - [`ffa4b8db98b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffa4b8db98b) - Bugfix: Hide a vertical scroll bar for a flex UI card in case it's a clickable container and has one line title with no paddings
1116
+ - [#29932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29932) [`ffa4b8db98b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffa4b8db98b) - Bugfix: Hide a vertical scroll bar for a flex UI card in case it's a clickable container and has one line title with no paddings
1107
1117
 
1108
1118
  ## 24.1.0
1109
1119
 
1110
1120
  ### Minor Changes
1111
1121
 
1112
- - [`2d2bfdfb0eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2bfdfb0eb) - [ux] A support for borderless embed was added. A new prop 'frameStyle' was added which allows user to choose one of three styles: 'show', 'hide', 'showOnHover'. The prop isFrameVisible was made deprecated and replaced by the new prop.
1122
+ - [#29331](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29331) [`2d2bfdfb0eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2bfdfb0eb) - [ux] A support for borderless embed was added. A new prop 'frameStyle' was added which allows user to choose one of three styles: 'show', 'hide', 'showOnHover'. The prop isFrameVisible was made deprecated and replaced by the new prop.
1113
1123
 
1114
1124
  ## 24.0.3
1115
1125
 
1116
1126
  ### Patch Changes
1117
1127
 
1118
- - [`9e7d94da3cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e7d94da3cd) - [ux] Fix hover preview background colour in dark mode
1128
+ - [#29605](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29605) [`9e7d94da3cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e7d94da3cd) - [ux] Fix hover preview background colour in dark mode
1119
1129
 
1120
1130
  ## 24.0.2
1121
1131
 
1122
1132
  ### Patch Changes
1123
1133
 
1124
- - [`134bac37edc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/134bac37edc) - [ux] Adds the ChecklistProgress element to Flexible Block View's secondary section
1134
+ - [#29464](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29464) [`134bac37edc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/134bac37edc) - [ux] Adds the ChecklistProgress element to Flexible Block View's secondary section
1125
1135
 
1126
1136
  ## 24.0.1
1127
1137
 
1128
1138
  ### Patch Changes
1129
1139
 
1130
- - [`4661d4f7f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4661d4f7f7b) - Add `link clicked` UI event to Smart Card.
1140
+ - [#29067](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29067) [`4661d4f7f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4661d4f7f7b) - Add `link clicked` UI event to Smart Card.
1131
1141
  - Updated dependencies
1132
1142
 
1133
1143
  ## 24.0.0
@@ -1146,13 +1156,13 @@
1146
1156
 
1147
1157
  ### Patch Changes
1148
1158
 
1149
- - [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
1159
+ - [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227) [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
1150
1160
 
1151
1161
  ## 23.14.0
1152
1162
 
1153
1163
  ### Minor Changes
1154
1164
 
1155
- - [`eb2e7a0e762`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2e7a0e762) - Add new "showAuthTooltip" prop to SmartCard which shows Auth Tooltip on unauthorised inline Smart Links. This allows us to remove product feature flags in the future
1165
+ - [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932) [`eb2e7a0e762`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2e7a0e762) - Add new "showAuthTooltip" prop to SmartCard which shows Auth Tooltip on unauthorised inline Smart Links. This allows us to remove product feature flags in the future
1156
1166
 
1157
1167
  ### Patch Changes
1158
1168
 
@@ -1162,31 +1172,31 @@
1162
1172
 
1163
1173
  ### Patch Changes
1164
1174
 
1165
- - [`e5b8a41f4da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5b8a41f4da) - Hover Preview: Reduce hover content re-rendering
1175
+ - [#29265](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29265) [`e5b8a41f4da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5b8a41f4da) - Hover Preview: Reduce hover content re-rendering
1166
1176
 
1167
1177
  ## 23.13.2
1168
1178
 
1169
1179
  ### Patch Changes
1170
1180
 
1171
- - [`465e0f001fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/465e0f001fb) - Operational analytics event added to the LinkUrl component. It fires when Link Safety Warning message shown.
1181
+ - [#29088](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29088) [`465e0f001fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/465e0f001fb) - Operational analytics event added to the LinkUrl component. It fires when Link Safety Warning message shown.
1172
1182
 
1173
1183
  ## 23.13.1
1174
1184
 
1175
1185
  ### Patch Changes
1176
1186
 
1177
- - [`02d341ecf63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d341ecf63) - [ux] Fix copy button tooltip to show Copy link, not Download
1187
+ - [#29018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29018) [`02d341ecf63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d341ecf63) - [ux] Fix copy button tooltip to show Copy link, not Download
1178
1188
 
1179
1189
  ## 23.13.0
1180
1190
 
1181
1191
  ### Minor Changes
1182
1192
 
1183
- - [`67cfd8e13d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67cfd8e13d0) - LinkUrl component with built-in link safety check added
1193
+ - [#28707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28707) [`67cfd8e13d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67cfd8e13d0) - LinkUrl component with built-in link safety check added
1184
1194
 
1185
1195
  ## 23.12.3
1186
1196
 
1187
1197
  ### Patch Changes
1188
1198
 
1189
- - [`27b8d8e0b4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27b8d8e0b4b) - [ux] This adds tooltip messages to custom Flexible UI actions.
1199
+ - [#28632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28632) [`27b8d8e0b4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27b8d8e0b4b) - [ux] This adds tooltip messages to custom Flexible UI actions.
1190
1200
  Now, when hovering over custom actions, the "content" prop will be displayed in the tooltip.
1191
1201
  This also affects hover preview actions, which now show the tooltip message when hovering over actions inside of the hover preview card.
1192
1202
 
@@ -1196,19 +1206,19 @@
1196
1206
 
1197
1207
  ### Patch Changes
1198
1208
 
1199
- - [`2c80995745e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c80995745e) - Embed Preview Modal: Fix title alignment causing by global override (margin-bottom)
1209
+ - [#28778](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28778) [`2c80995745e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c80995745e) - Embed Preview Modal: Fix title alignment causing by global override (margin-bottom)
1200
1210
 
1201
1211
  ## 23.12.1
1202
1212
 
1203
1213
  ### Patch Changes
1204
1214
 
1205
- - [`59104c1e92f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59104c1e92f) - [ux] Fix message shown in unauthorised Smart Link appearances as per design decision
1215
+ - [#28533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28533) [`59104c1e92f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59104c1e92f) - [ux] Fix message shown in unauthorised Smart Link appearances as per design decision
1206
1216
 
1207
1217
  ## 23.12.0
1208
1218
 
1209
1219
  ### Minor Changes
1210
1220
 
1211
- - [`d5a9fd04c02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5a9fd04c02) - Analytics to track dwell time and focus on smart links embedded iframes
1221
+ - [#27632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27632) [`d5a9fd04c02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5a9fd04c02) - Analytics to track dwell time and focus on smart links embedded iframes
1212
1222
 
1213
1223
  ### Patch Changes
1214
1224
 
@@ -1218,49 +1228,49 @@
1218
1228
 
1219
1229
  ### Patch Changes
1220
1230
 
1221
- - [`08ef315c46d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08ef315c46d) - [ux] Add a copy url button to hover cards.
1231
+ - [#28455](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28455) [`08ef315c46d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08ef315c46d) - [ux] Add a copy url button to hover cards.
1222
1232
 
1223
1233
  ## 23.11.2
1224
1234
 
1225
1235
  ### Patch Changes
1226
1236
 
1227
- - [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
1237
+ - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324) [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
1228
1238
 
1229
1239
  ## 23.11.1
1230
1240
 
1231
1241
  ### Patch Changes
1232
1242
 
1233
- - [`44f83adace3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44f83adace3) - Add documentation for the standalone hover cards on atlaskit.
1243
+ - [#28316](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28316) [`44f83adace3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44f83adace3) - Add documentation for the standalone hover cards on atlaskit.
1234
1244
 
1235
1245
  ## 23.11.0
1236
1246
 
1237
1247
  ### Minor Changes
1238
1248
 
1239
- - [`32aa136af5c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32aa136af5c) - Hover Preview: Add actionable element experiment reload analytics
1249
+ - [#28266](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28266) [`32aa136af5c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32aa136af5c) - Hover Preview: Add actionable element experiment reload analytics
1240
1250
 
1241
1251
  ## 23.10.3
1242
1252
 
1243
1253
  ### Patch Changes
1244
1254
 
1245
- - [`bca078a37af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bca078a37af) - Bump to @emotion v11
1255
+ - [#27705](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27705) [`bca078a37af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bca078a37af) - Bump to @emotion v11
1246
1256
 
1247
1257
  ## 23.10.2
1248
1258
 
1249
1259
  ### Patch Changes
1250
1260
 
1251
- - [`cb819660949`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb819660949) - [ux] Add a lonzenge to restricted links.
1261
+ - [#28181](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28181) [`cb819660949`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb819660949) - [ux] Add a lonzenge to restricted links.
1252
1262
 
1253
1263
  ## 23.10.1
1254
1264
 
1255
1265
  ### Patch Changes
1256
1266
 
1257
- - [`d88eda329c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d88eda329c1) - seperate chunk load errors into it's own analytics event and do retries when lazy loading smartcard-urlcardcontent fails
1267
+ - [#28125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28125) [`d88eda329c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d88eda329c1) - seperate chunk load errors into it's own analytics event and do retries when lazy loading smartcard-urlcardcontent fails
1258
1268
 
1259
1269
  ## 23.10.0
1260
1270
 
1261
1271
  ### Minor Changes
1262
1272
 
1263
- - [`aa44d74bf40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa44d74bf40) - Expose a new entry point to hover cards at @atlaskit/smart-card/hover-card
1273
+ - [#27837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27837) [`aa44d74bf40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa44d74bf40) - Expose a new entry point to hover cards at @atlaskit/smart-card/hover-card
1264
1274
 
1265
1275
  ## 23.9.3
1266
1276
 
@@ -1278,103 +1288,103 @@
1278
1288
 
1279
1289
  ### Patch Changes
1280
1290
 
1281
- - [`484be3ed430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/484be3ed430) - This adds onResolve back to Flexible Block Card
1291
+ - [#27699](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27699) [`484be3ed430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/484be3ed430) - This adds onResolve back to Flexible Block Card
1282
1292
 
1283
1293
  ## 23.9.0
1284
1294
 
1285
1295
  ### Minor Changes
1286
1296
 
1287
- - [`5c7c532de88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c7c532de88) - [ux] Add showHoverPreview as a ui parameter to allow hover cards on flex ui links.
1297
+ - [#27455](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27455) [`5c7c532de88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c7c532de88) - [ux] Add showHoverPreview as a ui parameter to allow hover cards on flex ui links.
1288
1298
 
1289
1299
  ## 23.8.2
1290
1300
 
1291
1301
  ### Patch Changes
1292
1302
 
1293
- - [`f3aa608f0ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3aa608f0ba) - Update i18n translations from Traduki
1303
+ - [#28114](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28114) [`f3aa608f0ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3aa608f0ba) - Update i18n translations from Traduki
1294
1304
 
1295
1305
  ## 23.8.1
1296
1306
 
1297
1307
  ### Patch Changes
1298
1308
 
1299
- - [`af251caa485`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af251caa485) - Push div from hoverCardComponent into hoverCardContent to allow conditional rendering from inside hoverCardContent.
1309
+ - [#27983](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27983) [`af251caa485`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af251caa485) - Push div from hoverCardComponent into hoverCardContent to allow conditional rendering from inside hoverCardContent.
1300
1310
 
1301
1311
  ## 23.8.0
1302
1312
 
1303
1313
  ### Minor Changes
1304
1314
 
1305
- - [`d739aa7120c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d739aa7120c) - [ux] Analytics is added for Unauthorised view of Hover Card & to Unauthorised view of an Embed card & to Unauthorised view of a Block Card
1315
+ - [#27580](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27580) [`d739aa7120c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d739aa7120c) - [ux] Analytics is added for Unauthorised view of Hover Card & to Unauthorised view of an Embed card & to Unauthorised view of a Block Card
1306
1316
 
1307
1317
  ## 23.7.3
1308
1318
 
1309
1319
  ### Patch Changes
1310
1320
 
1311
- - [`b795ce86cf7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b795ce86cf7) - split single underline into two for unauthorized inline smart links
1321
+ - [#27562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27562) [`b795ce86cf7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b795ce86cf7) - split single underline into two for unauthorized inline smart links
1312
1322
 
1313
1323
  ## 23.7.2
1314
1324
 
1315
1325
  ### Patch Changes
1316
1326
 
1317
- - [`ee1c940ea18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee1c940ea18) - Update unauth message across all Smart Card appearances
1327
+ - [#27720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27720) [`ee1c940ea18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee1c940ea18) - Update unauth message across all Smart Card appearances
1318
1328
 
1319
1329
  ## 23.7.1
1320
1330
 
1321
1331
  ### Patch Changes
1322
1332
 
1323
- - [`33e0b942925`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33e0b942925) - [ux] Flexible Card: Update unauthorised view text messages and connect button
1333
+ - [#27669](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27669) [`33e0b942925`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33e0b942925) - [ux] Flexible Card: Update unauthorised view text messages and connect button
1324
1334
 
1325
1335
  ## 23.7.0
1326
1336
 
1327
1337
  ### Minor Changes
1328
1338
 
1329
- - [`3cae92db2b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cae92db2b6) - [ux] Introduces ChecklistProgress element, adds to Trello Hover Cards
1339
+ - [#26872](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26872) [`3cae92db2b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cae92db2b6) - [ux] Introduces ChecklistProgress element, adds to Trello Hover Cards
1330
1340
 
1331
1341
  ## 23.6.7
1332
1342
 
1333
1343
  ### Patch Changes
1334
1344
 
1335
- - [`9110a0daf0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9110a0daf0e) - [ux] Added support of different forbidden views for Block Card with Flexible UI
1345
+ - [#27628](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27628) [`9110a0daf0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9110a0daf0e) - [ux] Added support of different forbidden views for Block Card with Flexible UI
1336
1346
 
1337
1347
  ## 23.6.6
1338
1348
 
1339
1349
  ### Patch Changes
1340
1350
 
1341
- - [`b86cebed4a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b86cebed4a3) - Hover Preview: Update actionable element hover state
1351
+ - [#27655](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27655) [`b86cebed4a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b86cebed4a3) - Hover Preview: Update actionable element hover state
1342
1352
 
1343
1353
  ## 23.6.5
1344
1354
 
1345
1355
  ### Patch Changes
1346
1356
 
1347
- - [`0540b6c16a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0540b6c16a4) - Hover Preview: Update action experiment analytics
1357
+ - [#27593](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27593) [`0540b6c16a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0540b6c16a4) - Hover Preview: Update action experiment analytics
1348
1358
 
1349
1359
  ## 23.6.4
1350
1360
 
1351
1361
  ### Patch Changes
1352
1362
 
1353
- - [`e402b41fc94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e402b41fc94) - [ux] This change removes the icons on flexible block card actions, and also adds analytics for each of the flexible block card actions to maintain parity with the older block card.
1363
+ - [#27514](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27514) [`e402b41fc94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e402b41fc94) - [ux] This change removes the icons on flexible block card actions, and also adds analytics for each of the flexible block card actions to maintain parity with the older block card.
1354
1364
 
1355
1365
  ## 23.6.3
1356
1366
 
1357
1367
  ### Patch Changes
1358
1368
 
1359
- - [`b3c2a297df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3c2a297df4) - Hover Preview: Actionable element experiment: Reload link after embed view modal is closed
1369
+ - [#27547](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27547) [`b3c2a297df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3c2a297df4) - Hover Preview: Actionable element experiment: Reload link after embed view modal is closed
1360
1370
 
1361
1371
  ## 23.6.2
1362
1372
 
1363
1373
  ### Patch Changes
1364
1374
 
1365
- - [`ac756b23886`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac756b23886) - Added tooltip for open link in new tab button in hover card
1375
+ - [#27559](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27559) [`ac756b23886`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac756b23886) - Added tooltip for open link in new tab button in hover card
1366
1376
 
1367
1377
  ## 23.6.1
1368
1378
 
1369
1379
  ### Patch Changes
1370
1380
 
1371
- - [`55429f504d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55429f504d6) - [ux] Change the 'Preview' button text to 'Full screen view' with a matching icon
1381
+ - [#27206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27206) [`55429f504d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55429f504d6) - [ux] Change the 'Preview' button text to 'Full screen view' with a matching icon
1372
1382
 
1373
1383
  ## 23.6.0
1374
1384
 
1375
1385
  ### Minor Changes
1376
1386
 
1377
- - [`3626f0cc5c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3626f0cc5c0) - [ux] An unauthorised view was implemented for Hover Card. It will show up if the link is in 'unauthorized' state and it will offer a way for a user to connect their account.
1387
+ - [#27416](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27416) [`3626f0cc5c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3626f0cc5c0) - [ux] An unauthorised view was implemented for Hover Card. It will show up if the link is in 'unauthorized' state and it will offer a way for a user to connect their account.
1378
1388
 
1379
1389
  ### Patch Changes
1380
1390
 
@@ -1384,21 +1394,21 @@
1384
1394
 
1385
1395
  ### Patch Changes
1386
1396
 
1387
- - [`0b8bfb1a2d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b8bfb1a2d9) - Force http call (and not use cache) when reload action is called
1397
+ - [#27328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27328) [`0b8bfb1a2d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b8bfb1a2d9) - Force http call (and not use cache) when reload action is called
1388
1398
  - Updated dependencies
1389
1399
 
1390
1400
  ## 23.5.1
1391
1401
 
1392
1402
  ### Patch Changes
1393
1403
 
1394
- - [`1070e536838`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1070e536838) - [ux] Hover Preview: Add experiment for actionable element
1404
+ - [#27236](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27236) [`1070e536838`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1070e536838) - [ux] Hover Preview: Add experiment for actionable element
1395
1405
  - Updated dependencies
1396
1406
 
1397
1407
  ## 23.5.0
1398
1408
 
1399
1409
  ### Minor Changes
1400
1410
 
1401
- - [`9dd3377f9bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dd3377f9bb) - [ux] This adds support for the new Flexible UI Block Card, added behind a feature flag "useFlexibleBlockCard"
1411
+ - [#27193](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27193) [`9dd3377f9bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dd3377f9bb) - [ux] This adds support for the new Flexible UI Block Card, added behind a feature flag "useFlexibleBlockCard"
1402
1412
 
1403
1413
  ### Patch Changes
1404
1414
 
@@ -1408,7 +1418,7 @@
1408
1418
 
1409
1419
  ### Patch Changes
1410
1420
 
1411
- - [`ca2b5b1a999`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca2b5b1a999) - [ux] fix Safari opening downloads in the same tab
1421
+ - [#27196](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27196) [`ca2b5b1a999`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca2b5b1a999) - [ux] fix Safari opening downloads in the same tab
1412
1422
 
1413
1423
  ## 23.4.7
1414
1424
 
@@ -1420,44 +1430,44 @@
1420
1430
 
1421
1431
  ### Patch Changes
1422
1432
 
1423
- - [`efa366b6ed6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa366b6ed6) - Upgrade json-ld-types from 3.1.0 to 3.2.0
1433
+ - [#27073](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27073) [`efa366b6ed6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa366b6ed6) - Upgrade json-ld-types from 3.1.0 to 3.2.0
1424
1434
  - Updated dependencies
1425
1435
 
1426
1436
  ## 23.4.5
1427
1437
 
1428
1438
  ### Patch Changes
1429
1439
 
1430
- - [`d2d705badea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2d705badea) - [ux] Small fix for the Footer Block that will be used in unresolved states of Block Card with Flexible UI.
1440
+ - [#27237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27237) [`d2d705badea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2d705badea) - [ux] Small fix for the Footer Block that will be used in unresolved states of Block Card with Flexible UI.
1431
1441
 
1432
1442
  ## 23.4.4
1433
1443
 
1434
1444
  ### Patch Changes
1435
1445
 
1436
- - [`655a52b4c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/655a52b4c06) - [ux] Update Flex-UI unauthorised views to include provider name
1446
+ - [#27141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27141) [`655a52b4c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/655a52b4c06) - [ux] Update Flex-UI unauthorised views to include provider name
1437
1447
 
1438
1448
  ## 23.4.3
1439
1449
 
1440
1450
  ### Patch Changes
1441
1451
 
1442
- - [`85de18a2d79`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85de18a2d79) - [ux] Enable text wrapping in contents of unresolved views and allow scrolling in when embed size is small.
1452
+ - [#27191](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27191) [`85de18a2d79`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85de18a2d79) - [ux] Enable text wrapping in contents of unresolved views and allow scrolling in when embed size is small.
1443
1453
 
1444
1454
  ## 23.4.2
1445
1455
 
1446
1456
  ### Patch Changes
1447
1457
 
1448
- - [`306c81c6551`](https://bitbucket.org/atlassian/atlassian-frontend/commits/306c81c6551) - [ux] Added unresolved views for a Flexible Block card. At the moment these views are not exposed, but they will be used when a Block Card is replaced with Flexible UI.
1458
+ - [#27081](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27081) [`306c81c6551`](https://bitbucket.org/atlassian/atlassian-frontend/commits/306c81c6551) - [ux] Added unresolved views for a Flexible Block card. At the moment these views are not exposed, but they will be used when a Block Card is replaced with Flexible UI.
1449
1459
 
1450
1460
  ## 23.4.1
1451
1461
 
1452
1462
  ### Patch Changes
1453
1463
 
1454
- - [`9dd78d9e76e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dd78d9e76e) - [ux] Update button text on inline card unauthorised view to include provider name
1464
+ - [#26884](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26884) [`9dd78d9e76e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dd78d9e76e) - [ux] Update button text on inline card unauthorised view to include provider name
1455
1465
 
1456
1466
  ## 23.4.0
1457
1467
 
1458
1468
  ### Minor Changes
1459
1469
 
1460
- - [`a86403e5e0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a86403e5e0e) - [ux] This PR adds more actions for use in Flexible UI Smart Links. These are PreviewAction, ViewAction and DownloadAction, and correspond to their Block card counterparts.
1470
+ - [#26746](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26746) [`a86403e5e0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a86403e5e0e) - [ux] This PR adds more actions for use in Flexible UI Smart Links. These are PreviewAction, ViewAction and DownloadAction, and correspond to their Block card counterparts.
1461
1471
 
1462
1472
  These, unlike the existing actions, will only render when the data for them is available. Therefore, the onClick for these actions are optional.
1463
1473
 
@@ -1491,64 +1501,64 @@
1491
1501
 
1492
1502
  ### Patch Changes
1493
1503
 
1494
- - [`6533e448c53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6533e448c53) - [ux] Embed: Update unauthorised view text messages and use provider image if available
1504
+ - [#26811](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26811) [`6533e448c53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6533e448c53) - [ux] Embed: Update unauthorised view text messages and use provider image if available
1495
1505
  - Updated dependencies
1496
1506
 
1497
1507
  ## 23.3.0
1498
1508
 
1499
1509
  ### Minor Changes
1500
1510
 
1501
- - [`be7ac1e0d9b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be7ac1e0d9b) - Add `hideRetry` optional prop to TitleBlock element to allow customers to optout from any retry buttons to be shown (like "connect to preview" or "Can't find link" or "Restricted link, try another account")
1511
+ - [#26834](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26834) [`be7ac1e0d9b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be7ac1e0d9b) - Add `hideRetry` optional prop to TitleBlock element to allow customers to optout from any retry buttons to be shown (like "connect to preview" or "Can't find link" or "Restricted link, try another account")
1502
1512
 
1503
1513
  ## 23.2.0
1504
1514
 
1505
1515
  ### Minor Changes
1506
1516
 
1507
- - [`5a2432bf917`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a2432bf917) - [ux] Adds metadata to hover smart cards resolved by trello-object-provider
1517
+ - [#26689](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26689) [`5a2432bf917`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a2432bf917) - [ux] Adds metadata to hover smart cards resolved by trello-object-provider
1508
1518
 
1509
1519
  ## 23.1.4
1510
1520
 
1511
1521
  ### Patch Changes
1512
1522
 
1513
- - [`e6d8d32e33e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d8d32e33e) - [ux] Update token usages in the loading shimmer effect to be smoother for inline cards. Updated appearances only visible in applications configured to use the new Tokens API (currently in alpha).
1523
+ - [#26701](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26701) [`e6d8d32e33e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d8d32e33e) - [ux] Update token usages in the loading shimmer effect to be smoother for inline cards. Updated appearances only visible in applications configured to use the new Tokens API (currently in alpha).
1514
1524
 
1515
1525
  ## 23.1.3
1516
1526
 
1517
1527
  ### Patch Changes
1518
1528
 
1519
- - [`558e0af2263`](https://bitbucket.org/atlassian/atlassian-frontend/commits/558e0af2263) - Embed Preview: Clean up experiment
1529
+ - [#25507](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25507) [`558e0af2263`](https://bitbucket.org/atlassian/atlassian-frontend/commits/558e0af2263) - Embed Preview: Clean up experiment
1520
1530
 
1521
1531
  ## 23.1.2
1522
1532
 
1523
1533
  ### Patch Changes
1524
1534
 
1525
- - [`5bdea3e4375`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5bdea3e4375) - Re register card when redux store is recreated
1535
+ - [#26582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26582) [`5bdea3e4375`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5bdea3e4375) - Re register card when redux store is recreated
1526
1536
 
1527
1537
  ## 23.1.1
1528
1538
 
1529
1539
  ### Patch Changes
1530
1540
 
1531
- - [`d2cde0ebdfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cde0ebdfd) - fix editor cypress tests and delete media cypress tests
1532
- - [`8f95d913495`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f95d913495) - Smart Link: Add default view to inline/block/embed appearance
1541
+ - [#26241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26241) [`d2cde0ebdfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cde0ebdfd) - fix editor cypress tests and delete media cypress tests
1542
+ - [#26451](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26451) [`8f95d913495`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f95d913495) - Smart Link: Add default view to inline/block/embed appearance
1533
1543
 
1534
1544
  ## 23.1.0
1535
1545
 
1536
1546
  ### Minor Changes
1537
1547
 
1538
- - [`b3ba198b928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3ba198b928) - [ux] Adds attachment count widget to metadata section
1548
+ - [#25527](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25527) [`b3ba198b928`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3ba198b928) - [ux] Adds attachment count widget to metadata section
1539
1549
 
1540
1550
  ## 23.0.2
1541
1551
 
1542
1552
  ### Patch Changes
1543
1553
 
1544
- - [`6af519d2a17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6af519d2a17) - Upgrade json-ld-types from 3.0.2 to 3.1.0
1554
+ - [#25967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25967) [`6af519d2a17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6af519d2a17) - Upgrade json-ld-types from 3.0.2 to 3.1.0
1545
1555
  - Updated dependencies
1546
1556
 
1547
1557
  ## 23.0.1
1548
1558
 
1549
1559
  ### Patch Changes
1550
1560
 
1551
- - [`3b30fc47274`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b30fc47274) - Smart Link card state fix relating to an issue with returning old state if url changes to the one already present in the store.
1561
+ - [#26357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26357) [`3b30fc47274`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b30fc47274) - Smart Link card state fix relating to an issue with returning old state if url changes to the one already present in the store.
1552
1562
 
1553
1563
  ## 23.0.0
1554
1564
 
@@ -1560,25 +1570,25 @@
1560
1570
 
1561
1571
  ### Minor Changes
1562
1572
 
1563
- - [`b5278b469b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5278b469b8) - [ux] Allow rendering custom preview of embeds in forbidden view
1573
+ - [#26080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26080) [`b5278b469b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5278b469b8) - [ux] Allow rendering custom preview of embeds in forbidden view
1564
1574
 
1565
1575
  ## 22.3.2
1566
1576
 
1567
1577
  ### Patch Changes
1568
1578
 
1569
- - [`d4f3f7afbe4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4f3f7afbe4) - [ux] Smart Links: Change date format of the Flexible Smart Links' CreatedOn and ModifiedOn element to short month to better accommodate smaller space, including but not limited to Hover Preview.
1579
+ - [#26229](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26229) [`d4f3f7afbe4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4f3f7afbe4) - [ux] Smart Links: Change date format of the Flexible Smart Links' CreatedOn and ModifiedOn element to short month to better accommodate smaller space, including but not limited to Hover Preview.
1570
1580
 
1571
1581
  ## 22.3.1
1572
1582
 
1573
1583
  ### Patch Changes
1574
1584
 
1575
- - [`829baeda46d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/829baeda46d) - [ux] Update token usages in the loading shimmer effect on inline cards.
1585
+ - [#25951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25951) [`829baeda46d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/829baeda46d) - [ux] Update token usages in the loading shimmer effect on inline cards.
1576
1586
 
1577
1587
  ## 22.3.0
1578
1588
 
1579
1589
  ### Minor Changes
1580
1590
 
1581
- - [`b31cdf70f6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b31cdf70f6e) - Updates `@emotion/core` v10 to `@emotion/react` v11. There is no expected behaviour change.
1591
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`b31cdf70f6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b31cdf70f6e) - Updates `@emotion/core` v10 to `@emotion/react` v11. There is no expected behaviour change.
1582
1592
 
1583
1593
  ### Patch Changes
1584
1594
 
@@ -1588,20 +1598,20 @@
1588
1598
 
1589
1599
  ### Patch Changes
1590
1600
 
1591
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
1601
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
1592
1602
  - Updated dependencies
1593
1603
 
1594
1604
  ## 22.2.0
1595
1605
 
1596
1606
  ### Minor Changes
1597
1607
 
1598
- - [`9a0c1c39d27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a0c1c39d27) - Rethrow errors from child component of smart-card so all non API errors will be handed to parent of smart-card
1608
+ - [#24742](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24742) [`9a0c1c39d27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a0c1c39d27) - Rethrow errors from child component of smart-card so all non API errors will be handed to parent of smart-card
1599
1609
 
1600
1610
  ## 22.1.2
1601
1611
 
1602
1612
  ### Patch Changes
1603
1613
 
1604
- - [`46059beebbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46059beebbf) - - include **tests_external** in build
1614
+ - [#24818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24818) [`46059beebbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46059beebbf) - - include **tests_external** in build
1605
1615
  - replace usage of @local-cypress package with @cypress
1606
1616
  - bump @cypress from ^6.4.0 to ^7.7.0
1607
1617
  - import cypress types into @atlaskit/in-product-testing tsconfig
@@ -1610,20 +1620,20 @@
1610
1620
 
1611
1621
  ### Patch Changes
1612
1622
 
1613
- - [`9c7cc4139ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c7cc4139ec) - Partially remove Lozenge CSS override which conflicts with updated Lozenge styling.
1623
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`9c7cc4139ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c7cc4139ec) - Partially remove Lozenge CSS override which conflicts with updated Lozenge styling.
1614
1624
  - Updated dependencies
1615
1625
 
1616
1626
  ## 22.1.0
1617
1627
 
1618
1628
  ### Minor Changes
1619
1629
 
1620
- - [`c908307ef8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c908307ef8e) - Embed Preview: Update embed preview modal analytics
1630
+ - [#24522](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24522) [`c908307ef8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c908307ef8e) - Embed Preview: Update embed preview modal analytics
1621
1631
 
1622
1632
  ## 22.0.0
1623
1633
 
1624
1634
  ### Major Changes
1625
1635
 
1626
- - [`e2bd5c50884`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2bd5c50884) - This PR changes how Smart Link Analytics events are defined.
1636
+ - [#24526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24526) [`e2bd5c50884`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2bd5c50884) - This PR changes how Smart Link Analytics events are defined.
1627
1637
  Analytics events now use object args rather than inline arguments.
1628
1638
 
1629
1639
  Previously:
@@ -1666,32 +1676,32 @@
1666
1676
 
1667
1677
  ### Minor Changes
1668
1678
 
1669
- - [`1c76ddcd2f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c76ddcd2f3) - [ux] Flex-UI: - Add props to generic block: - onRender - onTransitionEnd - blockRef
1679
+ - [#24246](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24246) [`1c76ddcd2f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c76ddcd2f3) - [ux] Flex-UI: - Add props to generic block: - onRender - onTransitionEnd - blockRef
1670
1680
  HoverCard: - use the above properties in Hover Card to apply transition to preview block and fallback to snippet
1671
1681
 
1672
1682
  ## 21.2.0
1673
1683
 
1674
1684
  ### Minor Changes
1675
1685
 
1676
- - [`d2439a3c65d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2439a3c65d) - [ux] Embed Preview Modal: Add experiment modal with new UX and resize functionality (behind feature flag)
1686
+ - [#24391](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24391) [`d2439a3c65d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2439a3c65d) - [ux] Embed Preview Modal: Add experiment modal with new UX and resize functionality (behind feature flag)
1677
1687
 
1678
1688
  ### Patch Changes
1679
1689
 
1680
- - [`6dd64ce82a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dd64ce82a8) - [ux] This changes icon loading for Flexible Smart Links. Previously, all `@atlaskit/icon-file-type/glyph/` icons in Flexible Smart Links would be loaded asynchronously. This change makes it so that the `@atlaskit/icon-file-type/glyph/blog` and `@atlaskit/icon-file-type/glyph/document`icons load synchronously in order to better support SSR use cases.
1690
+ - [#24530](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24530) [`6dd64ce82a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dd64ce82a8) - [ux] This changes icon loading for Flexible Smart Links. Previously, all `@atlaskit/icon-file-type/glyph/` icons in Flexible Smart Links would be loaded asynchronously. This change makes it so that the `@atlaskit/icon-file-type/glyph/blog` and `@atlaskit/icon-file-type/glyph/document`icons load synchronously in order to better support SSR use cases.
1681
1691
  - Updated dependencies
1682
1692
 
1683
1693
  ## 21.1.4
1684
1694
 
1685
1695
  ### Patch Changes
1686
1696
 
1687
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
1697
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
1688
1698
  - Updated dependencies
1689
1699
 
1690
1700
  ## 21.1.3
1691
1701
 
1692
1702
  ### Patch Changes
1693
1703
 
1694
- - [`d0b3a262e03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0b3a262e03) - [ux] Embed Preview: Update the new embed preview modal UX
1704
+ - [#24442](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24442) [`d0b3a262e03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0b3a262e03) - [ux] Embed Preview: Update the new embed preview modal UX
1695
1705
 
1696
1706
  - Make title smaller
1697
1707
  - Reduce gap between element
@@ -1701,43 +1711,43 @@
1701
1711
 
1702
1712
  ### Patch Changes
1703
1713
 
1704
- - [`a024e3c77ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a024e3c77ec) - Embed Preview: Add embed preview modal (WIP)
1714
+ - [#24344](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24344) [`a024e3c77ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a024e3c77ec) - Embed Preview: Add embed preview modal (WIP)
1705
1715
 
1706
1716
  ## 21.1.1
1707
1717
 
1708
1718
  ### Patch Changes
1709
1719
 
1710
- - [`e6a3654a137`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6a3654a137) - Fix bug where smart cards used `elevation.surface` instead of `elevation.surface.raised` design tokens for card backgrounds.
1720
+ - [#24162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24162) [`e6a3654a137`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6a3654a137) - Fix bug where smart cards used `elevation.surface` instead of `elevation.surface.raised` design tokens for card backgrounds.
1711
1721
 
1712
1722
  ## 21.1.0
1713
1723
 
1714
1724
  ### Minor Changes
1715
1725
 
1716
- - [`fa7f42de6c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa7f42de6c0) - Flexible UI: Add onActionMenuOpenChange on TitleBlock to detect action dropdown menu open/close
1726
+ - [#24174](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24174) [`fa7f42de6c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa7f42de6c0) - Flexible UI: Add onActionMenuOpenChange on TitleBlock to detect action dropdown menu open/close
1717
1727
 
1718
1728
  ## 21.0.4
1719
1729
 
1720
1730
  ### Patch Changes
1721
1731
 
1722
- - [`4347099f4ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4347099f4ba) - [ux] Blue highlight is removed for when a user right-clicks on a Flex UI Smart Link
1732
+ - [#24078](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24078) [`4347099f4ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4347099f4ba) - [ux] Blue highlight is removed for when a user right-clicks on a Flex UI Smart Link
1723
1733
 
1724
1734
  ## 21.0.3
1725
1735
 
1726
1736
  ### Patch Changes
1727
1737
 
1728
- - [`a657fbfe5e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a657fbfe5e1) - [ux] Flexible UI: Fix action menu and its tooltip not disappear after an action is clicked
1738
+ - [#24043](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24043) [`a657fbfe5e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a657fbfe5e1) - [ux] Flexible UI: Fix action menu and its tooltip not disappear after an action is clicked
1729
1739
 
1730
1740
  ## 21.0.2
1731
1741
 
1732
1742
  ### Patch Changes
1733
1743
 
1734
- - [`0a08e95af20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a08e95af20) - fix bug where scrolling onto an inline link opens hover card in unexpected locations
1744
+ - [#23789](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23789) [`0a08e95af20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a08e95af20) - fix bug where scrolling onto an inline link opens hover card in unexpected locations
1735
1745
 
1736
1746
  ## 21.0.1
1737
1747
 
1738
1748
  ### Patch Changes
1739
1749
 
1740
- - [`919a3124eb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/919a3124eb8) - turn off autofocus for hover card
1750
+ - [#23740](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23740) [`919a3124eb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/919a3124eb8) - turn off autofocus for hover card
1741
1751
 
1742
1752
  ## 21.0.0
1743
1753
 
@@ -1749,31 +1759,31 @@
1749
1759
 
1750
1760
  ### Patch Changes
1751
1761
 
1752
- - [`8df009f4313`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8df009f4313) - fix metadata status for prefetching
1762
+ - [#23638](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23638) [`8df009f4313`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8df009f4313) - fix metadata status for prefetching
1753
1763
 
1754
1764
  ## 20.1.3
1755
1765
 
1756
1766
  ### Patch Changes
1757
1767
 
1758
- - [`7c0644e5daf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c0644e5daf) - fix on mouse hover functionality for hover cards
1768
+ - [#23600](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23600) [`7c0644e5daf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c0644e5daf) - fix on mouse hover functionality for hover cards
1759
1769
 
1760
1770
  ## 20.1.2
1761
1771
 
1762
1772
  ### Patch Changes
1763
1773
 
1764
- - [`0fb4cccede9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb4cccede9) - add on mouse hover to hover card
1774
+ - [#23043](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23043) [`0fb4cccede9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb4cccede9) - add on mouse hover to hover card
1765
1775
 
1766
1776
  ## 20.1.1
1767
1777
 
1768
1778
  ### Patch Changes
1769
1779
 
1770
- - [`59469f2ed1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59469f2ed1c) - Add loading state for hover previews
1780
+ - [#23452](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23452) [`59469f2ed1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59469f2ed1c) - Add loading state for hover previews
1771
1781
 
1772
1782
  ## 20.1.0
1773
1783
 
1774
1784
  ### Minor Changes
1775
1785
 
1776
- - [`58eb89c70f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58eb89c70f5) - Add onError callback on Card component.
1786
+ - [#23385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23385) [`58eb89c70f5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58eb89c70f5) - Add onError callback on Card component.
1777
1787
  The callback is triggered when Card component unable to resolve the link.
1778
1788
 
1779
1789
  Return statuses are errored, fallback, forbidden, not_found and unauthorized.
@@ -1788,7 +1798,7 @@
1788
1798
 
1789
1799
  ### Patch Changes
1790
1800
 
1791
- - [`e15410365b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e15410365b2) - - export types/functions in linking common to be used in smart card
1801
+ - [#22592](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22592) [`e15410365b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e15410365b2) - - export types/functions in linking common to be used in smart card
1792
1802
 
1793
1803
  - add flag to card action to override re-using previous 'resolved' state
1794
1804
 
@@ -1802,25 +1812,25 @@
1802
1812
 
1803
1813
  ### Patch Changes
1804
1814
 
1805
- - [`afb579e5778`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afb579e5778) - Flexible UI: Fix styling on MetadataBlock and FooterBlock in Firefox and Safari browser
1815
+ - [#23362](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23362) [`afb579e5778`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afb579e5778) - Flexible UI: Fix styling on MetadataBlock and FooterBlock in Firefox and Safari browser
1806
1816
 
1807
1817
  ## 20.0.5
1808
1818
 
1809
1819
  ### Patch Changes
1810
1820
 
1811
- - [`6e4810f82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e4810f82c3) - wrap hover preview in error boundary and emit failure event
1821
+ - [#23192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23192) [`6e4810f82c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e4810f82c3) - wrap hover preview in error boundary and emit failure event
1812
1822
 
1813
1823
  ## 20.0.4
1814
1824
 
1815
1825
  ### Patch Changes
1816
1826
 
1817
- - [`2a5cc0d4297`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a5cc0d4297) - Block: Update pull request link avatar to author (attributedTo)
1827
+ - [#23305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23305) [`2a5cc0d4297`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a5cc0d4297) - Block: Update pull request link avatar to author (attributedTo)
1818
1828
 
1819
1829
  ## 20.0.3
1820
1830
 
1821
1831
  ### Patch Changes
1822
1832
 
1823
- - [`4c2c26ca270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c2c26ca270) - Fix regression in logos in BlockCard footers in preview mode cuased by the `appearance` prop.
1833
+ - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`4c2c26ca270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c2c26ca270) - Fix regression in logos in BlockCard footers in preview mode cuased by the `appearance` prop.
1824
1834
  - [`d4133fe0edc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4133fe0edc) - Fix regression in logos in BlockCard footers caused by inheriting ProseMirror styles after a change in @atlaskit/logo internals.
1825
1835
  - Updated dependencies
1826
1836
 
@@ -1828,13 +1838,13 @@
1828
1838
 
1829
1839
  ### Patch Changes
1830
1840
 
1831
- - [`12950ccea1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12950ccea1b) - Hover Preview: Stop hover preview from propagating click event to parent element
1841
+ - [#23227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23227) [`12950ccea1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12950ccea1b) - Hover Preview: Stop hover preview from propagating click event to parent element
1832
1842
 
1833
1843
  ## 20.0.1
1834
1844
 
1835
1845
  ### Patch Changes
1836
1846
 
1837
- - [`3e4f8e1490a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e4f8e1490a) - Hover Preview: Fix Hover Preview shows on top of Preview modal
1847
+ - [#23170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23170) [`3e4f8e1490a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e4f8e1490a) - Hover Preview: Fix Hover Preview shows on top of Preview modal
1838
1848
 
1839
1849
  ## 20.0.0
1840
1850
 
@@ -1846,7 +1856,7 @@
1846
1856
 
1847
1857
  ### Minor Changes
1848
1858
 
1849
- - [`cd5e63258cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd5e63258cd) - Moved extractors to linking-common/extractors
1859
+ - [#23000](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23000) [`cd5e63258cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd5e63258cd) - Moved extractors to linking-common/extractors
1850
1860
 
1851
1861
  ### Patch Changes
1852
1862
 
@@ -1856,33 +1866,33 @@
1856
1866
 
1857
1867
  ### Patch Changes
1858
1868
 
1859
- - [`34d17437062`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34d17437062) - Flexible UI: Add DueOn element
1869
+ - [#22856](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22856) [`34d17437062`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34d17437062) - Flexible UI: Add DueOn element
1860
1870
  Hover Preview: Update Atlas metadata
1861
1871
 
1862
1872
  ## 19.1.30
1863
1873
 
1864
1874
  ### Patch Changes
1865
1875
 
1866
- - [`3a2bc5af606`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2bc5af606) - Flexible UI: Add pull request source and target branch element (text)
1876
+ - [#22717](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22717) [`3a2bc5af606`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a2bc5af606) - Flexible UI: Add pull request source and target branch element (text)
1867
1877
  Hover Preview: Update Bitbucket metadata for pull request link
1868
1878
 
1869
1879
  ## 19.1.29
1870
1880
 
1871
1881
  ### Patch Changes
1872
1882
 
1873
- - [`acfb4cbb01f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/acfb4cbb01f) - set hover card z-index to 511 to go over issue view modal
1883
+ - [#23045](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23045) [`acfb4cbb01f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/acfb4cbb01f) - set hover card z-index to 511 to go over issue view modal
1874
1884
 
1875
1885
  ## 19.1.28
1876
1886
 
1877
1887
  ### Patch Changes
1878
1888
 
1879
- - [`455538b6a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455538b6a3f) - use useFeatureFlag hook to get hover preview FF
1889
+ - [#22959](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22959) [`455538b6a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455538b6a3f) - use useFeatureFlag hook to get hover preview FF
1880
1890
 
1881
1891
  ## 19.1.27
1882
1892
 
1883
1893
  ### Patch Changes
1884
1894
 
1885
- - [`98d3f88e428`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98d3f88e428) - This PR adds external element typings for Flexible UI metadata.
1895
+ - [#22105](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22105) [`98d3f88e428`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98d3f88e428) - This PR adds external element typings for Flexible UI metadata.
1886
1896
  This means code completion will now be available when an element has a prop that can be overridden.
1887
1897
  As of this PR, these are the `CreatedOn` and `ModifiedOn` elements, which now accept some `text` which will override the existing text.
1888
1898
 
@@ -1892,39 +1902,39 @@
1892
1902
 
1893
1903
  ### Patch Changes
1894
1904
 
1895
- - [`00c79cca5b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00c79cca5b0) - hover card white space changes
1905
+ - [#22869](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22869) [`00c79cca5b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00c79cca5b0) - hover card white space changes
1896
1906
 
1897
1907
  ## 19.1.25
1898
1908
 
1899
1909
  ### Patch Changes
1900
1910
 
1901
- - [`de8de71a806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8de71a806) - Hover Preview: Fix Hover Preview analytics event details get applied to other Smart Links analytics
1902
- - [`ae023956743`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae023956743) - Smart Links Analytics types are exported to allow their usage from outside of the package
1911
+ - [#22836](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22836) [`de8de71a806`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de8de71a806) - Hover Preview: Fix Hover Preview analytics event details get applied to other Smart Links analytics
1912
+ - [#22879](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22879) [`ae023956743`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae023956743) - Smart Links Analytics types are exported to allow their usage from outside of the package
1903
1913
 
1904
1914
  ## 19.1.24
1905
1915
 
1906
1916
  ### Patch Changes
1907
1917
 
1908
- - [`cd729a0a41b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd729a0a41b) - [ux][ed-15030] Set the background color of smart cards properly in dark mode
1918
+ - [#22808](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22808) [`cd729a0a41b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd729a0a41b) - [ux][ed-15030] Set the background color of smart cards properly in dark mode
1909
1919
 
1910
1920
  ## 19.1.23
1911
1921
 
1912
1922
  ### Patch Changes
1913
1923
 
1914
- - [`f538640e3a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f538640e3a5) - fix: Previously the .reload() action would not propagate changes through to the smart-card state in some scenarios. This has been amended by making it an explicit Redux action.
1924
+ - [#22476](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22476) [`f538640e3a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f538640e3a5) - fix: Previously the .reload() action would not propagate changes through to the smart-card state in some scenarios. This has been amended by making it an explicit Redux action.
1915
1925
  - Updated dependencies
1916
1926
 
1917
1927
  ## 19.1.22
1918
1928
 
1919
1929
  ### Patch Changes
1920
1930
 
1921
- - [`c6978e3a40c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6978e3a40c) - This update adds Destination product and subproduct (core, servicedesk, software, etc.) analytics now available in the Smart Link ui card clicked event. At the time of writing, only Jira links have this functionality.
1931
+ - [#22366](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22366) [`c6978e3a40c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6978e3a40c) - This update adds Destination product and subproduct (core, servicedesk, software, etc.) analytics now available in the Smart Link ui card clicked event. At the time of writing, only Jira links have this functionality.
1922
1932
 
1923
1933
  ## 19.1.21
1924
1934
 
1925
1935
  ### Patch Changes
1926
1936
 
1927
- - [`b39f43e68c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b39f43e68c3) - [ux] Hover Preview: Add CreatedBy to 3P link metadata
1937
+ - [#22383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22383) [`b39f43e68c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b39f43e68c3) - [ux] Hover Preview: Add CreatedBy to 3P link metadata
1928
1938
 
1929
1939
  [ux] Flexible UI: Text based elements now wrap and truncate within metadata group.
1930
1940
 
@@ -1932,20 +1942,20 @@
1932
1942
 
1933
1943
  ### Patch Changes
1934
1944
 
1935
- - [`0b7abdcf058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b7abdcf058) - Flexible UI: Fix PreviewBlock not showing image loading skeleton
1945
+ - [#22447](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22447) [`0b7abdcf058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b7abdcf058) - Flexible UI: Fix PreviewBlock not showing image loading skeleton
1936
1946
 
1937
1947
  ## 19.1.19
1938
1948
 
1939
1949
  ### Patch Changes
1940
1950
 
1941
- - [`f7aedc6cf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7aedc6cf7d) - [ux] A new element 'LatestCommit' was added in FlexibleUI for Smart Links. It displays the latest commit of a repository. Version of package 'json-ld-types' was upgraded to 2.4.2
1951
+ - [#22266](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22266) [`f7aedc6cf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7aedc6cf7d) - [ux] A new element 'LatestCommit' was added in FlexibleUI for Smart Links. It displays the latest commit of a repository. Version of package 'json-ld-types' was upgraded to 2.4.2
1942
1952
  - Updated dependencies
1943
1953
 
1944
1954
  ## 19.1.18
1945
1955
 
1946
1956
  ### Patch Changes
1947
1957
 
1948
- - [`b26dd70a1e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b26dd70a1e6) - This PR adds the ability for an integrator to provide a string via `placeholder` which will be displayed instead of the url while the CardWithURLContent component is not mounted (i.e. not currently being observed). This should help with performance use cases where some text is required to be displayed before the full Smart Link component is rendered.
1958
+ - [#22197](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22197) [`b26dd70a1e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b26dd70a1e6) - This PR adds the ability for an integrator to provide a string via `placeholder` which will be displayed instead of the url while the CardWithURLContent component is not mounted (i.e. not currently being observed). This should help with performance use cases where some text is required to be displayed before the full Smart Link component is rendered.
1949
1959
 
1950
1960
  Usage:
1951
1961
 
@@ -1958,25 +1968,25 @@
1958
1968
 
1959
1969
  ### Patch Changes
1960
1970
 
1961
- - [`46f6c1a70e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46f6c1a70e3) - Hover Preview: Improve analytics and update Flexible UI usage within Hover Preview
1971
+ - [#22247](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22247) [`46f6c1a70e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46f6c1a70e3) - Hover Preview: Improve analytics and update Flexible UI usage within Hover Preview
1962
1972
 
1963
1973
  ## 19.1.16
1964
1974
 
1965
1975
  ### Patch Changes
1966
1976
 
1967
- - [`47058879f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47058879f49) - [ux] Text customisation made possible for Flexible UI fields “ModifiedOn“ & “CreatedOn" (example: <TitleBlock metadata={[ { name: ElementName.CreatedOn, text: 'Last commit on' }]} />)
1977
+ - [#22225](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22225) [`47058879f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47058879f49) - [ux] Text customisation made possible for Flexible UI fields “ModifiedOn“ & “CreatedOn" (example: <TitleBlock metadata={[ { name: ElementName.CreatedOn, text: 'Last commit on' }]} />)
1968
1978
 
1969
1979
  ## 19.1.15
1970
1980
 
1971
1981
  ### Patch Changes
1972
1982
 
1973
- - [`23445a4d2ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23445a4d2ca) - Hover Preview: Update analytics details
1983
+ - [#22201](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22201) [`23445a4d2ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23445a4d2ca) - Hover Preview: Update analytics details
1974
1984
 
1975
1985
  ## 19.1.14
1976
1986
 
1977
1987
  ### Patch Changes
1978
1988
 
1979
- - [`9d57264a033`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d57264a033) - This update adds an exposed analytics hook, which will pave the way for future usage of Smart Link analytics outside of the smart-card component.
1989
+ - [#21912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21912) [`9d57264a033`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d57264a033) - This update adds an exposed analytics hook, which will pave the way for future usage of Smart Link analytics outside of the smart-card component.
1980
1990
 
1981
1991
  # Usage of `useSmartLinkAnalytics`
1982
1992
 
@@ -2031,76 +2041,76 @@
2031
2041
 
2032
2042
  ### Patch Changes
2033
2043
 
2034
- - [`a575379772a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a575379772a) - Hover Preview: Update z-index
2044
+ - [#22005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22005) [`a575379772a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a575379772a) - Hover Preview: Update z-index
2035
2045
 
2036
2046
  ## 19.1.12
2037
2047
 
2038
2048
  ### Patch Changes
2039
2049
 
2040
- - [`b68e80d658f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b68e80d658f) - add hover previews feature flag
2050
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`b68e80d658f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b68e80d658f) - add hover previews feature flag
2041
2051
  - Updated dependencies
2042
2052
 
2043
2053
  ## 19.1.11
2044
2054
 
2045
2055
  ### Patch Changes
2046
2056
 
2047
- - [`7833a526777`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7833a526777) - - Transfer i18n from @atlaskit/media-ui to @atlaskit/smart-card
2057
+ - [#21885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21885) [`7833a526777`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7833a526777) - - Transfer i18n from @atlaskit/media-ui to @atlaskit/smart-card
2048
2058
  - Remove @atlaskit/media-ui dependency
2049
2059
 
2050
2060
  ## 19.1.10
2051
2061
 
2052
2062
  ### Patch Changes
2053
2063
 
2054
- - [`009e3475b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/009e3475b29) - Duplicate isIntersectionObserverSupported from media-ui to smart-card
2064
+ - [#21922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21922) [`009e3475b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/009e3475b29) - Duplicate isIntersectionObserverSupported from media-ui to smart-card
2055
2065
 
2056
2066
  ## 19.1.9
2057
2067
 
2058
2068
  ### Patch Changes
2059
2069
 
2060
- - [`003ac36263e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003ac36263e) - Flexible UI: Fix preview block showing white space below image in Safari
2070
+ - [#21743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21743) [`003ac36263e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003ac36263e) - Flexible UI: Fix preview block showing white space below image in Safari
2061
2071
 
2062
2072
  ## 19.1.8
2063
2073
 
2064
2074
  ### Patch Changes
2065
2075
 
2066
- - [`81968c216ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81968c216ce) - Flexible UI: Fix clickableContainer not triggering analytics event
2076
+ - [#21778](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21778) [`81968c216ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81968c216ce) - Flexible UI: Fix clickableContainer not triggering analytics event
2067
2077
 
2068
2078
  ## 19.1.7
2069
2079
 
2070
2080
  ### Patch Changes
2071
2081
 
2072
- - [`08bdfa654e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08bdfa654e2) - Flexible UI: Add option to hide link tooltip on TitleBlock.
2082
+ - [#21700](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21700) [`08bdfa654e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08bdfa654e2) - Flexible UI: Add option to hide link tooltip on TitleBlock.
2073
2083
 
2074
2084
  ## 19.1.6
2075
2085
 
2076
2086
  ### Patch Changes
2077
2087
 
2078
- - [`28410ec919d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28410ec919d) - Flexible UI: Passing JsonLD response on authFlow disabled
2088
+ - [#21676](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21676) [`28410ec919d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28410ec919d) - Flexible UI: Passing JsonLD response on authFlow disabled
2079
2089
  - Updated dependencies
2080
2090
 
2081
2091
  ## 19.1.5
2082
2092
 
2083
2093
  ### Patch Changes
2084
2094
 
2085
- - [`db78a813922`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db78a813922) - Add error handling to smart-card ssr component
2095
+ - [#21558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21558) [`db78a813922`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db78a813922) - Add error handling to smart-card ssr component
2086
2096
 
2087
2097
  ## 19.1.4
2088
2098
 
2089
2099
  ### Patch Changes
2090
2100
 
2091
- - [`cd2e7183aa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd2e7183aa5) - Flexible UI: Fix action tooltips not displayed on hover
2101
+ - [#21625](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21625) [`cd2e7183aa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd2e7183aa5) - Flexible UI: Fix action tooltips not displayed on hover
2092
2102
 
2093
2103
  ## 19.1.3
2094
2104
 
2095
2105
  ### Patch Changes
2096
2106
 
2097
- - [`3de372f6670`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3de372f6670) - Hover Previews: use black flex-ui theme
2107
+ - [#21611](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21611) [`3de372f6670`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3de372f6670) - Hover Previews: use black flex-ui theme
2098
2108
 
2099
2109
  ## 19.1.2
2100
2110
 
2101
2111
  ### Patch Changes
2102
2112
 
2103
- - [`3a0fdf3c651`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a0fdf3c651) - change hover previews to show preview over snippet when its available
2113
+ - [#21520](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21520) [`3a0fdf3c651`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a0fdf3c651) - change hover previews to show preview over snippet when its available
2104
2114
 
2105
2115
  ## 19.1.1
2106
2116
 
@@ -2112,7 +2122,7 @@
2112
2122
 
2113
2123
  ### Minor Changes
2114
2124
 
2115
- - [`6b7ba46a96b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b7ba46a96b) - [MEX-1456] Remove unused infinite scroll from Media-UI and Remove lodash from Media package
2125
+ - [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`6b7ba46a96b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b7ba46a96b) - [MEX-1456] Remove unused infinite scroll from Media-UI and Remove lodash from Media package
2116
2126
 
2117
2127
  ### Patch Changes
2118
2128
 
@@ -2123,31 +2133,31 @@
2123
2133
 
2124
2134
  ### Patch Changes
2125
2135
 
2126
- - [`3eea7c153d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3eea7c153d6) - Handle onResolve prop from smart-card in flexible-card and use the prop inside hover-card to dynamically update popup positioning
2136
+ - [#21469](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21469) [`3eea7c153d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3eea7c153d6) - Handle onResolve prop from smart-card in flexible-card and use the prop inside hover-card to dynamically update popup positioning
2127
2137
 
2128
2138
  ## 19.0.3
2129
2139
 
2130
2140
  ### Patch Changes
2131
2141
 
2132
- - [`cae40e59c49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cae40e59c49) - Show relative date for dates less then 7 days away (flexible ui)
2142
+ - [#20394](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20394) [`cae40e59c49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cae40e59c49) - Show relative date for dates less then 7 days away (flexible ui)
2133
2143
 
2134
2144
  ## 19.0.2
2135
2145
 
2136
2146
  ### Patch Changes
2137
2147
 
2138
- - [`f3026520fc6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3026520fc6) - Fix long tti times for UFO smart-link-rendered experience
2148
+ - [#21353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21353) [`f3026520fc6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3026520fc6) - Fix long tti times for UFO smart-link-rendered experience
2139
2149
 
2140
2150
  ## 19.0.1
2141
2151
 
2142
2152
  ### Patch Changes
2143
2153
 
2144
- - [`49f905e71e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49f905e71e5) - Flexible UI: Add API document and update prop types.
2154
+ - [#21392](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21392) [`49f905e71e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49f905e71e5) - Flexible UI: Add API document and update prop types.
2145
2155
 
2146
2156
  ## 19.0.0
2147
2157
 
2148
2158
  ### Major Changes
2149
2159
 
2150
- - [`6ee499cbb73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee499cbb73) - - Add @atlaskit/link-provider as peerDependency.
2160
+ - [#20562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20562) [`6ee499cbb73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee499cbb73) - - Add @atlaskit/link-provider as peerDependency.
2151
2161
 
2152
2162
  - Use Provider/Client from @atlaskit/link-provider and remove local version.
2153
2163
  - Re export moved things from @atlaskit/link-provider to make adoption easier
@@ -2183,44 +2193,44 @@
2183
2193
 
2184
2194
  ### Patch Changes
2185
2195
 
2186
- - [`8b9f08cbc1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b9f08cbc1c) - [ux] Default representation for Slack links was changed from 'block' to 'inline'
2187
- - [`f4811ca8c6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4811ca8c6a) - add provider based metadata to hover previews
2196
+ - [#20973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20973) [`8b9f08cbc1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b9f08cbc1c) - [ux] Default representation for Slack links was changed from 'block' to 'inline'
2197
+ - [#21186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21186) [`f4811ca8c6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4811ca8c6a) - add provider based metadata to hover previews
2188
2198
 
2189
2199
  ## 18.0.21
2190
2200
 
2191
2201
  ### Patch Changes
2192
2202
 
2193
- - [`ffaf122189e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffaf122189e) - Flexible UI: TitleBlock is now composory to display Flexible UI on Smart Links
2203
+ - [#21170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21170) [`ffaf122189e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffaf122189e) - Flexible UI: TitleBlock is now composory to display Flexible UI on Smart Links
2194
2204
 
2195
2205
  ## 18.0.20
2196
2206
 
2197
2207
  ### Patch Changes
2198
2208
 
2199
- - [`451f99db28a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/451f99db28a) - Flexible UI: Improve link title truncate to support url string
2209
+ - [#21142](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21142) [`451f99db28a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/451f99db28a) - Flexible UI: Improve link title truncate to support url string
2200
2210
 
2201
2211
  ## 18.0.19
2202
2212
 
2203
2213
  ### Patch Changes
2204
2214
 
2205
- - [`c09b670ffa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c09b670ffa1) - Flexible UI: Add container clickable option and improve keyboard navigation
2215
+ - [#21019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21019) [`c09b670ffa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c09b670ffa1) - Flexible UI: Add container clickable option and improve keyboard navigation
2206
2216
 
2207
2217
  ## 18.0.18
2208
2218
 
2209
2219
  ### Patch Changes
2210
2220
 
2211
- - [`63f6330be06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63f6330be06) - [ux] Flexible UI: Change loading spinner on resolving view to loading skeleton
2221
+ - [#21091](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21091) [`63f6330be06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63f6330be06) - [ux] Flexible UI: Change loading spinner on resolving view to loading skeleton
2212
2222
 
2213
2223
  ## 18.0.17
2214
2224
 
2215
2225
  ### Patch Changes
2216
2226
 
2217
- - [`79b365c3757`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79b365c3757) - [ux] If the "authFlow: disabled" prop is provided on the Smart Card Provider, then the call to action to authenticate forbidden links will also be disabled (in addition to the existing behaviour where only unauthenticated links have the call to action disabled).
2227
+ - [#21014](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21014) [`79b365c3757`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79b365c3757) - [ux] If the "authFlow: disabled" prop is provided on the Smart Card Provider, then the call to action to authenticate forbidden links will also be disabled (in addition to the existing behaviour where only unauthenticated links have the call to action disabled).
2218
2228
 
2219
2229
  ## 18.0.16
2220
2230
 
2221
2231
  ### Patch Changes
2222
2232
 
2223
- - [`63d05619104`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63d05619104) - [ux] Instrumented `@atlaskit/smart-card` with the new theming package, `@atlaskit/tokens`.
2233
+ - [#20590](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20590) [`63d05619104`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63d05619104) - [ux] Instrumented `@atlaskit/smart-card` with the new theming package, `@atlaskit/tokens`.
2224
2234
 
2225
2235
  New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
2226
2236
  These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
@@ -2229,7 +2239,7 @@
2229
2239
 
2230
2240
  ### Patch Changes
2231
2241
 
2232
- - [`c2a240de738`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2a240de738) - Add inline documentation for Flexible UI
2242
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`c2a240de738`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2a240de738) - Add inline documentation for Flexible UI
2233
2243
  - [`6976489a51a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6976489a51a) - Flexible UI: Enable css override for actions
2234
2244
  - [`7d4e18ffddb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d4e18ffddb) - instrument analytics events for hover card
2235
2245
  - [`a123e96fc62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a123e96fc62) - expose prop on smart card
@@ -2254,13 +2264,13 @@
2254
2264
 
2255
2265
  ### Patch Changes
2256
2266
 
2257
- - [`b90896c18cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90896c18cd) - move helpers and types to @atlaskit/linking-common and import them
2267
+ - [#20479](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20479) [`b90896c18cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90896c18cd) - move helpers and types to @atlaskit/linking-common and import them
2258
2268
 
2259
2269
  ## 18.0.11
2260
2270
 
2261
2271
  ### Patch Changes
2262
2272
 
2263
- - [`ec98e2d8ebc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec98e2d8ebc) - feat: Expose `useSmartLinkReload` hook.
2273
+ - [#20258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20258) [`ec98e2d8ebc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec98e2d8ebc) - feat: Expose `useSmartLinkReload` hook.
2264
2274
 
2265
2275
  ### Example Usage
2266
2276
 
@@ -2283,67 +2293,67 @@
2283
2293
 
2284
2294
  ### Patch Changes
2285
2295
 
2286
- - [`b687926f768`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b687926f768) - Fix bug where individual action item was not hidden by default with showActionOnHover flag
2296
+ - [#20227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20227) [`b687926f768`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b687926f768) - Fix bug where individual action item was not hidden by default with showActionOnHover flag
2287
2297
 
2288
2298
  ## 18.0.9
2289
2299
 
2290
2300
  ### Patch Changes
2291
2301
 
2292
- - [`6adaa6b5c18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6adaa6b5c18) - Updated default renderer onClick to not fire on a Flexible UI link to prevent links from being openned twice
2302
+ - [#20257](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20257) [`6adaa6b5c18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6adaa6b5c18) - Updated default renderer onClick to not fire on a Flexible UI link to prevent links from being openned twice
2293
2303
 
2294
2304
  ## 18.0.8
2295
2305
 
2296
2306
  ### Patch Changes
2297
2307
 
2298
- - [`d9b55e7cd29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9b55e7cd29) - Add classname for placeholder element that is shown while we load js module
2308
+ - [#20229](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20229) [`d9b55e7cd29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9b55e7cd29) - Add classname for placeholder element that is shown while we load js module
2299
2309
 
2300
2310
  ## 18.0.7
2301
2311
 
2302
2312
  ### Patch Changes
2303
2313
 
2304
- - [`1f377bd17a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f377bd17a4) - Added open in new tab action to titleblock and refactored tests
2314
+ - [#20143](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20143) [`1f377bd17a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f377bd17a4) - Added open in new tab action to titleblock and refactored tests
2305
2315
 
2306
2316
  ## 18.0.6
2307
2317
 
2308
2318
  ### Patch Changes
2309
2319
 
2310
- - [`9945f8983f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9945f8983f0) - TitleBlock now has "anchorTarget" property
2320
+ - [#20127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20127) [`9945f8983f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9945f8983f0) - TitleBlock now has "anchorTarget" property
2311
2321
 
2312
2322
  ## 18.0.5
2313
2323
 
2314
2324
  ### Patch Changes
2315
2325
 
2316
- - [`54d8579fe05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d8579fe05) - Flexible UI: Reduce link title font weight
2326
+ - [#20121](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20121) [`54d8579fe05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d8579fe05) - Flexible UI: Reduce link title font weight
2317
2327
 
2318
2328
  ## 18.0.4
2319
2329
 
2320
2330
  ### Patch Changes
2321
2331
 
2322
- - [`dd4ae8205d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd4ae8205d1) - Add actions for non-resolved view of flexible ui
2332
+ - [#19947](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19947) [`dd4ae8205d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd4ae8205d1) - Add actions for non-resolved view of flexible ui
2323
2333
 
2324
2334
  ## 18.0.3
2325
2335
 
2326
2336
  ### Patch Changes
2327
2337
 
2328
- - [`7dc2fb8eb8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7dc2fb8eb8b) - Handle exceptions coming from client
2338
+ - [#20029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20029) [`7dc2fb8eb8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7dc2fb8eb8b) - Handle exceptions coming from client
2329
2339
 
2330
2340
  ## 18.0.2
2331
2341
 
2332
2342
  ### Patch Changes
2333
2343
 
2334
- - [`cff21812950`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cff21812950) - add smart link actions to footer of hover card, plus small styling changes
2344
+ - [#20055](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20055) [`cff21812950`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cff21812950) - add smart link actions to footer of hover card, plus small styling changes
2335
2345
 
2336
2346
  ## 18.0.1
2337
2347
 
2338
2348
  ### Patch Changes
2339
2349
 
2340
- - [`75c16ae4964`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75c16ae4964) - refactor code to use atlaskit/popup instead of atlaskit/tooltip as a base component
2350
+ - [#19884](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19884) [`75c16ae4964`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75c16ae4964) - refactor code to use atlaskit/popup instead of atlaskit/tooltip as a base component
2341
2351
 
2342
2352
  ## 18.0.0
2343
2353
 
2344
2354
  ### Major Changes
2345
2355
 
2346
- - [`dd429d9fdca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd429d9fdca) - [ux] EDM-2822: Fix smart link wraps just after the icon
2356
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`dd429d9fdca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd429d9fdca) - [ux] EDM-2822: Fix smart link wraps just after the icon
2347
2357
 
2348
2358
  ### Patch Changes
2349
2359
 
@@ -2354,37 +2364,37 @@
2354
2364
 
2355
2365
  ### Patch Changes
2356
2366
 
2357
- - [`f9bbe6d0a56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9bbe6d0a56) - Add View, Vote and React badge elements
2367
+ - [#19883](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19883) [`f9bbe6d0a56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9bbe6d0a56) - Add View, Vote and React badge elements
2358
2368
 
2359
2369
  ## 17.7.11
2360
2370
 
2361
2371
  ### Patch Changes
2362
2372
 
2363
- - [`ca8c8db1440`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca8c8db1440) - Flexible UI: Add separator between text/date-time elements
2373
+ - [#19727](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19727) [`ca8c8db1440`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca8c8db1440) - Flexible UI: Add separator between text/date-time elements
2364
2374
 
2365
2375
  ## 17.7.10
2366
2376
 
2367
2377
  ### Patch Changes
2368
2378
 
2369
- - [`e04b58c623e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e04b58c623e) - Add EditAction
2379
+ - [#19735](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19735) [`e04b58c623e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e04b58c623e) - Add EditAction
2370
2380
 
2371
2381
  ## 17.7.9
2372
2382
 
2373
2383
  ### Patch Changes
2374
2384
 
2375
- - [`63d4f963f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63d4f963f72) - Flexible UI: Set PreviewBlock image aspect ratio to 16:9
2385
+ - [#19689](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19689) [`63d4f963f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63d4f963f72) - Flexible UI: Set PreviewBlock image aspect ratio to 16:9
2376
2386
 
2377
2387
  ## 17.7.8
2378
2388
 
2379
2389
  ### Patch Changes
2380
2390
 
2381
- - [`d75ce5b847d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d75ce5b847d) - Add link click analytics to flexible ui title block component
2391
+ - [#18523](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18523) [`d75ce5b847d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d75ce5b847d) - Add link click analytics to flexible ui title block component
2382
2392
 
2383
2393
  ## 17.7.7
2384
2394
 
2385
2395
  ### Patch Changes
2386
2396
 
2387
- - [`c01f6404d0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c01f6404d0c) - Add ability to trigger actions for a Smart Link from outside of the Smart Link card.
2397
+ - [#19669](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19669) [`c01f6404d0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c01f6404d0c) - Add ability to trigger actions for a Smart Link from outside of the Smart Link card.
2388
2398
 
2389
2399
  Example usage:
2390
2400
 
@@ -2416,43 +2426,43 @@
2416
2426
 
2417
2427
  ### Patch Changes
2418
2428
 
2419
- - [`0e5c8b501d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e5c8b501d6) - add test for when hover preview prop is not provided to inline card
2429
+ - [#19706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19706) [`0e5c8b501d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e5c8b501d6) - add test for when hover preview prop is not provided to inline card
2420
2430
 
2421
2431
  ## 17.7.5
2422
2432
 
2423
2433
  ### Patch Changes
2424
2434
 
2425
- - [`b89ef291fb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b89ef291fb9) - EDM-2902: Move common component out of BlockCard
2435
+ - [#19700](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19700) [`b89ef291fb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b89ef291fb9) - EDM-2902: Move common component out of BlockCard
2426
2436
 
2427
2437
  ## 17.7.4
2428
2438
 
2429
2439
  ### Patch Changes
2430
2440
 
2431
- - [`ff7b1126682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff7b1126682) - Set up base component and relevant tests for hover previews
2441
+ - [#19644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19644) [`ff7b1126682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff7b1126682) - Set up base component and relevant tests for hover previews
2432
2442
 
2433
2443
  ## 17.7.3
2434
2444
 
2435
2445
  ### Patch Changes
2436
2446
 
2437
- - [`474d69913ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/474d69913ef) - Title block can have an action visible only on hover
2447
+ - [#19661](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19661) [`474d69913ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/474d69913ef) - Title block can have an action visible only on hover
2438
2448
 
2439
2449
  ## 17.7.2
2440
2450
 
2441
2451
  ### Patch Changes
2442
2452
 
2443
- - [`9066a1e8154`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9066a1e8154) - EDM-2926: Add title override for title block
2453
+ - [#19436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19436) [`9066a1e8154`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9066a1e8154) - EDM-2926: Add title override for title block
2444
2454
 
2445
2455
  ## 17.7.1
2446
2456
 
2447
2457
  ### Patch Changes
2448
2458
 
2449
- - [`123201c5105`](https://bitbucket.org/atlassian/atlassian-frontend/commits/123201c5105) - Add ability to add custom action item
2459
+ - [#19441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19441) [`123201c5105`](https://bitbucket.org/atlassian/atlassian-frontend/commits/123201c5105) - Add ability to add custom action item
2450
2460
 
2451
2461
  ## 17.7.0
2452
2462
 
2453
2463
  ### Minor Changes
2454
2464
 
2455
- - [`924aa854655`](https://bitbucket.org/atlassian/atlassian-frontend/commits/924aa854655) - Replaced deprecated dependency with @atlaskit/droplist and @atlaskit/item with @atlaskit/dropdown-menu in block card actions list
2465
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`924aa854655`](https://bitbucket.org/atlassian/atlassian-frontend/commits/924aa854655) - Replaced deprecated dependency with @atlaskit/droplist and @atlaskit/item with @atlaskit/dropdown-menu in block card actions list
2456
2466
  - [`fb15a8a421c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb15a8a421c) - move smart-card views and helpers from media-ui into smart-card
2457
2467
 
2458
2468
  ### Patch Changes
@@ -2463,95 +2473,95 @@
2463
2473
 
2464
2474
  ### Minor Changes
2465
2475
 
2466
- - [`0cab291e19e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cab291e19e) - Add "more" and dopdown for actions when there is more then 2
2476
+ - [#19341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19341) [`0cab291e19e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cab291e19e) - Add "more" and dopdown for actions when there is more then 2
2467
2477
 
2468
2478
  ## 17.5.3
2469
2479
 
2470
2480
  ### Patch Changes
2471
2481
 
2472
- - [`e68f0f554fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e68f0f554fa) - remove mousedown handler for inline links and add a vr test for the logic
2482
+ - [#19339](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19339) [`e68f0f554fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e68f0f554fa) - remove mousedown handler for inline links and add a vr test for the logic
2473
2483
 
2474
2484
  ## 17.5.2
2475
2485
 
2476
2486
  ### Patch Changes
2477
2487
 
2478
- - [`0fb7e85e70a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb7e85e70a) - Flexible UI: Add PreviewBlock
2488
+ - [#19307](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19307) [`0fb7e85e70a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb7e85e70a) - Flexible UI: Add PreviewBlock
2479
2489
 
2480
2490
  ## 17.5.1
2481
2491
 
2482
2492
  ### Patch Changes
2483
2493
 
2484
- - [`238facb8e1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/238facb8e1a) - Flexible UI: Add Preview element
2494
+ - [#19296](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19296) [`238facb8e1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/238facb8e1a) - Flexible UI: Add Preview element
2485
2495
 
2486
2496
  ## 17.5.0
2487
2497
 
2488
2498
  ### Minor Changes
2489
2499
 
2490
- - [`be8dc55e85d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be8dc55e85d) - [ux] Add Footer block
2500
+ - [#19243](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19243) [`be8dc55e85d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be8dc55e85d) - [ux] Add Footer block
2491
2501
 
2492
2502
  ## 17.4.3
2493
2503
 
2494
2504
  ### Patch Changes
2495
2505
 
2496
- - [`5a50882a528`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a50882a528) - Flexible UI: Remove safeToken function
2506
+ - [#19213](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19213) [`5a50882a528`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a50882a528) - Flexible UI: Remove safeToken function
2497
2507
 
2498
2508
  ## 17.4.2
2499
2509
 
2500
2510
  ### Patch Changes
2501
2511
 
2502
- - [`c8285bdcde4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8285bdcde4) - Flexible UI: Add SnippetBlock
2512
+ - [#19191](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19191) [`c8285bdcde4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8285bdcde4) - Flexible UI: Add SnippetBlock
2503
2513
 
2504
2514
  ## 17.4.1
2505
2515
 
2506
2516
  ### Patch Changes
2507
2517
 
2508
- - [`ecf130ca7d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ecf130ca7d8) - Flexible UI: Remove check on Smart Links appearance
2518
+ - [#19085](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19085) [`ecf130ca7d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ecf130ca7d8) - Flexible UI: Remove check on Smart Links appearance
2509
2519
 
2510
2520
  ## 17.4.0
2511
2521
 
2512
2522
  ### Minor Changes
2513
2523
 
2514
- - [`392b7d2b98f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/392b7d2b98f) - Add Provider element
2524
+ - [#19175](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19175) [`392b7d2b98f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/392b7d2b98f) - Add Provider element
2515
2525
 
2516
2526
  ## 17.3.2
2517
2527
 
2518
2528
  ### Patch Changes
2519
2529
 
2520
- - [`02ed34221ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02ed34221ef) - Flexible UI: Add Snippet element
2530
+ - [#19107](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19107) [`02ed34221ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02ed34221ef) - Flexible UI: Add Snippet element
2521
2531
 
2522
2532
  ## 17.3.1
2523
2533
 
2524
2534
  ### Patch Changes
2525
2535
 
2526
- - [`66dc86e0331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dc86e0331) - Flexible UI: Check for null element
2536
+ - [#19029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19029) [`66dc86e0331`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dc86e0331) - Flexible UI: Check for null element
2527
2537
 
2528
2538
  ## 17.3.0
2529
2539
 
2530
2540
  ### Minor Changes
2531
2541
 
2532
- - [`dab29fc6697`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dab29fc6697) - [ux] Flexible UI: AvatarGroup sizing updated for small and medium size
2542
+ - [#19028](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19028) [`dab29fc6697`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dab29fc6697) - [ux] Flexible UI: AvatarGroup sizing updated for small and medium size
2533
2543
 
2534
2544
  ### Patch Changes
2535
2545
 
2536
- - [`25408fac413`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25408fac413) - Flexible UI: Add MetadataBlock example
2546
+ - [#19023](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19023) [`25408fac413`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25408fac413) - Flexible UI: Add MetadataBlock example
2537
2547
 
2538
2548
  ## 17.2.1
2539
2549
 
2540
2550
  ### Patch Changes
2541
2551
 
2542
- - [`1d701660954`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d701660954) - Refactored deleteAction into a re-usable action component
2552
+ - [#18831](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18831) [`1d701660954`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d701660954) - Refactored deleteAction into a re-usable action component
2543
2553
 
2544
2554
  ## 17.2.0
2545
2555
 
2546
2556
  ### Minor Changes
2547
2557
 
2548
- - [`3200ce3abc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3200ce3abc5) - Flexible UI: Add MetadataBlock
2558
+ - [#18951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18951) [`3200ce3abc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3200ce3abc5) - Flexible UI: Add MetadataBlock
2549
2559
 
2550
2560
  ## 17.1.0
2551
2561
 
2552
2562
  ### Minor Changes
2553
2563
 
2554
- - [`c73cde16d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c73cde16d49) - [ux] Jira Work Management (JWM) List and Board view links will be converted into smart link embed by default
2564
+ - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`c73cde16d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c73cde16d49) - [ux] Jira Work Management (JWM) List and Board view links will be converted into smart link embed by default
2555
2565
  - [`948a410185b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/948a410185b) - [ux] New elements were added ModifiedOn and CreatedOn
2556
2566
  - [`6648e62bbfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6648e62bbfe) - ### Expose smart-card SSR component
2557
2567
 
@@ -2573,7 +2583,7 @@
2573
2583
  - [`3c4e3cf2bd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c4e3cf2bd3) - Flexible UI: Update sizing and styling
2574
2584
  - [`15b67162087`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15b67162087) - Flexible UI: Add LinkIcon element
2575
2585
  - [`a53d41a0d93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a53d41a0d93) - Flexible UI: Add TitleBlock error views
2576
- - [`12943538dde`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12943538dde) - Flexible UI: Add element - Title
2586
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`12943538dde`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12943538dde) - Flexible UI: Add element - Title
2577
2587
  - [`a46aabfcc71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a46aabfcc71) - Flexible UI: TitleBlock metadata
2578
2588
  - [`8e1979f21ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e1979f21ef) - Flexible UI: Update action styling and sizing
2579
2589
  - [`be56b069142`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be56b069142) - Flexible UI: Add element type Text
@@ -2617,7 +2627,7 @@
2617
2627
 
2618
2628
  ### Major Changes
2619
2629
 
2620
- - [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
2630
+ - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
2621
2631
 
2622
2632
  What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
2623
2633
  Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
@@ -2663,7 +2673,7 @@
2663
2673
 
2664
2674
  ### Minor Changes
2665
2675
 
2666
- - [`af29def3dac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af29def3dac) - expose missing smart-card classnames
2676
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`af29def3dac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af29def3dac) - expose missing smart-card classnames
2667
2677
 
2668
2678
  ```
2669
2679
  import {
@@ -2696,13 +2706,13 @@
2696
2706
 
2697
2707
  ### Patch Changes
2698
2708
 
2699
- - [`d7f743bbbdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7f743bbbdd) - useCallback for dispatchAnalytics to prevent multiple events firing on hover
2709
+ - [#16475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16475) [`d7f743bbbdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7f743bbbdd) - useCallback for dispatchAnalytics to prevent multiple events firing on hover
2700
2710
 
2701
2711
  ## 16.2.0
2702
2712
 
2703
2713
  ### Minor Changes
2704
2714
 
2705
- - [`0448db49f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0448db49f68) - Implement UFO instrumentation events pattern
2715
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`0448db49f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0448db49f68) - Implement UFO instrumentation events pattern
2706
2716
 
2707
2717
  ### Patch Changes
2708
2718
 
@@ -2721,7 +2731,7 @@
2721
2731
 
2722
2732
  ### Minor Changes
2723
2733
 
2724
- - [`978e9280610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/978e9280610) - add support for platform in BlockCard component
2734
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`978e9280610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/978e9280610) - add support for platform in BlockCard component
2725
2735
 
2726
2736
  ### Patch Changes
2727
2737
 
@@ -2732,7 +2742,7 @@
2732
2742
 
2733
2743
  ### Major Changes
2734
2744
 
2735
- - [`86aeb07cae3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86aeb07cae3) - EDM-2264: allow embed resize events from all domains
2745
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`86aeb07cae3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/86aeb07cae3) - EDM-2264: allow embed resize events from all domains
2736
2746
 
2737
2747
  **Note:**
2738
2748
 
@@ -2780,7 +2790,7 @@
2780
2790
 
2781
2791
  ### Minor Changes
2782
2792
 
2783
- - [`96b6fb1c6b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96b6fb1c6b9) - Add sandbox property to Smart Links embed
2793
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`96b6fb1c6b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96b6fb1c6b9) - Add sandbox property to Smart Links embed
2784
2794
  - [`c0fa45830e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0fa45830e1) - Add sandbox prop to Smart Links block card preview iframe
2785
2795
 
2786
2796
  ### Patch Changes
@@ -2791,7 +2801,7 @@
2791
2801
 
2792
2802
  ### Minor Changes
2793
2803
 
2794
- - [`3c79bfd15b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c79bfd15b4) - Add sideEffects false for better tree-shaking support
2804
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`3c79bfd15b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c79bfd15b4) - Add sideEffects false for better tree-shaking support
2795
2805
 
2796
2806
  ### Patch Changes
2797
2807
 
@@ -2801,14 +2811,14 @@
2801
2811
 
2802
2812
  ### Patch Changes
2803
2813
 
2804
- - [`d9cfa5c45dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9cfa5c45dc) - Render Polaris (Jira Product Discovery) view as an embed by default
2814
+ - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`d9cfa5c45dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9cfa5c45dc) - Render Polaris (Jira Product Discovery) view as an embed by default
2805
2815
  - Updated dependencies
2806
2816
 
2807
2817
  ## 15.3.0
2808
2818
 
2809
2819
  ### Minor Changes
2810
2820
 
2811
- - [`f7ff2c84451`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7ff2c84451) - bump json-ld-types from 2.2.2 to ^2.3.0"
2821
+ - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`f7ff2c84451`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7ff2c84451) - bump json-ld-types from 2.2.2 to ^2.3.0"
2812
2822
  - [`c9dd0243320`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9dd0243320) - [ux] prepend page title with emoji icon for smart link and block card
2813
2823
 
2814
2824
  ### Patch Changes
@@ -2819,14 +2829,14 @@
2819
2829
 
2820
2830
  ### Patch Changes
2821
2831
 
2822
- - [`277ed9667b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/277ed9667b2) - Fixed media bundle names following atlassian-frontend linting rules
2832
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`277ed9667b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/277ed9667b2) - Fixed media bundle names following atlassian-frontend linting rules
2823
2833
  - Updated dependencies
2824
2834
 
2825
2835
  ## 15.2.0
2826
2836
 
2827
2837
  ### Minor Changes
2828
2838
 
2829
- - [`e494a28d544`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e494a28d544) - New exported member `embedHeaderHeight` is added. Also all the instances of `onResolve` callback now return an object that contains optional extra property `aspectRatio`.
2839
+ - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`e494a28d544`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e494a28d544) - New exported member `embedHeaderHeight` is added. Also all the instances of `onResolve` callback now return an object that contains optional extra property `aspectRatio`.
2830
2840
 
2831
2841
  ### Patch Changes
2832
2842
 
@@ -2836,7 +2846,7 @@
2836
2846
 
2837
2847
  ### Minor Changes
2838
2848
 
2839
- - [`dfbb0a86959`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfbb0a86959) - [ux] Add ability for avatars to be shown in card view through adding the extractBlockUsers method
2849
+ - [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083) [`dfbb0a86959`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfbb0a86959) - [ux] Add ability for avatars to be shown in card view through adding the extractBlockUsers method
2840
2850
  - [`203e4021ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/203e4021ada) - [ux] Add support of .docx, .xlsx, .pptx, .rar mime types and folder; fix .doc and .ppt
2841
2851
 
2842
2852
  ### Patch Changes
@@ -2849,7 +2859,7 @@
2849
2859
 
2850
2860
  ### Patch Changes
2851
2861
 
2852
- - [`845dee52a4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845dee52a4a) - [ux] Adds additional request access metadata to forbidden urls if avalible
2862
+ - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`845dee52a4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/845dee52a4a) - [ux] Adds additional request access metadata to forbidden urls if avalible
2853
2863
  - [`8d6a82191ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d6a82191ab) - Removes unused props from icon usage.
2854
2864
  - [`695ce4fe717`](https://bitbucket.org/atlassian/atlassian-frontend/commits/695ce4fe717) - Adds additional request access metadata to forbidden urls if avalible
2855
2865
  - Updated dependencies
@@ -2858,7 +2868,7 @@
2858
2868
 
2859
2869
  ### Major Changes
2860
2870
 
2861
- - [`08c624ac7b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c624ac7b8) - [ux] `inlinePreloaderStyle` prop was added to SmartCard. It can be either `'on-left-with-skeleton'` or a `'on-right-without-skeleton'`
2871
+ - [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178) [`08c624ac7b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08c624ac7b8) - [ux] `inlinePreloaderStyle` prop was added to SmartCard. It can be either `'on-left-with-skeleton'` or a `'on-right-without-skeleton'`
2862
2872
 
2863
2873
  ### Patch Changes
2864
2874
 
@@ -2871,33 +2881,33 @@
2871
2881
 
2872
2882
  ### Patch Changes
2873
2883
 
2874
- - [`e604c297faf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e604c297faf) - Prevent resolveUnsupported errors being sent as unresolved events to stop SLO pollution.
2884
+ - [#8381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8381) [`e604c297faf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e604c297faf) - Prevent resolveUnsupported errors being sent as unresolved events to stop SLO pollution.
2875
2885
 
2876
2886
  ## 14.8.4
2877
2887
 
2878
2888
  ### Patch Changes
2879
2889
 
2880
- - [`d9d5322b260`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9d5322b260) - [ux] Render as a blue link in adf when there is a fatal error on smartcard
2890
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`d9d5322b260`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9d5322b260) - [ux] Render as a blue link in adf when there is a fatal error on smartcard
2881
2891
  - Updated dependencies
2882
2892
 
2883
2893
  ## 14.8.3
2884
2894
 
2885
2895
  ### Patch Changes
2886
2896
 
2887
- - [`eda409bf20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eda409bf20) - Handle network errors in smart-card client
2897
+ - [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425) [`eda409bf20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eda409bf20) - Handle network errors in smart-card client
2888
2898
  - Updated dependencies
2889
2899
 
2890
2900
  ## 14.8.2
2891
2901
 
2892
2902
  ### Patch Changes
2893
2903
 
2894
- - [`965c783580`](https://bitbucket.org/atlassian/atlassian-frontend/commits/965c783580) - add override references for Trello only
2904
+ - [#7559](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7559) [`965c783580`](https://bitbucket.org/atlassian/atlassian-frontend/commits/965c783580) - add override references for Trello only
2895
2905
 
2896
2906
  ## 14.8.1
2897
2907
 
2898
2908
  ### Patch Changes
2899
2909
 
2900
- - [`fae156831b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae156831b) - Removed unused devDependency (was only used in one example, which has been refactored)
2910
+ - [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170) [`fae156831b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae156831b) - Removed unused devDependency (was only used in one example, which has been refactored)
2901
2911
  - [`df97510b77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df97510b77) - handle backend errors in smart-link dataloader
2902
2912
  - [`b4cd19ad66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4cd19ad66) - To allow jira roadmap link with query param to convert to embed view
2903
2913
  - Updated dependencies
@@ -2906,7 +2916,7 @@
2906
2916
 
2907
2917
  ### Minor Changes
2908
2918
 
2909
- - [`6bef7adf66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bef7adf66) - `Card` component expects optional `embedIframeRef` iframe ref. New `IframelyResizeMessageListener` HOC component export is introduced.
2919
+ - [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930) [`6bef7adf66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bef7adf66) - `Card` component expects optional `embedIframeRef` iframe ref. New `IframelyResizeMessageListener` HOC component export is introduced.
2910
2920
 
2911
2921
  ### Patch Changes
2912
2922
 
@@ -2918,7 +2928,7 @@
2918
2928
 
2919
2929
  ### Minor Changes
2920
2930
 
2921
- - [`48995f73b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48995f73b2) - Create entry points to export internal API isolated from UI changes.
2931
+ - [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`48995f73b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48995f73b2) - Create entry points to export internal API isolated from UI changes.
2922
2932
 
2923
2933
  ### Patch Changes
2924
2934
 
@@ -2928,13 +2938,13 @@
2928
2938
 
2929
2939
  ### Patch Changes
2930
2940
 
2931
- - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
2941
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
2932
2942
 
2933
2943
  ## 14.6.0
2934
2944
 
2935
2945
  ### Minor Changes
2936
2946
 
2937
- - [`950ed4f24c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/950ed4f24c) - [ux] The embed card will now fallback to a inlineCard instead of blockCard in mobile
2947
+ - [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`950ed4f24c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/950ed4f24c) - [ux] The embed card will now fallback to a inlineCard instead of blockCard in mobile
2938
2948
 
2939
2949
  ### Patch Changes
2940
2950
 
@@ -2946,7 +2956,7 @@
2946
2956
 
2947
2957
  ### Minor Changes
2948
2958
 
2949
- - [`09de4533b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09de4533b0) - Make findPattern available to consumers
2959
+ - [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`09de4533b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09de4533b0) - Make findPattern available to consumers
2950
2960
  - [`3ae1d5929f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ae1d5929f) - [ux] Jira roadmap of classic projects will now be an embedCard by default
2951
2961
 
2952
2962
  ### Patch Changes
@@ -2957,13 +2967,13 @@
2957
2967
 
2958
2968
  ### Patch Changes
2959
2969
 
2960
- - [`676241b24e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/676241b24e) - HOT-93133: fix analytics for Smart Links
2970
+ - [#5734](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5734) [`676241b24e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/676241b24e) - HOT-93133: fix analytics for Smart Links
2961
2971
 
2962
2972
  ## 14.4.3
2963
2973
 
2964
2974
  ### Patch Changes
2965
2975
 
2966
- - [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
2976
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
2967
2977
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
2968
2978
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
2969
2979
 
@@ -2977,13 +2987,13 @@
2977
2987
 
2978
2988
  ### Patch Changes
2979
2989
 
2980
- - [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo analytics-next file restructure to allow external ts definitions to continue working
2990
+ - [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164) [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo analytics-next file restructure to allow external ts definitions to continue working
2981
2991
 
2982
2992
  ## 14.4.0
2983
2993
 
2984
2994
  ### Minor Changes
2985
2995
 
2986
- - [`22105274d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22105274d2) - Only render smart-card when context.value is available
2996
+ - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`22105274d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22105274d2) - Only render smart-card when context.value is available
2987
2997
  - [`c2e573479c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2e573479c) - EDM-937: added prefetching to Smart Links rendering path.
2988
2998
 
2989
2999
  As of this version of `@atlaskit/smart-card`, when a Smart Link is initially rendered, one of two things will take place:
@@ -3014,13 +3024,13 @@
3014
3024
 
3015
3025
  ### Minor Changes
3016
3026
 
3017
- - [`bc754bab5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc754bab5f) - expose SmartCardContext from @atlaskit/smart-card
3027
+ - [#4829](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4829) [`bc754bab5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc754bab5f) - expose SmartCardContext from @atlaskit/smart-card
3018
3028
 
3019
3029
  ## 14.2.3
3020
3030
 
3021
3031
  ### Patch Changes
3022
3032
 
3023
- - [`6e5372dcda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e5372dcda) - **Ticket:** EDM-1121
3033
+ - [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`6e5372dcda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e5372dcda) - **Ticket:** EDM-1121
3024
3034
 
3025
3035
  **Changes:**
3026
3036
 
@@ -3044,7 +3054,7 @@
3044
3054
 
3045
3055
  ### Patch Changes
3046
3056
 
3047
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
3057
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
3048
3058
 
3049
3059
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
3050
3060
  to prevent duplicates of tslib being bundled.
@@ -3053,13 +3063,13 @@
3053
3063
 
3054
3064
  ### Patch Changes
3055
3065
 
3056
- - [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
3066
+ - [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393) [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
3057
3067
 
3058
3068
  ## 14.2.0
3059
3069
 
3060
3070
  ### Minor Changes
3061
3071
 
3062
- - [`fae1f71b0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae1f71b0f) - Implement caching of duplicate URLs
3072
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`fae1f71b0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fae1f71b0f) - Implement caching of duplicate URLs
3063
3073
 
3064
3074
  ### Patch Changes
3065
3075
 
@@ -3074,7 +3084,7 @@
3074
3084
 
3075
3085
  ### Minor Changes
3076
3086
 
3077
- - [`4311cf9bf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4311cf9bf1) - Add additional connectFailedEvent reasons for smartcards
3087
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`4311cf9bf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4311cf9bf1) - Add additional connectFailedEvent reasons for smartcards
3078
3088
 
3079
3089
  ### Patch Changes
3080
3090
 
@@ -3088,7 +3098,7 @@
3088
3098
 
3089
3099
  ### Major Changes
3090
3100
 
3091
- - [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
3101
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
3092
3102
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
3093
3103
 
3094
3104
  ### Patch Changes
@@ -3099,14 +3109,14 @@
3099
3109
 
3100
3110
  ### Patch Changes
3101
3111
 
3102
- - [`cd9c2500a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd9c2500a8) - EDM-834: Jira Roadmap embeds will now be an embedCard by default and also wide
3112
+ - [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763) [`cd9c2500a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd9c2500a8) - EDM-834: Jira Roadmap embeds will now be an embedCard by default and also wide
3103
3113
  - [`b17d1c437a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b17d1c437a) - EDM-920: add required className to intersection observer loader
3104
3114
 
3105
3115
  ## 13.5.0
3106
3116
 
3107
3117
  ### Minor Changes
3108
3118
 
3109
- - [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
3119
+ - [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443) [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
3110
3120
  - [`62269a3e45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62269a3e45) - Added undefined links
3111
3121
  - [`996e045cc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/996e045cc4) - EDM-776: add platform prop to @atlaskit/smart-card for rendering fallback on mobile (embed -> block)
3112
3122
 
@@ -3121,14 +3131,14 @@
3121
3131
 
3122
3132
  ### Patch Changes
3123
3133
 
3124
- - [`455e383cda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455e383cda) - Use IntersectionObserver in smart-card to detect when a link enters the viewport
3134
+ - [#2984](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2984) [`455e383cda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455e383cda) - Use IntersectionObserver in smart-card to detect when a link enters the viewport
3125
3135
  - Updated dependencies
3126
3136
 
3127
3137
  ## 13.4.0
3128
3138
 
3129
3139
  ### Minor Changes
3130
3140
 
3131
- - [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216: Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
3141
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216: Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
3132
3142
 
3133
3143
  ### Patch Changes
3134
3144
 
@@ -3142,7 +3152,7 @@
3142
3152
 
3143
3153
  ### Minor Changes
3144
3154
 
3145
- - [`9848dca5c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9848dca5c7) - Updated json-ld-types to 2.1.0
3155
+ - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868) [`9848dca5c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9848dca5c7) - Updated json-ld-types to 2.1.0
3146
3156
 
3147
3157
  ### Patch Changes
3148
3158