@atlaskit/emoji 67.5.7 → 67.5.8
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.
- package/CHANGELOG.md +79 -73
- package/dist/cjs/api/EmojiLoader.js +2 -3
- package/dist/cjs/api/EmojiRepository.js +2 -4
- package/dist/cjs/api/EmojiRepositoryRegex.js +1 -2
- package/dist/cjs/api/EmojiResource.js +4 -7
- package/dist/cjs/api/EmojiUtils.js +10 -19
- package/dist/cjs/api/internal/Comparators.js +9 -17
- package/dist/cjs/api/internal/UsageFrequencyTracker.js +3 -5
- package/dist/cjs/api/media/MediaEmojiCache.js +4 -7
- package/dist/cjs/api/media/MediaImageLoader.js +2 -3
- package/dist/cjs/api/media/SiteEmojiResource.js +3 -5
- package/dist/cjs/api/media/TokenManager.js +3 -5
- package/dist/cjs/components/common/CachingEmoji.js +3 -6
- package/dist/cjs/components/common/DeletableEmojiTooltipContent.js +3 -5
- package/dist/cjs/components/common/DeleteButton.js +2 -4
- package/dist/cjs/components/common/Emoji.js +5 -10
- package/dist/cjs/components/common/EmojiActions.js +6 -9
- package/dist/cjs/components/common/EmojiDeletePreview.js +2 -4
- package/dist/cjs/components/common/EmojiErrorMessage.js +5 -10
- package/dist/cjs/components/common/EmojiPlaceholder.js +2 -4
- package/dist/cjs/components/common/EmojiPreviewComponent.js +2 -3
- package/dist/cjs/components/common/EmojiRadioButton.js +2 -4
- package/dist/cjs/components/common/EmojiUploadPicker.js +6 -10
- package/dist/cjs/components/common/EmojiUploadPreview.js +3 -6
- package/dist/cjs/components/common/FileChooser.js +4 -7
- package/dist/cjs/components/common/LoadingEmojiComponent.js +2 -3
- package/dist/cjs/components/common/Popup.js +1 -2
- package/dist/cjs/components/common/RecordSelectionDefault.js +2 -3
- package/dist/cjs/components/common/ResourcedEmoji.js +1 -2
- package/dist/cjs/components/common/ResourcedEmojiComponent.js +2 -4
- package/dist/cjs/components/common/RetryableButton.js +3 -6
- package/dist/cjs/components/common/Scrollable.js +2 -3
- package/dist/cjs/components/common/TonePreviewButton.js +3 -6
- package/dist/cjs/components/common/ToneSelector.js +4 -7
- package/dist/cjs/components/common/ToolTipContentWithKeymap.js +2 -3
- package/dist/cjs/components/common/UfoErrorBoundary.js +2 -3
- package/dist/cjs/components/common/UploadEmoji.js +2 -3
- package/dist/cjs/components/common/internal-types.js +2 -3
- package/dist/cjs/components/common/setSkinToneAriaLabelText.js +2 -3
- package/dist/cjs/components/common/styles.js +60 -113
- package/dist/cjs/components/i18n.js +2 -3
- package/dist/cjs/components/picker/CategorySelector.js +4 -8
- package/dist/cjs/components/picker/CategoryTracker.js +2 -3
- package/dist/cjs/components/picker/EmojiPicker.js +2 -4
- package/dist/cjs/components/picker/EmojiPickerCategoryHeading.js +2 -4
- package/dist/cjs/components/picker/EmojiPickerComponent.js +3 -4
- package/dist/cjs/components/picker/EmojiPickerEmojiRow.js +1 -2
- package/dist/cjs/components/picker/EmojiPickerFooter.js +2 -4
- package/dist/cjs/components/picker/EmojiPickerList.js +8 -10
- package/dist/cjs/components/picker/EmojiPickerListSearch.js +4 -6
- package/dist/cjs/components/picker/EmojiPickerSizes.js +2 -3
- package/dist/cjs/components/picker/EmojiPickerVirtualItems.js +6 -11
- package/dist/cjs/components/picker/VirtualList.js +6 -8
- package/dist/cjs/components/picker/categories.js +2 -3
- package/dist/cjs/components/picker/styles.js +24 -37
- package/dist/cjs/components/picker/utils.js +2 -3
- package/dist/cjs/components/typeahead/EmojiTypeAhead.js +2 -3
- package/dist/cjs/components/typeahead/EmojiTypeAheadComponent.js +1 -2
- package/dist/cjs/components/typeahead/EmojiTypeAheadItem.js +2 -3
- package/dist/cjs/components/typeahead/EmojiTypeAheadList.js +1 -2
- package/dist/cjs/components/typeahead/styles.js +11 -21
- package/dist/cjs/components/uploader/EmojiUploadComponent.js +1 -2
- package/dist/cjs/components/uploader/EmojiUploader.js +2 -4
- package/dist/cjs/components/uploader/styles.js +3 -5
- package/dist/cjs/context/EmojiCommonProvider.js +2 -3
- package/dist/cjs/context/EmojiContext.js +1 -2
- package/dist/cjs/context/EmojiContextProvider.js +2 -3
- package/dist/cjs/context/EmojiPickerListContext.js +3 -5
- package/dist/cjs/hooks/useEmoji.js +2 -3
- package/dist/cjs/hooks/useEmojiContext.js +2 -3
- package/dist/cjs/hooks/useEmojiPickerListContext.js +2 -3
- package/dist/cjs/hooks/useInView.js +2 -3
- package/dist/cjs/i18n/cs.js +2 -3
- package/dist/cjs/i18n/da.js +2 -3
- package/dist/cjs/i18n/de.js +2 -3
- package/dist/cjs/i18n/en.js +2 -3
- package/dist/cjs/i18n/en_GB.js +2 -3
- package/dist/cjs/i18n/en_ZZ.js +2 -3
- package/dist/cjs/i18n/es.js +2 -3
- package/dist/cjs/i18n/et.js +2 -3
- package/dist/cjs/i18n/fi.js +2 -3
- package/dist/cjs/i18n/fr.js +2 -3
- package/dist/cjs/i18n/hu.js +2 -3
- package/dist/cjs/i18n/is.js +2 -3
- package/dist/cjs/i18n/it.js +2 -3
- package/dist/cjs/i18n/ja.js +2 -3
- package/dist/cjs/i18n/ko.js +2 -3
- package/dist/cjs/i18n/languages.js +2 -3
- package/dist/cjs/i18n/nb.js +2 -3
- package/dist/cjs/i18n/nl.js +2 -3
- package/dist/cjs/i18n/pl.js +2 -3
- package/dist/cjs/i18n/pt_BR.js +2 -3
- package/dist/cjs/i18n/pt_PT.js +2 -3
- package/dist/cjs/i18n/ro.js +2 -3
- package/dist/cjs/i18n/ru.js +2 -3
- package/dist/cjs/i18n/sk.js +2 -3
- package/dist/cjs/i18n/sv.js +2 -3
- package/dist/cjs/i18n/th.js +2 -3
- package/dist/cjs/i18n/tr.js +2 -3
- package/dist/cjs/i18n/uk.js +2 -3
- package/dist/cjs/i18n/vi.js +2 -3
- package/dist/cjs/i18n/zh.js +2 -3
- package/dist/cjs/i18n/zh_TW.js +2 -3
- package/dist/cjs/index.js +1 -2
- package/dist/cjs/types.js +8 -15
- package/dist/cjs/util/DuplicateLimitedQueue.js +2 -3
- package/dist/cjs/util/StoredDuplicateLimitedQueue.js +1 -2
- package/dist/cjs/util/analytics/analytics.js +28 -54
- package/dist/cjs/util/analytics/samplingUfo.js +5 -9
- package/dist/cjs/util/analytics/ufoExperiences.js +5 -9
- package/dist/cjs/util/analytics/useSampledUFOComponentExperience.js +2 -3
- package/dist/cjs/util/browser-support.js +1 -2
- package/dist/cjs/util/constants.js +38 -74
- package/dist/cjs/util/filters.js +3 -5
- package/dist/cjs/util/image.js +6 -11
- package/dist/cjs/util/keymaps.js +2 -4
- package/dist/cjs/util/shared-styles.js +11 -22
- package/dist/cjs/util/type-helpers.js +22 -43
- package/dist/es2019/util/analytics/analytics.js +1 -1
- package/dist/esm/components/common/EmojiActions.js +1 -1
- package/dist/esm/components/common/EmojiUploadPicker.js +2 -2
- package/dist/esm/components/common/FileChooser.js +1 -1
- package/dist/esm/components/common/ToneSelector.js +1 -1
- package/dist/esm/components/picker/EmojiPickerComponent.js +2 -2
- package/dist/esm/components/picker/EmojiPickerList.js +6 -6
- package/dist/esm/components/picker/EmojiPickerListSearch.js +1 -1
- package/dist/esm/components/picker/VirtualList.js +3 -3
- package/dist/esm/util/analytics/analytics.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,52 +1,58 @@
|
|
|
1
1
|
# @atlaskit/emoji
|
|
2
2
|
|
|
3
|
+
## 67.5.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#41080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41080) [`bec2dcb2370`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bec2dcb2370) - Update type definition for variables
|
|
8
|
+
|
|
3
9
|
## 67.5.7
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [`11211011de2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11211011de2) - Necessary release to unblock master in Atlassian Frontend Monorepo.
|
|
13
|
+
- [#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
14
|
|
|
9
15
|
## 67.5.6
|
|
10
16
|
|
|
11
17
|
### Patch Changes
|
|
12
18
|
|
|
13
|
-
- [`dfa79d120f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa79d120f0) - [ux] [ECA11Y-69] Minor refactoring of accessibility Upload Emoji preview message
|
|
19
|
+
- [#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
20
|
|
|
15
21
|
## 67.5.5
|
|
16
22
|
|
|
17
23
|
### Patch Changes
|
|
18
24
|
|
|
19
|
-
- [`a5aac31e4d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5aac31e4d0) - prevent ENTER to trigger form submit if emoji picker is under a form
|
|
25
|
+
- [#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
26
|
|
|
21
27
|
## 67.5.4
|
|
22
28
|
|
|
23
29
|
### Patch Changes
|
|
24
30
|
|
|
25
|
-
- [`eb2a6ac5031`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2a6ac5031) - fix regression issue in emoji picker search after react-virtual deps bump
|
|
31
|
+
- [#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
32
|
|
|
27
33
|
## 67.5.3
|
|
28
34
|
|
|
29
35
|
### Patch Changes
|
|
30
36
|
|
|
31
|
-
- [`aa456f60b3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa456f60b3d) - [ux] [ECA11Y-31] Refactored Upload own emoji component accessibility
|
|
37
|
+
- [#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
38
|
|
|
33
39
|
## 67.5.2
|
|
34
40
|
|
|
35
41
|
### Patch Changes
|
|
36
42
|
|
|
37
|
-
- [`07e2883caee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07e2883caee) - upgrade @tanstack/react-virtual
|
|
43
|
+
- [#40156](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40156) [`07e2883caee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07e2883caee) - upgrade @tanstack/react-virtual
|
|
38
44
|
|
|
39
45
|
## 67.5.1
|
|
40
46
|
|
|
41
47
|
### Patch Changes
|
|
42
48
|
|
|
43
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
49
|
+
- [#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
50
|
|
|
45
51
|
## 67.5.0
|
|
46
52
|
|
|
47
53
|
### Minor Changes
|
|
48
54
|
|
|
49
|
-
- [`630ece558fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/630ece558fe) - Added onlyFetchOnDemand config to disable fetching by default in EmojiCommonProvider
|
|
55
|
+
- [#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
56
|
|
|
51
57
|
### Patch Changes
|
|
52
58
|
|
|
@@ -62,26 +68,26 @@
|
|
|
62
68
|
|
|
63
69
|
### Patch Changes
|
|
64
70
|
|
|
65
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
71
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
66
72
|
- Updated dependencies
|
|
67
73
|
|
|
68
74
|
## 67.4.8
|
|
69
75
|
|
|
70
76
|
### Patch Changes
|
|
71
77
|
|
|
72
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
78
|
+
- [#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
79
|
|
|
74
80
|
## 67.4.7
|
|
75
81
|
|
|
76
82
|
### Patch Changes
|
|
77
83
|
|
|
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
|
|
84
|
+
- [#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
85
|
|
|
80
86
|
## 67.4.6
|
|
81
87
|
|
|
82
88
|
### Patch Changes
|
|
83
89
|
|
|
84
|
-
- [`54ce14a4fd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54ce14a4fd3) - [ED-18129] Duplicate Enzyme mount helper to avoid circular references in Emoji and Status
|
|
90
|
+
- [#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
91
|
|
|
86
92
|
## 67.4.5
|
|
87
93
|
|
|
@@ -93,31 +99,31 @@
|
|
|
93
99
|
|
|
94
100
|
### Patch Changes
|
|
95
101
|
|
|
96
|
-
- [`82f7f9600a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82f7f9600a9) - Migrated to declarative entry points internally for emoji and reactions. Public API is unchanged.
|
|
102
|
+
- [#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
103
|
|
|
98
104
|
## 67.4.3
|
|
99
105
|
|
|
100
106
|
### Patch Changes
|
|
101
107
|
|
|
102
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
108
|
+
- [#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
109
|
|
|
104
110
|
## 67.4.2
|
|
105
111
|
|
|
106
112
|
### Patch Changes
|
|
107
113
|
|
|
108
|
-
- [`cccd619ffc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cccd619ffc5) - fix focus style for category selector
|
|
114
|
+
- [#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
115
|
|
|
110
116
|
## 67.4.1
|
|
111
117
|
|
|
112
118
|
### Patch Changes
|
|
113
119
|
|
|
114
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
120
|
+
- [#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
121
|
|
|
116
122
|
## 67.4.0
|
|
117
123
|
|
|
118
124
|
### Minor Changes
|
|
119
125
|
|
|
120
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
126
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
121
127
|
|
|
122
128
|
### Patch Changes
|
|
123
129
|
|
|
@@ -127,20 +133,20 @@
|
|
|
127
133
|
|
|
128
134
|
### Patch Changes
|
|
129
135
|
|
|
130
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
136
|
+
- [#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
137
|
- Updated dependencies
|
|
132
138
|
|
|
133
139
|
## 67.3.1
|
|
134
140
|
|
|
135
141
|
### Patch Changes
|
|
136
142
|
|
|
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
|
|
143
|
+
- [#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
144
|
|
|
139
145
|
## 67.3.0
|
|
140
146
|
|
|
141
147
|
### Minor Changes
|
|
142
148
|
|
|
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
|
|
149
|
+
- [#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
150
|
|
|
145
151
|
### Patch Changes
|
|
146
152
|
|
|
@@ -154,13 +160,13 @@
|
|
|
154
160
|
|
|
155
161
|
### Patch Changes
|
|
156
162
|
|
|
157
|
-
- [`a73ef9ebecb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a73ef9ebecb) - Add ssr rendering metadata to resourced emoji loaded experience
|
|
163
|
+
- [#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
164
|
|
|
159
165
|
## 67.2.0
|
|
160
166
|
|
|
161
167
|
### Minor Changes
|
|
162
168
|
|
|
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
|
|
169
|
+
- [#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
170
|
- [`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
171
|
|
|
166
172
|
### Patch Changes
|
|
@@ -183,7 +189,7 @@
|
|
|
183
189
|
|
|
184
190
|
### Minor Changes
|
|
185
191
|
|
|
186
|
-
- [`27b1925f52a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27b1925f52a) - - search emoji in emoji picker will scroll to top
|
|
192
|
+
- [#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
193
|
- improve emoji search analytics tracking
|
|
188
194
|
- add debounce to emoji search
|
|
189
195
|
- fix duplicated calls triggered by each emoji search
|
|
@@ -197,7 +203,7 @@
|
|
|
197
203
|
|
|
198
204
|
### Patch Changes
|
|
199
205
|
|
|
200
|
-
- [`afd73c661b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd73c661b7) - Fixed regression bug where selecting a category highlighted wrong category in category tracker
|
|
206
|
+
- [#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
207
|
- [`3fdb998a000`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fdb998a000) - Unblock hot-102193 to bump emoji to latest.
|
|
202
208
|
- [`858c6abd872`](https://bitbucket.org/atlassian/atlassian-frontend/commits/858c6abd872) - Fix bug that was causing the emoji picker to crash on initial rendering
|
|
203
209
|
- [`e2c42bb9cdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2c42bb9cdd) - [ux] fix emoji picker horizontal scrollbar issue
|
|
@@ -208,7 +214,7 @@
|
|
|
208
214
|
|
|
209
215
|
### Patch Changes
|
|
210
216
|
|
|
211
|
-
- [`d16c7d57428`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d16c7d57428) - Update teams.json to reflect current team
|
|
217
|
+
- [#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
218
|
|
|
213
219
|
## 67.0.5
|
|
214
220
|
|
|
@@ -220,14 +226,14 @@
|
|
|
220
226
|
|
|
221
227
|
### Patch Changes
|
|
222
228
|
|
|
223
|
-
- [`d260a1e3af3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d260a1e3af3) - This is a dummy changeset to force a patch bump. No files were changed.
|
|
229
|
+
- [#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
230
|
- [`93f02aebfa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93f02aebfa0) - Intangible change to fix product integration version alignment within confluence.
|
|
225
231
|
|
|
226
232
|
## 67.0.3
|
|
227
233
|
|
|
228
234
|
### Patch Changes
|
|
229
235
|
|
|
230
|
-
- [`7d2488dcbcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2488dcbcf) - Upgrade lru-fast@0.2.2 to lru_map
|
|
236
|
+
- [#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
237
|
|
|
232
238
|
## 67.0.2
|
|
233
239
|
|
|
@@ -239,13 +245,13 @@
|
|
|
239
245
|
|
|
240
246
|
### Patch Changes
|
|
241
247
|
|
|
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.
|
|
248
|
+
- [#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
249
|
|
|
244
250
|
## 67.0.0
|
|
245
251
|
|
|
246
252
|
### Major Changes
|
|
247
253
|
|
|
248
|
-
- [`f25b0c5379b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f25b0c5379b) - Drop support for legacy React Context, and create new EmojiCommonProvider to provide emoji provider
|
|
254
|
+
- [#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
255
|
- [`62789954243`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62789954243) - react-virutlaized has been replaced with @tanstack/react-virutal in @atlaskit/emoji
|
|
250
256
|
|
|
251
257
|
### Minor Changes
|
|
@@ -278,7 +284,7 @@
|
|
|
278
284
|
|
|
279
285
|
### Minor Changes
|
|
280
286
|
|
|
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.
|
|
287
|
+
- [#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
288
|
|
|
283
289
|
### Patch Changes
|
|
284
290
|
|
|
@@ -295,7 +301,7 @@
|
|
|
295
301
|
|
|
296
302
|
### Patch Changes
|
|
297
303
|
|
|
298
|
-
- [`cdf42c26e75`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cdf42c26e75) - Upgrade emotion library to use latest version 11
|
|
304
|
+
- [#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
305
|
- [`cb5bbf2cd8c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb5bbf2cd8c) - Add testId to cancel upload button. No behaviour change.
|
|
300
306
|
- [`d74d5065a25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d74d5065a25) - minor analytics update
|
|
301
307
|
- Updated dependencies
|
|
@@ -304,7 +310,7 @@
|
|
|
304
310
|
|
|
305
311
|
### Patch Changes
|
|
306
312
|
|
|
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)
|
|
313
|
+
- [#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
314
|
- [`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
315
|
- Updated dependencies
|
|
310
316
|
|
|
@@ -312,19 +318,19 @@
|
|
|
312
318
|
|
|
313
319
|
### Major Changes
|
|
314
320
|
|
|
315
|
-
- [`052c7e4e4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/052c7e4e4b2) - Update emoji interface types to include fetchByEmojiId
|
|
321
|
+
- [#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
322
|
|
|
317
323
|
## 65.2.1
|
|
318
324
|
|
|
319
325
|
### Patch Changes
|
|
320
326
|
|
|
321
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
327
|
+
- [#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
328
|
|
|
323
329
|
## 65.2.0
|
|
324
330
|
|
|
325
331
|
### Minor Changes
|
|
326
332
|
|
|
327
|
-
- [`dc70b6076fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc70b6076fb) - Converted emoji picker component children to functional components.
|
|
333
|
+
- [#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
334
|
- [`f397ebff733`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f397ebff733) - Emoji Upload Component refactor to functional
|
|
329
335
|
- [`f39be18203b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f39be18203b) - ToneSelector and EmojiActions functional component conversion
|
|
330
336
|
- [`2a233390245`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a233390245) - Emoji Upload Picker and File Chooser functional component refactor
|
|
@@ -343,13 +349,13 @@
|
|
|
343
349
|
|
|
344
350
|
### Patch Changes
|
|
345
351
|
|
|
346
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
352
|
+
- [#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
353
|
|
|
348
354
|
## 65.1.0
|
|
349
355
|
|
|
350
356
|
### Minor Changes
|
|
351
357
|
|
|
352
|
-
- [`cceb3262363`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cceb3262363) - [ux] Show preview below the scrollable emoji box
|
|
358
|
+
- [#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
359
|
|
|
354
360
|
### Patch Changes
|
|
355
361
|
|
|
@@ -360,7 +366,7 @@
|
|
|
360
366
|
|
|
361
367
|
### Major Changes
|
|
362
368
|
|
|
363
|
-
- [`06232e0f8dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06232e0f8dd) - [ux] Opt In SSR for Resourced Emoji and Emoji Placeholder with EmojiResource interfaces
|
|
369
|
+
- [#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
370
|
|
|
365
371
|
### Minor Changes
|
|
366
372
|
|
|
@@ -376,7 +382,7 @@
|
|
|
376
382
|
|
|
377
383
|
### Patch Changes
|
|
378
384
|
|
|
379
|
-
- [`6e01776f0b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e01776f0b7) - remove placeholder when lazy load emoji
|
|
385
|
+
- [#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
386
|
- [`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
387
|
- [`c3f9e9bce1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3f9e9bce1c) - Add custom information to failure and abort events for UFO experiences
|
|
382
388
|
- Updated dependencies
|
|
@@ -385,7 +391,7 @@
|
|
|
385
391
|
|
|
386
392
|
### Minor Changes
|
|
387
393
|
|
|
388
|
-
- [`2b241314079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b241314079) - improve lazy load emoji with placeholder and improved analtyics tracking
|
|
394
|
+
- [#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
395
|
|
|
390
396
|
## 64.6.1
|
|
391
397
|
|
|
@@ -397,7 +403,7 @@
|
|
|
397
403
|
|
|
398
404
|
### Minor Changes
|
|
399
405
|
|
|
400
|
-
- [`b926172a999`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b926172a999) - Custom Emoji Assets now load using inline media tokens preventing 401s
|
|
406
|
+
- [#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
407
|
|
|
402
408
|
### Patch Changes
|
|
403
409
|
|
|
@@ -407,7 +413,7 @@
|
|
|
407
413
|
|
|
408
414
|
### Patch Changes
|
|
409
415
|
|
|
410
|
-
- [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
416
|
+
- [#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
417
|
|
|
412
418
|
## 64.5.1
|
|
413
419
|
|
|
@@ -420,7 +426,7 @@
|
|
|
420
426
|
|
|
421
427
|
### Minor Changes
|
|
422
428
|
|
|
423
|
-
- [`fcb3b3f77e2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fcb3b3f77e2) - Context Provider to convert legacy providers to non legacy providers
|
|
429
|
+
- [#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
430
|
|
|
425
431
|
### Patch Changes
|
|
426
432
|
|
|
@@ -430,19 +436,19 @@
|
|
|
430
436
|
|
|
431
437
|
### Patch Changes
|
|
432
438
|
|
|
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
|
|
439
|
+
- [#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
440
|
|
|
435
441
|
## 64.4.0
|
|
436
442
|
|
|
437
443
|
### Minor Changes
|
|
438
444
|
|
|
439
|
-
- [`39031597fa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39031597fa1) - added more UFO experiences support
|
|
445
|
+
- [#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
446
|
|
|
441
447
|
## 64.3.0
|
|
442
448
|
|
|
443
449
|
### Minor Changes
|
|
444
450
|
|
|
445
|
-
- [`753e9b6b610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/753e9b6b610) - Migrated styles from typestyle to emotion
|
|
451
|
+
- [#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
452
|
- [`f862d5ae7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f862d5ae7aa) - remove RxJs peer dependency
|
|
447
453
|
|
|
448
454
|
### Patch Changes
|
|
@@ -457,13 +463,13 @@
|
|
|
457
463
|
|
|
458
464
|
### Patch Changes
|
|
459
465
|
|
|
460
|
-
- [`85397ad6786`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85397ad6786) - add emoji-rendered and emoji-resource-fetched UFO experiences
|
|
466
|
+
- [#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
467
|
|
|
462
468
|
## 64.2.0
|
|
463
469
|
|
|
464
470
|
### Minor Changes
|
|
465
471
|
|
|
466
|
-
- [`ae891ccd4c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae891ccd4c2) - Refactor legacy context providers and update tests to use react testing library
|
|
472
|
+
- [#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
473
|
|
|
468
474
|
### Patch Changes
|
|
469
475
|
|
|
@@ -474,14 +480,14 @@
|
|
|
474
480
|
|
|
475
481
|
### Patch Changes
|
|
476
482
|
|
|
477
|
-
- [`21e15939c73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21e15939c73) - add SSR examples for emoji
|
|
483
|
+
- [#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
484
|
- [`95015909035`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95015909035) - Fixed issue where some of the examples where crashing.
|
|
479
485
|
|
|
480
486
|
## 64.1.0
|
|
481
487
|
|
|
482
488
|
### Minor Changes
|
|
483
489
|
|
|
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.
|
|
490
|
+
- [#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
491
|
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Remove @atlaskit/tooltip from critical path of rendering emoji
|
|
486
492
|
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Upgrade js-search to v2
|
|
487
493
|
|
|
@@ -499,7 +505,7 @@
|
|
|
499
505
|
|
|
500
506
|
### Major Changes
|
|
501
507
|
|
|
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
|
|
508
|
+
- [#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
509
|
|
|
504
510
|
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
511
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -541,13 +547,13 @@
|
|
|
541
547
|
|
|
542
548
|
### Minor Changes
|
|
543
549
|
|
|
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.
|
|
550
|
+
- [#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
551
|
|
|
546
552
|
## 63.1.10
|
|
547
553
|
|
|
548
554
|
### Patch Changes
|
|
549
555
|
|
|
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
|
|
556
|
+
- [#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
557
|
- [`022437d88d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/022437d88d0) - [ux] AK-812 Emoji toolbar button hover state meet minimum contrast requirements
|
|
552
558
|
- [`1f5f0470fdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f5f0470fdd) - New emoji link label with input
|
|
553
559
|
|
|
@@ -561,20 +567,20 @@
|
|
|
561
567
|
|
|
562
568
|
### Patch Changes
|
|
563
569
|
|
|
564
|
-
- [`12ab65f8153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12ab65f8153) - Disabling flaky test
|
|
570
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`12ab65f8153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12ab65f8153) - Disabling flaky test
|
|
565
571
|
- Updated dependencies
|
|
566
572
|
|
|
567
573
|
## 63.1.7
|
|
568
574
|
|
|
569
575
|
### Patch Changes
|
|
570
576
|
|
|
571
|
-
- [`252a76e7f61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/252a76e7f61) - Updated comment reference to moved xregexp-transformer package
|
|
577
|
+
- [#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
578
|
|
|
573
579
|
## 63.1.6
|
|
574
580
|
|
|
575
581
|
### Patch Changes
|
|
576
582
|
|
|
577
|
-
- [`81c07c8a095`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81c07c8a095) - AK-340: add screen reader description text to the Choose custom emoji button
|
|
583
|
+
- [#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
584
|
- [`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
585
|
- [`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
586
|
- Updated dependencies
|
|
@@ -583,7 +589,7 @@
|
|
|
583
589
|
|
|
584
590
|
### Patch Changes
|
|
585
591
|
|
|
586
|
-
- [`351177c316c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/351177c316c) - Emoji component: add aria-label attr to the Search Emoji input field
|
|
592
|
+
- [#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
593
|
- [`10932f6ae07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10932f6ae07) - SPFE-561: Remove the URLSearchParams polyfill
|
|
588
594
|
- Updated dependencies
|
|
589
595
|
|
|
@@ -591,13 +597,13 @@
|
|
|
591
597
|
|
|
592
598
|
### Patch Changes
|
|
593
599
|
|
|
594
|
-
- [`2c076bc792a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c076bc792a) - Update internal component usage
|
|
600
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`2c076bc792a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c076bc792a) - Update internal component usage
|
|
595
601
|
|
|
596
602
|
## 63.1.3
|
|
597
603
|
|
|
598
604
|
### Patch Changes
|
|
599
605
|
|
|
600
|
-
- [`6c5df7efe3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c5df7efe3d) - ED-11854 Improve localStorage detection
|
|
606
|
+
- [#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
607
|
- Updated dependencies
|
|
602
608
|
|
|
603
609
|
## 63.1.2
|
|
@@ -610,20 +616,20 @@
|
|
|
610
616
|
|
|
611
617
|
### Patch Changes
|
|
612
618
|
|
|
613
|
-
- [`18820a0a9a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18820a0a9a1) - Internal changes to break up internal component structure of EmojiPicker
|
|
619
|
+
- [#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
620
|
- Updated dependencies
|
|
615
621
|
|
|
616
622
|
## 63.1.0
|
|
617
623
|
|
|
618
624
|
### Minor Changes
|
|
619
625
|
|
|
620
|
-
- [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
|
|
626
|
+
- [#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
627
|
|
|
622
628
|
## 63.0.13
|
|
623
629
|
|
|
624
630
|
### Patch Changes
|
|
625
631
|
|
|
626
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
632
|
+
- [#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
633
|
|
|
628
634
|
## 63.0.12
|
|
629
635
|
|
|
@@ -635,14 +641,14 @@
|
|
|
635
641
|
|
|
636
642
|
### Patch Changes
|
|
637
643
|
|
|
638
|
-
- [`401be935e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/401be935e9) - Fix bug with emoji category selector not working inside forms
|
|
644
|
+
- [#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
645
|
- Updated dependencies
|
|
640
646
|
|
|
641
647
|
## 63.0.10
|
|
642
648
|
|
|
643
649
|
### Patch Changes
|
|
644
650
|
|
|
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.
|
|
651
|
+
- [#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
652
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
647
653
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
648
654
|
|
|
@@ -656,14 +662,14 @@
|
|
|
656
662
|
|
|
657
663
|
### Patch Changes
|
|
658
664
|
|
|
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)
|
|
665
|
+
- [#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
666
|
- Updated dependencies
|
|
661
667
|
|
|
662
668
|
## 63.0.7
|
|
663
669
|
|
|
664
670
|
### Patch Changes
|
|
665
671
|
|
|
666
|
-
- [`bee2157c1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bee2157c1b) - Remove usage of @atlaskit/util-common-test package
|
|
672
|
+
- [#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
673
|
|
|
668
674
|
## 63.0.6
|
|
669
675
|
|
|
@@ -681,7 +687,7 @@
|
|
|
681
687
|
|
|
682
688
|
### Patch Changes
|
|
683
689
|
|
|
684
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
690
|
+
- [#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
691
|
|
|
686
692
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
687
693
|
to prevent duplicates of tslib being bundled.
|
|
@@ -690,7 +696,7 @@
|
|
|
690
696
|
|
|
691
697
|
### Patch Changes
|
|
692
698
|
|
|
693
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
699
|
+
- [#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
700
|
|
|
695
701
|
## 63.0.2
|
|
696
702
|
|
|
@@ -702,13 +708,13 @@
|
|
|
702
708
|
|
|
703
709
|
### Patch Changes
|
|
704
710
|
|
|
705
|
-
- [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
711
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
706
712
|
|
|
707
713
|
## 63.0.0
|
|
708
714
|
|
|
709
715
|
### Major Changes
|
|
710
716
|
|
|
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.
|
|
717
|
+
- [#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
718
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
713
719
|
|
|
714
720
|
### Patch Changes
|
|
@@ -731,13 +737,13 @@
|
|
|
731
737
|
|
|
732
738
|
### Patch Changes
|
|
733
739
|
|
|
734
|
-
- [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
|
|
740
|
+
- [#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
741
|
|
|
736
742
|
## 62.8.1
|
|
737
743
|
|
|
738
744
|
### Patch Changes
|
|
739
745
|
|
|
740
|
-
- [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
|
|
746
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
|
|
741
747
|
- [`98f462e2aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98f462e2aa) - Bumping use the latest version of @atlaskit/spinner
|
|
742
748
|
- Updated dependencies
|
|
743
749
|
|
|
@@ -745,7 +751,7 @@
|
|
|
745
751
|
|
|
746
752
|
### Minor Changes
|
|
747
753
|
|
|
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
|
|
754
|
+
- [#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
755
|
|
|
750
756
|
### Patch Changes
|
|
751
757
|
|
|
@@ -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
|
+
}();
|