@atlaskit/share 4.4.2 → 4.4.4

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 (158) hide show
  1. package/CHANGELOG.md +126 -114
  2. package/dist/cjs/clients/AtlassianUrlShortenerClient.js +2 -3
  3. package/dist/cjs/clients/ShareServiceClient.js +7 -11
  4. package/dist/cjs/components/CommentField.js +2 -3
  5. package/dist/cjs/components/CopyLinkButton.js +5 -10
  6. package/dist/cjs/components/ErrorBoundary.js +1 -2
  7. package/dist/cjs/components/IntegrationButton.js +2 -3
  8. package/dist/cjs/components/IntegrationForm.js +3 -5
  9. package/dist/cjs/components/LazyShareForm/LazyShareForm.js +2 -3
  10. package/dist/cjs/components/LazyShareForm/lazy.js +2 -3
  11. package/dist/cjs/components/MessagesIntlProvider.js +3 -4
  12. package/dist/cjs/components/ShareButton.js +2 -4
  13. package/dist/cjs/components/ShareDialogContainer.js +5 -8
  14. package/dist/cjs/components/ShareDialogWithTrigger.js +6 -9
  15. package/dist/cjs/components/ShareForm.js +8 -11
  16. package/dist/cjs/components/ShareFormWrapper/ShareFormWrapper.js +1 -2
  17. package/dist/cjs/components/ShareFormWrapper/styled.js +3 -5
  18. package/dist/cjs/components/ShareHeader.js +3 -5
  19. package/dist/cjs/components/SlackIcon.js +1 -2
  20. package/dist/cjs/components/UserPickerField.js +3 -6
  21. package/dist/cjs/components/analytics/analytics.js +17 -31
  22. package/dist/cjs/components/analytics/ufoExperienceHelper.js +2 -3
  23. package/dist/cjs/components/analytics/ufoExperiences.js +3 -5
  24. package/dist/cjs/components/colorSlackIcon.js +1 -2
  25. package/dist/cjs/components/monochromeSlackIcon.js +1 -2
  26. package/dist/cjs/components/styles.js +4 -6
  27. package/dist/cjs/components/utils.js +7 -13
  28. package/dist/cjs/i18n/cs.js +2 -3
  29. package/dist/cjs/i18n/da.js +2 -3
  30. package/dist/cjs/i18n/de.js +2 -3
  31. package/dist/cjs/i18n/en.js +2 -3
  32. package/dist/cjs/i18n/en_GB.js +2 -3
  33. package/dist/cjs/i18n/en_ZZ.js +2 -3
  34. package/dist/cjs/i18n/es.js +2 -3
  35. package/dist/cjs/i18n/et.js +2 -3
  36. package/dist/cjs/i18n/fi.js +2 -3
  37. package/dist/cjs/i18n/fr.js +2 -3
  38. package/dist/cjs/i18n/hu.js +2 -3
  39. package/dist/cjs/i18n/is.js +2 -3
  40. package/dist/cjs/i18n/it.js +2 -3
  41. package/dist/cjs/i18n/ja.js +2 -3
  42. package/dist/cjs/i18n/ko.js +2 -3
  43. package/dist/cjs/i18n/languages.js +2 -3
  44. package/dist/cjs/i18n/nb.js +2 -3
  45. package/dist/cjs/i18n/nl.js +2 -3
  46. package/dist/cjs/i18n/pl.js +2 -3
  47. package/dist/cjs/i18n/pt_BR.js +2 -3
  48. package/dist/cjs/i18n/pt_PT.js +2 -3
  49. package/dist/cjs/i18n/ro.js +2 -3
  50. package/dist/cjs/i18n/ru.js +2 -3
  51. package/dist/cjs/i18n/sk.js +2 -3
  52. package/dist/cjs/i18n/sv.js +2 -3
  53. package/dist/cjs/i18n/th.js +2 -3
  54. package/dist/cjs/i18n/tr.js +2 -3
  55. package/dist/cjs/i18n/uk.js +2 -3
  56. package/dist/cjs/i18n/vi.js +2 -3
  57. package/dist/cjs/i18n/zh.js +2 -3
  58. package/dist/cjs/i18n/zh_TW.js +2 -3
  59. package/dist/cjs/i18n.js +2 -3
  60. package/dist/cjs/types/Flag.js +2 -4
  61. package/dist/cjs/types/ShareEntities.js +2 -3
  62. package/dist/cjs/util/i18n-util.js +2 -3
  63. package/dist/es2019/components/CopyLinkButton.js +2 -1
  64. package/dist/es2019/components/IntegrationButton.js +1 -1
  65. package/dist/es2019/components/IntegrationForm.js +3 -3
  66. package/dist/es2019/components/LazyShareForm/LazyShareForm.js +1 -1
  67. package/dist/es2019/components/ShareForm.js +2 -2
  68. package/dist/es2019/components/analytics/analytics.js +1 -1
  69. package/dist/esm/clients/ShareServiceClient.js +2 -2
  70. package/dist/esm/components/CopyLinkButton.js +1 -1
  71. package/dist/esm/components/IntegrationButton.js +1 -1
  72. package/dist/esm/components/IntegrationForm.js +1 -1
  73. package/dist/esm/components/LazyShareForm/LazyShareForm.js +1 -1
  74. package/dist/esm/components/MessagesIntlProvider.js +2 -2
  75. package/dist/esm/components/ShareDialogContainer.js +2 -2
  76. package/dist/esm/components/ShareDialogWithTrigger.js +3 -3
  77. package/dist/esm/components/ShareForm.js +5 -5
  78. package/dist/esm/components/analytics/analytics.js +3 -3
  79. package/dist/esm/components/styles.js +2 -2
  80. package/package.json +10 -10
  81. package/dist/types-ts4.5/clients/AtlassianUrlShortenerClient.d.ts +0 -16
  82. package/dist/types-ts4.5/clients/ShareServiceClient.d.ts +0 -25
  83. package/dist/types-ts4.5/clients/index.d.ts +0 -2
  84. package/dist/types-ts4.5/components/CommentField.d.ts +0 -6
  85. package/dist/types-ts4.5/components/CopyLinkButton.d.ts +0 -37
  86. package/dist/types-ts4.5/components/ErrorBoundary.d.ts +0 -4
  87. package/dist/types-ts4.5/components/IntegrationButton.d.ts +0 -10
  88. package/dist/types-ts4.5/components/IntegrationForm.d.ts +0 -11
  89. package/dist/types-ts4.5/components/LazyShareForm/LazyShareForm.d.ts +0 -20
  90. package/dist/types-ts4.5/components/LazyShareForm/index.d.ts +0 -1
  91. package/dist/types-ts4.5/components/LazyShareForm/lazy.d.ts +0 -4
  92. package/dist/types-ts4.5/components/MessagesIntlProvider.d.ts +0 -9
  93. package/dist/types-ts4.5/components/ShareButton.d.ts +0 -14
  94. package/dist/types-ts4.5/components/ShareDialogContainer.d.ts +0 -57
  95. package/dist/types-ts4.5/components/ShareDialogWithTrigger.d.ts +0 -46
  96. package/dist/types-ts4.5/components/ShareForm.d.ts +0 -11
  97. package/dist/types-ts4.5/components/ShareFormWrapper/ShareFormWrapper.d.ts +0 -9
  98. package/dist/types-ts4.5/components/ShareFormWrapper/index.d.ts +0 -1
  99. package/dist/types-ts4.5/components/ShareFormWrapper/styled.d.ts +0 -10
  100. package/dist/types-ts4.5/components/ShareHeader.d.ts +0 -8
  101. package/dist/types-ts4.5/components/SlackIcon.d.ts +0 -3
  102. package/dist/types-ts4.5/components/SplitButton.d.ts +0 -19
  103. package/dist/types-ts4.5/components/UserPickerField.d.ts +0 -30
  104. package/dist/types-ts4.5/components/analytics/analytics.d.ts +0 -19
  105. package/dist/types-ts4.5/components/analytics/ufoExperienceHelper.d.ts +0 -2
  106. package/dist/types-ts4.5/components/analytics/ufoExperiences.d.ts +0 -3
  107. package/dist/types-ts4.5/components/colorSlackIcon.d.ts +0 -3
  108. package/dist/types-ts4.5/components/monochromeSlackIcon.d.ts +0 -3
  109. package/dist/types-ts4.5/components/styles.d.ts +0 -5
  110. package/dist/types-ts4.5/components/utils.d.ts +0 -19
  111. package/dist/types-ts4.5/i18n/cs.d.ts +0 -52
  112. package/dist/types-ts4.5/i18n/da.d.ts +0 -52
  113. package/dist/types-ts4.5/i18n/de.d.ts +0 -52
  114. package/dist/types-ts4.5/i18n/en.d.ts +0 -52
  115. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -52
  116. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -52
  117. package/dist/types-ts4.5/i18n/es.d.ts +0 -52
  118. package/dist/types-ts4.5/i18n/et.d.ts +0 -30
  119. package/dist/types-ts4.5/i18n/fi.d.ts +0 -52
  120. package/dist/types-ts4.5/i18n/fr.d.ts +0 -52
  121. package/dist/types-ts4.5/i18n/hu.d.ts +0 -52
  122. package/dist/types-ts4.5/i18n/index.d.ts +0 -36
  123. package/dist/types-ts4.5/i18n/is.d.ts +0 -33
  124. package/dist/types-ts4.5/i18n/it.d.ts +0 -52
  125. package/dist/types-ts4.5/i18n/ja.d.ts +0 -52
  126. package/dist/types-ts4.5/i18n/ko.d.ts +0 -52
  127. package/dist/types-ts4.5/i18n/languages.d.ts +0 -33
  128. package/dist/types-ts4.5/i18n/nb.d.ts +0 -52
  129. package/dist/types-ts4.5/i18n/nl.d.ts +0 -52
  130. package/dist/types-ts4.5/i18n/pl.d.ts +0 -52
  131. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -52
  132. package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -30
  133. package/dist/types-ts4.5/i18n/ro.d.ts +0 -33
  134. package/dist/types-ts4.5/i18n/ru.d.ts +0 -52
  135. package/dist/types-ts4.5/i18n/sk.d.ts +0 -30
  136. package/dist/types-ts4.5/i18n/sv.d.ts +0 -52
  137. package/dist/types-ts4.5/i18n/th.d.ts +0 -52
  138. package/dist/types-ts4.5/i18n/tr.d.ts +0 -52
  139. package/dist/types-ts4.5/i18n/uk.d.ts +0 -52
  140. package/dist/types-ts4.5/i18n/vi.d.ts +0 -52
  141. package/dist/types-ts4.5/i18n/zh.d.ts +0 -52
  142. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -52
  143. package/dist/types-ts4.5/i18n.d.ts +0 -217
  144. package/dist/types-ts4.5/index.d.ts +0 -4
  145. package/dist/types-ts4.5/types/Flag.d.ts +0 -13
  146. package/dist/types-ts4.5/types/OriginTracing.d.ts +0 -17
  147. package/dist/types-ts4.5/types/Products.d.ts +0 -3
  148. package/dist/types-ts4.5/types/ShareButton.d.ts +0 -2
  149. package/dist/types-ts4.5/types/ShareContentState.d.ts +0 -17
  150. package/dist/types-ts4.5/types/ShareDialogContainer.d.ts +0 -147
  151. package/dist/types-ts4.5/types/ShareDialogWithTrigger.d.ts +0 -45
  152. package/dist/types-ts4.5/types/ShareEntities.d.ts +0 -30
  153. package/dist/types-ts4.5/types/ShareForm.d.ts +0 -31
  154. package/dist/types-ts4.5/types/User.d.ts +0 -9
  155. package/dist/types-ts4.5/types/form.d.ts +0 -5
  156. package/dist/types-ts4.5/types/index.d.ts +0 -17
  157. package/dist/types-ts4.5/util/i18n-util.d.ts +0 -17
  158. package/tmp/api-report-tmp.d.ts +0 -322
