@atlaskit/mention 23.0.2 → 23.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/CHANGELOG.md +1406 -882
  2. package/dist/cjs/api/MentionNameResolver.js +32 -2
  3. package/dist/cjs/api/MentionResource.js +0 -1
  4. package/dist/cjs/components/Mention/ResourcedMention.js +1 -0
  5. package/dist/cjs/components/Mention/index.js +4 -1
  6. package/dist/cjs/components/MentionDescriptionByline/styles.js +1 -0
  7. package/dist/cjs/components/MentionItem/styles.js +14 -0
  8. package/dist/cjs/components/MentionList/styles.js +1 -0
  9. package/dist/cjs/components/MentionListError/GenericErrorIllustration.js +6 -0
  10. package/dist/cjs/components/MentionListError/styles.js +6 -0
  11. package/dist/cjs/components/MentionPicker/index.js +3 -1
  12. package/dist/cjs/components/MentionPicker/styles.js +3 -0
  13. package/dist/cjs/components/Scrollable/styles.js +1 -0
  14. package/dist/cjs/util/analytics.js +1 -1
  15. package/dist/es2019/api/MentionNameResolver.js +31 -2
  16. package/dist/es2019/api/MentionResource.js +0 -1
  17. package/dist/es2019/components/Mention/ResourcedMention.js +1 -0
  18. package/dist/es2019/components/Mention/index.js +4 -1
  19. package/dist/es2019/components/MentionDescriptionByline/styles.js +1 -0
  20. package/dist/es2019/components/MentionItem/styles.js +14 -0
  21. package/dist/es2019/components/MentionList/styles.js +1 -0
  22. package/dist/es2019/components/MentionListError/GenericErrorIllustration.js +6 -0
  23. package/dist/es2019/components/MentionListError/styles.js +7 -0
  24. package/dist/es2019/components/MentionPicker/index.js +3 -1
  25. package/dist/es2019/components/MentionPicker/styles.js +3 -0
  26. package/dist/es2019/components/Scrollable/styles.js +2 -0
  27. package/dist/es2019/util/analytics.js +1 -1
  28. package/dist/esm/api/MentionNameResolver.js +34 -2
  29. package/dist/esm/api/MentionResource.js +0 -1
  30. package/dist/esm/components/Mention/ResourcedMention.js +1 -0
  31. package/dist/esm/components/Mention/index.js +4 -1
  32. package/dist/esm/components/MentionDescriptionByline/styles.js +1 -0
  33. package/dist/esm/components/MentionItem/styles.js +14 -0
  34. package/dist/esm/components/MentionList/styles.js +1 -0
  35. package/dist/esm/components/MentionListError/GenericErrorIllustration.js +6 -0
  36. package/dist/esm/components/MentionListError/styles.js +7 -0
  37. package/dist/esm/components/MentionPicker/index.js +3 -1
  38. package/dist/esm/components/MentionPicker/styles.js +3 -0
  39. package/dist/esm/components/Scrollable/styles.js +2 -0
  40. package/dist/esm/util/analytics.js +1 -1
  41. package/dist/types/api/ContextMentionResource.d.ts +2 -2
  42. package/dist/types/api/MentionNameClient.d.ts +1 -1
  43. package/dist/types/api/MentionNameResolver.d.ts +13 -3
  44. package/dist/types/api/MentionResource.d.ts +1 -2
  45. package/dist/types/api/PresenceResource.d.ts +2 -2
  46. package/dist/types/api/TeamMentionResource.d.ts +2 -2
  47. package/dist/types/api/analytics.d.ts +1 -1
  48. package/dist/types/components/Mention/PrimitiveMention.d.ts +1 -1
  49. package/dist/types/components/Mention/ResourcedMention.d.ts +3 -2
  50. package/dist/types/components/Mention/index.d.ts +3 -2
  51. package/dist/types/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts +1 -1
  52. package/dist/types/components/MentionDescriptionByline/UserMentionDescriptionByline.d.ts +1 -1
  53. package/dist/types/components/MentionDescriptionByline/index.d.ts +1 -1
  54. package/dist/types/components/MentionDescriptionByline/types.d.ts +1 -1
  55. package/dist/types/components/MentionItem/MentionHighlightHelpers.d.ts +2 -2
  56. package/dist/types/components/MentionItem/index.d.ts +1 -1
  57. package/dist/types/components/MentionList/index.d.ts +1 -1
  58. package/dist/types/components/MentionPicker/index.d.ts +5 -5
  59. package/dist/types/components/MessagesIntlProvider/index.d.ts +1 -1
  60. package/dist/types/components/ResourcedMentionList/index.d.ts +4 -4
  61. package/dist/types/components/Scrollable/index.d.ts +1 -1
  62. package/dist/types/index.d.ts +6 -6
  63. package/dist/types/resource.d.ts +5 -5
  64. package/dist/types/team-resource.d.ts +3 -3
  65. package/dist/types/types.d.ts +2 -5
  66. package/dist/types/util/analytics.d.ts +2 -2
  67. package/dist/types/util/i18n.d.ts +1 -1
  68. package/dist/types/util/mouse.d.ts +1 -1
  69. package/dist/types-ts4.5/api/ContextMentionResource.d.ts +2 -2
  70. package/dist/types-ts4.5/api/MentionNameClient.d.ts +1 -1
  71. package/dist/types-ts4.5/api/MentionNameResolver.d.ts +13 -3
  72. package/dist/types-ts4.5/api/MentionResource.d.ts +1 -2
  73. package/dist/types-ts4.5/api/PresenceResource.d.ts +2 -2
  74. package/dist/types-ts4.5/api/TeamMentionResource.d.ts +2 -2
  75. package/dist/types-ts4.5/api/analytics.d.ts +1 -1
  76. package/dist/types-ts4.5/components/Mention/PrimitiveMention.d.ts +1 -1
  77. package/dist/types-ts4.5/components/Mention/ResourcedMention.d.ts +3 -2
  78. package/dist/types-ts4.5/components/Mention/index.d.ts +3 -2
  79. package/dist/types-ts4.5/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts +1 -1
  80. package/dist/types-ts4.5/components/MentionDescriptionByline/UserMentionDescriptionByline.d.ts +1 -1
  81. package/dist/types-ts4.5/components/MentionDescriptionByline/index.d.ts +1 -1
  82. package/dist/types-ts4.5/components/MentionDescriptionByline/types.d.ts +1 -1
  83. package/dist/types-ts4.5/components/MentionItem/MentionHighlightHelpers.d.ts +2 -2
  84. package/dist/types-ts4.5/components/MentionItem/index.d.ts +1 -1
  85. package/dist/types-ts4.5/components/MentionList/index.d.ts +1 -1
  86. package/dist/types-ts4.5/components/MentionPicker/index.d.ts +5 -5
  87. package/dist/types-ts4.5/components/MessagesIntlProvider/index.d.ts +1 -1
  88. package/dist/types-ts4.5/components/ResourcedMentionList/index.d.ts +4 -4
  89. package/dist/types-ts4.5/components/Scrollable/index.d.ts +1 -1
  90. package/dist/types-ts4.5/index.d.ts +6 -6
  91. package/dist/types-ts4.5/resource.d.ts +5 -5
  92. package/dist/types-ts4.5/team-resource.d.ts +3 -3
  93. package/dist/types-ts4.5/types.d.ts +2 -5
  94. package/dist/types-ts4.5/util/analytics.d.ts +2 -2
  95. package/dist/types-ts4.5/util/i18n.d.ts +1 -1
  96. package/dist/types-ts4.5/util/mouse.d.ts +1 -1
  97. package/package.json +9 -9
  98. package/report.api.md +0 -9
package/CHANGELOG.md CHANGED
@@ -1,2104 +1,2628 @@
1
1
  # @atlaskit/mention
2
2
 
