@atlaskit/emoji 67.5.7 → 67.5.9

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 (129) hide show
  1. package/CHANGELOG.md +85 -73
  2. package/dist/cjs/api/EmojiLoader.js +2 -3
  3. package/dist/cjs/api/EmojiRepository.js +2 -4
  4. package/dist/cjs/api/EmojiRepositoryRegex.js +1 -2
  5. package/dist/cjs/api/EmojiResource.js +4 -7
  6. package/dist/cjs/api/EmojiUtils.js +10 -19
  7. package/dist/cjs/api/internal/Comparators.js +9 -17
  8. package/dist/cjs/api/internal/UsageFrequencyTracker.js +3 -5
  9. package/dist/cjs/api/media/MediaEmojiCache.js +4 -7
  10. package/dist/cjs/api/media/MediaImageLoader.js +2 -3
  11. package/dist/cjs/api/media/SiteEmojiResource.js +3 -5
  12. package/dist/cjs/api/media/TokenManager.js +3 -5
  13. package/dist/cjs/components/common/CachingEmoji.js +3 -6
  14. package/dist/cjs/components/common/DeletableEmojiTooltipContent.js +3 -5
  15. package/dist/cjs/components/common/DeleteButton.js +2 -4
  16. package/dist/cjs/components/common/Emoji.js +5 -10
  17. package/dist/cjs/components/common/EmojiActions.js +6 -9
  18. package/dist/cjs/components/common/EmojiDeletePreview.js +2 -4
  19. package/dist/cjs/components/common/EmojiErrorMessage.js +5 -10
  20. package/dist/cjs/components/common/EmojiPlaceholder.js +2 -4
  21. package/dist/cjs/components/common/EmojiPreviewComponent.js +2 -3
  22. package/dist/cjs/components/common/EmojiRadioButton.js +2 -4
  23. package/dist/cjs/components/common/EmojiUploadPicker.js +6 -10
  24. package/dist/cjs/components/common/EmojiUploadPreview.js +3 -6
  25. package/dist/cjs/components/common/FileChooser.js +4 -7
  26. package/dist/cjs/components/common/LoadingEmojiComponent.js +2 -3
  27. package/dist/cjs/components/common/Popup.js +1 -2
  28. package/dist/cjs/components/common/RecordSelectionDefault.js +2 -3
  29. package/dist/cjs/components/common/ResourcedEmoji.js +1 -2
  30. package/dist/cjs/components/common/ResourcedEmojiComponent.js +2 -4
  31. package/dist/cjs/components/common/RetryableButton.js +3 -6
  32. package/dist/cjs/components/common/Scrollable.js +2 -3
  33. package/dist/cjs/components/common/TonePreviewButton.js +3 -6
  34. package/dist/cjs/components/common/ToneSelector.js +4 -7
  35. package/dist/cjs/components/common/ToolTipContentWithKeymap.js +2 -3
  36. package/dist/cjs/components/common/UfoErrorBoundary.js +2 -3
  37. package/dist/cjs/components/common/UploadEmoji.js +2 -3
  38. package/dist/cjs/components/common/internal-types.js +2 -3
  39. package/dist/cjs/components/common/setSkinToneAriaLabelText.js +2 -3
  40. package/dist/cjs/components/common/styles.js +60 -113
  41. package/dist/cjs/components/i18n.js +2 -3
  42. package/dist/cjs/components/picker/CategorySelector.js +4 -8
  43. package/dist/cjs/components/picker/CategoryTracker.js +2 -3
  44. package/dist/cjs/components/picker/EmojiPicker.js +2 -4
  45. package/dist/cjs/components/picker/EmojiPickerCategoryHeading.js +2 -4
  46. package/dist/cjs/components/picker/EmojiPickerComponent.js +3 -4
  47. package/dist/cjs/components/picker/EmojiPickerEmojiRow.js +1 -2
  48. package/dist/cjs/components/picker/EmojiPickerFooter.js +2 -4
  49. package/dist/cjs/components/picker/EmojiPickerList.js +8 -10
  50. package/dist/cjs/components/picker/EmojiPickerListSearch.js +4 -6
  51. package/dist/cjs/components/picker/EmojiPickerSizes.js +2 -3
  52. package/dist/cjs/components/picker/EmojiPickerVirtualItems.js +6 -11
  53. package/dist/cjs/components/picker/VirtualList.js +6 -8
  54. package/dist/cjs/components/picker/categories.js +2 -3
  55. package/dist/cjs/components/picker/styles.js +24 -37
  56. package/dist/cjs/components/picker/utils.js +2 -3
  57. package/dist/cjs/components/typeahead/EmojiTypeAhead.js +2 -3
  58. package/dist/cjs/components/typeahead/EmojiTypeAheadComponent.js +1 -2
  59. package/dist/cjs/components/typeahead/EmojiTypeAheadItem.js +2 -3
  60. package/dist/cjs/components/typeahead/EmojiTypeAheadList.js +1 -2
  61. package/dist/cjs/components/typeahead/styles.js +11 -21
  62. package/dist/cjs/components/uploader/EmojiUploadComponent.js +1 -2
  63. package/dist/cjs/components/uploader/EmojiUploader.js +2 -4
  64. package/dist/cjs/components/uploader/styles.js +3 -5
  65. package/dist/cjs/context/EmojiCommonProvider.js +2 -3
  66. package/dist/cjs/context/EmojiContext.js +1 -2
  67. package/dist/cjs/context/EmojiContextProvider.js +2 -3
  68. package/dist/cjs/context/EmojiPickerListContext.js +3 -5
  69. package/dist/cjs/hooks/useEmoji.js +2 -3
  70. package/dist/cjs/hooks/useEmojiContext.js +2 -3
  71. package/dist/cjs/hooks/useEmojiPickerListContext.js +2 -3
  72. package/dist/cjs/hooks/useInView.js +2 -3
  73. package/dist/cjs/i18n/cs.js +2 -3
  74. package/dist/cjs/i18n/da.js +2 -3
  75. package/dist/cjs/i18n/de.js +2 -3
  76. package/dist/cjs/i18n/en.js +2 -3
  77. package/dist/cjs/i18n/en_GB.js +2 -3
  78. package/dist/cjs/i18n/en_ZZ.js +2 -3
  79. package/dist/cjs/i18n/es.js +2 -3
  80. package/dist/cjs/i18n/et.js +2 -3
  81. package/dist/cjs/i18n/fi.js +2 -3
  82. package/dist/cjs/i18n/fr.js +2 -3
  83. package/dist/cjs/i18n/hu.js +2 -3
  84. package/dist/cjs/i18n/is.js +2 -3
  85. package/dist/cjs/i18n/it.js +2 -3
  86. package/dist/cjs/i18n/ja.js +2 -3
  87. package/dist/cjs/i18n/ko.js +2 -3
  88. package/dist/cjs/i18n/languages.js +2 -3
  89. package/dist/cjs/i18n/nb.js +2 -3
  90. package/dist/cjs/i18n/nl.js +2 -3
  91. package/dist/cjs/i18n/pl.js +2 -3
  92. package/dist/cjs/i18n/pt_BR.js +2 -3
  93. package/dist/cjs/i18n/pt_PT.js +2 -3
  94. package/dist/cjs/i18n/ro.js +2 -3
  95. package/dist/cjs/i18n/ru.js +2 -3
  96. package/dist/cjs/i18n/sk.js +2 -3
  97. package/dist/cjs/i18n/sv.js +2 -3
  98. package/dist/cjs/i18n/th.js +2 -3
  99. package/dist/cjs/i18n/tr.js +2 -3
  100. package/dist/cjs/i18n/uk.js +2 -3
  101. package/dist/cjs/i18n/vi.js +2 -3
  102. package/dist/cjs/i18n/zh.js +2 -3
  103. package/dist/cjs/i18n/zh_TW.js +2 -3
  104. package/dist/cjs/index.js +1 -2
  105. package/dist/cjs/types.js +8 -15
  106. package/dist/cjs/util/DuplicateLimitedQueue.js +2 -3
  107. package/dist/cjs/util/StoredDuplicateLimitedQueue.js +1 -2
  108. package/dist/cjs/util/analytics/analytics.js +28 -54
  109. package/dist/cjs/util/analytics/samplingUfo.js +5 -9
  110. package/dist/cjs/util/analytics/ufoExperiences.js +5 -9
  111. package/dist/cjs/util/analytics/useSampledUFOComponentExperience.js +2 -3
  112. package/dist/cjs/util/browser-support.js +1 -2
  113. package/dist/cjs/util/constants.js +38 -74
  114. package/dist/cjs/util/filters.js +3 -5
  115. package/dist/cjs/util/image.js +6 -11
  116. package/dist/cjs/util/keymaps.js +2 -4
  117. package/dist/cjs/util/shared-styles.js +11 -22
  118. package/dist/cjs/util/type-helpers.js +22 -43
  119. package/dist/es2019/util/analytics/analytics.js +1 -1
  120. package/dist/esm/components/common/EmojiActions.js +1 -1
  121. package/dist/esm/components/common/EmojiUploadPicker.js +2 -2
  122. package/dist/esm/components/common/FileChooser.js +1 -1
  123. package/dist/esm/components/common/ToneSelector.js +1 -1
  124. package/dist/esm/components/picker/EmojiPickerComponent.js +2 -2
  125. package/dist/esm/components/picker/EmojiPickerList.js +6 -6
  126. package/dist/esm/components/picker/EmojiPickerListSearch.js +1 -1
  127. package/dist/esm/components/picker/VirtualList.js +3 -3
  128. package/dist/esm/util/analytics/analytics.js +1 -1
  129. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,52 +1,64 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 67.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#40647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40647) [`0de92f17021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0de92f17021) - Bump react-focus-lock to latest version
