@atlaskit/share 4.4.3 → 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 (145) hide show
  1. package/CHANGELOG.md +121 -115
  2. package/dist/cjs/clients/AtlassianUrlShortenerClient.js +2 -3
  3. package/dist/cjs/clients/ShareServiceClient.js +5 -9
  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 +1 -2
  8. package/dist/cjs/components/IntegrationForm.js +3 -5
  9. package/dist/cjs/components/LazyShareForm/LazyShareForm.js +1 -2
  10. package/dist/cjs/components/LazyShareForm/lazy.js +2 -3
  11. package/dist/cjs/components/MessagesIntlProvider.js +1 -2
  12. package/dist/cjs/components/ShareButton.js +2 -4
  13. package/dist/cjs/components/ShareDialogContainer.js +3 -6
  14. package/dist/cjs/components/ShareDialogWithTrigger.js +4 -7
  15. package/dist/cjs/components/ShareForm.js +4 -7
  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 +15 -29
  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 +2 -4
  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/analytics/analytics.js +1 -1
  64. package/dist/esm/components/ShareDialogWithTrigger.js +1 -1
  65. package/dist/esm/components/ShareForm.js +1 -1
  66. package/dist/esm/components/analytics/analytics.js +1 -1
  67. package/package.json +7 -7
  68. package/dist/types-ts4.5/clients/AtlassianUrlShortenerClient.d.ts +0 -16
  69. package/dist/types-ts4.5/clients/ShareServiceClient.d.ts +0 -25
  70. package/dist/types-ts4.5/clients/index.d.ts +0 -2
  71. package/dist/types-ts4.5/components/CommentField.d.ts +0 -6
  72. package/dist/types-ts4.5/components/CopyLinkButton.d.ts +0 -37
  73. package/dist/types-ts4.5/components/ErrorBoundary.d.ts +0 -4
  74. package/dist/types-ts4.5/components/IntegrationButton.d.ts +0 -10
  75. package/dist/types-ts4.5/components/IntegrationForm.d.ts +0 -11
  76. package/dist/types-ts4.5/components/LazyShareForm/LazyShareForm.d.ts +0 -20
  77. package/dist/types-ts4.5/components/LazyShareForm/index.d.ts +0 -1
  78. package/dist/types-ts4.5/components/LazyShareForm/lazy.d.ts +0 -4
  79. package/dist/types-ts4.5/components/MessagesIntlProvider.d.ts +0 -9
  80. package/dist/types-ts4.5/components/ShareButton.d.ts +0 -14
  81. package/dist/types-ts4.5/components/ShareDialogContainer.d.ts +0 -57
  82. package/dist/types-ts4.5/components/ShareDialogWithTrigger.d.ts +0 -46
  83. package/dist/types-ts4.5/components/ShareForm.d.ts +0 -11
  84. package/dist/types-ts4.5/components/ShareFormWrapper/ShareFormWrapper.d.ts +0 -9
  85. package/dist/types-ts4.5/components/ShareFormWrapper/index.d.ts +0 -1
  86. package/dist/types-ts4.5/components/ShareFormWrapper/styled.d.ts +0 -10
  87. package/dist/types-ts4.5/components/ShareHeader.d.ts +0 -8
  88. package/dist/types-ts4.5/components/SlackIcon.d.ts +0 -3
  89. package/dist/types-ts4.5/components/SplitButton.d.ts +0 -19
  90. package/dist/types-ts4.5/components/UserPickerField.d.ts +0 -30
  91. package/dist/types-ts4.5/components/analytics/analytics.d.ts +0 -19
  92. package/dist/types-ts4.5/components/analytics/ufoExperienceHelper.d.ts +0 -2
  93. package/dist/types-ts4.5/components/analytics/ufoExperiences.d.ts +0 -3
  94. package/dist/types-ts4.5/components/colorSlackIcon.d.ts +0 -3
  95. package/dist/types-ts4.5/components/monochromeSlackIcon.d.ts +0 -3
  96. package/dist/types-ts4.5/components/styles.d.ts +0 -5
  97. package/dist/types-ts4.5/components/utils.d.ts +0 -19
  98. package/dist/types-ts4.5/i18n/cs.d.ts +0 -52
  99. package/dist/types-ts4.5/i18n/da.d.ts +0 -52
  100. package/dist/types-ts4.5/i18n/de.d.ts +0 -52
  101. package/dist/types-ts4.5/i18n/en.d.ts +0 -52
  102. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -52
  103. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -52
  104. package/dist/types-ts4.5/i18n/es.d.ts +0 -52
  105. package/dist/types-ts4.5/i18n/et.d.ts +0 -30
  106. package/dist/types-ts4.5/i18n/fi.d.ts +0 -52
  107. package/dist/types-ts4.5/i18n/fr.d.ts +0 -52
  108. package/dist/types-ts4.5/i18n/hu.d.ts +0 -52
  109. package/dist/types-ts4.5/i18n/index.d.ts +0 -36
  110. package/dist/types-ts4.5/i18n/is.d.ts +0 -33
  111. package/dist/types-ts4.5/i18n/it.d.ts +0 -52
  112. package/dist/types-ts4.5/i18n/ja.d.ts +0 -52
  113. package/dist/types-ts4.5/i18n/ko.d.ts +0 -52
  114. package/dist/types-ts4.5/i18n/languages.d.ts +0 -33
  115. package/dist/types-ts4.5/i18n/nb.d.ts +0 -52
  116. package/dist/types-ts4.5/i18n/nl.d.ts +0 -52
  117. package/dist/types-ts4.5/i18n/pl.d.ts +0 -52
  118. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -52
  119. package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -30
  120. package/dist/types-ts4.5/i18n/ro.d.ts +0 -33
  121. package/dist/types-ts4.5/i18n/ru.d.ts +0 -52
  122. package/dist/types-ts4.5/i18n/sk.d.ts +0 -30
  123. package/dist/types-ts4.5/i18n/sv.d.ts +0 -52
  124. package/dist/types-ts4.5/i18n/th.d.ts +0 -52
  125. package/dist/types-ts4.5/i18n/tr.d.ts +0 -52
  126. package/dist/types-ts4.5/i18n/uk.d.ts +0 -52
  127. package/dist/types-ts4.5/i18n/vi.d.ts +0 -52
  128. package/dist/types-ts4.5/i18n/zh.d.ts +0 -52
  129. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -52
  130. package/dist/types-ts4.5/i18n.d.ts +0 -217
  131. package/dist/types-ts4.5/index.d.ts +0 -4
  132. package/dist/types-ts4.5/types/Flag.d.ts +0 -13
  133. package/dist/types-ts4.5/types/OriginTracing.d.ts +0 -17
  134. package/dist/types-ts4.5/types/Products.d.ts +0 -3
  135. package/dist/types-ts4.5/types/ShareButton.d.ts +0 -2
  136. package/dist/types-ts4.5/types/ShareContentState.d.ts +0 -17
  137. package/dist/types-ts4.5/types/ShareDialogContainer.d.ts +0 -147
  138. package/dist/types-ts4.5/types/ShareDialogWithTrigger.d.ts +0 -45
  139. package/dist/types-ts4.5/types/ShareEntities.d.ts +0 -30
  140. package/dist/types-ts4.5/types/ShareForm.d.ts +0 -31
  141. package/dist/types-ts4.5/types/User.d.ts +0 -9
  142. package/dist/types-ts4.5/types/form.d.ts +0 -5
  143. package/dist/types-ts4.5/types/index.d.ts +0 -17
  144. package/dist/types-ts4.5/util/i18n-util.d.ts +0 -17
  145. package/tmp/api-report-tmp.d.ts +0 -322