package/CHANGELOG.md CHANGED
@@ -1,59 +1,71 @@
1
1
  # @atlaskit/share
2
2
 
3
+ ## 4.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.4.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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.
14
+
3
15
  ## 4.4.2
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
19
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
8
20
  - Updated dependencies
9
21
 
10
22
  ## 4.4.1
11
23
 
12
24
  ### Patch Changes
13
25
 
14
- - [`a3b895a070a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3b895a070a) - Remove unused local storage util functions
26
+ - [#36034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36034) [`a3b895a070a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3b895a070a) - Remove unused local storage util functions
15
27
 
16
28
  ## 4.4.0
17
29
 
18
30
  ### Minor Changes
19
31
 
20
- - [`b5a13856081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5a13856081) - [ux] Better accessibility support and copy for the Share dialog
32
+ - [#35655](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35655) [`b5a13856081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5a13856081) - [ux] Better accessibility support and copy for the Share dialog
21
33
 
22
34
  ## 4.3.1
23
35
 
24
36
  ### Patch Changes
25
37
 
26
- - [`6febf275a0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6febf275a0a) - [ux] Rename Roadmap to Timeline in the shared success message for roadmap share content type
38
+ - [#35722](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35722) [`6febf275a0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6febf275a0a) - [ux] Rename Roadmap to Timeline in the shared success message for roadmap share content type
27
39
 
28
40
  ## 4.3.0
29
41
 
30
42
  ### Minor Changes
31
43
 