3
+ ## 23.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#104781](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104781)
8
+ [`c1f5107a8905`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c1f5107a8905) -
9
+ Fix some mentions for the same user never loading in pages with many mentions
10
+
11
+ ## 23.0.3
12
+
13
+ ### Patch Changes
14
+
15
+ - [#98103](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98103)
16
+ [`14c055a65f67`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/14c055a65f67) -
17
+ removed invite from mention experiment check
18
+
3
19
  ## 23.0.2
4
20
 
5
21
  ### Patch Changes
6
22
 
7
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
23
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
24
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
25
+ Upgrade Typescript from `4.9.5` to `5.4.2`
8
26
 
9
27
  ## 23.0.1
10
28
 
11
29
  ### Patch Changes
12
30
 
13
- - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085) [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) - Update usage of `React.FC` to explicity include `children`
31
+ - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
32
+ [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
33
+ Update usage of `React.FC` to explicity include `children`
14
34
 
15
35
  ## 23.0.0
16
36
 
17
37
  ### Major Changes
18
38
 
19
- - [#65974](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65974) [`edca08bd6e06`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/edca08bd6e06) - Migrate @atlaskit/mention to use declarative entry points. /\_constants public endpoint has been removed as part of the migration process.
39
+ - [#65974](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65974)
40
+ [`edca08bd6e06`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/edca08bd6e06) -
41
+ Migrate @atlaskit/mention to use declarative entry points. /\_constants public endpoint has been
42
+ removed as part of the migration process.
20
43
 
21
44
  ### Patch Changes
22
45
 
23
- - [#72162](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72162) [`dadc682d36ba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dadc682d36ba) - Replace hardcoded values with space tokens
46
+ - [#72162](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72162)
47
+ [`dadc682d36ba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dadc682d36ba) -
48
+ Replace hardcoded values with space tokens
24
49
 
25
50
  ## 22.1.10
26
51
 
27
52
  ### Patch Changes
28
53
 
29
- - [#57137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57137) [`9b9900944973`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9b9900944973) - Remove legacy theming logic from @atlaskit/date, @atlaskit/mention, @atlaskit/task-decision and @atlaskit/user-picker.
54
+ - [#57137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57137)
55
+ [`9b9900944973`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9b9900944973) -
56
+ Remove legacy theming logic from @atlaskit/date, @atlaskit/mention, @atlaskit/task-decision and
57
+ @atlaskit/user-picker.
30
58
 
31
59
  ## 22.1.9
32
60
 
33
61
  ### Patch Changes
34
62
 
35
- - Updated dependencies
63
+ - Updated dependencies
36
64
 
37
65
  ## 22.1.8
38
66
 
39
67
  ### Patch Changes
40
68
 
41
- - Updated dependencies
69
+ - Updated dependencies
42
70
 
43
71
  ## 22.1.7
44
72
 
45
73
  ### Patch Changes
46
74
 
47
- - [#42251](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42251) [`9c7b42127f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c7b42127f6) - Enrol `@atlaskit/mention` and `@atlaskit/link-provider` on push model in JFE.
75
+ - [#42251](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42251)
76
+ [`9c7b42127f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c7b42127f6) - Enrol
77
+ `@atlaskit/mention` and `@atlaskit/link-provider` on push model in JFE.
48
78
 
49
79
  ## 22.1.6
50
80
 
51
81
  ### Patch Changes
52
82
 
53
- - [#40715](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40715) [`eb792f21a58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb792f21a58) - remove unused type paramater from setStateSafely
83
+ - [#40715](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40715)
84
+ [`eb792f21a58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb792f21a58) - remove
85
+ unused type paramater from setStateSafely
54
86
 
55
87
  ## 22.1.5
56
88
 
57
89
  ### Patch Changes
58
90
 
59
- - [#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.
91
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
92
+ [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
93
+ Internal changes to use space tokens. There is no expected visual or behaviour change.
60
94
 
61
95
  ## 22.1.4
62
96
 
63
97
  ### Patch Changes
64
98
 
65
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
66
- - Updated dependencies
99
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
100
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
101
+ version.json
102
+ - Updated dependencies
67
103
 
68
104
  ## 22.1.3
69
105
 
70
106
  ### Patch Changes
71
107
 
72
- - [#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
108
+ - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
109
+ [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
110
+ injected env vars instead of version.json
73
111
 
74
112
  ## 22.1.2
75
113
 
76
114
  ### Patch Changes
77
115
 
78
- - [#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
116
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
117
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
118
+ legacy types are published for TS 4.5-4.8
79
119
 
80
120
  ## 22.1.1
81
121
 
82
122
  ### Patch Changes
83
123
 
84
- - [#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`
124
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
125
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
126
+ Upgrade Typescript from `4.5.5` to `4.9.5`
85
127
 
86
128
  ## 22.1.0
87
129
 
88
130
  ### Minor Changes
89
131
 
90
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
132
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
133
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
134
+ minor dependency bump
91
135
 
92
136
  ### Patch Changes
93
137
 
94
- - Updated dependencies
138
+ - Updated dependencies
95
139
 
96
140
  ## 22.0.1
97
141
 
98
142
  ### Patch Changes
99
143
 
100
- - [#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
144
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
145
+ [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
146
+ remove before merging to master; dupe adf-schema via adf-utils
101
147
 
102
148
  ## 22.0.0
103
149
 
104
150
  ### Major Changes
105
151
 
106
- - [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`6c543971074`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c543971074) - [ux] PTC-6520 remove team mention highlight
152
+ - [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
153
+ [`6c543971074`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c543971074) - [ux]
154
+ PTC-6520 remove team mention highlight
107
155
 
108
156
  ## 21.0.19
109
157
 
110
158
  ### Patch Changes
111
159
 
112
- - Updated dependencies
160
+ - Updated dependencies
113
161
 
114
162
  ## 21.0.18
115
163
 
116
164
  ### Patch Changes
117
165
 
118
- - Updated dependencies
166
+ - Updated dependencies
119
167
 
120
168
  ## 21.0.17
121
169
 
122
170
  ### Patch Changes
123
171
 
124
- - [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227) [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
172
+ - [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
173
+ [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
174
+ ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add
175
+ `allowedSideEffects` when loading the page.
125
176
 
126
177
  ## 21.0.16
127
178
 
128
179
  ### Patch Changes
129
180
 
130
- - [#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.
181
+ - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
182
+ [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
183
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
184
+ tokens() function and improving performance.
131
185
 
132
186
  ## 21.0.15
133
187
 
134
188
  ### Patch Changes
135
189
 
136
- - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`9ace7f714e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ace7f714e3) - Handle new Teams ARI format in mentions
190
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
191
+ [`9ace7f714e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ace7f714e3) - Handle
192
+ new Teams ARI format in mentions
137
193
 
138
194
  ## 21.0.14
139
195
 
140
196
  ### Patch Changes
141
197
 
142
- - Updated dependencies
198
+ - Updated dependencies
143
199
 
144
200
  ## 21.0.13
145
201
 
146
202
  ### Patch Changes
147
203
 
148
- - Updated dependencies
204
+ - Updated dependencies
149
205
 
150
206
  ## 21.0.12
151
207
 
152
208
  ### Patch Changes
153
209
 
154
- - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`136542df4cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/136542df4cf) - Changes restricted mention border color token to bold version and text color token to default one for better accessibility. Updated appearances only visible in applications configured to use the new Tokens API (currently in alpha).
155
- - Updated dependencies
210
+ - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
211
+ [`136542df4cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/136542df4cf) -
212
+ Changes restricted mention border color token to bold version and text color token to default
213
+ one for better accessibility. Updated appearances only visible in applications configured to use
214
+ the new Tokens API (currently in alpha).
215
+ - Updated dependencies
156
216
 
157
217
  ## 21.0.11
158
218
 
159
219
  ### Patch Changes
160
220
 
161
- - [#27924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27924) [`f14b977abd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f14b977abd5) - Bump query-string to ^v7.1.3
221
+ - [#27924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27924)
222
+ [`f14b977abd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f14b977abd5) - Bump
223
+ query-string to ^v7.1.3
162
224
 
163
225
  ## 21.0.10
164
226
 
165
227
  ### Patch Changes
166
228
 
167
- - Updated dependencies
229
+ - Updated dependencies
168
230
 
169
231
  ## 21.0.9
170
232
 
171
233
  ### Patch Changes
172
234
 
173
- - [#26786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26786) [`016d3039482`](https://bitbucket.org/atlassian/atlassian-frontend/commits/016d3039482) - Updates `@emotion/core` v10 to `@emotion/react` v11. There is no expected behavior change.
235
+ - [#26786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26786)
236
+ [`016d3039482`](https://bitbucket.org/atlassian/atlassian-frontend/commits/016d3039482) -
237
+ Updates `@emotion/core` v10 to `@emotion/react` v11. There is no expected behavior change.
174
238
 
175
239
  ## 21.0.8
176
240
 
177
241
  ### Patch Changes
178
242
 
179
- - [#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`
243
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
244
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
245
+ Upgrade Typescript from `4.3.5` to `4.5.5`
180
246
 
181
247
  ## 21.0.7
182
248
 
183
249
  ### Patch Changes
184
250
 
185
- - [#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`.
251
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
252
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
253
+ Upgrade Typescript from `4.2.4` to `4.3.5`.
186
254
 
187
255
  ## 21.0.6
188
256
 
189
257
  ### Patch Changes
190
258
 
191
- - Updated dependencies
259
+ - Updated dependencies
192
260
 
193
261
  ## 21.0.5
194
262
 
195
263
  ### Patch Changes
196
264
 
197
- - Updated dependencies
265
+ - Updated dependencies
198
266
 
199
267
  ## 21.0.4
200
268
 
201
269
  ### Patch Changes
202
270
 
203
- - [#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`.
271
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
272
+ [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) -
273
+ Changes to support Node 16 Typescript definitions from `@types/node`.
204
274
 
205
275
  ## 21.0.3
206
276
 
207
277
  ### Patch Changes
208
278
 
209
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
210
- - Updated dependencies
279
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
280
+ Upgrade to TypeScript 4.2.4
281
+ - Updated dependencies
211
282
 
212
283
  ## 21.0.2
213
284
 
214
285
  ### Patch Changes
215
286
 
216
- - Updated dependencies
287
+ - Updated dependencies
217
288
 
218
289
  ## 21.0.1
219
290
 
220
291
  ### Patch Changes
221
292
 
222
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`9120f857a67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9120f857a67) - Remove react-intl v2 from dev dependencies
223
- - [`6ee0b5cac9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee0b5cac9a) - Mention lozenge component rendering performance/reliability is now tracked
224
- - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates all usage of brand tokens to either selected or information tokens. This change is purely for semantic reasons, there are no visual or behavioural changes.
225
- - Updated dependencies
293
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
294
+ [`9120f857a67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9120f857a67) - Remove
295
+ react-intl v2 from dev dependencies
296
+ - [`6ee0b5cac9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee0b5cac9a) -
297
+ Mention lozenge component rendering performance/reliability is now tracked
298
+ - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) -
299
+ Migrates all usage of brand tokens to either selected or information tokens. This change is
300
+ purely for semantic reasons, there are no visual or behavioural changes.
301
+ - Updated dependencies
226
302
 
227
303
  ## 21.0.0
228
304
 
229
305
  ### Major Changes
230
306
 
231
- - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`c5d52f78847`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5d52f78847) - Extracting smart-mention-resource into its own private package
307
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
308
+ [`c5d52f78847`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5d52f78847) -
309
+ Extracting smart-mention-resource into its own private package
232
310
 
233
311
  ### Patch Changes
234
312
 
235
- - Updated dependencies
313
+ - Updated dependencies
236
314
 
237
315
  ## 20.0.0
238
316
 
239
317
  ### Major Changes
240
318
 
241
- - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`ee723e753de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee723e753de) - [UR-3222]: Upgrade to intl v5. To consume Mentions, you will need a react-intl v5 intl provider
319
+ - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
320
+ [`ee723e753de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee723e753de) -
321
+ [UR-3222]: Upgrade to intl v5. To consume Mentions, you will need a react-intl v5 intl provider
242
322
 
243
323
  ### Minor Changes
244
324
 
245
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`0e32e4669ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e32e4669ae) - Internal changes to migrate package from 'styled-components' to @emotion. There should be no change to the UX.
325
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
326
+ [`0e32e4669ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e32e4669ae) -
327
+ Internal changes to migrate package from 'styled-components' to @emotion. There should be no
328
+ change to the UX.
246
329
 
247
330
  ### Patch Changes
248
331
 
249
- - [`9ec7ba1a899`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ec7ba1a899) - [ux] Add interaction state tokens to mention.
250
- - [`36d7a940820`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36d7a940820) - Async load heavy dependencies and assets for Mention and MentionItem
251
- - [`a6260fbc145`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6260fbc145) - Fix for ref not being provided back when using MentionPicker
252
- - [`112cd3a4024`](https://bitbucket.org/atlassian/atlassian-frontend/commits/112cd3a4024) - TeamMentionHighlight is now lazy loaded
253
- - Updated dependencies
332
+ - [`9ec7ba1a899`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ec7ba1a899) - [ux]
333
+ Add interaction state tokens to mention.
334
+ - [`36d7a940820`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36d7a940820) - Async
335
+ load heavy dependencies and assets for Mention and MentionItem
336
+ - [`a6260fbc145`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6260fbc145) - Fix
337
+ for ref not being provided back when using MentionPicker
338
+ - [`112cd3a4024`](https://bitbucket.org/atlassian/atlassian-frontend/commits/112cd3a4024) -
339
+ TeamMentionHighlight is now lazy loaded
340
+ - Updated dependencies
254
341
 
255
342
  ## 19.9.6
256
343
 
257
344
  ### Patch Changes
258
345
 
259
- - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
346
+ - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
347
+ [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
348
+ VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
260
349
 
261
350
  ## 19.9.5
262
351
 
263
352
  ### Patch Changes
264
353
 
265
- - [#16666](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16666) [`6344bc53c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6344bc53c4e) - Remove bulk imports in mentions
354
+ - [#16666](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16666)
355
+ [`6344bc53c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6344bc53c4e) - Remove
356
+ bulk imports in mentions
266
357
 
267
358
  ## 19.9.4
268
359
 
269
360
  ### Patch Changes
270
361
 
271
- - [#16169](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16169) [`e770c0c16d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e770c0c16d9) - Remove non-prod API configs from mentions, and update docs to mock out API calls.
362
+ - [#16169](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16169)
363
+ [`e770c0c16d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e770c0c16d9) - Remove
364
+ non-prod API configs from mentions, and update docs to mock out API calls.
272
365
 
273
366
  ## 19.9.3
274
367
 
275
368
  ### Patch Changes
276
369
 
277
- - [#16445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16445) [`d1ed723c1e0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1ed723c1e0) - Fix bug where includeTeams in smartMentionResource was not being passed in correctly
370
+ - [#16445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16445)
371
+ [`d1ed723c1e0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1ed723c1e0) - Fix
372
+ bug where includeTeams in smartMentionResource was not being passed in correctly
278
373
 
279
374
  ## 19.9.2
280
375
 
281
376
  ### Patch Changes
282
377
 
283
- - [#15889](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15889) [`570ccaa00bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/570ccaa00bd) - Add the ability for users in Default Mention Name Resolver to be nullable
378
+ - [#15889](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15889)
379
+ [`570ccaa00bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/570ccaa00bd) - Add
380
+ the ability for users in Default Mention Name Resolver to be nullable
284
381
 
285
382
  ## 19.9.1
286
383
 
287
384
  ### Patch Changes
288
385
 
289
- - [#15454](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15454) [`a92e3bdb515`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a92e3bdb515) - Relaxed product enum typing to take in any string
386
+ - [#15454](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15454)
387
+ [`a92e3bdb515`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a92e3bdb515) -
388
+ Relaxed product enum typing to take in any string
290
389
 
291
390
  ## 19.9.0
292
391
 
293
392
  ### Minor Changes
294
393
 
295
- - [#15112](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15112) [`e65ada9dbbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e65ada9dbbb) - Debounce MentionResource when debounceTime is passed in
394
+ - [#15112](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15112)
395
+ [`e65ada9dbbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e65ada9dbbb) -
396
+ Debounce MentionResource when debounceTime is passed in
296
397
 
297
398
  ## 19.8.1
298
399
 
299
400
  ### Patch Changes
300
401
 
301
- - [#14944](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14944) [`e5e658bc51d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5e658bc51d) - Fix for mention default name provider using an incorrect API endpoint when no baseUrl was supplied to SmartMentionResource
402
+ - [#14944](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14944)
403
+ [`e5e658bc51d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5e658bc51d) - Fix
404
+ for mention default name provider using an incorrect API endpoint when no baseUrl was supplied
405
+ to SmartMentionResource
302
406
 
303
407
  ## 19.8.0
304
408
 
305
409
  ### Minor Changes
306
410
 
307
- - [#14604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14604) [`9871a89fe5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9871a89fe5d) - SmartMentionResource now has a default name resolver if one is not provided. You can still provide the `mentionNameResolver` in the config when instantiating SmartMentionResource if a custom name resolver is needed.
411
+ - [#14604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14604)
412
+ [`9871a89fe5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9871a89fe5d) -
413
+ SmartMentionResource now has a default name resolver if one is not provided. You can still
414
+ provide the `mentionNameResolver` in the config when instantiating SmartMentionResource if a
415
+ custom name resolver is needed.
308
416
 
309
417
  ## 19.7.2
310
418
 
311
419
  ### Patch Changes
312
420
 
313
- - Updated dependencies
421
+ - Updated dependencies
314
422
 
315
423
  ## 19.7.1
316
424
 
317
425
  ### Patch Changes
318
426
 
319
- - [#14494](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14494) [`4ac918aad80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ac918aad80) - Added helper documentation for easier onboarding onto Atlaskit Editor
427
+ - [#14494](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14494)
428
+ [`4ac918aad80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ac918aad80) - Added
429
+ helper documentation for easier onboarding onto Atlaskit Editor
320
430
 
321
431
  ## 19.7.0
322
432
 
323
433
  ### Minor Changes
324
434
 
325
- - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`71bb1bb3cd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71bb1bb3cd0) - [ED-12933] Export min height mentions to improve rendering performance on editor typeahead
435
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
436
+ [`71bb1bb3cd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71bb1bb3cd0) -
437
+ [ED-12933] Export min height mentions to improve rendering performance on editor typeahead
326
438
 
327
439
  ### Patch Changes
328
440
 
329
- - Updated dependencies
441
+ - Updated dependencies
330
442
 
331
443
  ## 19.6.4
332
444
 
333
445
  ### Patch Changes
334
446
 
335
- - Updated dependencies
447
+ - Updated dependencies
336
448
 
337
449
  ## 19.6.3
338
450
 
339
451
  ### Patch Changes
340
452
 
341
- - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`52e7807e543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52e7807e543) - Fixed English translations for team counts
453
+ - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
454
+ [`52e7807e543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52e7807e543) - Fixed
455
+ English translations for team counts
342
456
 
343
457
  ## 19.6.2
344
458
 
345
459
  ### Patch Changes
346
460
 
347
- - [#10978](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10978) [`56ffe4d3c5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56ffe4d3c5a) - Add optional MentionNameResolver to SmartMentionResource config
461
+ - [#10978](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10978)
462
+ [`56ffe4d3c5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56ffe4d3c5a) - Add
463
+ optional MentionNameResolver to SmartMentionResource config
348
464
 
349
465
  ## 19.6.1
350
466
 
351
467
  ### Patch Changes
352
468
 
353
- - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`f5eba1a5c71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5eba1a5c71) - ED-11989 fixed mention displaying old cached name
354
- - Updated dependencies
469
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
470
+ [`f5eba1a5c71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5eba1a5c71) -
471
+ ED-11989 fixed mention displaying old cached name
472
+ - Updated dependencies
355
473
 
356
474
  ## 19.6.0
357
475
 
358
476
  ### Minor Changes
359
477
 
360
- - [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756) [`f042eac9bf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f042eac9bf1) - Add SmartMentionResource to mentions with editor-core example
478
+ - [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
479
+ [`f042eac9bf1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f042eac9bf1) - Add
480
+ SmartMentionResource to mentions with editor-core example
361
481
 
362
482
  ### Patch Changes
363
483
 
364
- - Updated dependencies
484
+ - Updated dependencies
365
485
 
366
486
  ## 19.5.1
367
487
 
368
488
  ### Patch Changes
369
489
 
370
- - [#10035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10035) [`3274237a5be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3274237a5be) - [ux] reverted changes in ED-11939
490
+ - [#10035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10035)
491
+ [`3274237a5be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3274237a5be) - [ux]
492
+ reverted changes in ED-11939
371
493
 
372
494
  ## 19.5.0
373
495
 
374
496
  ### Minor Changes
375
497
 
376
- - [#9780](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9780) [`c49d543a921`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c49d543a921) - Only restrict mentions view if UserAccessLevel is set to NONE
498
+ - [#9780](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9780)
499
+ [`c49d543a921`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c49d543a921) - Only
500
+ restrict mentions view if UserAccessLevel is set to NONE
377
501
 
378
502
  ## 19.4.1
379
503
 
380
504
  ### Patch Changes
381
505
 
382
- - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`d5b0036f8c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5b0036f8c5) - Updated LozengeProps type to accept React.ReactNode instead of string. This makes it easier to pass in translations to this component from the consumer.
506
+ - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
507
+ [`d5b0036f8c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5b0036f8c5) -
508
+ Updated LozengeProps type to accept React.ReactNode instead of string. This makes it easier to
509
+ pass in translations to this component from the consumer.
383
510
 
384
511
  ## 19.4.0
385
512
 
386
513
  ### Minor Changes
387
514
 
388
- - [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083) [`3dae9ea0c02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3dae9ea0c02) - MentionItem now accepts and renders Lozenges when provided with a LozengeProps type object - ex. { text: 'GUEST', appearance: 'new' }. Previously, it only accepted a string.
515
+ - [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
516
+ [`3dae9ea0c02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3dae9ea0c02) -
517
+ MentionItem now accepts and renders Lozenges when provided with a LozengeProps type object - ex.
518
+ { text: 'GUEST', appearance: 'new' }. Previously, it only accepted a string.
389
519
 
390
520
  ### Patch Changes
391
521
 
392
- - [`967aa365eff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/967aa365eff) - [ux] ED-11939: fix mentions showing the wrong name after unselect
393
- - [`b0ac0fc993d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0ac0fc993d) - Transferring mentions package ownership to Search & Smarts
394
- - Updated dependencies
522
+ - [`967aa365eff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/967aa365eff) - [ux]
523
+ ED-11939: fix mentions showing the wrong name after unselect
524
+ - [`b0ac0fc993d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0ac0fc993d) -
525
+ Transferring mentions package ownership to Search & Smarts
526
+ - Updated dependencies
395
527
 
396
528
  ## 19.3.1
397
529
 
398
530
  ### Patch Changes
399
531
 
400
- - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`178e91b75ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/178e91b75ad) - PL-AFDD-JOB1-158 Add translations for new messages
401
- - Updated dependencies
532
+ - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
533
+ [`178e91b75ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/178e91b75ad) -
534
+ PL-AFDD-JOB1-158 Add translations for new messages
535
+ - Updated dependencies
402
536
 
403
537
  ## 19.3.0
404
538
 
405
539
  ### Minor Changes
406
540
 
407
- - [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178) [`cafde5bbe21`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cafde5bbe21) - [ux] Added Team prefix to teams in the mention list to increase clarity.
408
- - [`43b2f925f0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/43b2f925f0b) - Add optional attributes to mentionProvider analytics callback
541
+ - [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
542
+ [`cafde5bbe21`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cafde5bbe21) - [ux]
543
+ Added Team prefix to teams in the mention list to increase clarity.
544
+ - [`43b2f925f0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/43b2f925f0b) - Add
545
+ optional attributes to mentionProvider analytics callback
409
546
 
410
547
  ### Patch Changes
411
548
 
412
- - Updated dependencies
549
+ - Updated dependencies
413
550
 
414
551
  ## 19.2.0
415
552
 
416
553
  ### Minor Changes
417
554
 
418
- - [#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
555
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
556
+ [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux]
557
+ Updated and added new translations
419
558
 
420
559
  ## 19.1.2
421
560
 
422
561
  ### Patch Changes
423
562
 
424
- - [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`05757c917b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05757c917b) - taking config.productName into mentionResource
425
- - [`dd91541afe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd91541afe) - [ux] Further improvements on the invite from mention experiment
563
+ - [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571)
564
+ [`05757c917b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05757c917b) - taking
565
+ config.productName into mentionResource
566
+ - [`dd91541afe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd91541afe) - [ux]
567
+ Further improvements on the invite from mention experiment
426
568
 
427
569
  ## 19.1.1
428
570
 
429
571
  ### Patch Changes
430
572
 
431
- - [#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
573
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
574
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
575
+ Transpile packages using babel rather than tsc
432
576
 
433
577
  ## 19.1.0
434
578
 
435
579
  ### Minor Changes
436
580
 
437
- - [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`22791ceed0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22791ceed0) - [ux] - added new properites in MentionResource interface to support invite from mention experiment
581
+ - [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228)
582
+ [`22791ceed0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22791ceed0) - [ux] -
583
+ added new properites in MentionResource interface to support invite from mention experiment
438
584
 
439
- - updated util-data-test/mention to enable invite from mention experiment
440
- - added invite from mention experiment logic into editor-core
585
+ - updated util-data-test/mention to enable invite from mention experiment
586
+ - added invite from mention experiment logic into editor-core
441
587
 
442
588
  ## 19.0.9
443
589
 
444
590
  ### Patch Changes
445
591
 
446
- - [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`dcd6b0ecfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcd6b0ecfb) - Fix React warning: should not setState on unmounted component
447
- - Updated dependencies
592
+ - [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516)
593
+ [`dcd6b0ecfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcd6b0ecfb) - Fix
594
+ React warning: should not setState on unmounted component
595
+ - Updated dependencies
448
596
 
449
597
  ## 19.0.8
450
598
 
451
599
  ### Patch Changes
452
600
 
453
- - [#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.
454
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
455
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
601
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
602
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
603
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
604
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle
605
+ Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
606
+ `devDependencies` to denote version that the package was built with.
456
607
 
457
608
  ## 19.0.7
458
609
 
459
610
  ### Patch Changes
460
611
 
461
- - Updated dependencies
612
+ - Updated dependencies
462
613
 
463
614
  ## 19.0.6
464
615
 
465
616
  ### Patch Changes
466
617
 
467
- - [#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)
468
- - Updated dependencies
618
+ - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
619
+ [`c0533f4b35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0533f4b35) - Upgrade
620
+ analytics-next to prevent event loss
621
+ (https://hello.atlassian.net/wiki/spaces/AFP/blog/2020/08/26/828144759/ACTION+REQUIRED+-+upgrade+analytics-next+to+prevent+event+loss)
622
+ - Updated dependencies
469
623
 
470
624
  ## 19.0.5
471
625
 
472
626
  ### Patch Changes
473
627
 
474
- - [#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
628
+ - [#4932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4932)
629
+ [`bee2157c1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bee2157c1b) - Remove
630
+ usage of @atlaskit/util-common-test package
475
631
 
476
632
  ## 19.0.4
477
633
 
478
634
  ### Patch Changes
479
635
 
480
- - Updated dependencies
636
+ - Updated dependencies
481
637
 
482
638
  ## 19.0.3
483
639
 
484
640
  ### Patch Changes
485
641
 
486
- - [#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
642
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
643
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
644
+ to TypeScript 3.9.6 and tslib to 2.0.0
487
645
 
488
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
489
- to prevent duplicates of tslib being bundled.
646
+ Since tslib is a dependency for all our packages we recommend that products also follow this
647
+ tslib upgrade to prevent duplicates of tslib being bundled.
490
648
 
491
649
  ## 19.0.2
492
650
 
493
651
  ### Patch Changes
494
652
 
495
- - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
653
+ - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369)
654
+ [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated
655
+ translations
496
656
 
497
657
  ## 19.0.1
498
658
 
499
659
  ### Patch Changes
500
660
 
501
- - Updated dependencies
661
+ - Updated dependencies
502
662
 
503
663
  ## 19.0.0
504
664
 
505
665
  ### Major Changes
506
666
 
507
- - [#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.
508
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
667
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
668
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
669
+ Officially dropping IE11 support, from this version onwards there are no warranties of the
670
+ package working in IE11. For more information see:
671
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
509
672
 
510
673
  ### Patch Changes
511
674
 
512
- - Updated dependencies
675
+ - Updated dependencies
513
676
 
514
677
  ## 18.18.3
515
678
 
516
679
  ### Patch Changes
517
680
 
518
- - [#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
681
+ - [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576)
682
+ [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update
683
+ translation files via Traduki build
519
684
 
520
685
  ## 18.18.2
521
686
 
522
687
  ### Patch Changes
523
688
 
524
- - [#2959](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2959) [`64e7f3f077`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64e7f3f077) - Bump dependency query-string to ^5.1.0
689
+ - [#2959](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2959)
690
+ [`64e7f3f077`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64e7f3f077) - Bump
691
+ dependency query-string to ^5.1.0
525
692
 
526
693
  ## 18.18.1
527
694
 
528
695
  ### Patch Changes
529
696
 
530
- - Updated dependencies
697
+ - Updated dependencies
531
698
 
532
699
  ## 18.18.0
533
700
 
534
701
  ### Minor Changes
535
702
 
536
- - [minor][53ebcdb974](https://bitbucket.org/atlassian/atlassian-frontend/commits/53ebcdb974):
703
+ - [minor][53ebcdb974](https://bitbucket.org/atlassian/atlassian-frontend/commits/53ebcdb974):
537
704
 
538
- Adding analytics metrics for PTC SLIs
705
+ Adding analytics metrics for PTC SLIs
539
706
 
540
707
  ### Patch Changes
541
708
 
542
- - Updated dependencies [dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
543
- - Updated dependencies [4bec09aa74](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bec09aa74):
544
- - Updated dependencies [d63888b5e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/d63888b5e5):
545
- - Updated dependencies [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
546
- - Updated dependencies [bdf25b1c4c](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf25b1c4c):
547
- - Updated dependencies [645918eda6](https://bitbucket.org/atlassian/atlassian-frontend/commits/645918eda6):
548
- - Updated dependencies [fad8a16962](https://bitbucket.org/atlassian/atlassian-frontend/commits/fad8a16962):
549
- - @atlaskit/build-utils@2.6.4
550
- - @atlaskit/editor-test-helpers@11.0.0
551
- - @atlaskit/docs@8.5.0
709
+ - Updated dependencies
710
+ [dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
711
+ - Updated dependencies
712
+ [4bec09aa74](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bec09aa74):
713
+ - Updated dependencies
714
+ [d63888b5e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/d63888b5e5):
715
+ - Updated dependencies
716
+ [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
717
+ - Updated dependencies
718
+ [bdf25b1c4c](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf25b1c4c):
719
+ - Updated dependencies
720
+ [645918eda6](https://bitbucket.org/atlassian/atlassian-frontend/commits/645918eda6):
721
+ - Updated dependencies
722
+ [fad8a16962](https://bitbucket.org/atlassian/atlassian-frontend/commits/fad8a16962):
723
+ - @atlaskit/build-utils@2.6.4
724
+ - @atlaskit/editor-test-helpers@11.0.0
725
+ - @atlaskit/docs@8.5.0
552
726
 
553
727
  ## 18.17.0
554
728
 
555
729
  ### Minor Changes
556
730
 
557
- - [minor][0732eedea7](https://bitbucket.org/atlassian/atlassian-frontend/commits/0732eedea7):
558
-
559
- Adding analytics for mention providers
560
-
561
- ### Patch Changes
562
-
563
- - Updated dependencies [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
564
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
565
- - Updated dependencies [0732eedea7](https://bitbucket.org/atlassian/atlassian-frontend/commits/0732eedea7):
566
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
567
- - Updated dependencies [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
568
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
569
- - Updated dependencies [5e3aab8e77](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e3aab8e77):
570
- - @atlaskit/docs@8.4.0
571
- - @atlaskit/icon@20.1.0
572
- - @atlaskit/util-data-test@13.1.2
573
- - @atlaskit/editor-test-helpers@10.6.1
574
- - @atlaskit/avatar@17.1.9
575
- - @atlaskit/button@13.3.9
576
- - @atlaskit/lozenge@9.1.6
577
- - @atlaskit/tooltip@15.2.5
731
+ - [minor][0732eedea7](https://bitbucket.org/atlassian/atlassian-frontend/commits/0732eedea7):
732
+
733
+ Adding analytics for mention providers
734
+
735
+ ### Patch Changes
736
+
737
+ - Updated dependencies
738
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
739
+ - Updated dependencies
740
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
741
+ - Updated dependencies
742
+ [0732eedea7](https://bitbucket.org/atlassian/atlassian-frontend/commits/0732eedea7):
743
+ - Updated dependencies
744
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
745
+ - Updated dependencies
746
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
747
+ - Updated dependencies
748
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
749
+ - Updated dependencies
750
+ [5e3aab8e77](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e3aab8e77):
751
+ - @atlaskit/docs@8.4.0
752
+ - @atlaskit/icon@20.1.0
753
+ - @atlaskit/util-data-test@13.1.2
754
+ - @atlaskit/editor-test-helpers@10.6.1
755
+ - @atlaskit/avatar@17.1.9
756
+ - @atlaskit/button@13.3.9
757
+ - @atlaskit/lozenge@9.1.6
758
+ - @atlaskit/tooltip@15.2.5
578
759
 
579
760
  ## 18.16.2
580
761
 
581
762
  ### Patch Changes
582
763
 
583
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
764
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
584
765
 
585
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
766
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
767
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
586
768
 
587
- - @atlaskit/docs@8.3.2
588
- - @atlaskit/analytics-next@6.3.5
589
- - @atlaskit/avatar@17.1.7
590
- - @atlaskit/button@13.3.7
591
- - @atlaskit/icon@20.0.1
592
- - @atlaskit/lozenge@9.1.4
593
- - @atlaskit/theme@9.5.1
594
- - @atlaskit/tooltip@15.2.3
595
- - @atlaskit/editor-test-helpers@10.5.1
596
- - @atlaskit/analytics-gas-types@4.0.13
597
- - @atlaskit/elements-test-helpers@0.6.7
598
- - @atlaskit/util-data-test@13.1.1
599
- - @atlaskit/util-service-support@5.0.1
769
+ - @atlaskit/docs@8.3.2
770
+ - @atlaskit/analytics-next@6.3.5
771
+ - @atlaskit/avatar@17.1.7
772
+ - @atlaskit/button@13.3.7
773
+ - @atlaskit/icon@20.0.1
774
+ - @atlaskit/lozenge@9.1.4
775
+ - @atlaskit/theme@9.5.1
776
+ - @atlaskit/tooltip@15.2.3
777
+ - @atlaskit/editor-test-helpers@10.5.1
778
+ - @atlaskit/analytics-gas-types@4.0.13
779
+ - @atlaskit/elements-test-helpers@0.6.7
780
+ - @atlaskit/util-data-test@13.1.1
781
+ - @atlaskit/util-service-support@5.0.1
600
782
 
601
783
  ## 18.16.1
602
784
 
603
785
  ### Patch Changes
604
786
 
605
- - Updated dependencies [3b19e30129](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b19e30129):
606
- - Updated dependencies [fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
607
- - Updated dependencies [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
608
- - Updated dependencies [b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
609
- - @atlaskit/editor-test-helpers@10.5.0
610
- - @atlaskit/icon@20.0.0
611
- - @atlaskit/avatar@17.1.6
612
- - @atlaskit/docs@8.3.1
613
- - @atlaskit/button@13.3.6
614
- - @atlaskit/tooltip@15.2.2
787
+ - Updated dependencies
788
+ [3b19e30129](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b19e30129):
789
+ - Updated dependencies
790
+ [fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
791
+ - Updated dependencies
792
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
793
+ - Updated dependencies
794
+ [b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
795
+ - @atlaskit/editor-test-helpers@10.5.0
796
+ - @atlaskit/icon@20.0.0
797
+ - @atlaskit/avatar@17.1.6
798
+ - @atlaskit/docs@8.3.1
799
+ - @atlaskit/button@13.3.6
800
+ - @atlaskit/tooltip@15.2.2
615
801
 
616
802
  ## 18.16.0
617
803
 
618
804
  ### Minor Changes
619
805
 
620
- - [minor][49fbe3d3bf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49fbe3d3bf):
806
+ - [minor][49fbe3d3bf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49fbe3d3bf):
621
807
 
622
- MentionProvider can be consumed directly from `@atlaskit/mention/types` entry point
808
+ MentionProvider can be consumed directly from `@atlaskit/mention/types` entry point
623
809
 
624
810
  ### Patch Changes
625
811
 
626
- - Updated dependencies [c1d4898af5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1d4898af5):
627
- - Updated dependencies [3c0f6feee5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c0f6feee5):
628
- - Updated dependencies [10425b84b4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10425b84b4):
629
- - Updated dependencies [f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
630
- - Updated dependencies [926798632e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926798632e):
631
- - @atlaskit/icon@19.0.11
632
- - @atlaskit/theme@9.3.0
633
- - @atlaskit/editor-test-helpers@10.3.0
812
+ - Updated dependencies
813
+ [c1d4898af5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1d4898af5):
814
+ - Updated dependencies
815
+ [3c0f6feee5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c0f6feee5):
816
+ - Updated dependencies
817
+ [10425b84b4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10425b84b4):
818
+ - Updated dependencies
819
+ [f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
820
+ - Updated dependencies
821
+ [926798632e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926798632e):
822
+ - @atlaskit/icon@19.0.11
823
+ - @atlaskit/theme@9.3.0
824
+ - @atlaskit/editor-test-helpers@10.3.0
634
825
 
635
826
  ## 18.15.8
636
827
 
637
828
  ### Patch Changes
638
829
 
639
- - [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
830
+ - [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
640
831
 
641
- Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided.
832
+ Theme has been converted to Typescript. Typescript consumers will now get static type safety.
833
+ Flow types are no longer provided.
642
834
 
643
- ### Breaking
835
+ ### Breaking
644
836
 
645
- ** getTokens props changes **
646
- When defining the value function passed into a ThemeProvider, the getTokens parameter cannot be called without props; if no props are provided an empty object `{}` must be passed in:
837
+ ** getTokens props changes ** When defining the value function passed into a ThemeProvider, the
838
+ getTokens parameter cannot be called without props; if no props are provided an empty object
839
+ `{}` must be passed in:
647
840
 
648
- ```javascript
649
- <CustomTheme.Provider
650
- value={t => ({ ...t(), backgroundColor: '#333'})}
651
- >
652
- ```
841
+ ```javascript
842
+ <CustomTheme.Provider
843
+ value={t => ({ ...t(), backgroundColor: '#333'})}
844
+ >
845
+ ```
653
846
 
654
- becomes:
847
+ becomes:
655
848
 
656
- ```javascript
657
- <CustomTheme.Provider
658
- value={t => ({ ...t({}), backgroundColor: '#333'})}
659
- >
660
- ```
849
+ ```javascript
850
+ <CustomTheme.Provider
851
+ value={t => ({ ...t({}), backgroundColor: '#333'})}
852
+ >
853
+ ```
661
854
 
662
- ** Color palette changes **
663
- Color palettes have been moved into their own file.
664
- Users will need to update imports from this:
855
+ ** Color palette changes ** Color palettes have been moved into their own file. Users will need
856
+ to update imports from this:
665
857
 
666
- ```javascript
667
- import { colors } from '@atlaskit/theme';
858
+ ```javascript
859
+ import { colors } from '@atlaskit/theme';
668
860
 
669
- colors.colorPalette('8');
670
- ```
861
+ colors.colorPalette('8');
862
+ ```
671
863
 
672
- to this:
864
+ to this:
673
865
 
674
- ```javascript
675
- import { colorPalette } from '@atlaskit/theme';
866
+ ```javascript
867
+ import { colorPalette } from '@atlaskit/theme';
676
868
 
677
- colorPalette.colorPalette('8');
678
- ```
869
+ colorPalette.colorPalette('8');
870
+ ```
679
871
 
680
- or for multi entry-point users:
872
+ or for multi entry-point users:
681
873
 
682
- ```javascript
683
- import * as colors from '@atlaskit/theme/colors';
874
+ ```javascript
875
+ import * as colors from '@atlaskit/theme/colors';
684
876
 
685
- colors.colorPalette('8');
686
- ```
877
+ colors.colorPalette('8');
878
+ ```
687
879
 
688
- to this:
880
+ to this:
689
881
 
690
- ```javascript
691
- import * as colorPalettes from '@atlaskit/theme/color-palette';
882
+ ```javascript
883
+ import * as colorPalettes from '@atlaskit/theme/color-palette';
692
884
 
693
- colorPalettes.colorPalette('8');
694
- ```
885
+ colorPalettes.colorPalette('8');
886
+ ```
695
887
 
696
888
  ## 18.15.7
697
889
 
698
- - Updated dependencies [42a92cad4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42a92cad4e):
699
- - @atlaskit/util-data-test@13.0.1
700
- - @atlaskit/util-service-support@5.0.0
890
+ - Updated dependencies
891
+ [42a92cad4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42a92cad4e):
892
+ - @atlaskit/util-data-test@13.0.1
893
+ - @atlaskit/util-service-support@5.0.0
701
894
 
702
895
  ## 18.15.6
703
896
 
704
897
  ### Patch Changes
705
898
 
706
- - [patch][d04ac087fc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d04ac087fc):
899
+ - [patch][d04ac087fc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d04ac087fc):
707
900
 
708
- Handle query parameters for operations in mentions
901
+ Handle query parameters for operations in mentions
709
902
 
710
903
  ## 18.15.5
711
904
 
712
- - Updated dependencies [bd94b1d552](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd94b1d552):
713
- - Updated dependencies [ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
714
- - @atlaskit/util-data-test@13.0.0
715
- - @atlaskit/i18n-tools@0.6.0
716
- - @atlaskit/util-service-support@4.1.0
717
- - @atlaskit/editor-test-helpers@10.1.2
905
+ - Updated dependencies
906
+ [bd94b1d552](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd94b1d552):
907
+ - Updated dependencies
908
+ [ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
909
+ - @atlaskit/util-data-test@13.0.0
910
+ - @atlaskit/i18n-tools@0.6.0
911
+ - @atlaskit/util-service-support@4.1.0
912
+ - @atlaskit/editor-test-helpers@10.1.2
718
913
 
719
914
  ## 18.15.4
720
915
 
721
916
  ### Patch Changes
722
917
 
723
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
918
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
724
919
 
725
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
920
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
726
921
 
727
922
  ## 18.15.3
728
923
 
729
924
  ### Patch Changes
730
925
 
731
- - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
926
+ - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
732
927
 
733
- Updated version of analytics-next to fix potential incompatibilities with TS 3.6
928
+ Updated version of analytics-next to fix potential incompatibilities with TS 3.6
734
929
 
735
930
  ## 18.15.2
736
931
 
737
- - Updated dependencies [80adfefba2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80adfefba2):
738
- - @atlaskit/editor-test-helpers@10.0.0
932
+ - Updated dependencies
933
+ [80adfefba2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80adfefba2):
934
+ - @atlaskit/editor-test-helpers@10.0.0
739
935
 
740
936
  ## 18.15.1
741
937
 
742
- - Updated dependencies [8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
743
- - @atlaskit/avatar@17.0.0
744
- - @atlaskit/theme@9.2.2
938
+ - Updated dependencies
939
+ [8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
940
+ - @atlaskit/avatar@17.0.0
941
+ - @atlaskit/theme@9.2.2
745
942
 
746
943
  ## 18.15.0
747
944
 
748
945
  ### Minor Changes
749
946
 
750
- - [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
947
+ - [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
751
948
 
752
- Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
949
+ Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
753
950
 
754
- More information about the deprecation of lifecycles methods can be found here:
755
- https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
951
+ More information about the deprecation of lifecycles methods can be found here:
952
+ https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
756
953
 
757
954
  ## 18.14.4
758
955
 
759
956
  ### Patch Changes
760
957
 
761
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
958
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
762
959
 
763
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
960
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
961
+ non-relative imports as relative imports
764
962
 
765
963
  ## 18.14.3
766
964
 
767
965
  ### Patch Changes
768
966
 
769
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
967
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
770
968
 
771
- Upgraded Typescript to 3.3.x
969
+ Upgraded Typescript to 3.3.x
772
970
 
773
971
  ## 18.14.2
774
972
 
775
973
  ### Patch Changes
776
974
 
777
- - [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
975
+ - [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
778
976
 
779
- Analytics-next has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No behavioural changes.
977
+ Analytics-next has been converted to Typescript. Typescript consumers will now get static type
978
+ safety. Flow types are no longer provided. No behavioural changes.
780
979
 
781
- **Breaking changes**
980
+ **Breaking changes**
782
981
 
783
- - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
784
- - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
982
+ - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
983
+ - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
785
984
 
786
- **Breaking changes to TypeScript annotations**
985
+ **Breaking changes to TypeScript annotations**
787
986
 
788
- - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide props as a generic type.
789
- - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide props as a generic type.
790
- - Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source code
791
- - Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match source code
792
- - Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match source code
793
- - Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
794
- - Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
795
- - Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
796
- - Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
797
- - Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
798
- - Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
987
+ - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to
988
+ provide props as a generic type.
989
+ - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to
990
+ provide props as a generic type.
991
+ - Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match
992
+ source code
993
+ - Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
994
+ source code
995
+ - Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to
996
+ match source code
997
+ - Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
998
+ - Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
999
+ - Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
1000
+ - Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
1001
+ - Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
1002
+ - Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
799
1003
 
800
1004
  ## 18.14.1
801
1005
 
802
1006
  ### Patch Changes
803
1007
 
804
- - [patch][84b795279d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84b795279d):
1008
+ - [patch][84b795279d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84b795279d):
805
1009
 
806
- TEAMS-626 : Adding translations for team mention spotlight
1010
+ TEAMS-626 : Adding translations for team mention spotlight
807
1011
 
808
1012
  ## 18.14.0
809
1013
 
810
1014
  ### Minor Changes
811
1015
 
812
- - [minor][a22fc8004f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a22fc8004f):
1016
+ - [minor][a22fc8004f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a22fc8004f):
813
1017
 
814
- TEAMS-618 : Exporting Team mention spotlight with correct name
1018
+ TEAMS-618 : Exporting Team mention spotlight with correct name
815
1019
 
816
1020
  ## 18.13.0
817
1021
 
818
1022
  ### Minor Changes
819
1023
 
820
- - [minor][9b83fdea35](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b83fdea35):
1024
+ - [minor][9b83fdea35](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b83fdea35):
821
1025
 
822
- TEAMS-618 : Rename Team mention spotlight to Team Mention Highlight
1026
+ TEAMS-618 : Rename Team mention spotlight to Team Mention Highlight
823
1027
 
824
1028
  ## 18.12.0
825
1029
 
826
1030
  ### Minor Changes
827
1031
 
828
- - [minor][fe1a882fbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fe1a882fbb):
1032
+ - [minor][fe1a882fbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fe1a882fbb):
829
1033
 
830
- TEAMS-602 : Can pass the team creation link from confluence as an optional parameter to the Team Mention Spotlight
1034
+ TEAMS-602 : Can pass the team creation link from confluence as an optional parameter to the Team
1035
+ Mention Spotlight
831
1036
 
832
1037
  ## 18.11.4
833
1038
 
834
1039
  ### Patch Changes
835
1040
 
836
- - [patch][2f62d55150](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2f62d55150):
1041
+ - [patch][2f62d55150](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2f62d55150):
837
1042
 
838
- The mention spotlight can take a context path, and fixing a bug with on-click for the create team link
1043
+ The mention spotlight can take a context path, and fixing a bug with on-click for the create
1044
+ team link
839
1045
 
840
1046
  ## 18.11.3
841
1047
 
842
1048
  ### Patch Changes
843
1049
 
844
- - [patch][c72cca2853](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c72cca2853):
1050
+ - [patch][c72cca2853](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c72cca2853):
845
1051
 
846
- Added analytics when user clicks the create team link
1052
+ Added analytics when user clicks the create team link
847
1053
 
848
1054
  ## 18.11.2
849
1055
 
850
1056
  ### Patch Changes
851
1057
 
852
- - [patch][b4d2284e01](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b4d2284e01):
1058
+ - [patch][b4d2284e01](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b4d2284e01):
853
1059
 
854
- Added analytics on spotlight viewed.
1060
+ Added analytics on spotlight viewed.
855
1061
 
856
1062
  ## 18.11.1
857
1063
 
858
1064
  ### Patch Changes
859
1065
 
860
- - [patch][23f9c8ff08](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/23f9c8ff08):
1066
+ - [patch][23f9c8ff08](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/23f9c8ff08):
861
1067
 
862
- Added analytics on closing team mention spotlight
1068
+ Added analytics on closing team mention spotlight
863
1069
 
864
1070
  ## 18.11.0
865
1071
 
866
1072
  ### Minor Changes
867
1073
 
868
- - [minor][cda47d4480](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cda47d4480):
1074
+ - [minor][cda47d4480](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cda47d4480):
869
1075
 
870
- TEAMS-623 : Before this fix, when Spotlight was being rendered for the 5th time, it briefly appeared and then disappeared. This change fixes that.
1076
+ TEAMS-623 : Before this fix, when Spotlight was being rendered for the 5th time, it briefly
1077
+ appeared and then disappeared. This change fixes that.
871
1078
 
872
1079
  ## 18.10.0
873
1080
 
874
1081
  ### Minor Changes
875
1082
 
876
- - [minor][e81d32fe9a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e81d32fe9a):
1083
+ - [minor][e81d32fe9a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e81d32fe9a):
877
1084
 
878
- TEAMS-588 : Refactors the Team Spotlight ( which is used in mention typeahead for Fabric Editor and TinyMCE editor). Now can close the spotlight from Fabric Editor by clicking on the x button.
1085
+ TEAMS-588 : Refactors the Team Spotlight ( which is used in mention typeahead for Fabric Editor
1086
+ and TinyMCE editor). Now can close the spotlight from Fabric Editor by clicking on the x button.
879
1087
 
880
1088
  ## 18.9.0
881
1089
 
882
1090
  ### Minor Changes
883
1091
 
884
- - [minor][06cfea0870](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06cfea0870):
1092
+ - [minor][06cfea0870](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06cfea0870):
885
1093
 
886
- TEAMS-549 : Adding capability to show a spotlight in Fabric Editor
1094
+ TEAMS-549 : Adding capability to show a spotlight in Fabric Editor
887
1095
 
888
1096
  ## 18.8.0
889
1097
 
890
1098
  ### Minor Changes
891
1099
 
892
- - [minor][2d8dd7bc30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d8dd7bc30):
1100
+ - [minor][2d8dd7bc30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d8dd7bc30):
893
1101
 
894
- Now able to take a prop that will show a feature highlight
1102
+ Now able to take a prop that will show a feature highlight
895
1103
 
896
1104
  ## 18.7.3
897
1105
 
898
1106
  ### Patch Changes
899
1107
 
900
- - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
1108
+ - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
901
1109
 
902
- Consume analytics-next ts type definitions as an ambient declaration.
1110
+ Consume analytics-next ts type definitions as an ambient declaration.
903
1111
 
904
1112
  ## 18.7.2
905
1113
 
906
1114
  ### Patch Changes
907
1115
 
908
- - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
1116
+ - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
909
1117
 
910
- Fixes bug, missing version.json file
1118
+ Fixes bug, missing version.json file
911
1119
 
912
1120
  ## 18.7.1
913
1121
 
914
1122
  ### Patch Changes
915
1123
 
916
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1124
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
917
1125
 
918
- In this PR, we are:
1126
+ In this PR, we are:
919
1127
 
920
- - Re-introducing dist build folders
921
- - Adding back cjs
922
- - Replacing es5 by cjs and es2015 by esm
923
- - Creating folders at the root for entry-points
924
- - Removing the generation of the entry-points at the root
925
- Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details
1128
+ - Re-introducing dist build folders
1129
+ - Adding back cjs
1130
+ - Replacing es5 by cjs and es2015 by esm
1131
+ - Creating folders at the root for entry-points
1132
+ - Removing the generation of the entry-points at the root Please see this
1133
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
1134
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
1135
+ for further details
926
1136
 
927
1137
  ## 18.7.0
928
1138
 
929
1139
  ### Minor Changes
930
1140
 
931
- - [minor][64b87b4ecb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/64b87b4ecb):
1141
+ - [minor][64b87b4ecb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/64b87b4ecb):
932
1142
 
933
- TEAMS-544 : Releasing the initial version of the Mention Spotlight
1143
+ TEAMS-544 : Releasing the initial version of the Mention Spotlight
934
1144
 
935
1145
  ## 18.6.3
936
1146
 
937
1147
  ### Patch Changes
938
1148
 
939
- - [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
1149
+ - [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
940
1150
 
941
- TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps of the returned component.
1151
+ TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide
1152
+ props as a generic type. This is so that TypeScript can correctly calculate the props and
1153
+ defaultProps of the returned component.
942
1154
 
943
- Before:
1155
+ Before:
944
1156
 
945
- ```typescript
946
- withAnalyticsEvents()(Button) as ComponentClass<Props>;
947
- ```
1157
+ ```typescript
1158
+ withAnalyticsEvents()(Button) as ComponentClass<Props>;
1159
+ ```
948
1160
 
949
- After:
1161
+ After:
950
1162
 
951
- ```typescript
952
- withAnalyticsEvents<Props>()(Button);
953
- ```
1163
+ ```typescript
1164
+ withAnalyticsEvents<Props>()(Button);
1165
+ ```
954
1166
 
955
1167
  ## 18.6.2
956
1168
 
957
- - Updated dependencies [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
958
- - @atlaskit/docs@8.1.3
959
- - @atlaskit/avatar@16.0.6
960
- - @atlaskit/tooltip@15.0.2
961
- - @atlaskit/editor-test-helpers@9.5.2
962
- - @atlaskit/icon@19.0.0
1169
+ - Updated dependencies
1170
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1171
+ - @atlaskit/docs@8.1.3
1172
+ - @atlaskit/avatar@16.0.6
1173
+ - @atlaskit/tooltip@15.0.2
1174
+ - @atlaskit/editor-test-helpers@9.5.2
1175
+ - @atlaskit/icon@19.0.0
963
1176
 
964
1177
  ## 18.6.1
965
1178
 
966
1179
  ### Patch Changes
967
1180
 
968
- - [patch][227431f9cb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/227431f9cb):
1181
+ - [patch][227431f9cb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/227431f9cb):
969
1182
 
970
- FS-4028 - Update translations for mention component
1183
+ FS-4028 - Update translations for mention component
971
1184
 
972
1185
  ## 18.6.0
973
1186
 
974
1187
  ### Minor Changes
975
1188
 
976
- - [minor][58dd589a04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58dd589a04):
1189
+ - [minor][58dd589a04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58dd589a04):
977
1190
 
978
- Update TeamMentionResource to accept teamLinkResolver option which is used to construct a team link.
979
- Fix missing userId of user mentions in analytics in editor-core
1191
+ Update TeamMentionResource to accept teamLinkResolver option which is used to construct a team
1192
+ link. Fix missing userId of user mentions in analytics in editor-core
980
1193
 
981
1194
  ## 18.5.0
982
1195
 
983
1196
  ### Minor Changes
984
1197
 
985
- - [minor][2d1c3db523](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d1c3db523):
1198
+ - [minor][2d1c3db523](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d1c3db523):
986
1199
 
987
- FS-3986 - Support analytics for mention hydration.
1200
+ FS-3986 - Support analytics for mention hydration.
988
1201
 
989
1202
  ## 18.4.2
990
1203
 
991
1204
  ### Patch Changes
992
1205
 
993
- - [patch][b23479c7ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b23479c7ba):
1206
+ - [patch][b23479c7ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b23479c7ba):
994
1207
 
995
- fix i18n-tools validation error on try/catch
1208
+ fix i18n-tools validation error on try/catch
996
1209
 
997
1210
  ## 18.4.1
998
1211
 
999
1212
  ### Patch Changes
1000
1213
 
1001
- - [patch][434b2688af](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/434b2688af):
1214
+ - [patch][434b2688af](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/434b2688af):
1002
1215
 
1003
- Update translation
1216
+ Update translation
1004
1217
 
1005
1218
  ## 18.4.0
1006
1219
 
1007
1220
  ### Minor Changes
1008
1221
 
1009
- - [minor][11cb8d8626](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11cb8d8626):
1222
+ - [minor][11cb8d8626](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11cb8d8626):
1010
1223
 
1011
- - Remove @atlaskit/analytics dependency.
1224
+ - Remove @atlaskit/analytics dependency.
1012
1225
 
1013
1226
  ## 18.3.3
1014
1227
 
1015
1228
  ### Patch Changes
1016
1229
 
1017
- - [patch][ac95568398](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ac95568398):
1230
+ - [patch][ac95568398](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ac95568398):
1018
1231
 
1019
- - Some messages are never pushed to Transifex so we need to run `yarn i18n:push && yarn i18n:pull` again
1232
+ - Some messages are never pushed to Transifex so we need to run
1233
+ `yarn i18n:push && yarn i18n:pull` again
1020
1234
 
1021
1235
  ## 18.3.2
1022
1236
 
1023
- - Updated dependencies [67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
1024
- - @atlaskit/avatar@16.0.4
1025
- - @atlaskit/icon@18.0.1
1026
- - @atlaskit/tooltip@15.0.0
1237
+ - Updated dependencies
1238
+ [67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
1239
+ - @atlaskit/avatar@16.0.4
1240
+ - @atlaskit/icon@18.0.1
1241
+ - @atlaskit/tooltip@15.0.0
1027
1242
 
1028
1243
  ## 18.3.1
1029
1244
 
1030
- - Updated dependencies [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1031
- - @atlaskit/docs@8.1.2
1032
- - @atlaskit/avatar@16.0.3
1033
- - @atlaskit/tooltip@14.0.3
1034
- - @atlaskit/editor-test-helpers@9.3.9
1035
- - @atlaskit/icon@18.0.0
1245
+ - Updated dependencies
1246
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1247
+ - @atlaskit/docs@8.1.2
1248
+ - @atlaskit/avatar@16.0.3
1249
+ - @atlaskit/tooltip@14.0.3
1250
+ - @atlaskit/editor-test-helpers@9.3.9
1251
+ - @atlaskit/icon@18.0.0
1036
1252
 
1037
1253
  ## 18.3.0
1038
1254
 
1039
1255
  ### Minor Changes
1040
1256
 
1041
- - [minor][0b55c3b421](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0b55c3b421):
1257
+ - [minor][0b55c3b421](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0b55c3b421):
1042
1258
 
1043
- FS-3244 - Add support for resolving mention names client-side
1259
+ FS-3244 - Add support for resolving mention names client-side
1044
1260
 
1045
1261
  ## 18.2.1
1046
1262
 
1047
- - Updated dependencies [ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
1048
- - @atlaskit/theme@9.0.3
1049
- - @atlaskit/lozenge@9.0.0
1263
+ - Updated dependencies
1264
+ [ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
1265
+ - @atlaskit/theme@9.0.3
1266
+ - @atlaskit/lozenge@9.0.0
1050
1267
 
1051
1268
  ## 18.2.0
1052
1269
 
1053
- - [minor][a0d5982270](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a0d5982270):
1270
+ - [minor][a0d5982270](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a0d5982270):
1054
1271
 
1055
- - Don't display nickname in mention list if it is the same as name.
1272
+ - Don't display nickname in mention list if it is the same as name.
1056
1273
 
1057
1274
  ## 18.1.0
1058
1275
 
1059
- - [minor][5e4ff01e4c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e4ff01e4c):
1276
+ - [minor][5e4ff01e4c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e4ff01e4c):
1060
1277
 
1061
- - Fix typeahead re-rendering when moving mouse
1278
+ - Fix typeahead re-rendering when moving mouse
1062
1279
 
1063
- Breaking change -> TypeAheadItem:
1280
+ Breaking change -> TypeAheadItem:
1064
1281
 
1065
- ```ts
1066
- export type TypeAheadItemRenderProps = {
1067
- onClick: () => void;
1282
+ ```ts
1283
+ export type TypeAheadItemRenderProps = {
1284
+ onClick: () => void;
1068
1285
 
1069
- // BREAKING CHANGE
1070
- // onMouseMove -> onHover
1071
- onHover: () => void;
1286
+ // BREAKING CHANGE
1287
+ // onMouseMove -> onHover
1288
+ onHover: () => void;
1072
1289
 
1073
- isSelected: boolean;
1074
- };
1290
+ isSelected: boolean;
1291
+ };
1075
1292
 
1076
- export type TypeAheadItem = {
1077
- /*...*/
1078
- render?: (
1079
- props: TypeAheadItemRenderProps,
1080
- ) => React.ReactElement<TypeAheadItemRenderProps> | null;
1081
- /*...*/
1082
- };
1083
- ```
1293
+ export type TypeAheadItem = {
1294
+ /*...*/
1295
+ render?: (
1296
+ props: TypeAheadItemRenderProps,
1297
+ ) => React.ReactElement<TypeAheadItemRenderProps> | null;
1298
+ /*...*/
1299
+ };
1300
+ ```
1084
1301
 
1085
- Items returned from `QuickInsertProvider#getItems` method that have custom `render` function will now get `onHover` instead of `onMouseMove`.
1302
+ Items returned from `QuickInsertProvider#getItems` method that have custom `render` function
1303
+ will now get `onHover` instead of `onMouseMove`.
1086
1304
 
1087
1305
  ## 18.0.0
1088
1306
 
1089
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1307
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1090
1308
 
1091
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
1309
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1310
+ this package, please ensure you use at least this version of react and react-dom.
1092
1311
 
1093
1312
  ## 17.6.9
1094
1313
 
1095
- - [patch][d3cad2622e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3cad2622e):
1314
+ - [patch][d3cad2622e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3cad2622e):
1096
1315
 
1097
- - Removes babel-runtime in favour of @babel/runtime
1316
+ - Removes babel-runtime in favour of @babel/runtime
1098
1317
 
1099
1318
  ## 17.6.8
1100
1319
 
1101
- - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1320
+ - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1102
1321
 
1103
- - Bump tslib
1322
+ - Bump tslib
1104
1323
 
1105
1324
  ## 17.6.7
1106
1325
 
1107
- - Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1108
- - @atlaskit/docs@7.0.3
1109
- - @atlaskit/avatar@15.0.4
1110
- - @atlaskit/icon@16.0.9
1111
- - @atlaskit/lozenge@7.0.2
1112
- - @atlaskit/tooltip@13.0.4
1113
- - @atlaskit/theme@8.1.7
1326
+ - Updated dependencies
1327
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1328
+ - @atlaskit/docs@7.0.3
1329
+ - @atlaskit/avatar@15.0.4
1330
+ - @atlaskit/icon@16.0.9
1331
+ - @atlaskit/lozenge@7.0.2
1332
+ - @atlaskit/tooltip@13.0.4
1333
+ - @atlaskit/theme@8.1.7
1114
1334
 
1115
1335
  ## 17.6.6
1116
1336
 
1117
- - [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
1337
+ - [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
1118
1338
 
1119
- - @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next supplied from itself.
1339
+ - @atlaskit/analytics-next-types is deprecated. Now you can use types for
1340
+ @atlaskit/analytics-next supplied from itself.
1120
1341
 
1121
1342
  ## 17.6.5
1122
1343
 
1123
- - [patch][ddb3238b1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ddb3238b1c):
1344
+ - [patch][ddb3238b1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ddb3238b1c):
1124
1345
 
1125
- - TEAMS-396 : Changing byline logic for mention
1346
+ - TEAMS-396 : Changing byline logic for mention
1126
1347
 
1127
1348
  ## 17.6.4
1128
1349
 
1129
- - [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
1350
+ - [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
1130
1351
 
1131
- - Enable esModuleInterop for typescript, this allows correct use of default exports
1352
+ - Enable esModuleInterop for typescript, this allows correct use of default exports
1132
1353
 
1133
1354
  ## 17.6.3
1134
1355
 
1135
- - [patch][14b89652d7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/14b89652d7):
1356
+ - [patch][14b89652d7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/14b89652d7):
1136
1357
 
1137
- - TEAMS-364 : Renaming the missed test files in the previous PR
1358
+ - TEAMS-364 : Renaming the missed test files in the previous PR
1138
1359
 
1139
1360
  ## 17.6.2
1140
1361
 
1141
- - [patch][c8b669eaec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c8b669eaec):
1362
+ - [patch][c8b669eaec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c8b669eaec):
1142
1363
 
1143
- - TEAMS-364 : Renaming Team mention description highlight classes to Byline
1364
+ - TEAMS-364 : Renaming Team mention description highlight classes to Byline
1144
1365
 
1145
1366
  ## 17.6.1
1146
1367
 
1147
- - [patch][d26570e3b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d26570e3b5):
1368
+ - [patch][d26570e3b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d26570e3b5):
1148
1369
 
1149
- - Update i18n for team mention
1150
- - Fix a bug in team mention: missing https protocol in team link
1370
+ - Update i18n for team mention
1371
+ - Fix a bug in team mention: missing https protocol in team link
1151
1372
 
1152
1373
  ## 17.6.0
1153
1374
 
1154
- - [minor][b31086fcf6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b31086fcf6):
1375
+ - [minor][b31086fcf6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b31086fcf6):
1155
1376
 
1156
- - Add additional entry points for selective imports of mention components
1377
+ - Add additional entry points for selective imports of mention components
1157
1378
 
1158
1379
  ## 17.5.0
1159
1380
 
1160
- - [minor][b0210d7ccc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0210d7ccc):
1381
+ - [minor][b0210d7ccc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0210d7ccc):
1161
1382
 
1162
- - reset jest modules before hydration
1383
+ - reset jest modules before hydration
1163
1384
 
1164
1385
  ## 17.4.0
1165
1386
 
1166
- - [minor][1affe17dc4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1affe17dc4):
1387
+ - [minor][1affe17dc4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1affe17dc4):
1167
1388
 
1168
- - add analytics events for team mention
1389
+ - add analytics events for team mention
1169
1390
 
1170
1391
  ## 17.3.0
1171
1392
 
1172
- - [minor][073320a681](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/073320a681):
1393
+ - [minor][073320a681](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/073320a681):
1173
1394
 
1174
- - Improve TeamMentionResource, both team and user requests are not blocked together
1395
+ - Improve TeamMentionResource, both team and user requests are not blocked together
1175
1396
 
1176
1397
  ## 17.2.0
1177
1398
 
1178
- - [patch][5ca3696b14](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ca3696b14):
1399
+ - [patch][5ca3696b14](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ca3696b14):
1179
1400
 
1180
- - TEAMS-319 : Render member counts and whether team includes you in byline
1401
+ - TEAMS-319 : Render member counts and whether team includes you in byline
1181
1402
 
1182
- - [minor][b8b55dc6ae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b8b55dc6ae):
1403
+ - [minor][b8b55dc6ae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b8b55dc6ae):
1183
1404
 
1184
- - TEAMS-319 : Render member counts and whether team includes you in byline
1405
+ - TEAMS-319 : Render member counts and whether team includes you in byline
1185
1406
 
1186
1407
  ## 17.1.1
1187
1408
 
1188
- - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
1409
+ - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
1189
1410
 
1190
- - Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
1411
+ - Add npmignore for index.ts to prevent some jest tests from resolving that instead of
1412
+ index.js
1191
1413
 
1192
1414
  ## 17.1.0
1193
1415
 
1194
- - [minor][b684722884](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b684722884):
1416
+ - [minor][b684722884](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b684722884):
1195
1417
 
1196
- - improvement of SSR tests and examples for Fabric Elements
1418
+ - improvement of SSR tests and examples for Fabric Elements
1197
1419
 
1198
1420
  ## 17.0.0
1199
1421
 
1200
- - [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1422
+ - [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1201
1423
 
1202
- - Dropped ES5 distributables from the typescript packages
1424
+ - Dropped ES5 distributables from the typescript packages
1203
1425
 
1204
1426
  ## 16.4.0
1205
1427
 
1206
- - [minor][fb679d390f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fb679d390f):
1428
+ - [minor][fb679d390f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fb679d390f):
1207
1429
 
1208
- - Add a new TeamMenioResource for @atlaskit/mention package. That allows to fetch teams data for mention from a team service (Legion service)
1430
+ - Add a new TeamMenioResource for @atlaskit/mention package. That allows to fetch teams data
1431
+ for mention from a team service (Legion service)
1209
1432
 
1210
1433
  ## 16.3.0
1211
1434
 
1212
- - [minor][7261577953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7261577953):
1435
+ - [minor][7261577953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7261577953):
1213
1436
 
1214
- - use @atlaskit/ssr to ssr/hydrate mention examples
1437
+ - use @atlaskit/ssr to ssr/hydrate mention examples
1215
1438
 
1216
1439
  ## 16.2.2
1217
1440
 
1218
- - Updated dependencies [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1219
- - @atlaskit/icon@16.0.4
1220
- - @atlaskit/analytics-gas-types@3.2.5
1221
- - @atlaskit/util-data-test@10.2.3
1222
- - @atlaskit/util-service-support@3.1.1
1223
- - @atlaskit/docs@7.0.0
1224
- - @atlaskit/analytics-next@4.0.0
1225
- - @atlaskit/analytics@5.0.0
1226
- - @atlaskit/avatar@15.0.0
1227
- - @atlaskit/lozenge@7.0.0
1228
- - @atlaskit/theme@8.0.0
1229
- - @atlaskit/tooltip@13.0.0
1441
+ - Updated dependencies
1442
+ [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1443
+ - @atlaskit/icon@16.0.4
1444
+ - @atlaskit/analytics-gas-types@3.2.5
1445
+ - @atlaskit/util-data-test@10.2.3
1446
+ - @atlaskit/util-service-support@3.1.1
1447
+ - @atlaskit/docs@7.0.0
1448
+ - @atlaskit/analytics-next@4.0.0
1449
+ - @atlaskit/analytics@5.0.0
1450
+ - @atlaskit/avatar@15.0.0
1451
+ - @atlaskit/lozenge@7.0.0
1452
+ - @atlaskit/theme@8.0.0
1453
+ - @atlaskit/tooltip@13.0.0
1230
1454
 
1231
1455
  ## 16.2.1
1232
1456
 
1233
- - Updated dependencies [4af5bd2a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4af5bd2a58):
1234
- - @atlaskit/editor-test-helpers@7.0.0
1457
+ - Updated dependencies
1458
+ [4af5bd2a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4af5bd2a58):
1459
+ - @atlaskit/editor-test-helpers@7.0.0
1235
1460
 
1236
1461
  ## 16.2.0
1237
1462
 
1238
- - [minor][ef368572dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ef368572dc):
1463
+ - [minor][ef368572dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ef368572dc):
1239
1464
 
1240
- - Update types for @atlaskit/mention
1465
+ - Update types for @atlaskit/mention
1241
1466
 
1242
1467
  ## 16.1.0
1243
1468
 
1244
- - [minor][0f3f9f0992](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f3f9f0992):
1469
+ - [minor][0f3f9f0992](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f3f9f0992):
1245
1470
 
1246
- - Fix context identifiers not being passed to mention provider's calls. MentionProvider interface was updated to include the optional contextIdentifier parameter in filter and recordMentionSelection methods.
1471
+ - Fix context identifiers not being passed to mention provider's calls. MentionProvider
1472
+ interface was updated to include the optional contextIdentifier parameter in filter and
1473
+ recordMentionSelection methods.
1247
1474
 
1248
1475
  ## 16.0.1
1249
1476
 
1250
- - Updated dependencies [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1251
- - @atlaskit/docs@6.0.1
1252
- - @atlaskit/avatar@14.1.8
1253
- - @atlaskit/tooltip@12.1.15
1254
- - @atlaskit/icon@16.0.0
1477
+ - Updated dependencies
1478
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1479
+ - @atlaskit/docs@6.0.1
1480
+ - @atlaskit/avatar@14.1.8
1481
+ - @atlaskit/tooltip@12.1.15
1482
+ - @atlaskit/icon@16.0.0
1255
1483
 
1256
1484
  ## 16.0.0
1257
1485
 
1258
- - [major][0c116d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c116d6):
1486
+ - [major][0c116d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c116d6):
1259
1487
 
1260
- - Removed client-side indexed cache of mention results. Also removed method 'getUsersInContext' from MentionResourceConfig, 'remoteSearch' from MentionStats and 'weight' from MentionDescription. If you used to use them, simply remove any references to them.
1488
+ - Removed client-side indexed cache of mention results. Also removed method
1489
+ 'getUsersInContext' from MentionResourceConfig, 'remoteSearch' from MentionStats and
1490
+ 'weight' from MentionDescription. If you used to use them, simply remove any references to
1491
+ them.
1261
1492
 
1262
1493
  ## 15.3.0
1263
1494
 
1264
- - [minor][c238c00](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c238c00):
1495
+ - [minor][c238c00](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c238c00):
1265
1496
 
1266
- - added i18n support to mentions
1497
+ - added i18n support to mentions
1267
1498
 
1268
- - [minor][3b1de17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3b1de17):
1499
+ - [minor][3b1de17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3b1de17):
1269
1500
 
1270
- - added i18n translated files
1501
+ - added i18n translated files
1271
1502
 
1272
1503
  ## 15.2.2
1273
1504
 
1274
- - [patch][0f19693](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f19693):
1505
+ - [patch][0f19693](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f19693):
1275
1506
 
1276
- - added tests for xregexp transformer, updated README and simplified code
1507
+ - added tests for xregexp transformer, updated README and simplified code
1277
1508
 
1278
- - [patch][b789b3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b789b3a):
1509
+ - [patch][b789b3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b789b3a):
1279
1510
 
1280
- - removed xregexp library dependency from emoji and mention components, added xregexp-transformer package to compile xregexp expressions to unicode charsets
1511
+ - removed xregexp library dependency from emoji and mention components, added
1512
+ xregexp-transformer package to compile xregexp expressions to unicode charsets
1281
1513
 
1282
1514
  ## 15.2.1
1283
1515
 
1284
- - [patch][cae5adb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cae5adb):
1516
+ - [patch][cae5adb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cae5adb):
1285
1517
 
1286
- - UR-197: Add queryLength to mentionTypeahead rendered event
1518
+ - UR-197: Add queryLength to mentionTypeahead rendered event
1287
1519
 
1288
1520
  ## 15.2.0
1289
1521
 
1290
- - [minor][f62557c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f62557c):
1522
+ - [minor][f62557c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f62557c):
1291
1523
 
1292
- - ED-5888 Add dark mode for mention
1524
+ - ED-5888 Add dark mode for mention
1293
1525
 
1294
1526
  ## 15.1.9
1295
1527
 
1296
- - [patch][b81da9b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81da9b):
1528
+ - [patch][b81da9b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81da9b):
1297
1529
 
1298
- - Fix typescript types to support strictFunctionTypes
1530
+ - Fix typescript types to support strictFunctionTypes
1299
1531
 
1300
1532
  ## 15.1.8
1301
1533
 
1302
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1303
- - @atlaskit/analytics@4.0.7
1304
- - @atlaskit/analytics-next@3.1.2
1305
- - @atlaskit/avatar@14.1.7
1306
- - @atlaskit/icon@15.0.2
1307
- - @atlaskit/lozenge@6.2.4
1308
- - @atlaskit/theme@7.0.1
1309
- - @atlaskit/tooltip@12.1.13
1310
- - @atlaskit/analytics-gas-types@3.2.3
1311
- - @atlaskit/util-data-test@10.0.25
1312
- - @atlaskit/util-service-support@3.0.5
1313
- - @atlaskit/docs@6.0.0
1534
+ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1535
+ - @atlaskit/analytics@4.0.7
1536
+ - @atlaskit/analytics-next@3.1.2
1537
+ - @atlaskit/avatar@14.1.7
1538
+ - @atlaskit/icon@15.0.2
1539
+ - @atlaskit/lozenge@6.2.4
1540
+ - @atlaskit/theme@7.0.1
1541
+ - @atlaskit/tooltip@12.1.13
1542
+ - @atlaskit/analytics-gas-types@3.2.3
1543
+ - @atlaskit/util-data-test@10.0.25
1544
+ - @atlaskit/util-service-support@3.0.5
1545
+ - @atlaskit/docs@6.0.0
1314
1546
 
1315
1547
  ## 15.1.7
1316
1548
 
1317
- - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1318
- - @atlaskit/docs@5.2.3
1319
- - @atlaskit/icon@15.0.1
1320
- - @atlaskit/tooltip@12.1.12
1321
- - @atlaskit/theme@7.0.0
1322
- - @atlaskit/avatar@14.1.6
1323
- - @atlaskit/lozenge@6.2.3
1549
+ - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1550
+ - @atlaskit/docs@5.2.3
1551
+ - @atlaskit/icon@15.0.1
1552
+ - @atlaskit/tooltip@12.1.12
1553
+ - @atlaskit/theme@7.0.0
1554
+ - @atlaskit/avatar@14.1.6
1555
+ - @atlaskit/lozenge@6.2.3
1324
1556
 
1325
1557
  ## 15.1.6
1326
1558
 
1327
- - [patch][90c4702](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90c4702):
1559
+ - [patch][90c4702](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90c4702):
1328
1560
 
1329
- - FS-1734 Removed the try it out section from Emoji and Mentions documentation pages to match other pages. The section only contained a link to the same page, so was essentially redundant and potentially confusing.
1561
+ - FS-1734 Removed the try it out section from Emoji and Mentions documentation pages to match
1562
+ other pages. The section only contained a link to the same page, so was essentially
1563
+ redundant and potentially confusing.
1330
1564
 
1331
1565
  ## 15.1.5
1332
1566
 
1333
- - [patch][3061b52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3061b52):
1567
+ - [patch][3061b52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3061b52):
1334
1568
 
1335
- - AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json
1569
+ - AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json
1336
1570
 
1337
1571
  ## 15.1.4
1338
1572
 
1339
- - [patch][01edbde](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/01edbde):
1573
+ - [patch][01edbde](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/01edbde):
1340
1574
 
1341
- - Force patch release
1575
+ - Force patch release
1342
1576
 
1343
1577
  ## 15.1.3
1344
1578
 
1345
- - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1346
- - @atlaskit/docs@5.2.2
1347
- - @atlaskit/avatar@14.1.5
1348
- - @atlaskit/tooltip@12.1.11
1349
- - @atlaskit/icon@15.0.0
1579
+ - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1580
+ - @atlaskit/docs@5.2.2
1581
+ - @atlaskit/avatar@14.1.5
1582
+ - @atlaskit/tooltip@12.1.11
1583
+ - @atlaskit/icon@15.0.0
1350
1584
 
1351
1585
  ## 15.1.2
1352
1586
 
1353
- - [patch][36c362f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36c362f):
1587
+ - [patch][36c362f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36c362f):
1354
1588
 
1355
- - FS-3174 - Fix usage of gridSize() and borderRadius()
1589
+ - FS-3174 - Fix usage of gridSize() and borderRadius()
1356
1590
 
1357
1591
  ## 15.1.1
1358
1592
 
1359
- - [patch][527b954](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/527b954):
1593
+ - [patch][527b954](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/527b954):
1360
1594
 
1361
- - FS-3174 - Remove usage of util-shared-styles from elements components
1595
+ - FS-3174 - Remove usage of util-shared-styles from elements components
1362
1596
 
1363
1597
  ## 15.1.0
1364
1598
 
1365
- - [minor] Use relative units for font size and paddings in Mention component [b711063](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b711063)
1599
+ - [minor] Use relative units for font size and paddings in Mention component
1600
+ [b711063](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b711063)
1366
1601
 
1367
1602
  ## 15.0.11
1368
1603
 
1369
- - [patch] Analytics event's 'source' field from GasPayload type is now optional. In most cases, the 'source' field is expected to be set by the integrator through AnalyticsContext. Thus it's recommended that components do not set it to avoid overriding the one provided by the integrating product. Analytics listeners are handling the case where the 'source' field couldn't be found by setting the default value "unknown" before sending the event through the client. [1c0ea95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c0ea95)
1604
+ - [patch] Analytics event's 'source' field from GasPayload type is now optional. In most cases,
1605
+ the 'source' field is expected to be set by the integrator through AnalyticsContext. Thus it's
1606
+ recommended that components do not set it to avoid overriding the one provided by the
1607
+ integrating product. Analytics listeners are handling the case where the 'source' field couldn't
1608
+ be found by setting the default value "unknown" before sending the event through the client.
1609
+ [1c0ea95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c0ea95)
1370
1610
 
1371
1611
  ## 15.0.10
1372
1612
 
1373
- - [patch] Updated dependencies [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1374
- - @atlaskit/docs@5.0.8
1375
- - @atlaskit/avatar@14.0.11
1376
- - @atlaskit/tooltip@12.1.1
1377
- - @atlaskit/icon@14.0.0
1613
+ - [patch] Updated dependencies
1614
+ [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1615
+ - @atlaskit/docs@5.0.8
1616
+ - @atlaskit/avatar@14.0.11
1617
+ - @atlaskit/tooltip@12.1.1
1618
+ - @atlaskit/icon@14.0.0
1378
1619
 
1379
1620
  ## 15.0.9
1380
1621
 
1381
- - [patch] Update TS to 3.0 [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
1382
- - [none] Updated dependencies [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
1622
+ - [patch] Update TS to 3.0
1623
+ [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
1624
+ - [none] Updated dependencies
1625
+ [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
1383
1626
 
1384
1627
  ## 15.0.8
1385
1628
 
1386
- - [patch] FS-2941 Stop using Request object and upgrade fetch-mock [dff332a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dff332a)
1629
+ - [patch] FS-2941 Stop using Request object and upgrade fetch-mock
1630
+ [dff332a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dff332a)
1387
1631
 
1388
1632
  ## 15.0.7
1389
1633
 
1390
- - [patch] propagate sessionId to the mentionTypeahead rendered event and service endpoints [0c37666](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c37666)
1634
+ - [patch] propagate sessionId to the mentionTypeahead rendered event and service endpoints
1635
+ [0c37666](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c37666)
1391
1636
 
1392
1637
  ## 15.0.6
1393
1638
 
1394
- - [patch] Updated dependencies [b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
1395
- - @atlaskit/util-data-test@10.0.7
1639
+ - [patch] Updated dependencies
1640
+ [b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
1641
+ - @atlaskit/util-data-test@10.0.7
1396
1642
 
1397
1643
  ## 15.0.5
1398
1644
 
1399
- - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1400
- - [none] Updated dependencies [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1401
- - @atlaskit/util-data-test@10.0.4
1402
- - @atlaskit/analytics-next-types@3.0.1
1403
- - @atlaskit/tooltip@12.0.5
1404
- - @atlaskit/analytics-next@3.0.4
1405
- - @atlaskit/lozenge@6.1.4
1406
- - @atlaskit/analytics@4.0.4
1407
- - @atlaskit/icon@13.2.4
1408
- - @atlaskit/avatar@14.0.6
1645
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
1646
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
1647
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1648
+ - [none] Updated dependencies
1649
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1650
+ - @atlaskit/util-data-test@10.0.4
1651
+ - @atlaskit/analytics-next-types@3.0.1
1652
+ - @atlaskit/tooltip@12.0.5
1653
+ - @atlaskit/analytics-next@3.0.4
1654
+ - @atlaskit/lozenge@6.1.4
1655
+ - @atlaskit/analytics@4.0.4
1656
+ - @atlaskit/icon@13.2.4
1657
+ - @atlaskit/avatar@14.0.6
1409
1658
 
1410
1659
  ## 15.0.4
1411
1660
 
1412
- - [patch] FS-2049 add userIds attribute to rendered event [a5d05bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a5d05bc)
1413
- - [none] Updated dependencies [a5d05bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a5d05bc)
1661
+ - [patch] FS-2049 add userIds attribute to rendered event
1662
+ [a5d05bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a5d05bc)
1663
+ - [none] Updated dependencies
1664
+ [a5d05bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a5d05bc)
1414
1665
 
1415
1666
  ## 15.0.3
1416
1667
 
1417
- - [patch] fixed TS errors [8eced90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8eced90)
1418
- - [patch] fixed broken tests and added test for util/analytics [57b9d1e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/57b9d1e)
1419
- - [patch] code improvements and tests added [0bc5732](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0bc5732)
1420
- - [patch] added mentionTypeAhead rendered analytics [c536e60](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c536e60)
1421
- - [none] Updated dependencies [8eced90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8eced90)
1422
- - [none] Updated dependencies [57b9d1e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/57b9d1e)
1423
- - [none] Updated dependencies [0bc5732](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0bc5732)
1424
- - [none] Updated dependencies [c536e60](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c536e60)
1668
+ - [patch] fixed TS errors [8eced90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8eced90)
1669
+ - [patch] fixed broken tests and added test for util/analytics
1670
+ [57b9d1e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/57b9d1e)
1671
+ - [patch] code improvements and tests added
1672
+ [0bc5732](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0bc5732)
1673
+ - [patch] added mentionTypeAhead rendered analytics
1674
+ [c536e60](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c536e60)
1675
+ - [none] Updated dependencies
1676
+ [8eced90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8eced90)
1677
+ - [none] Updated dependencies
1678
+ [57b9d1e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/57b9d1e)
1679
+ - [none] Updated dependencies
1680
+ [0bc5732](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0bc5732)
1681
+ - [none] Updated dependencies
1682
+ [c536e60](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c536e60)
1425
1683
 
1426
1684
  ## 15.0.2
1427
1685
 
1428
- - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1429
- - @atlaskit/util-data-test@10.0.2
1430
- - @atlaskit/tooltip@12.0.4
1431
- - @atlaskit/icon@13.2.2
1432
- - @atlaskit/lozenge@6.1.3
1433
- - @atlaskit/analytics-next@3.0.3
1434
- - @atlaskit/docs@5.0.2
1435
- - @atlaskit/util-service-support@3.0.1
1436
- - @atlaskit/analytics-gas-types@3.1.2
1437
- - @atlaskit/analytics@4.0.3
1438
- - @atlaskit/avatar@14.0.5
1686
+ - [patch] Updated dependencies
1687
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1688
+ - @atlaskit/util-data-test@10.0.2
1689
+ - @atlaskit/tooltip@12.0.4
1690
+ - @atlaskit/icon@13.2.2
1691
+ - @atlaskit/lozenge@6.1.3
1692
+ - @atlaskit/analytics-next@3.0.3
1693
+ - @atlaskit/docs@5.0.2
1694
+ - @atlaskit/util-service-support@3.0.1
1695
+ - @atlaskit/analytics-gas-types@3.1.2
1696
+ - @atlaskit/analytics@4.0.3
1697
+ - @atlaskit/avatar@14.0.5
1439
1698
 
1440
1699
  ## 15.0.1
1441
1700
 
1442
- - [patch] FS-2020 add session id to typeahead plugin inside editor [5ae463f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ae463f)
1443
- - [none] Updated dependencies [5ae463f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ae463f)
1444
- - @atlaskit/analytics-gas-types@3.1.1
1701
+ - [patch] FS-2020 add session id to typeahead plugin inside editor
1702
+ [5ae463f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ae463f)
1703
+ - [none] Updated dependencies
1704
+ [5ae463f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ae463f)
1705
+ - @atlaskit/analytics-gas-types@3.1.1
1445
1706
 
1446
1707
  ## 15.0.0
1447
1708
 
1448
- - [major] ED-4769: wrap mentions like inline text [f6bf6c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f6bf6c8)
1449
- - [none] Updated dependencies [f6bf6c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f6bf6c8)
1450
- - @atlaskit/util-data-test@10.0.1
1709
+ - [major] ED-4769: wrap mentions like inline text
1710
+ [f6bf6c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f6bf6c8)
1711
+ - [none] Updated dependencies
1712
+ [f6bf6c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f6bf6c8)
1713
+ - @atlaskit/util-data-test@10.0.1
1451
1714
 
1452
1715
  ## 14.0.2
1453
1716
 
1454
- - [patch] Fallback to use containerId from MentionResourceConfig if ContextIdentifier promise fails [5ecb9a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ecb9a7)
1455
- - [patch] add support for childObjectId in ContextIdentifiers and pass it to the mention service endpoints [6e31eb6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e31eb6)
1456
- - [none] Updated dependencies [5ecb9a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ecb9a7)
1457
- - [none] Updated dependencies [6e31eb6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e31eb6)
1717
+ - [patch] Fallback to use containerId from MentionResourceConfig if ContextIdentifier promise
1718
+ fails [5ecb9a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ecb9a7)
1719
+ - [patch] add support for childObjectId in ContextIdentifiers and pass it to the mention service
1720
+ endpoints [6e31eb6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e31eb6)
1721
+ - [none] Updated dependencies
1722
+ [5ecb9a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5ecb9a7)
1723
+ - [none] Updated dependencies
1724
+ [6e31eb6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e31eb6)
1458
1725
 
1459
1726
  ## 14.0.1
1460
1727
 
1461
- - [patch] Updated dependencies [e6b1985](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b1985)
1462
- - @atlaskit/tooltip@12.0.0
1463
- - @atlaskit/icon@13.1.1
1464
- - @atlaskit/avatar@14.0.1
1728
+ - [patch] Updated dependencies
1729
+ [e6b1985](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b1985)
1730
+ - @atlaskit/tooltip@12.0.0
1731
+ - @atlaskit/icon@13.1.1
1732
+ - @atlaskit/avatar@14.0.1
1465
1733
 
1466
1734
  ## 14.0.0
1467
1735
 
1468
- - [major] Updates to React ^16.4.0 [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1469
- - [major] Updated dependencies [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1470
- - @atlaskit/tooltip@11.0.0
1471
- - @atlaskit/util-data-test@10.0.0
1472
- - @atlaskit/analytics-next@3.0.0
1473
- - @atlaskit/lozenge@6.0.0
1474
- - @atlaskit/docs@5.0.0
1475
- - @atlaskit/util-service-support@3.0.0
1476
- - @atlaskit/analytics-gas-types@3.0.0
1477
- - @atlaskit/analytics@4.0.0
1478
- - @atlaskit/icon@13.0.0
1479
- - @atlaskit/avatar@14.0.0
1480
- - [major] Updated dependencies [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1481
- - @atlaskit/util-data-test@10.0.0
1482
- - @atlaskit/tooltip@11.0.0
1483
- - @atlaskit/analytics-next@3.0.0
1484
- - @atlaskit/lozenge@6.0.0
1485
- - @atlaskit/docs@5.0.0
1486
- - @atlaskit/util-service-support@3.0.0
1487
- - @atlaskit/analytics-gas-types@3.0.0
1488
- - @atlaskit/analytics@4.0.0
1489
- - @atlaskit/icon@13.0.0
1490
- - @atlaskit/avatar@14.0.0
1736
+ - [major] Updates to React ^16.4.0
1737
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1738
+ - [major] Updated dependencies
1739
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1740
+ - @atlaskit/tooltip@11.0.0
1741
+ - @atlaskit/util-data-test@10.0.0
1742
+ - @atlaskit/analytics-next@3.0.0
1743
+ - @atlaskit/lozenge@6.0.0
1744
+ - @atlaskit/docs@5.0.0
1745
+ - @atlaskit/util-service-support@3.0.0
1746
+ - @atlaskit/analytics-gas-types@3.0.0
1747
+ - @atlaskit/analytics@4.0.0
1748
+ - @atlaskit/icon@13.0.0
1749
+ - @atlaskit/avatar@14.0.0
1750
+ - [major] Updated dependencies
1751
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1752
+ - @atlaskit/util-data-test@10.0.0
1753
+ - @atlaskit/tooltip@11.0.0
1754
+ - @atlaskit/analytics-next@3.0.0
1755
+ - @atlaskit/lozenge@6.0.0
1756
+ - @atlaskit/docs@5.0.0
1757
+ - @atlaskit/util-service-support@3.0.0
1758
+ - @atlaskit/analytics-gas-types@3.0.0
1759
+ - @atlaskit/analytics@4.0.0
1760
+ - @atlaskit/icon@13.0.0
1761
+ - @atlaskit/avatar@14.0.0
1491
1762
 
1492
1763
  ## 13.1.10
1493
1764
 
1494
- - [patch] fixed typescript build errors [c98857e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c98857e)
1495
- - [patch] code improvements and MentionContextIdentifier attributes made mandatory to sync with editor-common ContextIdentifier [8a125a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a125a7)
1496
- - [patch] include containerId and objectId passed from editor-core into mention service requests [cacfb53](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cacfb53)
1497
- - [patch] Updated dependencies [c98857e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c98857e)
1498
- - @atlaskit/util-data-test@9.1.19
1499
- - [patch] Updated dependencies [8a125a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a125a7)
1500
- - @atlaskit/util-data-test@9.1.19
1501
- - [patch] Updated dependencies [cacfb53](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cacfb53)
1502
- - @atlaskit/util-data-test@9.1.19
1765
+ - [patch] fixed typescript build errors
1766
+ [c98857e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c98857e)
1767
+ - [patch] code improvements and MentionContextIdentifier attributes made mandatory to sync with
1768
+ editor-common ContextIdentifier
1769
+ [8a125a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a125a7)
1770
+ - [patch] include containerId and objectId passed from editor-core into mention service requests
1771
+ [cacfb53](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cacfb53)
1772
+ - [patch] Updated dependencies
1773
+ [c98857e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c98857e)
1774
+ - @atlaskit/util-data-test@9.1.19
1775
+ - [patch] Updated dependencies
1776
+ [8a125a7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a125a7)
1777
+ - @atlaskit/util-data-test@9.1.19
1778
+ - [patch] Updated dependencies
1779
+ [cacfb53](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cacfb53)
1780
+ - @atlaskit/util-data-test@9.1.19
1503
1781
 
1504
1782
  ## 13.1.9
1505
1783
 
1506
- - [patch] Move the tests under src and club the tests under unit, integration and visual regression [f1a9069](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1a9069)
1507
- - [none] Updated dependencies [f1a9069](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1a9069)
1508
- - @atlaskit/util-service-support@2.0.12
1509
- - @atlaskit/util-data-test@9.1.18
1510
- - @atlaskit/analytics-gas-types@2.1.4
1784
+ - [patch] Move the tests under src and club the tests under unit, integration and visual
1785
+ regression [f1a9069](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1a9069)
1786
+ - [none] Updated dependencies
1787
+ [f1a9069](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1a9069)
1788
+ - @atlaskit/util-service-support@2.0.12
1789
+ - @atlaskit/util-data-test@9.1.18
1790
+ - @atlaskit/analytics-gas-types@2.1.4
1511
1791
 
1512
1792
  ## 13.1.8
1513
1793
 
1514
- - [patch] FS-2093 add mention insert analytics event [30bbe5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30bbe5a)
1515
- - [none] Updated dependencies [30bbe5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30bbe5a)
1794
+ - [patch] FS-2093 add mention insert analytics event
1795
+ [30bbe5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30bbe5a)
1796
+ - [none] Updated dependencies
1797
+ [30bbe5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30bbe5a)
1516
1798
 
1517
1799
  ## 13.1.7
1518
1800
 
1519
- - [none] Updated dependencies [da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
1520
- - @atlaskit/avatar@13.0.0
1521
- - [patch] Updated dependencies [7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
1522
- - @atlaskit/avatar@13.0.0
1801
+ - [none] Updated dependencies
1802
+ [da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
1803
+ - @atlaskit/avatar@13.0.0
1804
+ - [patch] Updated dependencies
1805
+ [7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
1806
+ - @atlaskit/avatar@13.0.0
1523
1807
 
1524
1808
  ## 13.1.6
1525
1809
 
1526
- - [patch] FS-2092 add mention typeahead cancel analytics event [40bd3fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40bd3fb)
1527
- - [none] Updated dependencies [40bd3fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40bd3fb)
1810
+ - [patch] FS-2092 add mention typeahead cancel analytics event
1811
+ [40bd3fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40bd3fb)
1812
+ - [none] Updated dependencies
1813
+ [40bd3fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40bd3fb)
1528
1814
 
1529
1815
  ## 13.1.5
1530
1816
 
1531
- - [patch] Updated dependencies [8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
1532
- - @atlaskit/avatar@12.0.0
1817
+ - [patch] Updated dependencies
1818
+ [8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
1819
+ - @atlaskit/avatar@12.0.0
1533
1820
 
1534
1821
  ## 13.1.4
1535
1822
 
1536
- - [patch] added mention userId in the Mention lozenge analytics [d7dca64](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7dca64)
1537
- - [patch] Updated dependencies [d7dca64](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7dca64)
1538
- - @atlaskit/util-data-test@9.1.16
1823
+ - [patch] added mention userId in the Mention lozenge analytics
1824
+ [d7dca64](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7dca64)
1825
+ - [patch] Updated dependencies
1826
+ [d7dca64](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7dca64)
1827
+ - @atlaskit/util-data-test@9.1.16
1539
1828
 
1540
1829
  ## 13.1.3
1541
1830
 
1542
- - [patch] Updated dependencies [8d5053e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d5053e)
1543
- - @atlaskit/util-data-test@9.1.15
1831
+ - [patch] Updated dependencies
1832
+ [8d5053e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d5053e)
1833
+ - @atlaskit/util-data-test@9.1.15
1544
1834
 
1545
1835
  ## 13.1.2
1546
1836
 
1547
- - [patch] Updated dependencies [0cf2f52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0cf2f52)
1548
- - @atlaskit/util-data-test@9.1.14
1837
+ - [patch] Updated dependencies
1838
+ [0cf2f52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0cf2f52)
1839
+ - @atlaskit/util-data-test@9.1.14
1549
1840
 
1550
1841
  ## 13.1.1
1551
1842
 
1552
- - [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1553
- - [none] Updated dependencies [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1554
- - @atlaskit/util-data-test@9.1.13
1555
- - @atlaskit/tooltip@10.2.1
1556
- - @atlaskit/lozenge@5.0.4
1557
- - @atlaskit/icon@12.1.2
1843
+ - [patch] Clean Changelogs - remove duplicates and empty entries
1844
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1845
+ - [none] Updated dependencies
1846
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1847
+ - @atlaskit/util-data-test@9.1.13
1848
+ - @atlaskit/tooltip@10.2.1
1849
+ - @atlaskit/lozenge@5.0.4
1850
+ - @atlaskit/icon@12.1.2
1558
1851
 
1559
1852
  ## 13.1.0
1560
1853
 
1561
- - [none] Updated dependencies [7217164](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7217164)
1562
- - @atlaskit/util-data-test@9.1.11
1854
+ - [none] Updated dependencies
1855
+ [7217164](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7217164)
1856
+ - @atlaskit/util-data-test@9.1.11
1563
1857
 
1564
1858
  ## 13.0.0
1565
1859
 
1566
- - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1567
- - [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1568
- - @atlaskit/util-data-test@9.1.10
1569
- - @atlaskit/tooltip@10.0.0
1570
- - @atlaskit/icon@12.0.0
1571
- - @atlaskit/analytics-next@2.1.4
1572
- - @atlaskit/lozenge@5.0.0
1573
- - @atlaskit/docs@4.0.0
1574
- - @atlaskit/util-service-support@2.0.8
1575
- - @atlaskit/analytics-gas-types@2.1.1
1576
- - @atlaskit/analytics@3.0.2
1577
- - @atlaskit/avatar@11.0.0
1860
+ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
1861
+ ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1862
+ - [patch] Updated dependencies
1863
+ [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1864
+ - @atlaskit/util-data-test@9.1.10
1865
+ - @atlaskit/tooltip@10.0.0
1866
+ - @atlaskit/icon@12.0.0
1867
+ - @atlaskit/analytics-next@2.1.4
1868
+ - @atlaskit/lozenge@5.0.0
1869
+ - @atlaskit/docs@4.0.0
1870
+ - @atlaskit/util-service-support@2.0.8
1871
+ - @atlaskit/analytics-gas-types@2.1.1
1872
+ - @atlaskit/analytics@3.0.2
1873
+ - @atlaskit/avatar@11.0.0
1578
1874
 
1579
1875
  ## 12.0.3
1580
1876
 
1581
- - [patch] Updated dependencies [1c87e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c87e5a)
1582
- - @atlaskit/util-data-test@9.1.9
1877
+ - [patch] Updated dependencies
1878
+ [1c87e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c87e5a)
1879
+ - @atlaskit/util-data-test@9.1.9
1583
1880
 
1584
1881
  ## 12.0.2
1585
1882
 
1586
- - [patch] Moved event tag to FabricElementsListener [639ae5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/639ae5e)
1587
- - [patch] Updated dependencies [639ae5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/639ae5e)
1588
- - @atlaskit/util-data-test@9.1.7
1883
+ - [patch] Moved event tag to FabricElementsListener
1884
+ [639ae5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/639ae5e)
1885
+ - [patch] Updated dependencies
1886
+ [639ae5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/639ae5e)
1887
+ - @atlaskit/util-data-test@9.1.7
1589
1888
 
1590
1889
  ## 12.0.1
1591
1890
 
1592
- - [patch][f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
1593
- - [none] Updated dependencies [f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
1891
+ - [patch][f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
1892
+ - [none] Updated dependencies
1893
+ [f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
1594
1894
 
1595
1895
  ## 12.0.0
1596
1896
 
1597
- - [patch] code improvements [ba702bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ba702bc)
1598
- - [major] fixed/added tests for analytics-next and code improvements [db1bafa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/db1bafa)
1599
- - [patch] upgrade to analytics-next and GAS V3 [f150242](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f150242)
1600
- - [patch] Updated dependencies [ba702bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ba702bc)
1601
- - @atlaskit/util-data-test@9.1.6
1602
- - [major] Updated dependencies [db1bafa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/db1bafa)
1603
- - @atlaskit/util-data-test@9.1.6
1604
- - [patch] Updated dependencies [f150242](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f150242)
1605
- - @atlaskit/util-data-test@9.1.6
1897
+ - [patch] code improvements
1898
+ [ba702bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ba702bc)
1899
+ - [major] fixed/added tests for analytics-next and code improvements
1900
+ [db1bafa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/db1bafa)
1901
+ - [patch] upgrade to analytics-next and GAS V3
1902
+ [f150242](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f150242)
1903
+ - [patch] Updated dependencies
1904
+ [ba702bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ba702bc)
1905
+ - @atlaskit/util-data-test@9.1.6
1906
+ - [major] Updated dependencies
1907
+ [db1bafa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/db1bafa)
1908
+ - @atlaskit/util-data-test@9.1.6
1909
+ - [patch] Updated dependencies
1910
+ [f150242](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f150242)
1911
+ - @atlaskit/util-data-test@9.1.6
1606
1912
 
1607
1913
  ## 11.1.5
1608
1914
 
1609
- - [patch] revert ED-2551 wrong cursor on special mentions [1cf64a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1cf64a6)
1610
- - [none] Updated dependencies [1cf64a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1cf64a6)
1915
+ - [patch] revert ED-2551 wrong cursor on special mentions
1916
+ [1cf64a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1cf64a6)
1917
+ - [none] Updated dependencies
1918
+ [1cf64a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1cf64a6)
1611
1919
 
1612
1920
  ## 11.1.4
1613
1921
 
1614
- - [none] Updated dependencies [8fd4dd1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8fd4dd1)
1615
- - @atlaskit/util-data-test@9.1.3
1616
- - [none] Updated dependencies [74f84c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/74f84c6)
1617
- - @atlaskit/util-data-test@9.1.3
1618
- - [none] Updated dependencies [92cdf83](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92cdf83)
1619
- - @atlaskit/util-data-test@9.1.3
1620
- - [none] Updated dependencies [4151cc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4151cc5)
1621
- - @atlaskit/util-data-test@9.1.3
1622
- - [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1623
- - @atlaskit/util-data-test@9.1.3
1624
- - @atlaskit/icon@11.3.0
1625
- - @atlaskit/tooltip@9.2.1
1626
- - @atlaskit/avatar@10.0.6
1627
- - @atlaskit/docs@3.0.4
1628
- - @atlaskit/util-service-support@2.0.7
1629
- - @atlaskit/lozenge@4.0.1
1630
- - @atlaskit/analytics@3.0.1
1631
- - [patch] Updated dependencies [89146bf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89146bf)
1632
- - @atlaskit/util-data-test@9.1.3
1922
+ - [none] Updated dependencies
1923
+ [8fd4dd1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8fd4dd1)
1924
+ - @atlaskit/util-data-test@9.1.3
1925
+ - [none] Updated dependencies
1926
+ [74f84c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/74f84c6)
1927
+ - @atlaskit/util-data-test@9.1.3
1928
+ - [none] Updated dependencies
1929
+ [92cdf83](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92cdf83)
1930
+ - @atlaskit/util-data-test@9.1.3
1931
+ - [none] Updated dependencies
1932
+ [4151cc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4151cc5)
1933
+ - @atlaskit/util-data-test@9.1.3
1934
+ - [patch] Updated dependencies
1935
+ [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1936
+ - @atlaskit/util-data-test@9.1.3
1937
+ - @atlaskit/icon@11.3.0
1938
+ - @atlaskit/tooltip@9.2.1
1939
+ - @atlaskit/avatar@10.0.6
1940
+ - @atlaskit/docs@3.0.4
1941
+ - @atlaskit/util-service-support@2.0.7
1942
+ - @atlaskit/lozenge@4.0.1
1943
+ - @atlaskit/analytics@3.0.1
1944
+ - [patch] Updated dependencies
1945
+ [89146bf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89146bf)
1946
+ - @atlaskit/util-data-test@9.1.3
1633
1947
 
1634
1948
  ## 11.1.3
1635
1949
 
1636
- - [patch] ED-2551 use default cursor on mention if no onClick is provided [e9cc83c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9cc83c)
1637
- - [patch] Updated dependencies [e9cc83c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9cc83c)
1950
+ - [patch] ED-2551 use default cursor on mention if no onClick is provided
1951
+ [e9cc83c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9cc83c)
1952
+ - [patch] Updated dependencies
1953
+ [e9cc83c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9cc83c)
1638
1954
 
1639
1955
  ## 11.1.2
1640
1956
 
1641
- - [patch] Align font sizes for inline code, mentions and dates [d2ef1af](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d2ef1af)
1642
- - [none] Updated dependencies [d2ef1af](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d2ef1af)
1957
+ - [patch] Align font sizes for inline code, mentions and dates
1958
+ [d2ef1af](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d2ef1af)
1959
+ - [none] Updated dependencies
1960
+ [d2ef1af](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d2ef1af)
1643
1961
 
1644
1962
  ## 11.1.0
1645
1963
 
1646
- - [minor] If a Mention item is a team then render a TEAM lozenge automatically [d4976d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d4976d4)
1964
+ - [minor] If a Mention item is a team then render a TEAM lozenge automatically
1965
+ [d4976d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d4976d4)
1647
1966
 
1648
1967
  ## 11.0.0
1649
1968
 
1650
- - [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
1969
+ - [major] Bump to React 16.3.
1970
+ [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
1651
1971
 
1652
1972
  ## 10.0.0
1653
1973
 
1654
- - [major] FS-1697 move elements packages to use util-data-test for test data [deb820a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/deb820a)
1974
+ - [major] FS-1697 move elements packages to use util-data-test for test data
1975
+ [deb820a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/deb820a)
1655
1976
 
1656
1977
  ## 9.2.3
1657
1978
 
1658
- - [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake [c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
1979
+ - [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
1980
+ [c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
1659
1981
 
1660
1982
  ## 9.2.2
1661
1983
 
1662
- - [patch] Update links in documentation [c4f7497](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c4f7497)
1984
+ - [patch] Update links in documentation
1985
+ [c4f7497](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c4f7497)
1663
1986
 
1664
1987
  ## 9.2.1
1665
1988
 
1666
- - [patch] Fix for styled-components types to support v1.4.x [75a2375](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/75a2375)
1989
+ - [patch] Fix for styled-components types to support v1.4.x
1990
+ [75a2375](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/75a2375)
1667
1991
 
1668
1992
  ## 9.2.0
1669
1993
 
1670
- - [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
1994
+ - [minor] Update styled-components dependency to support versions 1.4.6 - 3
1995
+ [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
1671
1996
 
1672
1997
  ## 9.1.5
1673
1998
 
1674
- - [patch] fix mention and emoji bug related to MutationObserver API [dd0a69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd0a69c)
1999
+ - [patch] fix mention and emoji bug related to MutationObserver API
2000
+ [dd0a69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd0a69c)
1675
2001
 
1676
2002
  ## 9.1.4
1677
2003
 
1678
- - [patch] Disable browser's spell check in mention lozenge [c04bf36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c04bf36)
2004
+ - [patch] Disable browser's spell check in mention lozenge
2005
+ [c04bf36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c04bf36)
1679
2006
 
1680
2007
  ## 9.1.3
1681
2008
 
1682
- - [patch] FS-1091 remove direct dependency on url-search-params [e680d67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e680d67)
2009
+ - [patch] FS-1091 remove direct dependency on url-search-params
2010
+ [e680d67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e680d67)
1683
2011
 
1684
2012
  ## 9.1.2
1685
2013
 
1686
- - [patch] FS-1699 Fix mention sorting [ff33bef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ff33bef)
2014
+ - [patch] FS-1699 Fix mention sorting
2015
+ [ff33bef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ff33bef)
1687
2016
 
1688
2017
  ## 9.1.1
1689
2018
 
1690
- - [patch] fixed mention picker style typos [8bb40f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8bb40f0)
2019
+ - [patch] fixed mention picker style typos
2020
+ [8bb40f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8bb40f0)
1691
2021
 
1692
2022
  ## 9.1.0
1693
2023
 
1694
- - [minor] FS-1633 Change the way we use getUsersInContext [86b615c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/86b615c)
2024
+ - [minor] FS-1633 Change the way we use getUsersInContext
2025
+ [86b615c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/86b615c)
1695
2026
 
1696
2027
  ## 9.0.0
1697
2028
 
1698
- - [patch] Added eslint-disable to example file [49491a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49491a9)
1699
- - [major] Migrated mentions to new atlaskit-mk2 [dad3ccc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dad3ccc)
2029
+ - [patch] Added eslint-disable to example file
2030
+ [49491a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49491a9)
2031
+ - [major] Migrated mentions to new atlaskit-mk2
2032
+ [dad3ccc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dad3ccc)
1700
2033
 
1701
2034
  ## 8.5.1 (2018-01-09)
1702
2035
 
1703
- - bug fix; removed chai and sinon from tests (issues closed: fs-1606) ([f3a65cd](https://bitbucket.org/atlassian/atlaskit/commits/f3a65cd))
2036
+ - bug fix; removed chai and sinon from tests (issues closed: fs-1606)
2037
+ ([f3a65cd](https://bitbucket.org/atlassian/atlaskit/commits/f3a65cd))
1704
2038
 
1705
2039
  ## 8.5.0 (2018-01-08)
1706
2040
 
1707
- - feature; allow MentionResource to optionally exclude the credentials from the request (issues closed: fs-1602) ([cbf913c](https://bitbucket.org/atlassian/atlaskit/commits/cbf913c))
2041
+ - feature; allow MentionResource to optionally exclude the credentials from the request (issues
2042
+ closed: fs-1602) ([cbf913c](https://bitbucket.org/atlassian/atlaskit/commits/cbf913c))
1708
2043
 
1709
2044
  ## 8.4.1 (2017-12-20)
1710
2045
 
1711
- - bug fix; added minimum avatar dependency that has dist/esm folder for mention ([c90fbfa](https://bitbucket.org/atlassian/atlaskit/commits/c90fbfa))
2046
+ - bug fix; added minimum avatar dependency that has dist/esm folder for mention
2047
+ ([c90fbfa](https://bitbucket.org/atlassian/atlaskit/commits/c90fbfa))
1712
2048
 
1713
2049
  ## 8.4.0 (2017-12-19)
1714
2050
 
1715
- - feature; fS-1063 Code review remark ([93ff21e](https://bitbucket.org/atlassian/atlaskit/commits/93ff21e))
1716
- - bug fix; make sure root does not change whatever import we use ([085d483](https://bitbucket.org/atlassian/atlaskit/commits/085d483))
1717
- - feature; fS-1063 Fix code review remarks ([a247fa6](https://bitbucket.org/atlassian/atlaskit/commits/a247fa6))
1718
- - feature; fS-1063 When searching for mentionable users in a public room, I want users current ([b5310c7](https://bitbucket.org/atlassian/atlaskit/commits/b5310c7))
2051
+ - feature; fS-1063 Code review remark
2052
+ ([93ff21e](https://bitbucket.org/atlassian/atlaskit/commits/93ff21e))
2053
+ - bug fix; make sure root does not change whatever import we use
2054
+ ([085d483](https://bitbucket.org/atlassian/atlaskit/commits/085d483))
2055
+ - feature; fS-1063 Fix code review remarks
2056
+ ([a247fa6](https://bitbucket.org/atlassian/atlaskit/commits/a247fa6))
2057
+ - feature; fS-1063 When searching for mentionable users in a public room, I want users current
2058
+ ([b5310c7](https://bitbucket.org/atlassian/atlaskit/commits/b5310c7))
1719
2059
 
1720
2060
  ## 8.3.4 (2017-12-19)
1721
2061
 
1722
- - bug fix; bump packages to fixed version of analytics ([615e41c](https://bitbucket.org/atlassian/atlaskit/commits/615e41c))
1723
- - bug fix; explicit analytics bump in mentions ([688ed80](https://bitbucket.org/atlassian/atlaskit/commits/688ed80))
2062
+ - bug fix; bump packages to fixed version of analytics
2063
+ ([615e41c](https://bitbucket.org/atlassian/atlaskit/commits/615e41c))
2064
+ - bug fix; explicit analytics bump in mentions
2065
+ ([688ed80](https://bitbucket.org/atlassian/atlaskit/commits/688ed80))
1724
2066
 
1725
2067
  ## 8.3.3 (2017-12-19)
1726
2068
 
1727
- - bug fix; reduce mention bundle size by referencing avatar directly from dist/esm folder ([2a88ef0](https://bitbucket.org/atlassian/atlaskit/commits/2a88ef0))
2069
+ - bug fix; reduce mention bundle size by referencing avatar directly from dist/esm folder
2070
+ ([2a88ef0](https://bitbucket.org/atlassian/atlaskit/commits/2a88ef0))
1728
2071
 
1729
2072
  ## 8.3.2 (2017-12-18)
1730
2073
 
1731
- - bug fix; fS-1587 fix TS errors in mention (issues closed: fs-1587) ([8dd4b86](https://bitbucket.org/atlassian/atlaskit/commits/8dd4b86))
2074
+ - bug fix; fS-1587 fix TS errors in mention (issues closed: fs-1587)
2075
+ ([8dd4b86](https://bitbucket.org/atlassian/atlaskit/commits/8dd4b86))
1732
2076
 
1733
2077
  ## 8.3.1 (2017-12-15)
1734
2078
 
1735
- - bug fix; analytics now correctly a dep of the mention component ([da6cd5d](https://bitbucket.org/atlassian/atlaskit/commits/da6cd5d))
1736
- - bug fix; mention component no longer uses relative imports in one of the stories ([1109ecc](https://bitbucket.org/atlassian/atlaskit/commits/1109ecc))
2079
+ - bug fix; analytics now correctly a dep of the mention component
2080
+ ([da6cd5d](https://bitbucket.org/atlassian/atlaskit/commits/da6cd5d))
2081
+ - bug fix; mention component no longer uses relative imports in one of the stories
2082
+ ([1109ecc](https://bitbucket.org/atlassian/atlaskit/commits/1109ecc))
1737
2083
 
1738
2084
  ## 8.3.0 (2017-12-13)
1739
2085
 
1740
- - bug fix; minor code improvements and fixed build error ([56bc6bb](https://bitbucket.org/atlassian/atlaskit/commits/56bc6bb))
1741
- - feature; added some mention front-end analytics ([74b7ee6](https://bitbucket.org/atlassian/atlaskit/commits/74b7ee6))
2086
+ - bug fix; minor code improvements and fixed build error
2087
+ ([56bc6bb](https://bitbucket.org/atlassian/atlaskit/commits/56bc6bb))
2088
+ - feature; added some mention front-end analytics
2089
+ ([74b7ee6](https://bitbucket.org/atlassian/atlaskit/commits/74b7ee6))
1742
2090
 
1743
2091
  ## 8.2.1 (2017-12-08)
1744
2092
 
1745
- - bug fix; update mock data under dist folder ([615dfd3](https://bitbucket.org/atlassian/atlaskit/commits/615dfd3))
2093
+ - bug fix; update mock data under dist folder
2094
+ ([615dfd3](https://bitbucket.org/atlassian/atlaskit/commits/615dfd3))
1746
2095
 
1747
2096
  ## 8.2.0 (2017-11-26)
1748
2097
 
1749
- - feature; add more mock data to support integration tests ([9520323](https://bitbucket.org/atlassian/atlaskit/commits/9520323))
2098
+ - feature; add more mock data to support integration tests
2099
+ ([9520323](https://bitbucket.org/atlassian/atlaskit/commits/9520323))
1750
2100
 
1751
2101
  ## 8.1.1 (2017-11-20)
1752
2102
 
1753
- - bug fix; presence client now actually requests stateMetadata to get focus mode (issues closed: fs-1487) ([7984774](https://bitbucket.org/atlassian/atlaskit/commits/7984774))
2103
+ - bug fix; presence client now actually requests stateMetadata to get focus mode (issues closed:
2104
+ fs-1487) ([7984774](https://bitbucket.org/atlassian/atlaskit/commits/7984774))
1754
2105
 
1755
2106
  ## 8.1.0 (2017-11-19)
1756
2107
 
1757
- - feature; add support for showing focus state on mention picker's avatars (issues closed: fs-1487) ([fe5b287](https://bitbucket.org/atlassian/atlaskit/commits/fe5b287))
1758
- - feature; updated icon and tooltip dependencies ([a10f196](https://bitbucket.org/atlassian/atlaskit/commits/a10f196))
2108
+ - feature; add support for showing focus state on mention picker's avatars (issues closed:
2109
+ fs-1487) ([fe5b287](https://bitbucket.org/atlassian/atlaskit/commits/fe5b287))
2110
+ - feature; updated icon and tooltip dependencies
2111
+ ([a10f196](https://bitbucket.org/atlassian/atlaskit/commits/a10f196))
1759
2112
 
1760
2113
  ## 8.0.1 (2017-10-22)
1761
2114
 
1762
- - bug fix; update styled-components dep and react peerDep ([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
2115
+ - bug fix; update styled-components dep and react peerDep
2116
+ ([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
1763
2117
 
1764
2118
  ## 8.0.0 (2017-10-20)
1765
2119
 
1766
- - bug fix; fixed unit test failure. ([7878911](https://bitbucket.org/atlassian/atlaskit/commits/7878911))
1767
- - bug fix; added missing \_notifyAllResultsListeners ([28cbfb2](https://bitbucket.org/atlassian/atlaskit/commits/28cbfb2))
1768
- - feature; expose MentionsResult interface from mention ([a817c63](https://bitbucket.org/atlassian/atlaskit/commits/a817c63))
1769
- - bug fix; added missing method \_notifyAllResultsListeners to mention mock service and fixed re ([f057300](https://bitbucket.org/atlassian/atlaskit/commits/f057300))
1770
- - feature; added a dummy data wit the same last name. ([2ed7d4d](https://bitbucket.org/atlassian/atlaskit/commits/2ed7d4d))
1771
- - feature; fS-1372 Show an APP flag for App users like Bot ([0ff41fc](https://bitbucket.org/atlassian/atlaskit/commits/0ff41fc))
1772
- - bug fix; Revert code splitting of mentions/task-decisions as it introduces a performance problem (issues closed: fs-1396 / hnw-3183) ([bbecb14](https://bitbucket.org/atlassian/atlaskit/commits/bbecb14))
1773
- - bug fix; code splitted avatar in mention and task-decision packages (issues closed: ed-2776) ([19f8276](https://bitbucket.org/atlassian/atlaskit/commits/19f8276))
1774
- - bug fix; update background of "no access" mention lozenge to be transparent (issues closed: fs-1160) ([abd124d](https://bitbucket.org/atlassian/atlaskit/commits/abd124d))
1775
- - bug fix; update background colour of default mention lozenge (issues closed: fs-1319) ([391d263](https://bitbucket.org/atlassian/atlaskit/commits/391d263))
1776
- - bug fix; make mention lozenge 20px high to match rendering line height (issues closed: fs-1160) ([9d02973](https://bitbucket.org/atlassian/atlaskit/commits/9d02973))
1777
- - feature; update util-\* dependencies ([eba115f](https://bitbucket.org/atlassian/atlaskit/commits/eba115f))
1778
- - feature; update mention dependencies: avatar, icon, lozenge, tooltip (issues closed: fs-1309) ([8686314](https://bitbucket.org/atlassian/atlaskit/commits/8686314))
1779
- - bug fix; based on PR comment, update the variable name ([4517be5](https://bitbucket.org/atlassian/atlaskit/commits/4517be5))
1780
- - bug fix; the name of the variable was not correct - cf AK-1433 (issues closed: ak-1433) ([85fe651](https://bitbucket.org/atlassian/atlaskit/commits/85fe651))
1781
- - bug fix; publish only javascript files in dist/ ([367736a](https://bitbucket.org/atlassian/atlaskit/commits/367736a))
1782
- - bug fix; fix .npm-ingore for fabric ts packages. ([f6f2edd](https://bitbucket.org/atlassian/atlaskit/commits/f6f2edd))
1783
- - bug fix; quick fix to avoid issues accessing support data via npm dependency ([4f9eee7](https://bitbucket.org/atlassian/atlaskit/commits/4f9eee7))
1784
- - bug fix; fix unused expression error throwing test ([22b75b2](https://bitbucket.org/atlassian/atlaskit/commits/22b75b2))
1785
- - feature; export test/story data for direct import. Not in bundle. (issues closed: fs-1205) ([eaa98fb](https://bitbucket.org/atlassian/atlaskit/commits/eaa98fb))
1786
- - bug fix; Merged in fix/FS-1051-copying-renderer-mention (pull request #3532) (issues closed: fs-1051) ([352f8eb](https://bitbucket.org/atlassian/atlaskit/commits/352f8eb))
1787
- - bug fix; use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
1788
- - bug fix; no user selection in mention list should result in the top item always being selecte (issues closed: fs-1178) ([07fc665](https://bitbucket.org/atlassian/atlaskit/commits/07fc665))
1789
- - feature; fS-1125 Adding test ([af91b18](https://bitbucket.org/atlassian/atlaskit/commits/af91b18))
1790
- - feature; fS-1125 Add callback parameter when subscribing to receive all results no just the ([cf7636a](https://bitbucket.org/atlassian/atlaskit/commits/cf7636a))
1791
- - bug fix; fS-1121 Don't return special mention when typing letter 'm' ([6c2ddd3](https://bitbucket.org/atlassian/atlaskit/commits/6c2ddd3))
1792
- - feature; restyle the Mentions error pop-up with a funkier exclamation sign and better wording (issues closed: fs-1115) ([8820193](https://bitbucket.org/atlassian/atlaskit/commits/8820193))
1793
- - bug fix; fS-1090 Fix test ([4262bee](https://bitbucket.org/atlassian/atlaskit/commits/4262bee))
1794
- - feature; fS-1090 Expose searchIndex so we can reuse it in test data + fix formatting ([aab39e6](https://bitbucket.org/atlassian/atlaskit/commits/aab39e6))
1795
- - breaking; New method isFiltering(query: string) on MentionProvider interface ([6881c4b](https://bitbucket.org/atlassian/atlaskit/commits/6881c4b))
1796
- - breaking; fS-1090 Expose isFiltering on MentionProvider interface && add query parameter in t ([6881c4b](https://bitbucket.org/atlassian/atlaskit/commits/6881c4b))
1797
- - bug fix; update avatar dependency ([64f6640](https://bitbucket.org/atlassian/atlaskit/commits/64f6640))
1798
- - breaking; The onOpen handlers will now be called when searches error. Previously they would only be called ([1380702](https://bitbucket.org/atlassian/atlaskit/commits/1380702))
1799
- - breaking; fix the Promise handling when a search is performed locally and remotely. (issues closed: fa-910) ([1380702](https://bitbucket.org/atlassian/atlaskit/commits/1380702))
1800
- - bug fix; fix for long standing react warning. :yakshave: ([cf88128](https://bitbucket.org/atlassian/atlaskit/commits/cf88128))
1801
- - bug fix; uncaught rejected provider promises, ui not updating. (issues closed: ed-1886) ([237cd54](https://bitbucket.org/atlassian/atlaskit/commits/237cd54))
1802
- - bug fix; fS-1073 Code review remarks + fix tests ([7611a77](https://bitbucket.org/atlassian/atlaskit/commits/7611a77))
1803
- - bug fix; fS-1073 Code review remarks ([003dc28](https://bitbucket.org/atlassian/atlaskit/commits/003dc28))
1804
- - bug fix; fS-1073 Reset search index on bootstrap ([5582b3c](https://bitbucket.org/atlassian/atlaskit/commits/5582b3c))
1805
- - bug fix; fS-1073 Filter mention locally from previous search results ([0c4788a](https://bitbucket.org/atlassian/atlaskit/commits/0c4788a))
1806
- - feature; enable the display of more specific error messages in the MentionList (issues closed: fs-910) ([db5efae](https://bitbucket.org/atlassian/atlaskit/commits/db5efae))
1807
- - bug fix; fix correct usage of react lifecycle and controlled input component. ([3ccd3ec](https://bitbucket.org/atlassian/atlaskit/commits/3ccd3ec))
1808
- - bug fix; add AbstractMentionResource export to editor-core (issues closed: fs-1029) ([308ad31](https://bitbucket.org/atlassian/atlaskit/commits/308ad31))
1809
- - bug fix; style fix to render tooltip properly in Firefox ([32d223d](https://bitbucket.org/atlassian/atlaskit/commits/32d223d))
1810
- - bug fix; render tooltip on same line as Mention component ([4b18886](https://bitbucket.org/atlassian/atlaskit/commits/4b18886))
1811
- - bug fix; fixed positioning for tooltip rendered for non-permitted mention ([83851e6](https://bitbucket.org/atlassian/atlaskit/commits/83851e6))
1812
- - feature; mentionItem without nickname rendered only using name ([b2fa672](https://bitbucket.org/atlassian/atlaskit/commits/b2fa672))
1813
- - bug fix; fS-691 Change whoops style to white and use akicon ([6f023d0](https://bitbucket.org/atlassian/atlaskit/commits/6f023d0))
1814
- - feature; fS-1026 When displaying the mention typeahead, I want to see users who don't have a ([a31d317](https://bitbucket.org/atlassian/atlaskit/commits/a31d317))
1815
- - bug fix; remove 'graphql' url component from presence's config (issues closed: fs-1030) ([b975e98](https://bitbucket.org/atlassian/atlaskit/commits/b975e98))
1816
- - bug fix; restore classname for confluence selenium tests ([e59c2f7](https://bitbucket.org/atlassian/atlaskit/commits/e59c2f7))
1817
- - bug fix; add polyfills for all storybooks, use es6-promise, URLSearchParams, Fetch API and Elemen ([db2f5cf](https://bitbucket.org/atlassian/atlaskit/commits/db2f5cf))
1818
- - bug fix; move all polyfills into devDeps ([d275563](https://bitbucket.org/atlassian/atlaskit/commits/d275563))
1819
- - bug fix; fix remaining mention tests ([d34d43b](https://bitbucket.org/atlassian/atlaskit/commits/d34d43b))
1820
- - breaking; ED-1701, ED-1702, ED-1704 ([f47a58e](https://bitbucket.org/atlassian/atlaskit/commits/f47a58e))
1821
- - breaking; remove polyfills from mention and emoji packages, use styled-components instead of t (issues closed: ed-1701, ed-1702, ed-1704) ([f47a58e](https://bitbucket.org/atlassian/atlaskit/commits/f47a58e))
1822
- - bug fix; fixed storybooks and bumped lozenge and avatar dependencies in mentions (issues closed: fs-902) ([71ddb2a](https://bitbucket.org/atlassian/atlaskit/commits/71ddb2a))
1823
- - bug fix; update legal copy to be more clear. Not all modules include ADG license. (issues closed: ak-2035) ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
1824
- - bug fix; update legal copy and fix broken links for component README on npm. New contribution and (issues closed: ak-2035) ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
1825
- - feature; add a class to mention node ([5996b7a](https://bitbucket.org/atlassian/atlaskit/commits/5996b7a))
1826
- - bug fix; properly handle the case where mention provider is null or undefined ([cf5dc91](https://bitbucket.org/atlassian/atlaskit/commits/cf5dc91))
1827
- - feature; displays nickname rather than username in MentionItem if exists for user (issues closed: fs-824) ([d3f4a81](https://bitbucket.org/atlassian/atlaskit/commits/d3f4a81))
1828
- - bug fix; updated avatar version from ^1.0.0 to ^2.0.0 in mention (issues closed: fab-2658) ([4ef6a16](https://bitbucket.org/atlassian/atlaskit/commits/4ef6a16))
1829
- - bug fix; resourcedMention component doesn't update provider correctly (issues closed: ed-1173) ([fa0c8fc](https://bitbucket.org/atlassian/atlaskit/commits/fa0c8fc))
1830
- - bug fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
1831
- - bug fix; upgrade TypeScript to 2.2.1 (issues closed: ed-1104) ([2aa28fc](https://bitbucket.org/atlassian/atlaskit/commits/2aa28fc))
1832
- - bug fix; merge branch 'master' into ED-738-ak-editor-shared-styles ([b514e44](https://bitbucket.org/atlassian/atlaskit/commits/b514e44))
1833
- - breaking; ([c99a94e](https://bitbucket.org/atlassian/atlaskit/commits/c99a94e))
1834
- - breaking; rendering performance optimisations. (issues closed: fs-285) ([c99a94e](https://bitbucket.org/atlassian/atlaskit/commits/c99a94e))
1835
- - bug fix; fix some failing unit tests. ([4a4e32c](https://bitbucket.org/atlassian/atlaskit/commits/4a4e32c))
1836
- - breaking; ([8e48507](https://bitbucket.org/atlassian/atlaskit/commits/8e48507))
1837
- - breaking; fS-214: Allow mentions to work with the session service; both using a header and a (issues closed: fs-214) ([8e48507](https://bitbucket.org/atlassian/atlaskit/commits/8e48507))
1838
- - feature; adding a resourced mention-component that takes a mentionProvider-promise ([aff9907](https://bitbucket.org/atlassian/atlaskit/commits/aff9907))
1839
- - breaking; ([08a1291](https://bitbucket.org/atlassian/atlaskit/commits/08a1291))
1840
- - breaking; adding method highlightning mentions ([08a1291](https://bitbucket.org/atlassian/atlaskit/commits/08a1291))
1841
- - bug fix; merged master into ED-738 ([8afd112](https://bitbucket.org/atlassian/atlaskit/commits/8afd112))
1842
- - bug fix; select colour changed from dark to light ([1dc44ec](https://bitbucket.org/atlassian/atlaskit/commits/1dc44ec))
1843
- - bug fix; Query should be optional ([4e05ce1](https://bitbucket.org/atlassian/atlaskit/commits/4e05ce1))
1844
- - bug fix; refactor stories to use // rather than http:// ([a0826cf](https://bitbucket.org/atlassian/atlaskit/commits/a0826cf))
1845
- - bug fix; Updates package to have correct dev-dependency for util-common-test ([403d232](https://bitbucket.org/atlassian/atlaskit/commits/403d232))
1846
- - bug fix; Updates docs to mention using yarn to install ([5af03bf](https://bitbucket.org/atlassian/atlaskit/commits/5af03bf))
1847
- - bug fix; Rearrange tsconfig.json organisation to allow per-package configuration. ([6c6992d](https://bitbucket.org/atlassian/atlaskit/commits/6c6992d))
1848
- - bug fix; Updates package to use scoped ak packages ([db5c2f6](https://bitbucket.org/atlassian/atlaskit/commits/db5c2f6))
2120
+ - bug fix; fixed unit test failure.
2121
+ ([7878911](https://bitbucket.org/atlassian/atlaskit/commits/7878911))
2122
+ - bug fix; added missing \_notifyAllResultsListeners
2123
+ ([28cbfb2](https://bitbucket.org/atlassian/atlaskit/commits/28cbfb2))
2124
+ - feature; expose MentionsResult interface from mention
2125
+ ([a817c63](https://bitbucket.org/atlassian/atlaskit/commits/a817c63))
2126
+ - bug fix; added missing method \_notifyAllResultsListeners to mention mock service and fixed re
2127
+ ([f057300](https://bitbucket.org/atlassian/atlaskit/commits/f057300))
2128
+ - feature; added a dummy data wit the same last name.
2129
+ ([2ed7d4d](https://bitbucket.org/atlassian/atlaskit/commits/2ed7d4d))
2130
+ - feature; fS-1372 Show an APP flag for App users like Bot
2131
+ ([0ff41fc](https://bitbucket.org/atlassian/atlaskit/commits/0ff41fc))
2132
+ - bug fix; Revert code splitting of mentions/task-decisions as it introduces a performance problem
2133
+ (issues closed: fs-1396 / hnw-3183)
2134
+ ([bbecb14](https://bitbucket.org/atlassian/atlaskit/commits/bbecb14))
2135
+ - bug fix; code splitted avatar in mention and task-decision packages (issues closed: ed-2776)
2136
+ ([19f8276](https://bitbucket.org/atlassian/atlaskit/commits/19f8276))
2137
+ - bug fix; update background of "no access" mention lozenge to be transparent (issues closed:
2138
+ fs-1160) ([abd124d](https://bitbucket.org/atlassian/atlaskit/commits/abd124d))
2139
+ - bug fix; update background colour of default mention lozenge (issues closed: fs-1319)
2140
+ ([391d263](https://bitbucket.org/atlassian/atlaskit/commits/391d263))
2141
+ - bug fix; make mention lozenge 20px high to match rendering line height (issues closed: fs-1160)
2142
+ ([9d02973](https://bitbucket.org/atlassian/atlaskit/commits/9d02973))
2143
+ - feature; update util-\* dependencies
2144
+ ([eba115f](https://bitbucket.org/atlassian/atlaskit/commits/eba115f))
2145
+ - feature; update mention dependencies: avatar, icon, lozenge, tooltip (issues closed: fs-1309)
2146
+ ([8686314](https://bitbucket.org/atlassian/atlaskit/commits/8686314))
2147
+ - bug fix; based on PR comment, update the variable name
2148
+ ([4517be5](https://bitbucket.org/atlassian/atlaskit/commits/4517be5))
2149
+ - bug fix; the name of the variable was not correct - cf AK-1433 (issues closed: ak-1433)
2150
+ ([85fe651](https://bitbucket.org/atlassian/atlaskit/commits/85fe651))
2151
+ - bug fix; publish only javascript files in dist/
2152
+ ([367736a](https://bitbucket.org/atlassian/atlaskit/commits/367736a))
2153
+ - bug fix; fix .npm-ingore for fabric ts packages.
2154
+ ([f6f2edd](https://bitbucket.org/atlassian/atlaskit/commits/f6f2edd))
2155
+ - bug fix; quick fix to avoid issues accessing support data via npm dependency
2156
+ ([4f9eee7](https://bitbucket.org/atlassian/atlaskit/commits/4f9eee7))
2157
+ - bug fix; fix unused expression error throwing test
2158
+ ([22b75b2](https://bitbucket.org/atlassian/atlaskit/commits/22b75b2))
2159
+ - feature; export test/story data for direct import. Not in bundle. (issues closed: fs-1205)
2160
+ ([eaa98fb](https://bitbucket.org/atlassian/atlaskit/commits/eaa98fb))
2161
+ - bug fix; Merged in fix/FS-1051-copying-renderer-mention (pull request #3532) (issues closed:
2162
+ fs-1051) ([352f8eb](https://bitbucket.org/atlassian/atlaskit/commits/352f8eb))
2163
+ - bug fix; use class transform in loose mode in babel to improve load performance in apps
2164
+ ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
2165
+ - bug fix; no user selection in mention list should result in the top item always being selecte
2166
+ (issues closed: fs-1178) ([07fc665](https://bitbucket.org/atlassian/atlaskit/commits/07fc665))
2167
+ - feature; fS-1125 Adding test
2168
+ ([af91b18](https://bitbucket.org/atlassian/atlaskit/commits/af91b18))
2169
+ - feature; fS-1125 Add callback parameter when subscribing to receive all results no just the
2170
+ ([cf7636a](https://bitbucket.org/atlassian/atlaskit/commits/cf7636a))
2171
+ - bug fix; fS-1121 Don't return special mention when typing letter 'm'
2172
+ ([6c2ddd3](https://bitbucket.org/atlassian/atlaskit/commits/6c2ddd3))
2173
+ - feature; restyle the Mentions error pop-up with a funkier exclamation sign and better wording
2174
+ (issues closed: fs-1115) ([8820193](https://bitbucket.org/atlassian/atlaskit/commits/8820193))
2175
+ - bug fix; fS-1090 Fix test ([4262bee](https://bitbucket.org/atlassian/atlaskit/commits/4262bee))
2176
+ - feature; fS-1090 Expose searchIndex so we can reuse it in test data + fix formatting
2177
+ ([aab39e6](https://bitbucket.org/atlassian/atlaskit/commits/aab39e6))
2178
+ - breaking; New method isFiltering(query: string) on MentionProvider interface
2179
+ ([6881c4b](https://bitbucket.org/atlassian/atlaskit/commits/6881c4b))
2180
+ - breaking; fS-1090 Expose isFiltering on MentionProvider interface && add query parameter in t
2181
+ ([6881c4b](https://bitbucket.org/atlassian/atlaskit/commits/6881c4b))
2182
+ - bug fix; update avatar dependency
2183
+ ([64f6640](https://bitbucket.org/atlassian/atlaskit/commits/64f6640))
2184
+ - breaking; The onOpen handlers will now be called when searches error. Previously they would only
2185
+ be called ([1380702](https://bitbucket.org/atlassian/atlaskit/commits/1380702))
2186
+ - breaking; fix the Promise handling when a search is performed locally and remotely. (issues
2187
+ closed: fa-910) ([1380702](https://bitbucket.org/atlassian/atlaskit/commits/1380702))
2188
+ - bug fix; fix for long standing react warning. :yakshave:
2189
+ ([cf88128](https://bitbucket.org/atlassian/atlaskit/commits/cf88128))
2190
+ - bug fix; uncaught rejected provider promises, ui not updating. (issues closed: ed-1886)
2191
+ ([237cd54](https://bitbucket.org/atlassian/atlaskit/commits/237cd54))
2192
+ - bug fix; fS-1073 Code review remarks + fix tests
2193
+ ([7611a77](https://bitbucket.org/atlassian/atlaskit/commits/7611a77))
2194
+ - bug fix; fS-1073 Code review remarks
2195
+ ([003dc28](https://bitbucket.org/atlassian/atlaskit/commits/003dc28))
2196
+ - bug fix; fS-1073 Reset search index on bootstrap
2197
+ ([5582b3c](https://bitbucket.org/atlassian/atlaskit/commits/5582b3c))
2198
+ - bug fix; fS-1073 Filter mention locally from previous search results
2199
+ ([0c4788a](https://bitbucket.org/atlassian/atlaskit/commits/0c4788a))
2200
+ - feature; enable the display of more specific error messages in the MentionList (issues closed:
2201
+ fs-910) ([db5efae](https://bitbucket.org/atlassian/atlaskit/commits/db5efae))
2202
+ - bug fix; fix correct usage of react lifecycle and controlled input component.
2203
+ ([3ccd3ec](https://bitbucket.org/atlassian/atlaskit/commits/3ccd3ec))
2204
+ - bug fix; add AbstractMentionResource export to editor-core (issues closed: fs-1029)
2205
+ ([308ad31](https://bitbucket.org/atlassian/atlaskit/commits/308ad31))
2206
+ - bug fix; style fix to render tooltip properly in Firefox
2207
+ ([32d223d](https://bitbucket.org/atlassian/atlaskit/commits/32d223d))
2208
+ - bug fix; render tooltip on same line as Mention component
2209
+ ([4b18886](https://bitbucket.org/atlassian/atlaskit/commits/4b18886))
2210
+ - bug fix; fixed positioning for tooltip rendered for non-permitted mention
2211
+ ([83851e6](https://bitbucket.org/atlassian/atlaskit/commits/83851e6))
2212
+ - feature; mentionItem without nickname rendered only using name
2213
+ ([b2fa672](https://bitbucket.org/atlassian/atlaskit/commits/b2fa672))
2214
+ - bug fix; fS-691 Change whoops style to white and use akicon
2215
+ ([6f023d0](https://bitbucket.org/atlassian/atlaskit/commits/6f023d0))
2216
+ - feature; fS-1026 When displaying the mention typeahead, I want to see users who don't have a
2217
+ ([a31d317](https://bitbucket.org/atlassian/atlaskit/commits/a31d317))
2218
+ - bug fix; remove 'graphql' url component from presence's config (issues closed: fs-1030)
2219
+ ([b975e98](https://bitbucket.org/atlassian/atlaskit/commits/b975e98))
2220
+ - bug fix; restore classname for confluence selenium tests
2221
+ ([e59c2f7](https://bitbucket.org/atlassian/atlaskit/commits/e59c2f7))
2222
+ - bug fix; add polyfills for all storybooks, use es6-promise, URLSearchParams, Fetch API and
2223
+ Elemen ([db2f5cf](https://bitbucket.org/atlassian/atlaskit/commits/db2f5cf))
2224
+ - bug fix; move all polyfills into devDeps
2225
+ ([d275563](https://bitbucket.org/atlassian/atlaskit/commits/d275563))
2226
+ - bug fix; fix remaining mention tests
2227
+ ([d34d43b](https://bitbucket.org/atlassian/atlaskit/commits/d34d43b))
2228
+ - breaking; ED-1701, ED-1702, ED-1704
2229
+ ([f47a58e](https://bitbucket.org/atlassian/atlaskit/commits/f47a58e))
2230
+ - breaking; remove polyfills from mention and emoji packages, use styled-components instead of t
2231
+ (issues closed: ed-1701, ed-1702, ed-1704)
2232
+ ([f47a58e](https://bitbucket.org/atlassian/atlaskit/commits/f47a58e))
2233
+ - bug fix; fixed storybooks and bumped lozenge and avatar dependencies in mentions (issues closed:
2234
+ fs-902) ([71ddb2a](https://bitbucket.org/atlassian/atlaskit/commits/71ddb2a))
2235
+ - bug fix; update legal copy to be more clear. Not all modules include ADG license. (issues
2236
+ closed: ak-2035) ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
2237
+ - bug fix; update legal copy and fix broken links for component README on npm. New contribution
2238
+ and (issues closed: ak-2035)
2239
+ ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
2240
+ - feature; add a class to mention node
2241
+ ([5996b7a](https://bitbucket.org/atlassian/atlaskit/commits/5996b7a))
2242
+ - bug fix; properly handle the case where mention provider is null or undefined
2243
+ ([cf5dc91](https://bitbucket.org/atlassian/atlaskit/commits/cf5dc91))
2244
+ - feature; displays nickname rather than username in MentionItem if exists for user (issues
2245
+ closed: fs-824) ([d3f4a81](https://bitbucket.org/atlassian/atlaskit/commits/d3f4a81))
2246
+ - bug fix; updated avatar version from ^1.0.0 to ^2.0.0 in mention (issues closed: fab-2658)
2247
+ ([4ef6a16](https://bitbucket.org/atlassian/atlaskit/commits/4ef6a16))
2248
+ - bug fix; resourcedMention component doesn't update provider correctly (issues closed: ed-1173)
2249
+ ([fa0c8fc](https://bitbucket.org/atlassian/atlaskit/commits/fa0c8fc))
2250
+ - bug fix; maintainers for all the packages were added
2251
+ ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
2252
+ - bug fix; upgrade TypeScript to 2.2.1 (issues closed: ed-1104)
2253
+ ([2aa28fc](https://bitbucket.org/atlassian/atlaskit/commits/2aa28fc))
2254
+ - bug fix; merge branch 'master' into ED-738-ak-editor-shared-styles
2255
+ ([b514e44](https://bitbucket.org/atlassian/atlaskit/commits/b514e44))
2256
+ - breaking; ([c99a94e](https://bitbucket.org/atlassian/atlaskit/commits/c99a94e))
2257
+ - breaking; rendering performance optimisations. (issues closed: fs-285)
2258
+ ([c99a94e](https://bitbucket.org/atlassian/atlaskit/commits/c99a94e))
2259
+ - bug fix; fix some failing unit tests.
2260
+ ([4a4e32c](https://bitbucket.org/atlassian/atlaskit/commits/4a4e32c))
2261
+ - breaking; ([8e48507](https://bitbucket.org/atlassian/atlaskit/commits/8e48507))
2262
+ - breaking; fS-214: Allow mentions to work with the session service; both using a header and a
2263
+ (issues closed: fs-214) ([8e48507](https://bitbucket.org/atlassian/atlaskit/commits/8e48507))
2264
+ - feature; adding a resourced mention-component that takes a mentionProvider-promise
2265
+ ([aff9907](https://bitbucket.org/atlassian/atlaskit/commits/aff9907))
2266
+ - breaking; ([08a1291](https://bitbucket.org/atlassian/atlaskit/commits/08a1291))
2267
+ - breaking; adding method highlightning mentions
2268
+ ([08a1291](https://bitbucket.org/atlassian/atlaskit/commits/08a1291))
2269
+ - bug fix; merged master into ED-738
2270
+ ([8afd112](https://bitbucket.org/atlassian/atlaskit/commits/8afd112))
2271
+ - bug fix; select colour changed from dark to light
2272
+ ([1dc44ec](https://bitbucket.org/atlassian/atlaskit/commits/1dc44ec))
2273
+ - bug fix; Query should be optional
2274
+ ([4e05ce1](https://bitbucket.org/atlassian/atlaskit/commits/4e05ce1))
2275
+ - bug fix; refactor stories to use // rather than http://
2276
+ ([a0826cf](https://bitbucket.org/atlassian/atlaskit/commits/a0826cf))
2277
+ - bug fix; Updates package to have correct dev-dependency for util-common-test
2278
+ ([403d232](https://bitbucket.org/atlassian/atlaskit/commits/403d232))
2279
+ - bug fix; Updates docs to mention using yarn to install
2280
+ ([5af03bf](https://bitbucket.org/atlassian/atlaskit/commits/5af03bf))
2281
+ - bug fix; Rearrange tsconfig.json organisation to allow per-package configuration.
2282
+ ([6c6992d](https://bitbucket.org/atlassian/atlaskit/commits/6c6992d))
2283
+ - bug fix; Updates package to use scoped ak packages
2284
+ ([db5c2f6](https://bitbucket.org/atlassian/atlaskit/commits/db5c2f6))
1849
2285
 
1850
2286
  ## 7.6.0 (2017-10-16)
1851
2287
 
1852
- - bug fix; fixed unit test failure. ([7878911](https://bitbucket.org/atlassian/atlaskit/commits/7878911))
1853
- - bug fix; added missing \_notifyAllResultsListeners ([28cbfb2](https://bitbucket.org/atlassian/atlaskit/commits/28cbfb2))
1854
- - feature; expose MentionsResult interface from mention ([a817c63](https://bitbucket.org/atlassian/atlaskit/commits/a817c63))
1855
- - bug fix; added missing method \_notifyAllResultsListeners to mention mock service and fixed re ([f057300](https://bitbucket.org/atlassian/atlaskit/commits/f057300))
1856
- - feature; added a dummy data wit the same last name. ([2ed7d4d](https://bitbucket.org/atlassian/atlaskit/commits/2ed7d4d))
2288
+ - bug fix; fixed unit test failure.
2289
+ ([7878911](https://bitbucket.org/atlassian/atlaskit/commits/7878911))
2290
+ - bug fix; added missing \_notifyAllResultsListeners
2291
+ ([28cbfb2](https://bitbucket.org/atlassian/atlaskit/commits/28cbfb2))
2292
+ - feature; expose MentionsResult interface from mention
2293
+ ([a817c63](https://bitbucket.org/atlassian/atlaskit/commits/a817c63))
2294
+ - bug fix; added missing method \_notifyAllResultsListeners to mention mock service and fixed re
2295
+ ([f057300](https://bitbucket.org/atlassian/atlaskit/commits/f057300))
2296
+ - feature; added a dummy data wit the same last name.
2297
+ ([2ed7d4d](https://bitbucket.org/atlassian/atlaskit/commits/2ed7d4d))
1857
2298
 
1858
2299
  ## 7.5.0 (2017-09-26)
1859
2300
 
1860
- - feature; fS-1372 Show an APP flag for App users like Bot ([0ff41fc](https://bitbucket.org/atlassian/atlaskit/commits/0ff41fc))
2301
+ - feature; fS-1372 Show an APP flag for App users like Bot
2302
+ ([0ff41fc](https://bitbucket.org/atlassian/atlaskit/commits/0ff41fc))
1861
2303
 
1862
2304
  ## 7.4.3 (2017-09-21)
1863
2305
 
1864
- - bug fix; Revert code splitting of mentions/task-decisions as it introduces a performance problem (issues closed: fs-1396 / hnw-3183) ([bbecb14](https://bitbucket.org/atlassian/atlaskit/commits/bbecb14))
2306
+ - bug fix; Revert code splitting of mentions/task-decisions as it introduces a performance problem
2307
+ (issues closed: fs-1396 / hnw-3183)
2308
+ ([bbecb14](https://bitbucket.org/atlassian/atlaskit/commits/bbecb14))
1865
2309
 
1866
2310
  ## 7.4.2 (2017-09-19)
1867
2311
 
1868
- - bug fix; code splitted avatar in mention and task-decision packages (issues closed: ed-2776) ([19f8276](https://bitbucket.org/atlassian/atlaskit/commits/19f8276))
2312
+ - bug fix; code splitted avatar in mention and task-decision packages (issues closed: ed-2776)
2313
+ ([19f8276](https://bitbucket.org/atlassian/atlaskit/commits/19f8276))
1869
2314
 
1870
2315
  ## 7.4.1 (2017-09-13)
1871
2316
 
1872
- - bug fix; update background of "no access" mention lozenge to be transparent (issues closed: fs-1160) ([abd124d](https://bitbucket.org/atlassian/atlaskit/commits/abd124d))
1873
- - bug fix; update background colour of default mention lozenge (issues closed: fs-1319) ([391d263](https://bitbucket.org/atlassian/atlaskit/commits/391d263))
1874
- - bug fix; make mention lozenge 20px high to match rendering line height (issues closed: fs-1160) ([9d02973](https://bitbucket.org/atlassian/atlaskit/commits/9d02973))
2317
+ - bug fix; update background of "no access" mention lozenge to be transparent (issues closed:
2318
+ fs-1160) ([abd124d](https://bitbucket.org/atlassian/atlaskit/commits/abd124d))
2319
+ - bug fix; update background colour of default mention lozenge (issues closed: fs-1319)
2320
+ ([391d263](https://bitbucket.org/atlassian/atlaskit/commits/391d263))
2321
+ - bug fix; make mention lozenge 20px high to match rendering line height (issues closed: fs-1160)
2322
+ ([9d02973](https://bitbucket.org/atlassian/atlaskit/commits/9d02973))
1875
2323
 
1876
2324
  ## 7.4.0 (2017-08-28)
1877
2325
 
1878
- - feature; update util-\* dependencies ([eba115f](https://bitbucket.org/atlassian/atlaskit/commits/eba115f))
1879
- - feature; update mention dependencies: avatar, icon, lozenge, tooltip (issues closed: fs-1309) ([8686314](https://bitbucket.org/atlassian/atlaskit/commits/8686314))
2326
+ - feature; update util-\* dependencies
2327
+ ([eba115f](https://bitbucket.org/atlassian/atlaskit/commits/eba115f))
2328
+ - feature; update mention dependencies: avatar, icon, lozenge, tooltip (issues closed: fs-1309)
2329
+ ([8686314](https://bitbucket.org/atlassian/atlaskit/commits/8686314))
1880
2330
 
1881
2331
  ## 7.3.5 (2017-08-21)
1882
2332
 
1883
- - bug fix; based on PR comment, update the variable name ([4517be5](https://bitbucket.org/atlassian/atlaskit/commits/4517be5))
1884
- - bug fix; the name of the variable was not correct - cf AK-1433 (issues closed: ak-1433) ([85fe651](https://bitbucket.org/atlassian/atlaskit/commits/85fe651))
2333
+ - bug fix; based on PR comment, update the variable name
2334
+ ([4517be5](https://bitbucket.org/atlassian/atlaskit/commits/4517be5))
2335
+ - bug fix; the name of the variable was not correct - cf AK-1433 (issues closed: ak-1433)
2336
+ ([85fe651](https://bitbucket.org/atlassian/atlaskit/commits/85fe651))
1885
2337
 
1886
2338
  ## 7.3.4 (2017-08-14)
1887
2339
 
1888
- - bug fix; publish only javascript files in dist/ ([367736a](https://bitbucket.org/atlassian/atlaskit/commits/367736a))
2340
+ - bug fix; publish only javascript files in dist/
2341
+ ([367736a](https://bitbucket.org/atlassian/atlaskit/commits/367736a))
1889
2342
 
1890
2343
  ## 7.3.3 (2017-08-10)
1891
2344
 
1892
- - bug fix; fix .npm-ingore for fabric ts packages. ([f6f2edd](https://bitbucket.org/atlassian/atlaskit/commits/f6f2edd))
2345
+ - bug fix; fix .npm-ingore for fabric ts packages.
2346
+ ([f6f2edd](https://bitbucket.org/atlassian/atlaskit/commits/f6f2edd))
1893
2347
 
1894
2348
  ## 7.3.2 (2017-08-10)
1895
2349
 
1896
- - bug fix; quick fix to avoid issues accessing support data via npm dependency ([4f9eee7](https://bitbucket.org/atlassian/atlaskit/commits/4f9eee7))
2350
+ - bug fix; quick fix to avoid issues accessing support data via npm dependency
2351
+ ([4f9eee7](https://bitbucket.org/atlassian/atlaskit/commits/4f9eee7))
1897
2352
 
1898
2353
  ## 7.3.1 (2017-07-27)
1899
2354
 
1900
- - fix; fix unused expression error throwing test ([22b75b2](https://bitbucket.org/atlassian/atlaskit/commits/22b75b2))
2355
+ - fix; fix unused expression error throwing test
2356
+ ([22b75b2](https://bitbucket.org/atlassian/atlaskit/commits/22b75b2))
1901
2357
 
1902
2358
  ## 7.3.0 (2017-07-25)
1903
2359
 
1904
- - feature; export test/story data for direct import. Not in bundle. ([eaa98fb](https://bitbucket.org/atlassian/atlaskit/commits/eaa98fb))
2360
+ - feature; export test/story data for direct import. Not in bundle.
2361
+ ([eaa98fb](https://bitbucket.org/atlassian/atlaskit/commits/eaa98fb))
1905
2362
 
1906
2363
  ## 7.2.2 (2017-07-25)
1907
2364
 
1908
- - fix; use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
2365
+ - fix; use class transform in loose mode in babel to improve load performance in apps
2366
+ ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
1909
2367
 
1910
2368
  ## 7.2.1 (2017-07-20)
1911
2369
 
1912
- - fix; no user selection in mention list should result in the top item always being selecte ([07fc665](https://bitbucket.org/atlassian/atlaskit/commits/07fc665))
2370
+ - fix; no user selection in mention list should result in the top item always being selecte
2371
+ ([07fc665](https://bitbucket.org/atlassian/atlaskit/commits/07fc665))
1913
2372
 
1914
2373
  ## 7.2.0 (2017-07-07)
1915
2374
 
1916
- - feature; fS-1125 Add callback parameter when subscribing to receive all results no just the ([cf7636a](https://bitbucket.org/atlassian/atlaskit/commits/cf7636a))
1917
- - feature; fS-1125 Adding test ([af91b18](https://bitbucket.org/atlassian/atlaskit/commits/af91b18))
2375
+ - feature; fS-1125 Add callback parameter when subscribing to receive all results no just the
2376
+ ([cf7636a](https://bitbucket.org/atlassian/atlaskit/commits/cf7636a))
2377
+ - feature; fS-1125 Adding test
2378
+ ([af91b18](https://bitbucket.org/atlassian/atlaskit/commits/af91b18))
1918
2379
 
1919
2380
  ## 7.1.1 (2017-07-06)
1920
2381
 
1921
- - fix; fS-1121 Don't return special mention when typing letter 'm' ([6c2ddd3](https://bitbucket.org/atlassian/atlaskit/commits/6c2ddd3))
2382
+ - fix; fS-1121 Don't return special mention when typing letter 'm'
2383
+ ([6c2ddd3](https://bitbucket.org/atlassian/atlaskit/commits/6c2ddd3))
1922
2384
 
1923
2385
  ## 7.1.0 (2017-07-04)
1924
2386
 
1925
- - feature; restyle the Mentions error pop-up with a funkier exclamation sign and better wording ([8820193](https://bitbucket.org/atlassian/atlaskit/commits/8820193))
2387
+ - feature; restyle the Mentions error pop-up with a funkier exclamation sign and better wording
2388
+ ([8820193](https://bitbucket.org/atlassian/atlaskit/commits/8820193))
1926
2389
 
1927
2390
  ## 7.0.0 (2017-06-28)
1928
2391
 
1929
- - fix; fS-1090 Fix test ([4262bee](https://bitbucket.org/atlassian/atlaskit/commits/4262bee))
1930
- - feature; fS-1090 Expose searchIndex so we can reuse it in test data + fix formatting ([aab39e6](https://bitbucket.org/atlassian/atlaskit/commits/aab39e6))
2392
+ - fix; fS-1090 Fix test ([4262bee](https://bitbucket.org/atlassian/atlaskit/commits/4262bee))
2393
+ - feature; fS-1090 Expose searchIndex so we can reuse it in test data + fix formatting
2394
+ ([aab39e6](https://bitbucket.org/atlassian/atlaskit/commits/aab39e6))
1931
2395
 
1932
2396
  ## 6.0.1 (2017-06-28)
1933
2397
 
1934
- - fix; update avatar dependency ([64f6640](https://bitbucket.org/atlassian/atlaskit/commits/64f6640))
1935
- - feature; fS-1090 Expose isFiltering on MentionProvider interface && add query parameter in t ([6881c4b](https://bitbucket.org/atlassian/atlaskit/commits/6881c4b))
1936
- - breaking; New method isFiltering(query: string) on MentionProvider interface
2398
+ - fix; update avatar dependency
2399
+ ([64f6640](https://bitbucket.org/atlassian/atlaskit/commits/64f6640))
2400
+ - feature; fS-1090 Expose isFiltering on MentionProvider interface && add query parameter in t
2401
+ ([6881c4b](https://bitbucket.org/atlassian/atlaskit/commits/6881c4b))
2402
+ - breaking; New method isFiltering(query: string) on MentionProvider interface
1937
2403
 
1938
2404
  ## 6.0.0 (2017-06-27)
1939
2405
 
1940
- - fix; fix the Promise handling when a search is performed locally and remotely. ([1380702](https://bitbucket.org/atlassian/atlaskit/commits/1380702))
1941
- - breaking; The onOpen handlers will now be called when searches error. Previously they would only be called when there were search results.
1942
- - ISSUES CLOSED: FA-910
2406
+ - fix; fix the Promise handling when a search is performed locally and remotely.
2407
+ ([1380702](https://bitbucket.org/atlassian/atlaskit/commits/1380702))
2408
+ - breaking; The onOpen handlers will now be called when searches error. Previously they would only
2409
+ be called when there were search results.
2410
+ - ISSUES CLOSED: FA-910
1943
2411
 
1944
2412
  ## 5.3.2 (2017-06-22)
1945
2413
 
1946
- - fix; fix for long standing react warning. :yakshave: ([cf88128](https://bitbucket.org/atlassian/atlaskit/commits/cf88128))
1947
- - fix; uncaught rejected provider promises, ui not updating. ([237cd54](https://bitbucket.org/atlassian/atlaskit/commits/237cd54))
2414
+ - fix; fix for long standing react warning. :yakshave:
2415
+ ([cf88128](https://bitbucket.org/atlassian/atlaskit/commits/cf88128))
2416
+ - fix; uncaught rejected provider promises, ui not updating.
2417
+ ([237cd54](https://bitbucket.org/atlassian/atlaskit/commits/237cd54))
1948
2418
 
1949
2419
  ## 5.3.0 (2017-06-20)
1950
2420
 
1951
- - fix; fS-1073 Code review remarks ([003dc28](https://bitbucket.org/atlassian/atlaskit/commits/003dc28))
1952
- - fix; fS-1073 Code review remarks + fix tests ([7611a77](https://bitbucket.org/atlassian/atlaskit/commits/7611a77))
1953
- - fix; fS-1073 Filter mention locally from previous search results ([0c4788a](https://bitbucket.org/atlassian/atlaskit/commits/0c4788a))
1954
- - fix; fS-1073 Reset search index on bootstrap ([5582b3c](https://bitbucket.org/atlassian/atlaskit/commits/5582b3c))
2421
+ - fix; fS-1073 Code review remarks
2422
+ ([003dc28](https://bitbucket.org/atlassian/atlaskit/commits/003dc28))
2423
+ - fix; fS-1073 Code review remarks + fix tests
2424
+ ([7611a77](https://bitbucket.org/atlassian/atlaskit/commits/7611a77))
2425
+ - fix; fS-1073 Filter mention locally from previous search results
2426
+ ([0c4788a](https://bitbucket.org/atlassian/atlaskit/commits/0c4788a))
2427
+ - fix; fS-1073 Reset search index on bootstrap
2428
+ ([5582b3c](https://bitbucket.org/atlassian/atlaskit/commits/5582b3c))
1955
2429
 
1956
2430
  ## 5.2.0 (2017-06-19)
1957
2431
 
1958
- - feature; enable the display of more specific error messages in the MentionList ([db5efae](https://bitbucket.org/atlassian/atlaskit/commits/db5efae))
2432
+ - feature; enable the display of more specific error messages in the MentionList
2433
+ ([db5efae](https://bitbucket.org/atlassian/atlaskit/commits/db5efae))
1959
2434
 
1960
2435
  ## 5.1.2 (2017-06-15)
1961
2436
 
1962
- - fix; fix correct usage of react lifecycle and controlled input component. ([3ccd3ec](https://bitbucket.org/atlassian/atlaskit/commits/3ccd3ec))
2437
+ - fix; fix correct usage of react lifecycle and controlled input component.
2438
+ ([3ccd3ec](https://bitbucket.org/atlassian/atlaskit/commits/3ccd3ec))
1963
2439
 
1964
2440
  ## 5.1.1 (2017-06-14)
1965
2441
 
1966
- - fix; add AbstractMentionResource export to editor-core ([308ad31](https://bitbucket.org/atlassian/atlaskit/commits/308ad31))
1967
- - fix; fixed positioning for tooltip rendered for non-permitted mention ([83851e6](https://bitbucket.org/atlassian/atlaskit/commits/83851e6))
1968
- - fix; render tooltip on same line as Mention component ([4b18886](https://bitbucket.org/atlassian/atlaskit/commits/4b18886))
1969
- - fix; style fix to render tooltip properly in Firefox ([32d223d](https://bitbucket.org/atlassian/atlaskit/commits/32d223d))
1970
- - feature; mentionItem without nickname rendered only using name ([b2fa672](https://bitbucket.org/atlassian/atlaskit/commits/b2fa672))
2442
+ - fix; add AbstractMentionResource export to editor-core
2443
+ ([308ad31](https://bitbucket.org/atlassian/atlaskit/commits/308ad31))
2444
+ - fix; fixed positioning for tooltip rendered for non-permitted mention
2445
+ ([83851e6](https://bitbucket.org/atlassian/atlaskit/commits/83851e6))
2446
+ - fix; render tooltip on same line as Mention component
2447
+ ([4b18886](https://bitbucket.org/atlassian/atlaskit/commits/4b18886))
2448
+ - fix; style fix to render tooltip properly in Firefox
2449
+ ([32d223d](https://bitbucket.org/atlassian/atlaskit/commits/32d223d))
2450
+ - feature; mentionItem without nickname rendered only using name
2451
+ ([b2fa672](https://bitbucket.org/atlassian/atlaskit/commits/b2fa672))
1971
2452
 
1972
2453
  ## 5.1.0 (2017-06-05)
1973
2454
 
1974
- - fix; fS-691 Change whoops style to white and use akicon ([6f023d0](https://bitbucket.org/atlassian/atlaskit/commits/6f023d0))
1975
- - feature; fS-1026 When displaying the mention typeahead, I want to see users who don't have a ([a31d317](https://bitbucket.org/atlassian/atlaskit/commits/a31d317))
2455
+ - fix; fS-691 Change whoops style to white and use akicon
2456
+ ([6f023d0](https://bitbucket.org/atlassian/atlaskit/commits/6f023d0))
2457
+ - feature; fS-1026 When displaying the mention typeahead, I want to see users who don't have a
2458
+ ([a31d317](https://bitbucket.org/atlassian/atlaskit/commits/a31d317))
1976
2459
 
1977
2460
  ## 5.0.1 (2017-06-01)
1978
2461
 
1979
- - fix; remove 'graphql' url component from presence's config ([b975e98](https://bitbucket.org/atlassian/atlaskit/commits/b975e98))
2462
+ - fix; remove 'graphql' url component from presence's config
2463
+ ([b975e98](https://bitbucket.org/atlassian/atlaskit/commits/b975e98))
1980
2464
 
1981
2465
  ## 5.0.0 (2017-06-01)
1982
2466
 
1983
- - fix; add polyfills for all storybooks, use es6-promise, URLSearchParams, Fetch API and Elemen ([db2f5cf](https://bitbucket.org/atlassian/atlaskit/commits/db2f5cf))
1984
- - fix; fix remaining mention tests ([d34d43b](https://bitbucket.org/atlassian/atlaskit/commits/d34d43b))
1985
- - fix; move all polyfills into devDeps ([d275563](https://bitbucket.org/atlassian/atlaskit/commits/d275563))
1986
- - fix; remove polyfills from mention and emoji packages, use styled-components instead of t ([f47a58e](https://bitbucket.org/atlassian/atlaskit/commits/f47a58e))
1987
- - fix; restore classname for confluence selenium tests ([e59c2f7](https://bitbucket.org/atlassian/atlaskit/commits/e59c2f7))
1988
- - breaking; ED-1701, ED-1702, ED-1704
1989
- - ISSUES CLOSED: ED-1701, ED-1702, ED-1704
2467
+ - fix; add polyfills for all storybooks, use es6-promise, URLSearchParams, Fetch API and Elemen
2468
+ ([db2f5cf](https://bitbucket.org/atlassian/atlaskit/commits/db2f5cf))
2469
+ - fix; fix remaining mention tests
2470
+ ([d34d43b](https://bitbucket.org/atlassian/atlaskit/commits/d34d43b))
2471
+ - fix; move all polyfills into devDeps
2472
+ ([d275563](https://bitbucket.org/atlassian/atlaskit/commits/d275563))
2473
+ - fix; remove polyfills from mention and emoji packages, use styled-components instead of t
2474
+ ([f47a58e](https://bitbucket.org/atlassian/atlaskit/commits/f47a58e))
2475
+ - fix; restore classname for confluence selenium tests
2476
+ ([e59c2f7](https://bitbucket.org/atlassian/atlaskit/commits/e59c2f7))
2477
+ - breaking; ED-1701, ED-1702, ED-1704
2478
+ - ISSUES CLOSED: ED-1701, ED-1702, ED-1704
1990
2479
 
1991
2480
  ## 4.2.3 (2017-05-09)
1992
2481
 
1993
- - fix; fixed storybooks and bumped lozenge and avatar dependencies in mentions ([71ddb2a](https://bitbucket.org/atlassian/atlaskit/commits/71ddb2a))
2482
+ - fix; fixed storybooks and bumped lozenge and avatar dependencies in mentions
2483
+ ([71ddb2a](https://bitbucket.org/atlassian/atlaskit/commits/71ddb2a))
1994
2484
 
1995
2485
  ## 4.2.2 (2017-04-27)
1996
2486
 
1997
- - fix; update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
2487
+ - fix; update legal copy to be more clear. Not all modules include ADG license.
2488
+ ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
1998
2489
 
1999
2490
  ## 4.2.1 (2017-04-26)
2000
2491
 
2001
- - fix; update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
2492
+ - fix; update legal copy and fix broken links for component README on npm. New contribution and
2493
+ ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
2002
2494
 
2003
2495
  ## 4.2.0 (2017-04-10)
2004
2496
 
2005
- - feature; add a class to mention node ([5996b7a](https://bitbucket.org/atlassian/atlaskit/commits/5996b7a))
2497
+ - feature; add a class to mention node
2498
+ ([5996b7a](https://bitbucket.org/atlassian/atlaskit/commits/5996b7a))
2006
2499
 
2007
2500
  ## 4.1.1 (2017-04-07)
2008
2501
 
2009
- - fix; properly handle the case where mention provider is null or undefined ([cf5dc91](https://bitbucket.org/atlassian/atlaskit/commits/cf5dc91))
2502
+ - fix; properly handle the case where mention provider is null or undefined
2503
+ ([cf5dc91](https://bitbucket.org/atlassian/atlaskit/commits/cf5dc91))
2010
2504
 
2011
2505
  ## 4.1.0 (2017-04-04)
2012
2506
 
2013
- - feature; displays nickname rather than username in MentionItem if exists for user ([d3f4a81](https://bitbucket.org/atlassian/atlaskit/commits/d3f4a81))
2507
+ - feature; displays nickname rather than username in MentionItem if exists for user
2508
+ ([d3f4a81](https://bitbucket.org/atlassian/atlaskit/commits/d3f4a81))
2014
2509
 
2015
2510
  ## 4.0.5 (2017-03-27)
2016
2511
 
2017
- - fix; updated avatar version from ^1.0.0 to ^2.0.0 in mention ([4ef6a16](https://bitbucket.org/atlassian/atlaskit/commits/4ef6a16))
2512
+ - fix; updated avatar version from ^1.0.0 to ^2.0.0 in mention
2513
+ ([4ef6a16](https://bitbucket.org/atlassian/atlaskit/commits/4ef6a16))
2018
2514
 
2019
2515
  ## 4.0.4 (2017-03-23)
2020
2516
 
2021
- - fix; resourcedMention component doesn't update provider correctly ([fa0c8fc](https://bitbucket.org/atlassian/atlaskit/commits/fa0c8fc))
2517
+ - fix; resourcedMention component doesn't update provider correctly
2518
+ ([fa0c8fc](https://bitbucket.org/atlassian/atlaskit/commits/fa0c8fc))
2022
2519
 
2023
2520
  ## 4.0.2 (2017-03-21)
2024
2521
 
2025
- - fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
2522
+ - fix; maintainers for all the packages were added
2523
+ ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
2026
2524
 
2027
2525
  ## 4.0.1 (2017-03-17)
2028
2526
 
2029
- - fix; upgrade TypeScript to 2.2.1 ([2aa28fc](https://bitbucket.org/atlassian/atlaskit/commits/2aa28fc))
2527
+ - fix; upgrade TypeScript to 2.2.1
2528
+ ([2aa28fc](https://bitbucket.org/atlassian/atlaskit/commits/2aa28fc))
2030
2529
 
2031
2530
  ## 4.0.0 (2017-03-13)
2032
2531
 
2033
- - feature; rendering performance optimisations. ([c99a94e](https://bitbucket.org/atlassian/atlaskit/commits/c99a94e))
2034
- - breaking; MentionItem no longer spreads Mention props as component props, moving to a single mention prop instead.
2035
- - Mention no longer duplicates time and status. Now only in presence property object.
2036
- - Event callbacks have changes, but in general should be code compatible.
2037
- - ISSUES CLOSED: FS-285
2532
+ - feature; rendering performance optimisations.
2533
+ ([c99a94e](https://bitbucket.org/atlassian/atlaskit/commits/c99a94e))
2534
+ - breaking; MentionItem no longer spreads Mention props as component props, moving to a single
2535
+ mention prop instead.
2536
+ - Mention no longer duplicates time and status. Now only in presence property object.
2537
+ - Event callbacks have changes, but in general should be code compatible.
2538
+ - ISSUES CLOSED: FS-285
2038
2539
 
2039
2540
  ## 3.0.0 (2017-03-08)
2040
2541
 
2041
- - fix; fix some failing unit tests. ([4a4e32c](https://bitbucket.org/atlassian/atlaskit/commits/4a4e32c))
2042
- - feature; fS-214: Allow mentions to work with the session service; both using a header and a ([8e48507](https://bitbucket.org/atlassian/atlaskit/commits/8e48507))
2043
- - breaking; A different URL should be provided to the Mentions component
2044
- - ISSUES CLOSED: FS-214
2542
+ - fix; fix some failing unit tests.
2543
+ ([4a4e32c](https://bitbucket.org/atlassian/atlaskit/commits/4a4e32c))
2544
+ - feature; fS-214: Allow mentions to work with the session service; both using a header and a
2545
+ ([8e48507](https://bitbucket.org/atlassian/atlaskit/commits/8e48507))
2546
+ - breaking; A different URL should be provided to the Mentions component
2547
+ - ISSUES CLOSED: FS-214
2045
2548
 
2046
2549
  ## 2.1.0 (2017-03-02)
2047
2550
 
2048
- - feature; adding a resourced mention-component that takes a mentionProvider-promise ([aff9907](https://bitbucket.org/atlassian/atlaskit/commits/aff9907))
2551
+ - feature; adding a resourced mention-component that takes a mentionProvider-promise
2552
+ ([aff9907](https://bitbucket.org/atlassian/atlaskit/commits/aff9907))
2049
2553
 
2050
2554
  ## 2.0.0 (2017-03-01)
2051
2555
 
2052
- - feature; adding method highlightning mentions ([08a1291](https://bitbucket.org/atlassian/atlaskit/commits/08a1291))
2053
- - breaking; MentionProvider now expects a "shouldHighlightMention"-method
2556
+ - feature; adding method highlightning mentions
2557
+ ([08a1291](https://bitbucket.org/atlassian/atlaskit/commits/08a1291))
2558
+ - breaking; MentionProvider now expects a "shouldHighlightMention"-method
2054
2559
 
2055
2560
  ## 1.4.0 (2017-02-23)
2056
2561
 
2057
- - Component for rendering mentions ([7a83043](https://bitbucket.org/atlassian/atlaskit/commits/7a83043))
2562
+ - Component for rendering mentions
2563
+ ([7a83043](https://bitbucket.org/atlassian/atlaskit/commits/7a83043))
2058
2564
 
2059
2565
  ## 1.3.6 (2017-02-23)
2060
2566
 
2061
- - Fixing internal types in MentionResource to reflect actual types. ([6829ace](https://bitbucket.org/atlassian/atlaskit/commits/6829ace))
2567
+ - Fixing internal types in MentionResource to reflect actual types.
2568
+ ([6829ace](https://bitbucket.org/atlassian/atlaskit/commits/6829ace))
2062
2569
 
2063
2570
  ## 1.3.5 (2017-02-21)
2064
2571
 
2065
- - Typescript configuration changes to match latest core configuration. ([aa13d3f](https://bitbucket.org/atlassian/atlaskit/commits/aa13d3f))
2572
+ - Typescript configuration changes to match latest core configuration.
2573
+ ([aa13d3f](https://bitbucket.org/atlassian/atlaskit/commits/aa13d3f))
2066
2574
 
2067
2575
  ## 1.3.4 (2017-02-17)
2068
2576
 
2069
- - fix; select colour changed from dark to light ([1dc44ec](https://bitbucket.org/atlassian/atlaskit/commits/1dc44ec))
2070
- - undo padding change ([3c1f0c6](https://bitbucket.org/atlassian/atlaskit/commits/3c1f0c6))
2577
+ - fix; select colour changed from dark to light
2578
+ ([1dc44ec](https://bitbucket.org/atlassian/atlaskit/commits/1dc44ec))
2579
+ - undo padding change ([3c1f0c6](https://bitbucket.org/atlassian/atlaskit/commits/3c1f0c6))
2071
2580
 
2072
2581
  ## 1.3.2 (2017-02-16)
2073
2582
 
2074
- - fix; Query should be optional ([4e05ce1](https://bitbucket.org/atlassian/atlaskit/commits/4e05ce1))
2075
- - fix; refactor stories to use // rather than http:// ([a0826cf](https://bitbucket.org/atlassian/atlaskit/commits/a0826cf))
2076
- - Fixing types in mention resource ([60a3538](https://bitbucket.org/atlassian/atlaskit/commits/60a3538))
2583
+ - fix; Query should be optional
2584
+ ([4e05ce1](https://bitbucket.org/atlassian/atlaskit/commits/4e05ce1))
2585
+ - fix; refactor stories to use // rather than http://
2586
+ ([a0826cf](https://bitbucket.org/atlassian/atlaskit/commits/a0826cf))
2587
+ - Fixing types in mention resource
2588
+ ([60a3538](https://bitbucket.org/atlassian/atlaskit/commits/60a3538))
2077
2589
 
2078
2590
  ## 1.3.1 (2017-02-10)
2079
2591
 
2080
- - fix; Updates package to have correct dev-dependency for util-common-test ([403d232](https://bitbucket.org/atlassian/atlaskit/commits/403d232))
2592
+ - fix; Updates package to have correct dev-dependency for util-common-test
2593
+ ([403d232](https://bitbucket.org/atlassian/atlaskit/commits/403d232))
2081
2594
 
2082
2595
  ## 1.3.0 (2017-02-09)
2083
2596
 
2084
- - Adding method for getting number of mentions and made positioning props optional again ([51d0591](https://bitbucket.org/atlassian/atlaskit/commits/51d0591))
2085
- - uncomment tests that turned out not that flakey ([f100134](https://bitbucket.org/atlassian/atlaskit/commits/f100134))
2597
+ - Adding method for getting number of mentions and made positioning props optional again
2598
+ ([51d0591](https://bitbucket.org/atlassian/atlaskit/commits/51d0591))
2599
+ - uncomment tests that turned out not that flakey
2600
+ ([f100134](https://bitbucket.org/atlassian/atlaskit/commits/f100134))
2086
2601
 
2087
2602
  ## 1.2.0 (2017-02-07)
2088
2603
 
2089
- - Disable failing test, remove unused file. ([5075309](https://bitbucket.org/atlassian/atlaskit/commits/5075309))
2604
+ - Disable failing test, remove unused file.
2605
+ ([5075309](https://bitbucket.org/atlassian/atlaskit/commits/5075309))
2090
2606
 
2091
2607
  ## 1.1.1 (2017-02-07)
2092
2608
 
2093
- - fix; Updates docs to mention using yarn to install ([5af03bf](https://bitbucket.org/atlassian/atlaskit/commits/5af03bf))
2094
- - fix; Rearrange tsconfig.json organisation to allow per-package configuration. ([6c6992d](https://bitbucket.org/atlassian/atlaskit/commits/6c6992d))
2095
- - Bump to a real version of lozenge ([b77862d](https://bitbucket.org/atlassian/atlaskit/commits/b77862d))
2096
- - Fix dependency on util-shared-styles ([9b4e3c6](https://bitbucket.org/atlassian/atlaskit/commits/9b4e3c6))
2097
- - Remove legacy .js file, add MentionItem export. ([5c021e2](https://bitbucket.org/atlassian/atlaskit/commits/5c021e2))
2609
+ - fix; Updates docs to mention using yarn to install
2610
+ ([5af03bf](https://bitbucket.org/atlassian/atlaskit/commits/5af03bf))
2611
+ - fix; Rearrange tsconfig.json organisation to allow per-package configuration.
2612
+ ([6c6992d](https://bitbucket.org/atlassian/atlaskit/commits/6c6992d))
2613
+ - Bump to a real version of lozenge
2614
+ ([b77862d](https://bitbucket.org/atlassian/atlaskit/commits/b77862d))
2615
+ - Fix dependency on util-shared-styles
2616
+ ([9b4e3c6](https://bitbucket.org/atlassian/atlaskit/commits/9b4e3c6))
2617
+ - Remove legacy .js file, add MentionItem export.
2618
+ ([5c021e2](https://bitbucket.org/atlassian/atlaskit/commits/5c021e2))
2098
2619
 
2099
2620
  ## 1.1.0 (2017-02-06)
2100
2621
 
2101
- - fix; Updates package to use scoped ak packages ([db5c2f6](https://bitbucket.org/atlassian/atlaskit/commits/db5c2f6))
2102
- - Export MentionItem for not list/picker use cases. ([7cdd17f](https://bitbucket.org/atlassian/atlaskit/commits/7cdd17f))
2103
- - Expose selectIndex and selectId apis on the relevant components. ([25d7ebf](https://bitbucket.org/atlassian/atlaskit/commits/25d7ebf))
2104
- - Migrating to typescrypt ([1bff7bc](https://bitbucket.org/atlassian/atlaskit/commits/1bff7bc))
2622
+ - fix; Updates package to use scoped ak packages
2623
+ ([db5c2f6](https://bitbucket.org/atlassian/atlaskit/commits/db5c2f6))
2624
+ - Export MentionItem for not list/picker use cases.
2625
+ ([7cdd17f](https://bitbucket.org/atlassian/atlaskit/commits/7cdd17f))
2626
+ - Expose selectIndex and selectId apis on the relevant components.
2627
+ ([25d7ebf](https://bitbucket.org/atlassian/atlaskit/commits/25d7ebf))
2628
+ - Migrating to typescrypt ([1bff7bc](https://bitbucket.org/atlassian/atlaskit/commits/1bff7bc))