package/CHANGELOG.md CHANGED
@@ -1,65 +1,71 @@
1
1
  # @atlaskit/share
2
2
 
3
+ ## 4.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.4.3
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
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.
8
14
 
9
15
  ## 4.4.2
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - [`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
14
20
  - Updated dependencies
15
21
 
16
22
  ## 4.4.1
17
23
 
18
24
  ### Patch Changes
19
25
 
20
- - [`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
21
27
 
22
28
  ## 4.4.0
23
29
 
24
30
  ### Minor Changes
25
31
 
26
- - [`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
27
33
 
28
34
  ## 4.3.1
29
35
 
30
36
  ### Patch Changes
31
37
 
32
- - [`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
33
39
 
34
40
  ## 4.3.0
35
41
 
36
42
  ### Minor Changes
37
43
 
38
- - [`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.
39
45
 
40
46
  ## 4.2.3
41
47
 
42
48
  ### Patch Changes
43
49
 
44
- - [`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.
45
51
 
46
52
  ## 4.2.2
47
53
 
48
54
  ### Patch Changes
49
55
 
50
- - [`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
51
57
 
52
58
  ## 4.2.1
53
59
 
54
60
  ### Patch Changes
55
61
 
56
- - [`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`
57
63
 
58
64
  ## 4.2.0
59
65
 
60
66
  ### Minor Changes
61
67
 
62
- - [`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
63
69
 
64
70
  ### Patch Changes
65
71
 
@@ -69,20 +75,20 @@
69
75
 
70
76
  ### Patch Changes
71
77
 
72
- - [`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
73
79
  - Updated dependencies
74
80
 
75
81
  ## 4.1.0
76
82
 
77
83
  ### Minor Changes
78
84
 
79
- - [`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
80
86
 
81
87
  ## 4.0.0
82
88
 
83
89
  ### Major Changes
84
90
 
85
- - [`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
86
92
 
87
93
  ## 3.7.4
88
94
 
@@ -94,7 +100,7 @@
94
100
 
95
101
  ### Patch Changes
96
102
 
97
- - [`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
98
104
 
99
105
  ## 3.7.2
100
106
 
@@ -106,13 +112,13 @@
106
112
 
107
113
  ### Patch Changes
108
114
 
109
- - [`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"
110
116
 
111
117
  ## 3.7.0
112
118
 
113
119
  ### Minor Changes
114
120
 
115
- - [`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
116
122
 
117
123
  ## 3.6.1
118
124
 
@@ -124,13 +130,13 @@
124
130
 
125
131
  ### Minor Changes
126
132
 
127
- - [`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
128
134
 
129
135
  ## 3.5.10
130
136
 
131
137
  ### Patch Changes
132
138
 
133
- - [`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.
134
140
 
135
141
  ## 3.5.9
136
142
 
@@ -154,14 +160,14 @@
154
160
 
155
161
  ### Patch Changes
156
162
 
157
- - [`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
158
164
  - Updated dependencies
159
165
 
160
166
  ## 3.5.5
161
167
 
162
168
  ### Patch Changes
163
169
 
164
- - [`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
165
171
  - [`0915ecdd1db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0915ecdd1db) - Removed styled components from dev and peer dependencies
166
172
  - Updated dependencies
167
173
 
@@ -169,7 +175,7 @@
169
175
 
170
176
  ### Patch Changes
171
177
 
172
- - [`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:
173
179
 
174
180
  - react-loosely-lazy
175
181
 
@@ -177,80 +183,80 @@
177
183
 
178
184
  ### Patch Changes
179
185
 
180
- - [`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`
181
187
 
182
188
  ## 3.5.2
183
189
 
184
190
  ### Patch Changes
185
191
 
186
- - [`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
187
193
 
188
194
  ## 3.5.1
189
195
 
190
196
  ### Patch Changes
191
197
 
192
- - [`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
193
199
 
194
200
  ## 3.5.0
195
201
 
196
202
  ### Minor Changes
197
203
 
198
- - [`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.
199
205
 
200
206
  ## 3.4.2
201
207
 
202
208
  ### Patch Changes
203
209
 
204
- - [`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`.
205
211
 
206
212
  ## 3.4.1
207
213
 
208
214
  ### Patch Changes
209
215
 
210
- - [`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
211
217
 
212
218
  ## 3.4.0
213
219
 
214
220
  ### Minor Changes
215
221
 
216
- - [`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.
217
223
 
218
224
  ## 3.3.1
219
225
 
220
226
  ### Patch Changes
221
227
 
222
- - [`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
223
229
  - Updated dependencies
224
230
 
225
231
  ## 3.3.0
226
232
 
227
233
  ### Minor Changes
228
234
 
229
- - [`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'
230
236
 
231
237
  ## 3.2.6
232
238
 
233
239
  ### Patch Changes
234
240
 
235
- - [`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
236
242
 
237
243
  ## 3.2.5
238
244
 
239
245
  ### Patch Changes
240
246
 
241
- - [`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
242
248
 
243
249
  ## 3.2.4
244
250
 
245
251
  ### Patch Changes
246
252
 
247
- - [`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
248
254
 
249
255
  ## 3.2.3
250
256
 
251
257
  ### Patch Changes
252
258
 
253
- - [`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
254
260
 
255
261
  ## 3.2.2
256
262
 
@@ -262,19 +268,19 @@
262
268
 
263
269
  ### Patch Changes
264
270
 
265
- - [`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
266
272
 
267
273
  ## 3.2.0
268
274
 
269
275
  ### Minor Changes
270
276
 
271
- - [`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
272
278
 
273
279
  ## 3.1.7
274
280
 
275
281
  ### Patch Changes
276
282
 
277
- - [`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`.
278
284
 
279
285
  ## 3.1.6
280
286
 
@@ -293,7 +299,7 @@
293
299
 
294
300
  ### Patch Changes
295
301
 
296
- - [`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
297
303
 
298
304
  ## 3.1.3
299
305
 
@@ -317,7 +323,7 @@
317
323
 
318
324
  ### Minor Changes
319
325
 
320
- - [`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`.
321
327
 
322
328
  New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
323
329
  These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
@@ -332,19 +338,19 @@
332
338
 
333
339
  ### Patch Changes
334
340
 
335
- - [`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
336
342
 
337
343
  ## 3.0.11
338
344
 
339
345
  ### Patch Changes
340
346
 
341
- - [`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
342
348
 
343
349
  ## 3.0.10
344
350
 
345
351
  ### Patch Changes
346
352
 
347
- - [`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.
348
354
  - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump dependency tiny-invariant to latest"
349
355
  - Updated dependencies
350
356
 
@@ -352,98 +358,98 @@
352
358
 
353
359
  ### Patch Changes
354
360
 
355
- - [`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
356
362
 
357
363
  ## 3.0.8
358
364
 
359
365
  ### Patch Changes
360
366
 
361
- - [`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
362
368
 
363
369
  ## 3.0.7
364
370
 
365
371
  ### Patch Changes
366
372
 
367
- - [`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
368
374
 
369
375
  ## 3.0.6
370
376
 
371
377
  ### Patch Changes
372
378
 
373
- - [`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'
374
380
 
375
381
  ## 3.0.5
376
382
 
377
383
  ### Patch Changes
378
384
 
379
- - [`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
380
386
 
381
387
  ## 3.0.4
382
388
 
383
389
  ### Patch Changes
384
390
 
385
- - [`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
386
392
 
387
393
  ## 3.0.3
388
394
 
389
395
  ### Patch Changes
390
396
 
391
- - [`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
392
398
 
393
399
  ## 3.0.2
394
400
 
395
401
  ### Patch Changes
396
402
 
397
- - [`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
398
404
 
399
405
  ## 3.0.1
400
406
 
401
407
  ### Patch Changes
402
408
 
403
- - [`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
404
410
 
405
411
  ## 3.0.0
406
412
 
407
413
  ### Major Changes
408
414
 
409
- - [`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
410
416
 
411
417
  ## 2.0.1
412
418
 
413
419
  ### Patch Changes
414
420
 
415
- - [`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
416
422
 
417
423
  ## 2.0.0
418
424
 
419
425
  ### Major Changes
420
426
 
421
- - [`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
422
428
  - Stop export `ShareServiceClient` and `ShareClient` in `@atlaskit/share`. So you should use `@atlaskit/share/clients` instead.
423
429
 
424
430
  ## 1.0.3
425
431
 
426
432
  ### Patch Changes
427
433
 
428
- - [`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
429
435
 
430
436
  ## 1.0.2
431
437
 
432
438
  ### Patch Changes
433
439
 
434
- - [`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
435
441
 
436
442
  ## 1.0.1
437
443
 
438
444
  ### Patch Changes
439
445
 
440
- - [`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
441
447
 
442
448
  ## 1.0.0
443
449
 
444
450
  ### Major Changes
445
451
 
446
- - [`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
447
453
 
448
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.
449
455
  Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
@@ -489,13 +495,13 @@
489
495
 
490
496
  ### Patch Changes
491
497
 
492
- - [`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.
493
499
 
494
500
  ## 0.34.2
495
501
 
496
502
  ### Patch Changes
497
503
 
498
- - [`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.
499
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.
500
506
  - Updated dependencies
501
507
 
@@ -503,80 +509,80 @@
503
509
 
504
510
  ### Patch Changes
505
511
 
506
- - [`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
507
513
 
508
514
  ## 0.34.0
509
515
 
510
516
  ### Minor Changes
511
517
 
512
- - [`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
513
519
 
514
520
  ## 0.33.0
515
521
 
516
522
  ### Minor Changes
517
523
 
518
- - [`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
519
525
 
520
526
  ## 0.32.1
521
527
 
522
528
  ### Patch Changes
523
529
 
524
- - [`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.
525
531
 
526
532
  ## 0.32.0
527
533
 
528
534
  ### Minor Changes
529
535
 
530
- - [`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.
531
537
 
532
538
  ## 0.31.1
533
539
 
534
540
  ### Patch Changes
535
541
 
536
- - [`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
537
543
 
538
544
  ## 0.31.0
539
545
 
540
546
  ### Minor Changes
541
547
 
542
- - [`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
543
549
 
544
550
  ## 0.30.0
545
551
 
546
552
  ### Minor Changes
547
553
 
548
- - [`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
549
555
 
550
556
  ## 0.29.1
551
557
 
552
558
  ### Patch Changes
553
559
 
554
- - [`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.
555
561
  - Updated dependencies
556
562
 
557
563
  ## 0.29.0
558
564
 
559
565
  ### Minor Changes
560
566
 
561
- - [`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
562
568
 
563
569
  ## 0.28.0
564
570
 
565
571
  ### Minor Changes
566
572
 
567
- - [`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
568
574
 
569
575
  ## 0.27.1
570
576
 
571
577
  ### Patch Changes
572
578
 
573
- - [`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
574
580
 
575
581
  ## 0.27.0
576
582
 
577
583
  ### Minor Changes
578
584
 
579
- - [`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
580
586
 
581
587
  ### Patch Changes
582
588
 
@@ -586,19 +592,19 @@
586
592
 
587
593
  ### Patch Changes
588
594
 
589
- - [`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
590
596
 
591
597
  ## 0.26.12
592
598
 
593
599
  ### Patch Changes
594
600
 
595
- - [`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
596
602
 
597
603
  ## 0.26.11
598
604
 
599
605
  ### Patch Changes
600
606
 
601
- - [`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
602
608
  - [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
603
609
  - [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
604
610
 
@@ -612,7 +618,7 @@
612
618
 
613
619
  ### Patch Changes
614
620
 
615
- - [`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
616
622
 
617
623
  ## 0.26.8
618
624
 
@@ -624,7 +630,7 @@
624
630
 
625
631
  ### Patch Changes
626
632
 
627
- - [`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
628
634
 
629
635
  ## 0.26.6
630
636
 
@@ -636,57 +642,57 @@
636
642
 
637
643
  ### Patch Changes
638
644
 
639
- - [`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
640
646
  - Updated dependencies
641
647
 
642
648
  ## 0.26.4
643
649
 
644
650
  ### Patch Changes
645
651
 
646
- - [`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
647
653
 
648
654
  ## 0.26.3
649
655
 
650
656
  ### Patch Changes
651
657
 
652
- - [`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
653
659
 
654
660
  ## 0.26.2
655
661
 
656
662
  ### Patch Changes
657
663
 
658
- - [`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
659
665
 
660
666
  ## 0.26.1
661
667
 
662
668
  ### Patch Changes
663
669
 
664
- - [`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
665
671
 
666
672
  ## 0.26.0
667
673
 
668
674
  ### Minor Changes
669
675
 
670
- - [`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
671
677
 
672
678
  ## 0.25.0
673
679
 
674
680
  ### Minor Changes
675
681
 
676
- - [`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.
677
683
 
678
684
  ## 0.24.4
679
685
 
680
686
  ### Patch Changes
681
687
 
682
- - [`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
683
689
  - Updated dependencies
684
690
 
685
691
  ## 0.24.3
686
692
 
687
693
  ### Patch Changes
688
694
 
689
- - [`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
690
696
 
691
697
  ## 0.24.2
692
698
 
@@ -698,19 +704,19 @@
698
704
 
699
705
  ### Patch Changes
700
706
 
701
- - [`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
702
708
 
703
709
  ## 0.24.0
704
710
 
705
711
  ### Minor Changes
706
712
 
707
- - [`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
708
714
 
709
715
  ## 0.23.5
710
716
 
711
717
  ### Patch Changes
712
718
 
713
- - [`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.
714
720
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
715
721
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
716
722
 
@@ -718,7 +724,7 @@
718
724
 
719
725
  ### Patch Changes
720
726
 
721
- - [`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
722
728
 
723
729
  ## 0.23.3
724
730
 
@@ -730,26 +736,26 @@
730
736
 
731
737
  ### Patch Changes
732
738
 
733
- - [`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
734
740
 
735
741
  ## 0.23.1
736
742
 
737
743
  ### Patch Changes
738
744
 
739
- - [`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)
740
746
  - Updated dependencies
741
747
 
742
748
  ## 0.23.0
743
749
 
744
750
  ### Minor Changes
745
751
 
746
- - [`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
747
753
 
748
754
  ## 0.22.5
749
755
 
750
756
  ### Patch Changes
751
757
 
752
- - [`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
753
759
 
754
760
  ## 0.22.4
755
761
 
@@ -761,7 +767,7 @@
761
767
 
762
768
  ### Patch Changes
763
769
 
764
- - [`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
765
771
 
766
772
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
767
773
  to prevent duplicates of tslib being bundled.
@@ -776,31 +782,31 @@
776
782
 
777
783
  ### Patch Changes
778
784
 
779
- - [`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.
780
786
 
781
787
  ## 0.22.0
782
788
 
783
789
  ### Minor Changes
784
790
 
785
- - [`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
786
792
 
787
793
  ## 0.21.2
788
794
 
789
795
  ### Patch Changes
790
796
 
791
- - [`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
792
798
 
793
799
  ## 0.21.1
794
800
 
795
801
  ### Patch Changes
796
802
 
797
- - [`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
798
804
 
799
805
  ## 0.21.0
800
806
 
801
807
  ### Minor Changes
802
808
 
803
- - [`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
804
810
 
805
811
  ### Patch Changes
806
812
 
@@ -810,7 +816,7 @@
810
816
 
811
817
  ### Minor Changes
812
818
 
813
- - [`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.
814
820
 
815
821
  ### Patch Changes
816
822
 
@@ -820,19 +826,19 @@
820
826
 
821
827
  ### Minor Changes
822
828
 
823
- - [`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.
824
830
 
825
831
  ## 0.18.1
826
832
 
827
833
  ### Patch Changes
828
834
 
829
- - [`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.
830
836
 
831
837
  ## 0.18.0
832
838
 
833
839
  ### Minor Changes
834
840
 
835
- - [`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.
836
842
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
837
843
 
838
844
  ### Patch Changes
@@ -843,13 +849,13 @@
843
849
 
844
850
  ### Patch Changes
845
851
 
846
- - [`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
847
853
 
848
854
  ## 0.17.0
849
855
 
850
856
  ### Minor Changes
851
857
 
852
- - [`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'.
853
859
 
854
860
  Fix maxPickerHeight prop in user-picker to work (previously was maxGrowHeight in styles but the prop was called maxPickerHeight).
855
861
 
@@ -861,19 +867,19 @@
861
867
 
862
868
  ### Minor Changes
863
869
 
864
- - [`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
865
871
 
866
872
  ## 0.15.0
867
873
 
868
874
  ### Minor Changes
869
875
 
870
- - [`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
871
877
 
872
878
  ## 0.14.2
873
879
 
874
880
  ### Patch Changes
875
881
 
876
- - [`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.
877
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.
878
884
 
879
885
  Change the background color from N10 to N20 to align with other select background colors.
@@ -892,31 +898,31 @@
892
898
 
893
899
  ### Minor Changes
894
900
 
895
- - [`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
896
902
 
897
903
  ## 0.13.2
898
904
 
899
905
  ### Patch Changes
900
906
 
901
- - [`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
902
908
 
903
909
  ## 0.13.1
904
910
 
905
911
  ### Patch Changes
906
912
 
907
- - [`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
908
914
 
909
915
  ## 0.13.0
910
916
 
911
917
  ### Minor Changes
912
918
 
913
- - [`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
914
920
 
915
921
  ## 0.12.8
916
922
 
917
923
  ### Patch Changes
918
924
 
919
- - [`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
920
926
  - Updated dependencies
921
927
 
922
928
  ## 0.12.7