32
- - [`1b0098b3680`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b0098b3680) - [ux] Updated the Share dialog to handle errors relating to user, group, or team selection.
44
+ - [#34975](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34975) [`1b0098b3680`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b0098b3680) - [ux] Updated the Share dialog to handle errors relating to user, group, or team selection.
33
45
 
34
46
  ## 4.2.3
35
47
 
36
48
  ### Patch Changes
37
49
 
38
- - [`d6d8c718bd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6d8c718bd8) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
50
+ - [#34518](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34518) [`d6d8c718bd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6d8c718bd8) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
39
51
 
40
52
  ## 4.2.2
41
53
 
42
54
  ### Patch Changes
43
55
 
44
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
56
+ - [#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
45
57
 
46
58
  ## 4.2.1
47
59
 
48
60
  ### Patch Changes
49
61
 
50
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
62
+ - [#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`
51
63
 
52
64
  ## 4.2.0
53
65
 
54
66
  ### Minor Changes
55
67
 
56
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
68
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
57
69
 
58
70
  ### Patch Changes
59
71
 
@@ -63,20 +75,20 @@
63
75
 
64
76
  ### Patch Changes
65
77
 
66
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
78
+ - [#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
67
79
  - Updated dependencies
68
80
 
69
81
  ## 4.1.0
70
82
 
71
83
  ### Minor Changes
72
84
 
73
- - [`d18dc3069a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d18dc3069a2) - Removing the share to slack FF attribute as part of FF clean up
85
+ - [#31395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31395) [`d18dc3069a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d18dc3069a2) - Removing the share to slack FF attribute as part of FF clean up
74
86
 
75
87
  ## 4.0.0
76
88
 
77
89
  ### Major Changes
78
90
 
79
- - [`95aac8bb852`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95aac8bb852) - Adding originId to shortenRequest; removing query prop from ShortenRequest
91
+ - [#30976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30976) [`95aac8bb852`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95aac8bb852) - Adding originId to shortenRequest; removing query prop from ShortenRequest
80
92
 
81
93
  ## 3.7.4
82
94
 
@@ -88,7 +100,7 @@
88
100
 
89
101
  ### Patch Changes
90
102
 
91
- - [`b7db08a28e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7db08a28e7) - Do not render HelperMessage if shareFormHelperMessage prop has empty string
103
+ - [#29833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29833) [`b7db08a28e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7db08a28e7) - Do not render HelperMessage if shareFormHelperMessage prop has empty string
92
104
 
93
105
  ## 3.7.2
94
106
 
@@ -100,13 +112,13 @@
100
112
 
101
113
  ### Patch Changes
102
114
 
103
- - [`665bb54f9fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/665bb54f9fd) - "Passing down existing props to share and integrations package"
115
+ - [#28741](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28741) [`665bb54f9fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/665bb54f9fd) - "Passing down existing props to share and integrations package"
104
116
 
105
117
  ## 3.7.0
106
118
 
107
119
  ### Minor Changes
108
120
 
109
- - [`fb2fac8e456`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb2fac8e456) - Passing down the shareContentType prop to allow custom feedback messages
121
+ - [#28541](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28541) [`fb2fac8e456`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb2fac8e456) - Passing down the shareContentType prop to allow custom feedback messages
110
122
 
111
123
  ## 3.6.1
112
124
 
@@ -118,13 +130,13 @@
118
130
 
119
131
  ### Minor Changes
120
132
 
121
- - [`9bd59066a1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9bd59066a1c) - [ux] Added prop isBrowseUsersDisabled to handle users without permission to search for users and groups
133
+ - [#27274](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27274) [`9bd59066a1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9bd59066a1c) - [ux] Added prop isBrowseUsersDisabled to handle users without permission to search for users and groups
122
134
 
123
135
  ## 3.5.10
124
136
 
125
137
  ### Patch Changes
126
138
 
127
- - [`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.
139
+ - [#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.
128
140
 
129
141
  ## 3.5.9
130
142
 
@@ -148,14 +160,14 @@
148
160
 
149
161
  ### Patch Changes
150
162
 
151
- - [`faf391ab64a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faf391ab64a) - Implementing new CustomOption which will allow for a custom avatar
163
+ - [#26601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26601) [`faf391ab64a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faf391ab64a) - Implementing new CustomOption which will allow for a custom avatar
152
164
  - Updated dependencies
153
165
 
154
166
  ## 3.5.5
155
167
 
156
168
  ### Patch Changes
157
169
 
158
- - [`e4288af2ae8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4288af2ae8) - Add jsx pragma to fix @emotion/react styles not applying correctly
170
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`e4288af2ae8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4288af2ae8) - Add jsx pragma to fix @emotion/react styles not applying correctly
159
171
  - [`0915ecdd1db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0915ecdd1db) - Removed styled components from dev and peer dependencies
160
172
  - Updated dependencies
161
173
 
@@ -163,7 +175,7 @@
163
175
 
164
176
  ### Patch Changes
165
177
 
166
- - [`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping dependencies via Renovate:
178
+ - [#20341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20341) [`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping dependencies via Renovate:
167
179
 
168
180
  - react-loosely-lazy
169
181
 
@@ -171,80 +183,80 @@
171
183
 
172
184
  ### Patch Changes
173
185
 
174
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
186
+ - [#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`
175
187
 
176
188
  ## 3.5.2
177
189
 
178
190
  ### Patch Changes
179
191
 
180
- - [`e9a46954c0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9a46954c0f) - added examples of copy link button
192
+ - [#24915](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24915) [`e9a46954c0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9a46954c0f) - added examples of copy link button
181
193
 
182
194
  ## 3.5.1
183
195
 
184
196
  ### Patch Changes
185
197
 
186
- - [`99ba33da55f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99ba33da55f) - Removed styled components from tests and examples
198
+ - [#24996](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24996) [`99ba33da55f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99ba33da55f) - Removed styled components from tests and examples
187
199
 
188
200
  ## 3.5.0
189
201
 
190
202
  ### Minor Changes
191
203
 
192
- - [`76c73df383f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76c73df383f) - Exposed CopyLinkButton from share component and made it generic.
204
+ - [#24236](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24236) [`76c73df383f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76c73df383f) - Exposed CopyLinkButton from share component and made it generic.
193
205
 
194
206
  ## 3.4.2
195
207
 
196
208
  ### Patch Changes
197
209
 
198
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
210
+ - [#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`.
199
211
 
200
212
  ## 3.4.1
201
213
 
202
214
  ### Patch Changes
203
215
 
204
- - [`620f202bc02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/620f202bc02) - Prevent event propagation in Share loading state
216
+ - [#23990](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23990) [`620f202bc02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/620f202bc02) - Prevent event propagation in Share loading state
205
217
 
206
218
  ## 3.4.0
207
219
 
208
220
  ### Minor Changes
209
221
 
210
- - [`e5aa0ac9b74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5aa0ac9b74) - [ux] ED-15329 migrates @atlaskit/share to emotion -- fixes a spacing bug with bottom margin on share button.
222
+ - [#23956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23956) [`e5aa0ac9b74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5aa0ac9b74) - [ux] ED-15329 migrates @atlaskit/share to emotion -- fixes a spacing bug with bottom margin on share button.
211
223
 
212
224
  ## 3.3.1
213
225
 
214
226
  ### Patch Changes
215
227
 
216
- - [`575b4888124`](https://bitbucket.org/atlassian/atlassian-frontend/commits/575b4888124) - Removed internal test/demo usages of setSmartUserPickerEnv
228
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`575b4888124`](https://bitbucket.org/atlassian/atlassian-frontend/commits/575b4888124) - Removed internal test/demo usages of setSmartUserPickerEnv
217
229
  - Updated dependencies
218
230
 
219
231
  ## 3.3.0
220
232
 
221
233
  ### Minor Changes
222
234
 
223
- - [`3f35716fe41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f35716fe41) - [ux] changed share dialogue button to 'share' from 'send'
235
+ - [#23804](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23804) [`3f35716fe41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f35716fe41) - [ux] changed share dialogue button to 'share' from 'send'
224
236
 
225
237
  ## 3.2.6
226
238
 
227
239
  ### Patch Changes
228
240
 
229
- - [`c58555a28e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c58555a28e7) - Make the share component a functional component to work with storybook
241
+ - [#23238](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23238) [`c58555a28e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c58555a28e7) - Make the share component a functional component to work with storybook
230
242
 
231
243
  ## 3.2.5
232
244
 
233
245
  ### Patch Changes
234
246
 
235
- - [`0a61837e1ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a61837e1ff) - Bump patch version of smart-user-picker to support right context key for org ID
247
+ - [#23098](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23098) [`0a61837e1ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a61837e1ff) - Bump patch version of smart-user-picker to support right context key for org ID
236
248
 
237
249
  ## 3.2.4
238
250
 
239
251
  ### Patch Changes
240
252
 
241
- - [`facf0749321`](https://bitbucket.org/atlassian/atlassian-frontend/commits/facf0749321) - improve FE analytics by ignoring 401, 403 and 429 status code
253
+ - [#22148](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22148) [`facf0749321`](https://bitbucket.org/atlassian/atlassian-frontend/commits/facf0749321) - improve FE analytics by ignoring 401, 403 and 429 status code
242
254
 
243
255
  ## 3.2.3
244
256
 
245
257
  ### Patch Changes
246
258
 
247
- - [`bde6e3d6be0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bde6e3d6be0) - Added orgId as an optional prop to Share
259
+ - [#22128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22128) [`bde6e3d6be0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bde6e3d6be0) - Added orgId as an optional prop to Share
248
260
 
249
261
  ## 3.2.2
250
262
 
@@ -256,19 +268,19 @@
256
268
 
257
269
  ### Patch Changes
258
270
 
259
- - [`f68c0d8a877`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f68c0d8a877) - Stop depending on missing version.json file
271
+ - [#20588](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20588) [`f68c0d8a877`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f68c0d8a877) - Stop depending on missing version.json file
260
272
 
261
273
  ## 3.2.0
262
274
 
263
275
  ### Minor Changes
264
276
 
265
- - [`bbadcbc3c29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbadcbc3c29) - Add analytics through @atlassian/ufo
277
+ - [#21038](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21038) [`bbadcbc3c29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbadcbc3c29) - Add analytics through @atlassian/ufo
266
278
 
267
279
  ## 3.1.7
268
280
 
269
281
  ### Patch Changes
270
282
 
271
- - [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
283
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
272
284
 
273
285
  ## 3.1.6
274
286
 
@@ -287,7 +299,7 @@
287
299
 
288
300
  ### Patch Changes
289
301
 
290
- - [`4a010959e0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a010959e0d) - [ux] Updated some hardcoded colors to use Design Tokens for theming that were missing during initial migration
302
+ - [#20390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20390) [`4a010959e0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a010959e0d) - [ux] Updated some hardcoded colors to use Design Tokens for theming that were missing during initial migration
291
303
 
292
304
  ## 3.1.3
293
305
 
@@ -311,7 +323,7 @@
311
323
 
312
324
  ### Minor Changes
313
325
 
314
- - [`c3963026311`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3963026311) - [ux] Instrumented `@atlaskit/share` with the new theming package, `@atlaskit/tokens`.
326
+ - [#19185](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19185) [`c3963026311`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3963026311) - [ux] Instrumented `@atlaskit/share` with the new theming package, `@atlaskit/tokens`.
315
327
 
316
328
  New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
317
329
  These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
@@ -326,19 +338,19 @@
326
338
 
327
339
  ### Patch Changes
328
340
 
329
- - [`7d2e926ff5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2e926ff5a) - use latest SmartUserPicker in @atlaskit/share
341
+ - [#19063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19063) [`7d2e926ff5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2e926ff5a) - use latest SmartUserPicker in @atlaskit/share
330
342
 
331
343
  ## 3.0.11
332
344
 
333
345
  ### Patch Changes
334
346
 
335
- - [`cc08c9c2bb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc08c9c2bb1) - Remove react-device-detect dependency from @atlaskit/share. Only used to detect for Safari which can be done in a much lighterweight way, @atlaskit/share is 10.7kb gzipped
347
+ - [#18660](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18660) [`cc08c9c2bb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc08c9c2bb1) - Remove react-device-detect dependency from @atlaskit/share. Only used to detect for Safari which can be done in a much lighterweight way, @atlaskit/share is 10.7kb gzipped
336
348
 
337
349
  ## 3.0.10
338
350
 
339
351
  ### Patch Changes
340
352
 
341
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - [ux] Replace dependency on deprecated @atlaskit/field-text-area with supported package @atlaskit/textarea.
353
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - [ux] Replace dependency on deprecated @atlaskit/field-text-area with supported package @atlaskit/textarea.
342
354
  - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump dependency tiny-invariant to latest"
343
355
  - Updated dependencies
344
356
 
@@ -346,98 +358,98 @@
346
358
 
347
359
  ### Patch Changes
348
360
 
349
- - [`da84c14aa89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da84c14aa89) - Custom footer display in stein fix. Connected analytics event fire fix
361
+ - [#18113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18113) [`da84c14aa89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da84c14aa89) - Custom footer display in stein fix. Connected analytics event fire fix
350
362
 
351
363
  ## 3.0.8
352
364
 
353
365
  ### Patch Changes
354
366
 
355
- - [`9f7c98cf94f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f7c98cf94f) - Fixes issues with share dialog closing and resetting tabIndex
367
+ - [#18085](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18085) [`9f7c98cf94f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f7c98cf94f) - Fixes issues with share dialog closing and resetting tabIndex
356
368
 
357
369
  ## 3.0.7
358
370
 
359
371
  ### Patch Changes
360
372
 
361
- - [`4e97b934e85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e97b934e85) - Adds condition to only render customFooter for default share form
373
+ - [#18079](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18079) [`4e97b934e85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e97b934e85) - Adds condition to only render customFooter for default share form
362
374
 
363
375
  ## 3.0.6
364
376
 
365
377
  ### Patch Changes
366
378
 
367
- - [`3bada8f14f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bada8f14f6) - Rendering of share form submit button depends on the integration type. A type of 'tabs' will change the label to 'share'
379
+ - [#18036](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18036) [`3bada8f14f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bada8f14f6) - Rendering of share form submit button depends on the integration type. A type of 'tabs' will change the label to 'share'
368
380
 
369
381
  ## 3.0.5
370
382
 
371
383
  ### Patch Changes
372
384
 
373
- - [`7fe36d0765b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fe36d0765b) - Analytics context changes for share to integrations
385
+ - [#17956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17956) [`7fe36d0765b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fe36d0765b) - Analytics context changes for share to integrations
374
386
 
375
387
  ## 3.0.4
376
388
 
377
389
  ### Patch Changes
378
390
 
379
- - [`1977f429d03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1977f429d03) - Bug fixes
391
+ - [#17859](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17859) [`1977f429d03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1977f429d03) - Bug fixes
380
392
 
381
393
  ## 3.0.3
382
394
 
383
395
  ### Patch Changes
384
396
 
385
- - [`c05de712c4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c05de712c4d) - Fixing bug where the prop onTabChange was not being passed to the ShareForm
397
+ - [#17582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17582) [`c05de712c4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c05de712c4d) - Fixing bug where the prop onTabChange was not being passed to the ShareForm
386
398
 
387
399
  ## 3.0.2
388
400
 
389
401
  ### Patch Changes
390
402
 
391
- - [`f316529ecf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f316529ecf5) - add accessible label for share button
403
+ - [#16764](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16764) [`f316529ecf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f316529ecf5) - add accessible label for share button
392
404
 
393
405
  ## 3.0.1
394
406
 
395
407
  ### Patch Changes
396
408
 
397
- - [`97c7770541f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97c7770541f) - Added updates to share to control tabs via code
409
+ - [#17214](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17214) [`97c7770541f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97c7770541f) - Added updates to share to control tabs via code
398
410
 
399
411
  ## 3.0.0
400
412
 
401
413
  ### Major Changes
402
414
 
403
- - [`b8ee9e3d609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8ee9e3d609) - Remove "enableEmailPermissionCheck" prop
415
+ - [#17155](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17155) [`b8ee9e3d609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8ee9e3d609) - Remove "enableEmailPermissionCheck" prop
404
416
 
405
417
  ## 2.0.1
406
418
 
407
419
  ### Patch Changes
408
420
 
409
- - [`edeab5ff699`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edeab5ff699) - AK-15: Share dialog-> make ‘Link copied to clipboard’ notification accessible for screen reader users
421
+ - [#16945](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16945) [`edeab5ff699`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edeab5ff699) - AK-15: Share dialog-> make ‘Link copied to clipboard’ notification accessible for screen reader users
410
422
 
411
423
  ## 2.0.0
412
424
 
413
425
  ### Major Changes
414
426
 
415
- - [`559b300e04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/559b300e04b) - - Lazy-load form content of Share package
427
+ - [#16893](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16893) [`559b300e04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/559b300e04b) - - Lazy-load form content of Share package
416
428
  - Stop export `ShareServiceClient` and `ShareClient` in `@atlaskit/share`. So you should use `@atlaskit/share/clients` instead.
417
429
 
418
430
  ## 1.0.3
419
431
 
420
432
  ### Patch Changes
421
433
 
422
- - [`6eb7be4e83d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eb7be4e83d) - [ux] Implementing the product specific tab share titles for the experiment
434
+ - [#17005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17005) [`6eb7be4e83d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eb7be4e83d) - [ux] Implementing the product specific tab share titles for the experiment
423
435
 
424
436
  ## 1.0.2
425
437
 
426
438
  ### Patch Changes
427
439
 
428
- - [`1bc9346871a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bc9346871a) - Updates to prop passing from share to integration. The share-to-slack form needs to make use of this onClose prop in the actual form
440
+ - [#17002](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17002) [`1bc9346871a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bc9346871a) - Updates to prop passing from share to integration. The share-to-slack form needs to make use of this onClose prop in the actual form
429
441
 
430
442
  ## 1.0.1
431
443
 
432
444
  ### Patch Changes
433
445
 
434
- - [`b8afeefa482`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8afeefa482) - Analytics update to tabs onChange event
446
+ - [#16821](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16821) [`b8afeefa482`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8afeefa482) - Analytics update to tabs onChange event
435
447
 
436
448
  ## 1.0.0
437
449
 
438
450
  ### Major Changes
439
451
 
440
- - [`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
452
+ - [#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
441
453
 
442
454
  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.
443
455
  Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
@@ -483,13 +495,13 @@
483
495
 
484
496
  ### Patch Changes
485
497
 
486
- - [`d506d312f89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d506d312f89) - Updating ts Type to be string restricted for easier use. Tests updated to accommodate.
498
+ - [#16449](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16449) [`d506d312f89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d506d312f89) - Updating ts Type to be string restricted for easier use. Tests updated to accommodate.
487
499
 
488
500
  ## 0.34.2
489
501
 
490
502
  ### Patch Changes
491
503
 
492
- - [`89aa3e3f314`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89aa3e3f314) - Update dependency of dropdown menu to the lite mode version. Update all usages to cater to the new API. The padding within dropdown menu items is 8px more, which makes the menu look bigger.
504
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`89aa3e3f314`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89aa3e3f314) - Update dependency of dropdown menu to the lite mode version. Update all usages to cater to the new API. The padding within dropdown menu items is 8px more, which makes the menu look bigger.
493
505
  - [`12bfc09a21e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12bfc09a21e) - Fixing internal prop calls for testId and removing references to the old DropdownMenuStateless export when using the new default export.
494
506
  - Updated dependencies
495
507
 
@@ -497,80 +509,80 @@
497
509
 
498
510
  ### Patch Changes
499
511
 
500
- - [`00ded488f98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00ded488f98) - Update existing isDisabled prop to be used in renderCustomTriggerButton component callback
512
+ - [#16546](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16546) [`00ded488f98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00ded488f98) - Update existing isDisabled prop to be used in renderCustomTriggerButton component callback
501
513
 
502
514
  ## 0.34.0
503
515
 
504
516
  ### Minor Changes
505
517
 
506
- - [`e0a9c170e0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0a9c170e0f) - [ux] Share now supports tabs for integrations
518
+ - [#16094](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16094) [`e0a9c170e0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0a9c170e0f) - [ux] Share now supports tabs for integrations
507
519
 
508
520
  ## 0.33.0
509
521
 
510
522
  ### Minor Changes
511
523
 
512
- - [`a33d6328a58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a33d6328a58) - Optional prop to pass custom message helper for Share element
524
+ - [#16124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16124) [`a33d6328a58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a33d6328a58) - Optional prop to pass custom message helper for Share element
513
525
 
514
526
  ## 0.32.1
515
527
 
516
528
  ### Patch Changes
517
529
 
518
- - [`8b66b823694`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b66b823694) - [ux] Update to the Share endpoint being called and the copy in error messages.
530
+ - [#16129](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16129) [`8b66b823694`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b66b823694) - [ux] Update to the Share endpoint being called and the copy in error messages.
519
531
 
520
532
  ## 0.32.0
521
533
 
522
534
  ### Minor Changes
523
535
 
524
- - [`860bc656501`](https://bitbucket.org/atlassian/atlassian-frontend/commits/860bc656501) - Introduce `config` call to Share service to check if the site is permitted to makes to email addresses.
536
+ - [#15964](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15964) [`860bc656501`](https://bitbucket.org/atlassian/atlassian-frontend/commits/860bc656501) - Introduce `config` call to Share service to check if the site is permitted to makes to email addresses.
525
537
 
526
538
  ## 0.31.1
527
539
 
528
540
  ### Patch Changes
529
541
 
530
- - [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
542
+ - [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694) [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
531
543
 
532
544
  ## 0.31.0
533
545
 
534
546
  ### Minor Changes
535
547
 
536
- - [`ac8d6861881`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac8d6861881) - [ux] expose copyTooltipText and onDialogClose props to share component
548
+ - [#15561](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15561) [`ac8d6861881`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac8d6861881) - [ux] expose copyTooltipText and onDialogClose props to share component
537
549
 
538
550
  ## 0.30.0
539
551
 
540
552
  ### Minor Changes
541
553
 
542
- - [`bc36730eba5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc36730eba5) - remove disableInviteCapabilities prop for Share components
554
+ - [#14513](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14513) [`bc36730eba5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc36730eba5) - remove disableInviteCapabilities prop for Share components
543
555
 
544
556
  ## 0.29.1
545
557
 
546
558
  ### Patch Changes
547
559
 
548
- - [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Internal changes to remove `@atlaskit/theme/math` usage.
560
+ - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Internal changes to remove `@atlaskit/theme/math` usage.
549
561
  - Updated dependencies
550
562
 
551
563
  ## 0.29.0
552
564
 
553
565
  ### Minor Changes
554
566
 
555
- - [`75f940df1ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75f940df1ce) - Update ProductID list to accept more valid Jira subproducts
567
+ - [#14298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14298) [`75f940df1ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75f940df1ce) - Update ProductID list to accept more valid Jira subproducts
556
568
 
557
569
  ## 0.28.0
558
570
 
559
571
  ### Minor Changes
560
572
 
561
- - [`93b425ba29d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93b425ba29d) - Accept "jira" as a ProductId to handle experiences that don't belong to a particular Jira Subproduct
573
+ - [#14280](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14280) [`93b425ba29d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93b425ba29d) - Accept "jira" as a ProductId to handle experiences that don't belong to a particular Jira Subproduct
562
574
 
563
575
  ## 0.27.1
564
576
 
565
577
  ### Patch Changes
566
578
 
567
- - [`310c94eb3c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/310c94eb3c3) - [ux] Pass configuration to the ShareServiceClient when the component instantiates it
579
+ - [#13860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13860) [`310c94eb3c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/310c94eb3c3) - [ux] Pass configuration to the ShareServiceClient when the component instantiates it
568
580
 
569
581
  ## 0.27.0
570
582
 
571
583
  ### Minor Changes
572
584
 
573
- - [`adf513ae754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/adf513ae754) - [ux] Removing invitation capabilities of the Share component
585
+ - [#13638](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13638) [`adf513ae754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/adf513ae754) - [ux] Removing invitation capabilities of the Share component
574
586
 
575
587
  ### Patch Changes
576
588
 
@@ -580,19 +592,19 @@
580
592
 
581
593
  ### Patch Changes
582
594
 
583
- - [`e178114aea5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e178114aea5) - Merging parent intl-provider messages with share intl-provider - to support i18n in components passed as props such as a custom footer
595
+ - [#13671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13671) [`e178114aea5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e178114aea5) - Merging parent intl-provider messages with share intl-provider - to support i18n in components passed as props such as a custom footer
584
596
 
585
597
  ## 0.26.12
586
598
 
587
599
  ### Patch Changes
588
600
 
589
- - [`5995bf12959`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5995bf12959) - Merging parent intl-provider messages with share intl-provider - to support i18n in components passed as props such as a custom footer
601
+ - [#13558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13558) [`5995bf12959`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5995bf12959) - Merging parent intl-provider messages with share intl-provider - to support i18n in components passed as props such as a custom footer
590
602
 
591
603
  ## 0.26.11
592
604
 
593
605
  ### Patch Changes
594
606
 
595
- - [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
607
+ - [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136) [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
596
608
  - [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
597
609
  - [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
598
610
 
@@ -606,7 +618,7 @@
606
618
 
607
619
  ### Patch Changes
608
620
 
609
- - [`c74cf22db0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c74cf22db0e) - Declarative entry points, removes auto-generated i18n entry point
621
+ - [#12933](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12933) [`c74cf22db0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c74cf22db0e) - Declarative entry points, removes auto-generated i18n entry point
610
622
 
611
623
  ## 0.26.8
612
624
 
@@ -618,7 +630,7 @@
618
630
 
619
631
  ### Patch Changes
620
632
 
621
- - [`d288a9efa56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d288a9efa56) - Bumping user picker in shares for translation bugfix
633
+ - [#11617](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11617) [`d288a9efa56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d288a9efa56) - Bumping user picker in shares for translation bugfix
622
634
 
623
635
  ## 0.26.6
624
636
 
@@ -630,57 +642,57 @@
630
642
 
631
643
  ### Patch Changes
632
644
 
633
- - [`be80d157d5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be80d157d5f) - Update internal component usage
645
+ - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`be80d157d5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be80d157d5f) - Update internal component usage
634
646
  - Updated dependencies
635
647
 
636
648
  ## 0.26.4
637
649
 
638
650
  ### Patch Changes
639
651
 
640
- - [`f310ccbe522`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f310ccbe522) - Updated AK examples to use new jdog cloudid
652
+ - [#10330](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10330) [`f310ccbe522`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f310ccbe522) - Updated AK examples to use new jdog cloudid
641
653
 
642
654
  ## 0.26.3
643
655
 
644
656
  ### Patch Changes
645
657
 
646
- - [`cc8196efa6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc8196efa6f) - Add attribute for tests
658
+ - [#9273](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9273) [`cc8196efa6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc8196efa6f) - Add attribute for tests
647
659
 
648
660
  ## 0.26.2
649
661
 
650
662
  ### Patch Changes
651
663
 
652
- - [`3093cc9c0e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3093cc9c0e4) - Update analytics for the split button experiment
664
+ - [#9238](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9238) [`3093cc9c0e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3093cc9c0e4) - Update analytics for the split button experiment
653
665
 
654
666
  ## 0.26.1
655
667
 
656
668
  ### Patch Changes
657
669
 
658
- - [`f4a6138b7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4a6138b7aa) - Fix share button not rendering when integrations provided
670
+ - [#9100](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9100) [`f4a6138b7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4a6138b7aa) - Fix share button not rendering when integrations provided
659
671
 
660
672
  ## 0.26.0
661
673
 
662
674
  ### Minor Changes
663
675
 
664
- - [`044fc424693`](https://bitbucket.org/atlassian/atlassian-frontend/commits/044fc424693) - [ux] Remove Share to slack and adds split button feature which allows for multiple integrations to be added to the share button
676
+ - [#8424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8424) [`044fc424693`](https://bitbucket.org/atlassian/atlassian-frontend/commits/044fc424693) - [ux] Remove Share to slack and adds split button feature which allows for multiple integrations to be added to the share button
665
677
 
666
678
  ## 0.25.0
667
679
 
668
680
  ### Minor Changes
669
681
 
670
- - [`b62dbfe883a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b62dbfe883a) - Add new optional attribute isDisabled which will disbale copy-link and share-button.
682
+ - [#8267](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8267) [`b62dbfe883a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b62dbfe883a) - Add new optional attribute isDisabled which will disbale copy-link and share-button.
671
683
 
672
684
  ## 0.24.4
673
685
 
674
686
  ### Patch Changes
675
687
 
676
- - [`b90bb8af61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90bb8af61) - ED-11101 fix tab issue to set the focus straight to the Invite To Edit button
688
+ - [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`b90bb8af61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90bb8af61) - ED-11101 fix tab issue to set the focus straight to the Invite To Edit button
677
689
  - Updated dependencies
678
690
 
679
691
  ## 0.24.3
680
692
 
681
693
  ### Patch Changes
682
694
 
683
- - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
695
+ - [#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
684
696
 
685
697
  ## 0.24.2
686
698
 
@@ -692,19 +704,19 @@
692
704
 
693
705
  ### Patch Changes
694
706
 
695
- - [`da7bf820f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7bf820f4) - Bumping user picker in share to fix email PII exposure
707
+ - [#6251](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6251) [`da7bf820f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7bf820f4) - Bumping user picker in share to fix email PII exposure
696
708
 
697
709
  ## 0.24.0
698
710
 
699
711
  ### Minor Changes
700
712
 
701
- - [`ada07884c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ada07884c2) - Send ARI with CopyLink click event to analytics-system
713
+ - [#6045](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6045) [`ada07884c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ada07884c2) - Send ARI with CopyLink click event to analytics-system
702
714
 
703
715
  ## 0.23.5
704
716
 
705
717
  ### Patch Changes
706
718
 
707
- - [`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.
719
+ - [#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.
708
720
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
709
721
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
710
722
 
@@ -712,7 +724,7 @@
712
724
 
713
725
  ### Patch Changes
714
726
 
715
- - [`de40912b0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de40912b0a) - Fix types not resolving correctly due to an incorrect types path in package.json
727
+ - [#5406](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5406) [`de40912b0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de40912b0a) - Fix types not resolving correctly due to an incorrect types path in package.json
716
728
 
717
729
  ## 0.23.3
718
730
 
@@ -724,26 +736,26 @@
724
736
 
725
737
  ### Patch Changes
726
738
 
727
- - [`66481c4270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66481c4270) - Fixed public links analytics events and bugs
739
+ - [#5260](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5260) [`66481c4270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66481c4270) - Fixed public links analytics events and bugs
728
740
 
729
741
  ## 0.23.1
730
742
 
731
743
  ### Patch Changes
732
744
 
733
- - [`c0533f4b35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0533f4b35) - Upgrade analytics-next to prevent event loss (https://hello.atlassian.net/wiki/spaces/AFP/blog/2020/08/26/828144759/ACTION+REQUIRED+-+upgrade+analytics-next+to+prevent+event+loss)
745
+ - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`c0533f4b35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0533f4b35) - Upgrade analytics-next to prevent event loss (https://hello.atlassian.net/wiki/spaces/AFP/blog/2020/08/26/828144759/ACTION+REQUIRED+-+upgrade+analytics-next+to+prevent+event+loss)
734
746
  - Updated dependencies
735
747
 
736
748
  ## 0.23.0
737
749
 
738
750
  ### Minor Changes
739
751
 
740
- - [`bc02807f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc02807f68) - In public link mode, invite related wording is omitted
752
+ - [#4858](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4858) [`bc02807f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc02807f68) - In public link mode, invite related wording is omitted
741
753
 
742
754
  ## 0.22.5
743
755
 
744
756
  ### Patch Changes
745
757
 
746
- - [`83b9759009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83b9759009) - Add public links analytics
758
+ - [#4807](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4807) [`83b9759009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83b9759009) - Add public links analytics
747
759
 
748
760
  ## 0.22.4
749
761
 
@@ -755,7 +767,7 @@
755
767
 
756
768
  ### Patch Changes
757
769
 
758
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
770
+ - [#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
759
771
 
760
772
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
761
773
  to prevent duplicates of tslib being bundled.
@@ -770,31 +782,31 @@
770
782
 
771
783
  ### Patch Changes
772
784
 
773
- - [`eeb82e0bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeb82e0bd4) - Set loadUserOptions optional so that consumers won't need to pass in loadUserOptions when smart user picker is enabled.
785
+ - [#4336](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4336) [`eeb82e0bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeb82e0bd4) - Set loadUserOptions optional so that consumers won't need to pass in loadUserOptions when smart user picker is enabled.
774
786
 
775
787
  ## 0.22.0
776
788
 
777
789
  ### Minor Changes
778
790
 
779
- - [`b35e9baef6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b35e9baef6) - Add public link mode to share component which changes texts of Send and Copy buttons
791
+ - [#4097](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4097) [`b35e9baef6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b35e9baef6) - Add public link mode to share component which changes texts of Send and Copy buttons
780
792
 
781
793
  ## 0.21.2
782
794
 
783
795
  ### Patch Changes
784
796
 
785
- - [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
797
+ - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
786
798
 
787
799
  ## 0.21.1
788
800
 
789
801
  ### Patch Changes
790
802
 
791
- - [`872628440c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/872628440c) - Map groups through to picker results
803
+ - [#3883](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3883) [`872628440c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/872628440c) - Map groups through to picker results
792
804
 
793
805
  ## 0.21.0
794
806
 
795
807
  ### Minor Changes
796
808
 
797
- - [`51aca36965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51aca36965) - Added includeGroups prop for the retrieval of confluence groups in smart user picker
809
+ - [#3770](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3770) [`51aca36965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51aca36965) - Added includeGroups prop for the retrieval of confluence groups in smart user picker
798
810
 
799
811
  ### Patch Changes
800
812
 
@@ -804,7 +816,7 @@
804
816
 
805
817
  ### Minor Changes
806
818
 
807
- - [`d8aec9a0f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8aec9a0f8) - Fixed visual regression with Select dropdown caussing scrollbars to appears inside the PopUp, now using a portal element. For @atlaskit/user-picker ability to pass down `portalElement` has been added.
819
+ - [#3749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3749) [`d8aec9a0f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8aec9a0f8) - Fixed visual regression with Select dropdown caussing scrollbars to appears inside the PopUp, now using a portal element. For @atlaskit/user-picker ability to pass down `portalElement` has been added.
808
820
 
809
821
  ### Patch Changes
810
822
 
@@ -814,19 +826,19 @@
814
826
 
815
827
  ### Minor Changes
816
828
 
817
- - [`6eeb86da1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eeb86da1e) - Swapping the use of @atlaskit/inline-dialog in favour of @atlaskit/popup and adding a "dialogBoundariesElement" prop that is passed down to the Popup.
829
+ - [#3579](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3579) [`6eeb86da1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eeb86da1e) - Swapping the use of @atlaskit/inline-dialog in favour of @atlaskit/popup and adding a "dialogBoundariesElement" prop that is passed down to the Popup.
818
830
 
819
831
  ## 0.18.1
820
832
 
821
833
  ### Patch Changes
822
834
 
823
- - [`a821deced3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a821deced3) - Add debounce prop to share. Bump user picker version which introduces analytics fix.
835
+ - [#3381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3381) [`a821deced3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a821deced3) - Add debounce prop to share. Bump user picker version which introduces analytics fix.
824
836
 
825
837
  ## 0.18.0
826
838
 
827
839
  ### Minor Changes
828
840
 
829
- - [`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.
841
+ - [#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.
830
842
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
831
843
 
832
844
  ### Patch Changes
@@ -837,13 +849,13 @@
837
849
 
838
850
  ### Patch Changes
839
851
 
840
- - [`957b3e95cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/957b3e95cb) - Upgrade user picker version in share
852
+ - [#3296](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3296) [`957b3e95cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/957b3e95cb) - Upgrade user picker version in share
841
853
 
842
854
  ## 0.17.0
843
855
 
844
856
  ### Minor Changes
845
857
 
846
- - [`b6a673bb27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6a673bb27) - Add smart user picker prop for share dialog. Only works if enableSmartUserPicker is true and product = 'jira'.
858
+ - [#2488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2488) [`b6a673bb27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6a673bb27) - Add smart user picker prop for share dialog. Only works if enableSmartUserPicker is true and product = 'jira'.
847
859
 
848
860
  Fix maxPickerHeight prop in user-picker to work (previously was maxGrowHeight in styles but the prop was called maxPickerHeight).
849
861
 
@@ -855,19 +867,19 @@
855
867
 
856
868
  ### Minor Changes
857
869
 
858
- - [`ea13555079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea13555079) - Adding managing expanded and collapsed state from a11y perspective, adding unit tests
870
+ - [#2923](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2923) [`ea13555079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea13555079) - Adding managing expanded and collapsed state from a11y perspective, adding unit tests
859
871
 
860
872
  ## 0.15.0
861
873
 
862
874
  ### Minor Changes
863
875
 
864
- - [`26a1813cd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26a1813cd9) - Added the `shortLinkData` prop to use the new link shortening API
876
+ - [#2836](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2836) [`26a1813cd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26a1813cd9) - Added the `shortLinkData` prop to use the new link shortening API
865
877
 
866
878
  ## 0.14.2
867
879
 
868
880
  ### Patch Changes
869
881
 
870
- - [`4ee1ba1585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee1ba1585) - Add maxPickerHeight to the user picker which sets the maximum height that the user picker can grow up to because of the picked items. Modified subtle prop version of user picker. When subtle, the user picker's border will be removed. The background color will remain the same (Grey N10). These changes were spurred by recent style changes in user picker, which impacted the style of the shares dialog.
882
+ - [#2903](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2903) [`4ee1ba1585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee1ba1585) - Add maxPickerHeight to the user picker which sets the maximum height that the user picker can grow up to because of the picked items. Modified subtle prop version of user picker. When subtle, the user picker's border will be removed. The background color will remain the same (Grey N10). These changes were spurred by recent style changes in user picker, which impacted the style of the shares dialog.
871
883
  Consumers need to be aware of whether an infinitely growing number of users in the user picker can affect their styling. If it does, they will need to provide a suitable maxPickerHeight. Consumers who also wish for a borderless user picker must set the subtle prop to true.
872
884
 
873
885
  Change the background color from N10 to N20 to align with other select background colors.
@@ -886,31 +898,31 @@
886
898
 
887
899
  ### Minor Changes
888
900
 
889
- - [`70ed335404`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70ed335404) - Add onDialogOpen callback to share dialog
901
+ - [#2618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2618) [`70ed335404`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70ed335404) - Add onDialogOpen callback to share dialog
890
902
 
891
903
  ## 0.13.2
892
904
 
893
905
  ### Patch Changes
894
906
 
895
- - [`0b17f23567`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b17f23567) - Fix text overflowing share to slack onboarding footer
907
+ - [#2493](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2493) [`0b17f23567`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b17f23567) - Fix text overflowing share to slack onboarding footer
896
908
 
897
909
  ## 0.13.1
898
910
 
899
911
  ### Patch Changes
900
912
 
901
- - [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
913
+ - [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430) [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
902
914
 
903
915
  ## 0.13.0
904
916
 
905
917
  ### Minor Changes
906
918
 
907
- - [`a9ea8ed10e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9ea8ed10e) - Add prop to display custom footer below share form fields, bubble up share form user picker onChange event
919
+ - [#2053](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2053) [`a9ea8ed10e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9ea8ed10e) - Add prop to display custom footer below share form fields, bubble up share form user picker onChange event
908
920
 
909
921
  ## 0.12.8
910
922
 
911
923
  ### Patch Changes
912
924
 
913
- - [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency
925
+ - [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099) [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency
914
926
  - Updated dependencies
915
927
 
916
928
  ## 0.12.7