8
+
9
+ ## 67.5.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [#41080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41080) [`bec2dcb2370`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bec2dcb2370) - Update type definition for variables
14
+
3
15
  ## 67.5.7
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [`11211011de2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11211011de2) - Necessary release to unblock master in Atlassian Frontend Monorepo.
19
+ - [#40674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40674) [`11211011de2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11211011de2) - Necessary release to unblock master in Atlassian Frontend Monorepo.
8
20
 
9
21
  ## 67.5.6
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - [`dfa79d120f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa79d120f0) - [ux] [ECA11Y-69] Minor refactoring of accessibility Upload Emoji preview message
25
+ - [#40447](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40447) [`dfa79d120f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa79d120f0) - [ux] [ECA11Y-69] Minor refactoring of accessibility Upload Emoji preview message
14
26
 
15
27
  ## 67.5.5
16
28
 
17
29
  ### Patch Changes
18
30
 
19
- - [`a5aac31e4d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5aac31e4d0) - prevent ENTER to trigger form submit if emoji picker is under a form
31
+ - [#40339](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40339) [`a5aac31e4d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5aac31e4d0) - prevent ENTER to trigger form submit if emoji picker is under a form
20
32
 
21
33
  ## 67.5.4
22
34
 
23
35
  ### Patch Changes
