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