24
36
 
25
- - [`eb2a6ac5031`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2a6ac5031) - fix regression issue in emoji picker search after react-virtual deps bump
37
+ - [#40318](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40318) [`eb2a6ac5031`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2a6ac5031) - fix regression issue in emoji picker search after react-virtual deps bump
26
38
 
27
39
  ## 67.5.3
28
40
 
29
41
  ### Patch Changes
30
42
 
31
- - [`aa456f60b3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa456f60b3d) - [ux] [ECA11Y-31] Refactored Upload own emoji component accessibility
43
+ - [#39006](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39006) [`aa456f60b3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa456f60b3d) - [ux] [ECA11Y-31] Refactored Upload own emoji component accessibility
32
44
 
33
45
  ## 67.5.2
34
46
 
35
47
  ### Patch Changes
36
48
 
37
- - [`07e2883caee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07e2883caee) - upgrade @tanstack/react-virtual
49
+ - [#40156](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40156) [`07e2883caee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07e2883caee) - upgrade @tanstack/react-virtual
38
50
 
39
51
  ## 67.5.1
40
52
 
41
53
  ### Patch Changes
42
54
 
43
- - [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
55
+ - [#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.
44
56
 
45
57
  ## 67.5.0
46
58
 
47
59
  ### Minor Changes
48
60
 
49
- - [`630ece558fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/630ece558fe) - Added onlyFetchOnDemand config to disable fetching by default in EmojiCommonProvider
61
+ - [#39662](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39662) [`630ece558fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/630ece558fe) - Added onlyFetchOnDemand config to disable fetching by default in EmojiCommonProvider
50
62
 
51
63
  ### Patch Changes
52
64
 
@@ -62,26 +74,26 @@
62
74
 
63
75
  ### Patch Changes
64
76
 
65
- - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
77
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
66
78
  - Updated dependencies
67
79
 
68
80
  ## 67.4.8
69
81
 
70
82
  ### Patch Changes
71
83
 
72
- - [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
84
+ - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925) [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
73
85
 
74
86
  ## 67.4.7
75
87
 
76
88
  ### Patch Changes
77
89
 
78
- - [`540428b9e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/540428b9e6d) - [ED-17394] Add button type to skin tone selector to prevent it triggering create ticket form
90
+ - [#37464](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37464) [`540428b9e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/540428b9e6d) - [ED-17394] Add button type to skin tone selector to prevent it triggering create ticket form
79
91
 
80
92
  ## 67.4.6
81
93
 
82
94
  ### Patch Changes
83
95
 
84
- - [`54ce14a4fd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54ce14a4fd3) - [ED-18129] Duplicate Enzyme mount helper to avoid circular references in Emoji and Status
96
+ - [#35117](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35117) [`54ce14a4fd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54ce14a4fd3) - [ED-18129] Duplicate Enzyme mount helper to avoid circular references in Emoji and Status
85
97
 
86
98
  ## 67.4.5
87
99
 
@@ -93,31 +105,31 @@
93
105
 
94
106
  ### Patch Changes
95
107
 
96
- - [`82f7f9600a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82f7f9600a9) - Migrated to declarative entry points internally for emoji and reactions. Public API is unchanged.
108
+ - [#33870](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33870) [`82f7f9600a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82f7f9600a9) - Migrated to declarative entry points internally for emoji and reactions. Public API is unchanged.
97
109
 
98
110
  ## 67.4.3
99
111
 
100
112
  ### Patch Changes
101
113
 
102
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
114
+ - [#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
103
115
 
104
116
  ## 67.4.2
105
117
 
106
118
  ### Patch Changes
107
119
 
108
- - [`cccd619ffc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cccd619ffc5) - fix focus style for category selector
120
+ - [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771) [`cccd619ffc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cccd619ffc5) - fix focus style for category selector
109
121
 
110
122
  ## 67.4.1
111
123
 
112
124
  ### Patch Changes
113
125
 
114
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
126
+ - [#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`
115
127
 
116
128
  ## 67.4.0
117
129
 
118
130
  ### Minor Changes
119
131
 
120
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
132
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
121
133
 
122
134
  ### Patch Changes
123
135
 
@@ -127,20 +139,20 @@
127
139
 
128
140
  ### Patch Changes
129
141
 
130
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
142
+ - [#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
131
143
  - Updated dependencies
132
144
 
133
145
  ## 67.3.1
134
146
 
135
147
  ### Patch Changes
136
148
 
137
- - [`0a30e729c1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a30e729c1d) - fix styling issue of headings in uploader screen and delete emoji screen of emoji picker
149
+ - [#31888](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31888) [`0a30e729c1d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a30e729c1d) - fix styling issue of headings in uploader screen and delete emoji screen of emoji picker
138
150
 
139
151
  ## 67.3.0
140
152
 
141
153
  ### Minor Changes
142
154
 
143
- - [`f31280da145`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f31280da145) - fix category reset when tone changed, update error message translations, improve error message for screen reader, improve auto focus on choose file screen
155
+ - [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891) [`f31280da145`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f31280da145) - fix category reset when tone changed, update error message translations, improve error message for screen reader, improve auto focus on choose file screen
144
156
 
145
157
  ### Patch Changes
146
158
 
@@ -154,13 +166,13 @@
154
166
 
155
167
  ### Patch Changes
156
168
 
157
- - [`a73ef9ebecb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a73ef9ebecb) - Add ssr rendering metadata to resourced emoji loaded experience
169
+ - [#31848](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31848) [`a73ef9ebecb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a73ef9ebecb) - Add ssr rendering metadata to resourced emoji loaded experience
158
170
 
159
171
  ## 67.2.0
160
172
 
161
173
  ### Minor Changes
162
174
 
163
- - [`2b2aa109521`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b2aa109521) - [ux] improve keyboard navigation in emoji picker list, improve category highlight logic in emoji picker
175
+ - [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`2b2aa109521`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b2aa109521) - [ux] improve keyboard navigation in emoji picker list, improve category highlight logic in emoji picker
164
176
  - [`7e3c38a86ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e3c38a86ef) - [ux] [COLLAB-2264] add arrow keys support for navigating categories selctor in emoji picker, used tabs structure for emoji picker with category selctor for better accessibility, added more aria-labels for category selector and picker list panel for accessibility, highlight first category in emoji picker at start
165
177
 
166
178
  ### Patch Changes
@@ -183,7 +195,7 @@
183
195
 
184
196
  ### Minor Changes
185
197
 
186
- - [`27b1925f52a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27b1925f52a) - - search emoji in emoji picker will scroll to top
198
+ - [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248) [`27b1925f52a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27b1925f52a) - - search emoji in emoji picker will scroll to top
187
199
  - improve emoji search analytics tracking
188
200
  - add debounce to emoji search
189
201
  - fix duplicated calls triggered by each emoji search
@@ -197,7 +209,7 @@
197
209
 
198
210
  ### Patch Changes
199
211
 
200
- - [`afd73c661b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd73c661b7) - Fixed regression bug where selecting a category highlighted wrong category in category tracker
212
+ - [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470) [`afd73c661b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd73c661b7) - Fixed regression bug where selecting a category highlighted wrong category in category tracker
201
213
  - [`3fdb998a000`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fdb998a000) - Unblock hot-102193 to bump emoji to latest.
202
214
  - [`858c6abd872`](https://bitbucket.org/atlassian/atlassian-frontend/commits/858c6abd872) - Fix bug that was causing the emoji picker to crash on initial rendering
203
215
  - [`e2c42bb9cdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2c42bb9cdd) - [ux] fix emoji picker horizontal scrollbar issue
@@ -208,7 +220,7 @@
208
220
 
209
221
  ### Patch Changes
210
222
 
211
- - [`d16c7d57428`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d16c7d57428) - Update teams.json to reflect current team
223
+ - [#29667](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29667) [`d16c7d57428`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d16c7d57428) - Update teams.json to reflect current team
212
224
 
213
225
  ## 67.0.5
214
226
 
@@ -220,14 +232,14 @@
220
232
 
221
233
  ### Patch Changes
222
234
 
223
- - [`d260a1e3af3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d260a1e3af3) - This is a dummy changeset to force a patch bump. No files were changed.
235
+ - [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932) [`d260a1e3af3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d260a1e3af3) - This is a dummy changeset to force a patch bump. No files were changed.
224
236
  - [`93f02aebfa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93f02aebfa0) - Intangible change to fix product integration version alignment within confluence.
225
237
 
226
238
  ## 67.0.3
227
239
 
228
240
  ### Patch Changes
229
241
 
230
- - [`7d2488dcbcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2488dcbcf) - Upgrade lru-fast@0.2.2 to lru_map
242
+ - [#29080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29080) [`7d2488dcbcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2488dcbcf) - Upgrade lru-fast@0.2.2 to lru_map
231
243
 
232
244
  ## 67.0.2
233
245
 
@@ -239,13 +251,13 @@
239
251
 
240
252
  ### Patch Changes
241
253
 
242
- - [`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.
254
+ - [#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.
243
255
 
244
256
  ## 67.0.0
245
257
 
246
258
  ### Major Changes
247
259
 
248
- - [`f25b0c5379b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f25b0c5379b) - Drop support for legacy React Context, and create new EmojiCommonProvider to provide emoji provider
260
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`f25b0c5379b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f25b0c5379b) - Drop support for legacy React Context, and create new EmojiCommonProvider to provide emoji provider
249
261
  - [`62789954243`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62789954243) - react-virutlaized has been replaced with @tanstack/react-virutal in @atlaskit/emoji
250
262
 
251
263
  ### Minor Changes
@@ -278,7 +290,7 @@
278
290
 
279
291
  ### Minor Changes
280
292
 
281
- - [`cde71051978`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde71051978) - [ux] Provide size options for emoji picker, including `small`, `medium`, and `large`. Make `medium` size for emoji picker by default, which will enlarge emoji picker to show more emojis.
293
+ - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`cde71051978`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde71051978) - [ux] Provide size options for emoji picker, including `small`, `medium`, and `large`. Make `medium` size for emoji picker by default, which will enlarge emoji picker to show more emojis.
282
294
 
283
295
  ### Patch Changes
284
296
 
@@ -295,7 +307,7 @@
295
307
 
296
308
  ### Patch Changes
297
309
 
298
- - [`cdf42c26e75`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cdf42c26e75) - Upgrade emotion library to use latest version 11
310
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`cdf42c26e75`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cdf42c26e75) - Upgrade emotion library to use latest version 11
299
311
  - [`cb5bbf2cd8c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb5bbf2cd8c) - Add testId to cancel upload button. No behaviour change.
300
312
  - [`d74d5065a25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d74d5065a25) - minor analytics update
301
313
  - Updated dependencies
@@ -304,7 +316,7 @@
304
316
 
305
317
  ### Patch Changes
306
318
 
307
- - [`98b7ff82dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98b7ff82dae) - [UX] To remove the unwanted styles (which is taken care in typeahead list component ED-15655)
319
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`98b7ff82dae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98b7ff82dae) - [UX] To remove the unwanted styles (which is taken care in typeahead list component ED-15655)
308
320
  - [`f86e84d3cd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f86e84d3cd8) - ED-13980 Changes to make typeahead menu accessible by adding assistive text and improving keyboard navigation
309
321
  - Updated dependencies
310
322
 
@@ -312,19 +324,19 @@
312
324
 
313
325
  ### Major Changes
314
326
 
315
- - [`052c7e4e4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/052c7e4e4b2) - Update emoji interface types to include fetchByEmojiId
327
+ - [#25696](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25696) [`052c7e4e4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/052c7e4e4b2) - Update emoji interface types to include fetchByEmojiId
316
328
 
317
329
  ## 65.2.1
318
330
 
319
331
  ### Patch Changes
320
332
 
321
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
333
+ - [#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`
322
334
 
323
335
  ## 65.2.0
324
336
 
325
337
  ### Minor Changes
326
338
 
327
- - [`dc70b6076fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc70b6076fb) - Converted emoji picker component children to functional components.
339
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`dc70b6076fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc70b6076fb) - Converted emoji picker component children to functional components.
328
340
  - [`f397ebff733`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f397ebff733) - Emoji Upload Component refactor to functional
329
341
  - [`f39be18203b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f39be18203b) - ToneSelector and EmojiActions functional component conversion
330
342
  - [`2a233390245`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a233390245) - Emoji Upload Picker and File Chooser functional component refactor
@@ -343,13 +355,13 @@
343
355
 
344
356
  ### Patch Changes
345
357
 
346
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
358
+ - [#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`.
347
359
 
348
360
  ## 65.1.0
349
361
 
350
362
  ### Minor Changes
351
363
 
352
- - [`cceb3262363`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cceb3262363) - [ux] Show preview below the scrollable emoji box
364
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`cceb3262363`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cceb3262363) - [ux] Show preview below the scrollable emoji box
353
365
 
354
366
  ### Patch Changes
355
367
 
@@ -360,7 +372,7 @@
360
372
 
361
373
  ### Major Changes
362
374
 
363
- - [`06232e0f8dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06232e0f8dd) - [ux] Opt In SSR for Resourced Emoji and Emoji Placeholder with EmojiResource interfaces
375
+ - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`06232e0f8dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06232e0f8dd) - [ux] Opt In SSR for Resourced Emoji and Emoji Placeholder with EmojiResource interfaces
364
376
 
365
377
  ### Minor Changes
366
378
 
@@ -376,7 +388,7 @@
376
388
 
377
389
  ### Patch Changes
378
390
 
379
- - [`6e01776f0b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e01776f0b7) - remove placeholder when lazy load emoji
391
+ - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029) [`6e01776f0b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e01776f0b7) - remove placeholder when lazy load emoji
380
392
  - [`6e01776f0b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e01776f0b7) - fix placeholder issue in lazy loaded emoji by removing it and re-write the anlytics tracking around it
381
393
  - [`c3f9e9bce1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3f9e9bce1c) - Add custom information to failure and abort events for UFO experiences
382
394
  - Updated dependencies
@@ -385,7 +397,7 @@
385
397
 
386
398
  ### Minor Changes
387
399
 
388
- - [`2b241314079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b241314079) - improve lazy load emoji with placeholder and improved analtyics tracking
400
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`2b241314079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b241314079) - improve lazy load emoji with placeholder and improved analtyics tracking
389
401
 
390
402
  ## 64.6.1
391
403
 
@@ -397,7 +409,7 @@
397
409
 
398
410
  ### Minor Changes
399
411
 
400
- - [`b926172a999`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b926172a999) - Custom Emoji Assets now load using inline media tokens preventing 401s
412
+ - [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`b926172a999`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b926172a999) - Custom Emoji Assets now load using inline media tokens preventing 401s
401
413
 
402
414
  ### Patch Changes
403
415
 
@@ -407,7 +419,7 @@
407
419
 
408
420
  ### Patch Changes
409
421
 
410
- - [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
422
+ - [#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`.
411
423
 
412
424
  ## 64.5.1
413
425
 
@@ -420,7 +432,7 @@
420
432
 
421
433
  ### Minor Changes
422
434
 
423
- - [`fcb3b3f77e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fcb3b3f77e2) - Context Provider to convert legacy providers to non legacy providers
435
+ - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033) [`fcb3b3f77e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fcb3b3f77e2) - Context Provider to convert legacy providers to non legacy providers
424
436
 
425
437
  ### Patch Changes
426
438
 
@@ -430,19 +442,19 @@
430
442
 
431
443
  ### Patch Changes
432
444
 
433
- - [`15f783a5684`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15f783a5684) - export ufo experience name and ufo component name, update component name for emoji recorded experience
445
+ - [#20530](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20530) [`15f783a5684`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15f783a5684) - export ufo experience name and ufo component name, update component name for emoji recorded experience
434
446
 
435
447
  ## 64.4.0
436
448
 
437
449
  ### Minor Changes
438
450
 
439
- - [`39031597fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39031597fa1) - added more UFO experiences support
451
+ - [#20147](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20147) [`39031597fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39031597fa1) - added more UFO experiences support
440
452
 
441
453
  ## 64.3.0
442
454
 
443
455
  ### Minor Changes
444
456
 
445
- - [`753e9b6b610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/753e9b6b610) - Migrated styles from typestyle to emotion
457
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`753e9b6b610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/753e9b6b610) - Migrated styles from typestyle to emotion
446
458
  - [`f862d5ae7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f862d5ae7aa) - remove RxJs peer dependency
447
459
 
448
460
  ### Patch Changes
@@ -457,13 +469,13 @@
457
469
 
458
470
  ### Patch Changes
459
471
 
460
- - [`85397ad6786`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85397ad6786) - add emoji-rendered and emoji-resource-fetched UFO experiences
472
+ - [#19619](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19619) [`85397ad6786`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85397ad6786) - add emoji-rendered and emoji-resource-fetched UFO experiences
461
473
 
462
474
  ## 64.2.0
463
475
 
464
476
  ### Minor Changes
465
477
 
466
- - [`ae891ccd4c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae891ccd4c2) - Refactor legacy context providers and update tests to use react testing library
478
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`ae891ccd4c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae891ccd4c2) - Refactor legacy context providers and update tests to use react testing library
467
479
 
468
480
  ### Patch Changes
469
481
 
@@ -474,14 +486,14 @@
474
486
 
475
487
  ### Patch Changes
476
488
 
477
- - [`21e15939c73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21e15939c73) - add SSR examples for emoji
489
+ - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`21e15939c73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21e15939c73) - add SSR examples for emoji
478
490
  - [`95015909035`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95015909035) - Fixed issue where some of the examples where crashing.
479
491
 
480
492
  ## 64.1.0
481
493
 
482
494
  ### Minor Changes
483
495
 
484
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - [ux] Task: https://a11y-internal.atlassian.net/browse/AK-97, Emoji picker: made emojis list keyboard accessible, moved tone selector and place it right after search input, placed upload/remove emoji menus above the emoji list.
496
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - [ux] Task: https://a11y-internal.atlassian.net/browse/AK-97, Emoji picker: made emojis list keyboard accessible, moved tone selector and place it right after search input, placed upload/remove emoji menus above the emoji list.
485
497
  - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Remove @atlaskit/tooltip from critical path of rendering emoji
486
498
  - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Upgrade js-search to v2
487
499
 
@@ -499,7 +511,7 @@
499
511
 
500
512
  ### Major Changes
501
513
 
502
- - [`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
514
+ - [#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
503
515
 
504
516
  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.
505
517
  Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
@@ -541,13 +553,13 @@
541
553
 
542
554
  ### Minor Changes
543
555
 
544
- - [`4f221a2664a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f221a2664a) - Instrumented `@atlaskit/emoji` with the new theming package, `@atlaskit/tokens`. New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
556
+ - [#16716](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16716) [`4f221a2664a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f221a2664a) - Instrumented `@atlaskit/emoji` with the new theming package, `@atlaskit/tokens`. New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
545
557
 
546
558
  ## 63.1.10
547
559
 
548
560
  ### Patch Changes
549
561
 
550
- - [`5ee9d374461`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ee9d374461) - [ux] AK-218: Emoji CategorySelector add outline to the category buttons on focus, add aria-label
562
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`5ee9d374461`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ee9d374461) - [ux] AK-218: Emoji CategorySelector add outline to the category buttons on focus, add aria-label
551
563
  - [`022437d88d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/022437d88d0) - [ux] AK-812 Emoji toolbar button hover state meet minimum contrast requirements
552
564
  - [`1f5f0470fdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f5f0470fdd) - New emoji link label with input
553
565
 
@@ -561,20 +573,20 @@
561
573
 
562
574
  ### Patch Changes
563
575
 
564
- - [`12ab65f8153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12ab65f8153) - Disabling flaky test
576
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`12ab65f8153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12ab65f8153) - Disabling flaky test
565
577
  - Updated dependencies
566
578
 
567
579
  ## 63.1.7
568
580
 
569
581
  ### Patch Changes
570
582
 
571
- - [`252a76e7f61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/252a76e7f61) - Updated comment reference to moved xregexp-transformer package
583
+ - [#13209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13209) [`252a76e7f61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/252a76e7f61) - Updated comment reference to moved xregexp-transformer package
572
584
 
573
585
  ## 63.1.6
574
586
 
575
587
  ### Patch Changes
576
588
 
577
- - [`81c07c8a095`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81c07c8a095) - AK-340: add screen reader description text to the Choose custom emoji button
589
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`81c07c8a095`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81c07c8a095) - AK-340: add screen reader description text to the Choose custom emoji button
578
590
  - [`6f94f8032cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f94f8032cd) - AK-95: fetch emoji as images in order to fix Windows High Contrast mode issues
579
591
  - [`e7d86570528`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7d86570528) - AK-110, Emoji picker: make skin tone selection accessible for screen-reader and keyboard users
580
592
  - Updated dependencies
@@ -583,7 +595,7 @@
583
595
 
584
596
  ### Patch Changes
585
597
 
586
- - [`351177c316c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/351177c316c) - Emoji component: add aria-label attr to the Search Emoji input field
598
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`351177c316c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/351177c316c) - Emoji component: add aria-label attr to the Search Emoji input field
587
599
  - [`10932f6ae07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10932f6ae07) - SPFE-561: Remove the URLSearchParams polyfill
588
600
  - Updated dependencies
589
601
 
@@ -591,13 +603,13 @@
591
603
 
592
604
  ### Patch Changes
593
605
 
594
- - [`2c076bc792a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c076bc792a) - Update internal component usage
606
+ - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`2c076bc792a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c076bc792a) - Update internal component usage
595
607
 
596
608
  ## 63.1.3
597
609
 
598
610
  ### Patch Changes
599
611
 
600
- - [`6c5df7efe3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c5df7efe3d) - ED-11854 Improve localStorage detection
612
+ - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`6c5df7efe3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c5df7efe3d) - ED-11854 Improve localStorage detection
601
613
  - Updated dependencies
602
614
 
603
615
  ## 63.1.2
@@ -610,20 +622,20 @@
610
622
 
611
623
  ### Patch Changes
612
624
 
613
- - [`18820a0a9a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18820a0a9a1) - Internal changes to break up internal component structure of EmojiPicker
625
+ - [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178) [`18820a0a9a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18820a0a9a1) - Internal changes to break up internal component structure of EmojiPicker
614
626
  - Updated dependencies
615
627
 
616
628
  ## 63.1.0
617
629
 
618
630
  ### Minor Changes
619
631
 
620
- - [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
632
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
621
633
 
622
634
  ## 63.0.13
623
635
 
624
636
  ### Patch Changes
625
637
 
626
- - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
638
+ - [#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
627
639
 
628
640
  ## 63.0.12
629
641
 
@@ -635,14 +647,14 @@
635
647
 
636
648
  ### Patch Changes
637
649
 
638
- - [`401be935e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/401be935e9) - Fix bug with emoji category selector not working inside forms
650
+ - [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`401be935e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/401be935e9) - Fix bug with emoji category selector not working inside forms
639
651
  - Updated dependencies
640
652
 
641
653
  ## 63.0.10
642
654
 
643
655
  ### Patch Changes
644
656
 
645
- - [`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.
657
+ - [#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.
646
658
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
647
659
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
648
660
 
@@ -656,14 +668,14 @@
656
668
 
657
669
  ### Patch Changes
658
670
 
659
- - [`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)
671
+ - [#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)
660
672
  - Updated dependencies
661
673
 
662
674
  ## 63.0.7
663
675
 
664
676
  ### Patch Changes
665
677
 
666
- - [`bee2157c1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bee2157c1b) - Remove usage of @atlaskit/util-common-test package
678
+ - [#4932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4932) [`bee2157c1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bee2157c1b) - Remove usage of @atlaskit/util-common-test package
667
679
 
668
680
  ## 63.0.6
669
681
 
@@ -681,7 +693,7 @@
681
693
 
682
694
  ### Patch Changes
683
695
 
684
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
696
+ - [#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
685
697
 
686
698
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
687
699
  to prevent duplicates of tslib being bundled.
@@ -690,7 +702,7 @@
690
702
 
691
703
  ### Patch Changes
692
704
 
693
- - [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
705
+ - [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393) [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
694
706
 
695
707
  ## 63.0.2
696
708
 
@@ -702,13 +714,13 @@
702
714
 
703
715
  ### Patch Changes
704
716
 
705
- - [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
717
+ - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
706
718
 
707
719
  ## 63.0.0
708
720
 
709
721
  ### Major Changes
710
722
 
711
- - [`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.
723
+ - [#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.
712
724
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
713
725
 
714
726
  ### Patch Changes
@@ -731,13 +743,13 @@
731
743
 
732
744
  ### Patch Changes
733
745
 
734
- - [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
746
+ - [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576) [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
735
747
 
736
748
  ## 62.8.1
737
749
 
738
750
  ### Patch Changes
739
751
 
740
- - [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
752
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
741
753
  - [`98f462e2aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98f462e2aa) - Bumping use the latest version of @atlaskit/spinner
742
754
  - Updated dependencies
743
755
 
@@ -745,7 +757,7 @@
745
757
 
746
758
  ### Minor Changes
747
759
 
748
- - [`7d80e07781`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d80e07781) - ED-9040 Add class to image emojis so they can be distinguished from sprite emojis in the DOM
760
+ - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868) [`7d80e07781`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d80e07781) - ED-9040 Add class to image emojis so they can be distinguished from sprite emojis in the DOM
749
761
 
750
762
  ### Patch Changes
751
763
 
@@ -11,7 +11,7 @@ var _EmojiUtils = require("./EmojiUtils");
11
11
  /**
12
12
  * Emoji providers should return JSON in the format defined by EmojiServiceResponse.
13
13
  */
14
- var EmojiLoader = /*#__PURE__*/function () {
14
+ var EmojiLoader = exports.default = /*#__PURE__*/function () {
15
15
  function EmojiLoader(config) {
16
16
  (0, _classCallCheck2.default)(this, EmojiLoader);
17
17
  this.config = config;
@@ -30,5 +30,4 @@ var EmojiLoader = /*#__PURE__*/function () {
30
30
  }
31
31
  }]);
32
32
  return EmojiLoader;
33
- }();
34
- exports.default = EmojiLoader;
33
+ }();