@atlaskit/quick-search 8.1.9 → 8.1.11
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 +266 -113
- package/compass.yml +0 -1
- package/dist/cjs/components/ResultItem/styled.js +69 -13
- package/dist/cjs/components/Search/Search.js +8 -4
- package/dist/cjs/components/Search/styled.js +59 -10
- package/dist/es2019/components/ResultItem/styled.js +62 -47
- package/dist/es2019/components/Search/Search.js +8 -5
- package/dist/es2019/components/Search/styled.js +85 -66
- package/dist/esm/components/ResultItem/styled.js +68 -13
- package/dist/esm/components/Search/Search.js +8 -3
- package/dist/esm/components/Search/styled.js +60 -10
- package/dist/types/components/QuickSearch.d.ts +3 -3
- package/dist/types/components/Results/ContainerResult.d.ts +1 -1
- package/dist/types/components/Results/ObjectResult.d.ts +1 -1
- package/dist/types/components/Results/PersonResult.d.ts +1 -1
- package/dist/types/components/Results/ResultBase.d.ts +2 -2
- package/dist/types/components/Results/types.d.ts +1 -1
- package/dist/types/components/context.d.ts +3 -3
- package/dist/types/components/decorateWithAnalyticsData.d.ts +1 -1
- package/dist/types-ts4.5/components/QuickSearch.d.ts +3 -3
- package/dist/types-ts4.5/components/Results/ContainerResult.d.ts +1 -1
- package/dist/types-ts4.5/components/Results/ObjectResult.d.ts +1 -1
- package/dist/types-ts4.5/components/Results/PersonResult.d.ts +1 -1
- package/dist/types-ts4.5/components/Results/ResultBase.d.ts +2 -2
- package/dist/types-ts4.5/components/Results/types.d.ts +1 -1
- package/dist/types-ts4.5/components/context.d.ts +3 -3
- package/dist/types-ts4.5/components/decorateWithAnalyticsData.d.ts +1 -1
- package/docs/0-intro.tsx +8 -18
- package/package.json +55 -57
- package/report.api.md +152 -156
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,52 @@
|
|
|
1
1
|
# @atlaskit/quick-search
|
|
2
2
|
|
|
3
|
+
## 8.1.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.1.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#83176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83176)
|
|
14
|
+
[`5c64e4657ef3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c64e4657ef3) -
|
|
15
|
+
[ux] Minor changes to replace deprecated font tokens with new tokens. There may be some very
|
|
16
|
+
slight differences in font size if the previous value was incorrectly applied, and slight
|
|
17
|
+
differences in line height to match the new typography system.
|
|
18
|
+
|
|
3
19
|
## 8.1.9
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
23
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
24
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
25
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
26
|
|
|
9
27
|
## 8.1.8
|
|
10
28
|
|
|
11
29
|
### Patch Changes
|
|
12
30
|
|
|
13
|
-
- [#72162](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72162)
|
|
31
|
+
- [#72162](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72162)
|
|
32
|
+
[`dadc682d36ba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dadc682d36ba) -
|
|
33
|
+
Replace hardcoded values with space tokens
|
|
14
34
|
|
|
15
35
|
## 8.1.7
|
|
16
36
|
|
|
17
37
|
### Patch Changes
|
|
18
38
|
|
|
19
|
-
- [#66003](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66003)
|
|
39
|
+
- [#66003](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66003)
|
|
40
|
+
[`9d097306f2e7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9d097306f2e7) -
|
|
41
|
+
Migrate @atlaskit/quick-search to use declarative entry points
|
|
20
42
|
|
|
21
43
|
## 8.1.6
|
|
22
44
|
|
|
23
45
|
### Patch Changes
|
|
24
46
|
|
|
25
|
-
- [#59897](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59897)
|
|
47
|
+
- [#59897](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59897)
|
|
48
|
+
[`48e22f03d838`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/48e22f03d838) -
|
|
49
|
+
Converted spacing values to corresponding space tokens
|
|
26
50
|
|
|
27
51
|
## 8.1.5
|
|
28
52
|
|
|
@@ -34,32 +58,42 @@
|
|
|
34
58
|
|
|
35
59
|
### Patch Changes
|
|
36
60
|
|
|
37
|
-
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
61
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
62
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
|
|
63
|
+
changes to use space tokens. There is no expected visual or behaviour change.
|
|
38
64
|
|
|
39
65
|
## 8.1.3
|
|
40
66
|
|
|
41
67
|
### Patch Changes
|
|
42
68
|
|
|
43
|
-
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
69
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
70
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
71
|
+
version.json
|
|
44
72
|
- Updated dependencies
|
|
45
73
|
|
|
46
74
|
## 8.1.2
|
|
47
75
|
|
|
48
76
|
### Patch Changes
|
|
49
77
|
|
|
50
|
-
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
78
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
79
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
80
|
+
legacy types are published for TS 4.5-4.8
|
|
51
81
|
|
|
52
82
|
## 8.1.1
|
|
53
83
|
|
|
54
84
|
### Patch Changes
|
|
55
85
|
|
|
56
|
-
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
86
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
87
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
88
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
57
89
|
|
|
58
90
|
## 8.1.0
|
|
59
91
|
|
|
60
92
|
### Minor Changes
|
|
61
93
|
|
|
62
|
-
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
94
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
95
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
96
|
+
minor dependency bump
|
|
63
97
|
|
|
64
98
|
### Patch Changes
|
|
65
99
|
|
|
@@ -69,25 +103,33 @@
|
|
|
69
103
|
|
|
70
104
|
### Patch Changes
|
|
71
105
|
|
|
72
|
-
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
|
|
106
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
|
|
107
|
+
[`be610dca836`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be610dca836) - [ux]
|
|
108
|
+
replace deprecated placeholder theme with tokens
|
|
73
109
|
|
|
74
110
|
## 8.0.14
|
|
75
111
|
|
|
76
112
|
### Patch Changes
|
|
77
113
|
|
|
78
|
-
- [#32031](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32031)
|
|
114
|
+
- [#32031](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32031)
|
|
115
|
+
[`1378b2a7308`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1378b2a7308) - Migrated
|
|
116
|
+
use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
79
117
|
|
|
80
118
|
## 8.0.13
|
|
81
119
|
|
|
82
120
|
### Patch Changes
|
|
83
121
|
|
|
84
|
-
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
122
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
123
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
124
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
85
125
|
|
|
86
126
|
## 8.0.12
|
|
87
127
|
|
|
88
128
|
### Patch Changes
|
|
89
129
|
|
|
90
|
-
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
130
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
131
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
132
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
91
133
|
|
|
92
134
|
## 8.0.11
|
|
93
135
|
|
|
@@ -99,7 +141,9 @@
|
|
|
99
141
|
|
|
100
142
|
### Patch Changes
|
|
101
143
|
|
|
102
|
-
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
144
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
145
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
146
|
+
to TypeScript 4.2.4
|
|
103
147
|
|
|
104
148
|
## 8.0.9
|
|
105
149
|
|
|
@@ -111,37 +155,50 @@
|
|
|
111
155
|
|
|
112
156
|
### Patch Changes
|
|
113
157
|
|
|
114
|
-
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
158
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
159
|
+
[`ea354666ca2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea354666ca2) - Added
|
|
160
|
+
testid to default ObjectResult's AvatarImage.
|
|
115
161
|
- Updated dependencies
|
|
116
162
|
|
|
117
163
|
## 8.0.7
|
|
118
164
|
|
|
119
165
|
### Patch Changes
|
|
120
166
|
|
|
121
|
-
- [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136)
|
|
122
|
-
|
|
123
|
-
|
|
167
|
+
- [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136)
|
|
168
|
+
[`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update
|
|
169
|
+
package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
170
|
+
- [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update
|
|
171
|
+
package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
172
|
+
- [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update
|
|
173
|
+
package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
124
174
|
|
|
125
175
|
## 8.0.6
|
|
126
176
|
|
|
127
177
|
### Patch Changes
|
|
128
178
|
|
|
129
|
-
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
179
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
180
|
+
[`7fc13cf50a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fc13cf50a2) - Fixes
|
|
181
|
+
interal test referencing a compponent directly.
|
|
130
182
|
- Updated dependencies
|
|
131
183
|
|
|
132
184
|
## 8.0.5
|
|
133
185
|
|
|
134
186
|
### Patch Changes
|
|
135
187
|
|
|
136
|
-
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
188
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
189
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
190
|
+
packages using babel rather than tsc
|
|
137
191
|
|
|
138
192
|
## 8.0.4
|
|
139
193
|
|
|
140
194
|
### Patch Changes
|
|
141
195
|
|
|
142
|
-
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
143
|
-
|
|
144
|
-
|
|
196
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
197
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
198
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
199
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
200
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
201
|
+
`devDependencies` to denote version that the package was built with.
|
|
145
202
|
|
|
146
203
|
## 8.0.3
|
|
147
204
|
|
|
@@ -153,10 +210,12 @@
|
|
|
153
210
|
|
|
154
211
|
### Patch Changes
|
|
155
212
|
|
|
156
|
-
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
213
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
214
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
215
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
157
216
|
|
|
158
|
-
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
159
|
-
to prevent duplicates of tslib being bundled.
|
|
217
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
218
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
160
219
|
|
|
161
220
|
## 8.0.1
|
|
162
221
|
|
|
@@ -168,8 +227,11 @@
|
|
|
168
227
|
|
|
169
228
|
### Major Changes
|
|
170
229
|
|
|
171
|
-
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
172
|
-
|
|
230
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
231
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
232
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
233
|
+
IE11. For more information see:
|
|
234
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
173
235
|
|
|
174
236
|
### Patch Changes
|
|
175
237
|
|
|
@@ -191,13 +253,17 @@
|
|
|
191
253
|
|
|
192
254
|
### Patch Changes
|
|
193
255
|
|
|
194
|
-
- [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430)
|
|
256
|
+
- [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430)
|
|
257
|
+
[`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all
|
|
258
|
+
packages that are used by confluence that have a broken es2019 dist
|
|
195
259
|
|
|
196
260
|
## 7.8.6
|
|
197
261
|
|
|
198
262
|
### Patch Changes
|
|
199
263
|
|
|
200
|
-
- [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099)
|
|
264
|
+
- [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099)
|
|
265
|
+
[`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add
|
|
266
|
+
missing tslib dependency
|
|
201
267
|
|
|
202
268
|
## 7.8.5
|
|
203
269
|
|
|
@@ -205,7 +271,8 @@
|
|
|
205
271
|
|
|
206
272
|
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
207
273
|
|
|
208
|
-
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
274
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
275
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
209
276
|
|
|
210
277
|
- @atlaskit/docs@8.3.2
|
|
211
278
|
- @atlaskit/analytics@7.0.1
|
|
@@ -221,8 +288,10 @@
|
|
|
221
288
|
|
|
222
289
|
### Patch Changes
|
|
223
290
|
|
|
224
|
-
- Updated dependencies
|
|
225
|
-
|
|
291
|
+
- Updated dependencies
|
|
292
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
293
|
+
- Updated dependencies
|
|
294
|
+
[b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
|
|
226
295
|
- @atlaskit/analytics@7.0.0
|
|
227
296
|
- @atlaskit/icon@20.0.0
|
|
228
297
|
- @atlaskit/item@11.0.0
|
|
@@ -247,8 +316,10 @@
|
|
|
247
316
|
|
|
248
317
|
Fix quicksearch text input when using an IME (affects Japanese/Chinese users)
|
|
249
318
|
|
|
250
|
-
- Updated dependencies
|
|
251
|
-
|
|
319
|
+
- Updated dependencies
|
|
320
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
321
|
+
- Updated dependencies
|
|
322
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
252
323
|
- @atlaskit/avatar@17.1.5
|
|
253
324
|
- @atlaskit/drawer@5.2.0
|
|
254
325
|
- @atlaskit/item@10.2.0
|
|
@@ -280,7 +351,8 @@
|
|
|
280
351
|
|
|
281
352
|
## 7.7.1
|
|
282
353
|
|
|
283
|
-
- Updated dependencies
|
|
354
|
+
- Updated dependencies
|
|
355
|
+
[8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
|
|
284
356
|
- @atlaskit/drawer@5.0.10
|
|
285
357
|
- @atlaskit/item@10.1.5
|
|
286
358
|
- @atlaskit/navigation@35.2.2
|
|
@@ -304,7 +376,8 @@
|
|
|
304
376
|
|
|
305
377
|
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
306
378
|
|
|
307
|
-
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
379
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
380
|
+
non-relative imports as relative imports
|
|
308
381
|
|
|
309
382
|
## 7.6.7
|
|
310
383
|
|
|
@@ -316,7 +389,8 @@
|
|
|
316
389
|
|
|
317
390
|
## 7.6.6
|
|
318
391
|
|
|
319
|
-
- Updated dependencies
|
|
392
|
+
- Updated dependencies
|
|
393
|
+
[75c64ee36a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/75c64ee36a):
|
|
320
394
|
- @atlaskit/drawer@5.0.0
|
|
321
395
|
|
|
322
396
|
## 7.6.5
|
|
@@ -347,8 +421,10 @@
|
|
|
347
421
|
- Adding back cjs
|
|
348
422
|
- Replacing es5 by cjs and es2015 by esm
|
|
349
423
|
- Creating folders at the root for entry-points
|
|
350
|
-
- Removing the generation of the entry-points at the root
|
|
351
|
-
|
|
424
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
425
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
426
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
427
|
+
for further details
|
|
352
428
|
|
|
353
429
|
## 7.6.2
|
|
354
430
|
|
|
@@ -356,7 +432,8 @@
|
|
|
356
432
|
|
|
357
433
|
- [patch][5427f7028a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5427f7028a):
|
|
358
434
|
|
|
359
|
-
Fixing problem with subtext colours not matching between pages and people in the Quick Search
|
|
435
|
+
Fixing problem with subtext colours not matching between pages and people in the Quick Search
|
|
436
|
+
complex experiment.
|
|
360
437
|
|
|
361
438
|
## 7.6.1
|
|
362
439
|
|
|
@@ -376,7 +453,8 @@
|
|
|
376
453
|
|
|
377
454
|
## 7.5.1
|
|
378
455
|
|
|
379
|
-
- Updated dependencies
|
|
456
|
+
- Updated dependencies
|
|
457
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
380
458
|
- @atlaskit/docs@8.1.3
|
|
381
459
|
- @atlaskit/avatar@16.0.6
|
|
382
460
|
- @atlaskit/drawer@4.2.1
|
|
@@ -395,7 +473,8 @@
|
|
|
395
473
|
|
|
396
474
|
## 7.4.1
|
|
397
475
|
|
|
398
|
-
- Updated dependencies
|
|
476
|
+
- Updated dependencies
|
|
477
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
399
478
|
- @atlaskit/docs@8.1.2
|
|
400
479
|
- @atlaskit/avatar@16.0.3
|
|
401
480
|
- @atlaskit/drawer@4.1.3
|
|
@@ -434,7 +513,8 @@
|
|
|
434
513
|
|
|
435
514
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
436
515
|
|
|
437
|
-
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
516
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
517
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
438
518
|
|
|
439
519
|
## 6.1.2
|
|
440
520
|
|
|
@@ -444,7 +524,8 @@
|
|
|
444
524
|
|
|
445
525
|
## 6.1.1
|
|
446
526
|
|
|
447
|
-
- Updated dependencies
|
|
527
|
+
- Updated dependencies
|
|
528
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
448
529
|
- @atlaskit/docs@7.0.3
|
|
449
530
|
- @atlaskit/avatar@15.0.4
|
|
450
531
|
- @atlaskit/drawer@3.0.7
|
|
@@ -474,7 +555,8 @@
|
|
|
474
555
|
|
|
475
556
|
## 5.4.1
|
|
476
557
|
|
|
477
|
-
- Updated dependencies
|
|
558
|
+
- Updated dependencies
|
|
559
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
478
560
|
- @atlaskit/icon@16.0.4
|
|
479
561
|
- @atlaskit/docs@7.0.0
|
|
480
562
|
- @atlaskit/analytics@5.0.0
|
|
@@ -499,7 +581,8 @@
|
|
|
499
581
|
|
|
500
582
|
## 5.2.5
|
|
501
583
|
|
|
502
|
-
- Updated dependencies
|
|
584
|
+
- Updated dependencies
|
|
585
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
503
586
|
- @atlaskit/docs@6.0.1
|
|
504
587
|
- @atlaskit/avatar@14.1.8
|
|
505
588
|
- @atlaskit/drawer@2.7.1
|
|
@@ -578,27 +661,35 @@
|
|
|
578
661
|
|
|
579
662
|
- [major][2da04ed](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2da04ed):
|
|
580
663
|
|
|
581
|
-
- Migrate component from flow to TypeScript. Upgrading should not cause any problems but we are
|
|
664
|
+
- Migrate component from flow to TypeScript. Upgrading should not cause any problems but we are
|
|
665
|
+
releasing a new major version because of the amount of changes that were being made internally.
|
|
666
|
+
Please reach out to the maintainers in case you are having trouble uprading to the latest
|
|
667
|
+
version.
|
|
582
668
|
|
|
583
669
|
## 4.2.13
|
|
584
670
|
|
|
585
|
-
- [patch] Fixes styling of item captions and subtext
|
|
671
|
+
- [patch] Fixes styling of item captions and subtext
|
|
672
|
+
[d0d45ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0d45ff)
|
|
586
673
|
|
|
587
674
|
## 4.2.12
|
|
588
675
|
|
|
589
|
-
- [patch] Fix sub text style.
|
|
676
|
+
- [patch] Fix sub text style.
|
|
677
|
+
[5bdb0bb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5bdb0bb)
|
|
590
678
|
|
|
591
679
|
## 4.2.11
|
|
592
680
|
|
|
593
|
-
- [patch] Add link to advanced issue search at the top of the jira pre query screen.
|
|
681
|
+
- [patch] Add link to advanced issue search at the top of the jira pre query screen.
|
|
682
|
+
[f0f66b7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f0f66b7)
|
|
594
683
|
|
|
595
684
|
## 4.2.10
|
|
596
685
|
|
|
597
|
-
- [patch] Fixing selected style for Item and Fixing focus on Quick search when component is not
|
|
686
|
+
- [patch] Fixing selected style for Item and Fixing focus on Quick search when component is not
|
|
687
|
+
remounted [9532a1b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9532a1b)
|
|
598
688
|
|
|
599
689
|
## 4.2.9
|
|
600
690
|
|
|
601
|
-
- [patch] Updated dependencies
|
|
691
|
+
- [patch] Updated dependencies
|
|
692
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
602
693
|
- @atlaskit/docs@5.0.8
|
|
603
694
|
- @atlaskit/avatar@14.0.11
|
|
604
695
|
- @atlaskit/field-base@11.0.8
|
|
@@ -608,11 +699,13 @@
|
|
|
608
699
|
|
|
609
700
|
## 4.2.8
|
|
610
701
|
|
|
611
|
-
- [patch] Add support for Jira default icons for boards, filters and issues
|
|
702
|
+
- [patch] Add support for Jira default icons for boards, filters and issues
|
|
703
|
+
[deb791d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/deb791d)
|
|
612
704
|
|
|
613
705
|
## 4.2.7
|
|
614
706
|
|
|
615
|
-
- [patch] Updated dependencies
|
|
707
|
+
- [patch] Updated dependencies
|
|
708
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
616
709
|
- @atlaskit/theme@6.0.0
|
|
617
710
|
- @atlaskit/navigation@33.1.5
|
|
618
711
|
- @atlaskit/item@8.0.5
|
|
@@ -623,8 +716,11 @@
|
|
|
623
716
|
|
|
624
717
|
## 4.2.6
|
|
625
718
|
|
|
626
|
-
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
627
|
-
|
|
719
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
720
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
721
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
722
|
+
- [none] Updated dependencies
|
|
723
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
628
724
|
- @atlaskit/navigation@33.1.3
|
|
629
725
|
- @atlaskit/field-base@11.0.3
|
|
630
726
|
- @atlaskit/theme@5.1.3
|
|
@@ -635,12 +731,15 @@
|
|
|
635
731
|
|
|
636
732
|
## 4.2.5
|
|
637
733
|
|
|
638
|
-
- [patch] Make context prop optional
|
|
639
|
-
|
|
734
|
+
- [patch] Make context prop optional
|
|
735
|
+
[3f902d5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f902d5)
|
|
736
|
+
- [none] Updated dependencies
|
|
737
|
+
[3f902d5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f902d5)
|
|
640
738
|
|
|
641
739
|
## 4.2.4
|
|
642
740
|
|
|
643
|
-
- [patch] Updated dependencies
|
|
741
|
+
- [patch] Updated dependencies
|
|
742
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
644
743
|
- @atlaskit/navigation@33.1.2
|
|
645
744
|
- @atlaskit/item@8.0.3
|
|
646
745
|
- @atlaskit/icon@13.2.2
|
|
@@ -652,38 +751,53 @@
|
|
|
652
751
|
|
|
653
752
|
## 4.2.3
|
|
654
753
|
|
|
655
|
-
- [patch] add missing attributes to analytics
|
|
656
|
-
|
|
754
|
+
- [patch] add missing attributes to analytics
|
|
755
|
+
[2a0346a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2a0346a)
|
|
756
|
+
- [patch] Updated dependencies
|
|
757
|
+
[2a0346a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2a0346a)
|
|
657
758
|
|
|
658
759
|
## 4.2.2
|
|
659
760
|
|
|
660
|
-
- [patch] fix keyboard navigation
|
|
661
|
-
|
|
761
|
+
- [patch] fix keyboard navigation
|
|
762
|
+
[2dbff95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2dbff95)
|
|
763
|
+
- [patch] Updated dependencies
|
|
764
|
+
[2dbff95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2dbff95)
|
|
662
765
|
|
|
663
766
|
## 4.2.1
|
|
664
767
|
|
|
665
|
-
- [patch] reduce number of updates/rendering in quick-search
|
|
666
|
-
|
|
768
|
+
- [patch] reduce number of updates/rendering in quick-search
|
|
769
|
+
[9fbaafd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9fbaafd)
|
|
770
|
+
- [patch] Updated dependencies
|
|
771
|
+
[9fbaafd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9fbaafd)
|
|
667
772
|
|
|
668
773
|
## 4.2.0
|
|
669
774
|
|
|
670
|
-
- [minor] Rewrite internal keyboard handling implementation.
|
|
671
|
-
|
|
775
|
+
- [minor] Rewrite internal keyboard handling implementation.
|
|
776
|
+
[0ebfc9a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ebfc9a)
|
|
777
|
+
- [none] Updated dependencies
|
|
778
|
+
[0ebfc9a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ebfc9a)
|
|
672
779
|
|
|
673
780
|
## 4.1.0
|
|
674
781
|
|
|
675
|
-
- [minor] Passes the keyboard event from quick search to the submit event handler to ensure global
|
|
676
|
-
|
|
782
|
+
- [minor] Passes the keyboard event from quick search to the submit event handler to ensure global
|
|
783
|
+
search redirects with the complete search query.
|
|
784
|
+
[2d6668f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d6668f)
|
|
785
|
+
- [none] Updated dependencies
|
|
786
|
+
[2d6668f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d6668f)
|
|
677
787
|
|
|
678
788
|
## 4.0.1
|
|
679
789
|
|
|
680
|
-
- [patch] Add extra analytics event for highlight and selection of a search result
|
|
681
|
-
|
|
790
|
+
- [patch] Add extra analytics event for highlight and selection of a search result
|
|
791
|
+
[12e79bf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12e79bf)
|
|
792
|
+
- [patch] Updated dependencies
|
|
793
|
+
[12e79bf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12e79bf)
|
|
682
794
|
|
|
683
795
|
## 4.0.0
|
|
684
796
|
|
|
685
|
-
- [major] Updates to React ^16.4.0
|
|
686
|
-
|
|
797
|
+
- [major] Updates to React ^16.4.0
|
|
798
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
799
|
+
- [major] Updated dependencies
|
|
800
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
687
801
|
- @atlaskit/field-base@11.0.0
|
|
688
802
|
- @atlaskit/theme@5.0.0
|
|
689
803
|
- @atlaskit/docs@5.0.0
|
|
@@ -692,7 +806,8 @@
|
|
|
692
806
|
- @atlaskit/item@8.0.0
|
|
693
807
|
- @atlaskit/icon@13.0.0
|
|
694
808
|
- @atlaskit/avatar@14.0.0
|
|
695
|
-
- [major] Updated dependencies
|
|
809
|
+
- [major] Updated dependencies
|
|
810
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
696
811
|
- @atlaskit/navigation@33.0.0
|
|
697
812
|
- @atlaskit/field-base@11.0.0
|
|
698
813
|
- @atlaskit/theme@5.0.0
|
|
@@ -704,68 +819,89 @@
|
|
|
704
819
|
|
|
705
820
|
## 3.0.2
|
|
706
821
|
|
|
707
|
-
- [patch] Move tests under src and club unit, integration, visual regression
|
|
708
|
-
|
|
822
|
+
- [patch] Move tests under src and club unit, integration, visual regression
|
|
823
|
+
[39c427d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/39c427d)
|
|
824
|
+
- [none] Updated dependencies
|
|
825
|
+
[39c427d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/39c427d)
|
|
709
826
|
|
|
710
827
|
## 3.0.1
|
|
711
828
|
|
|
712
|
-
- [none] Updated dependencies
|
|
829
|
+
- [none] Updated dependencies
|
|
830
|
+
[da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
|
|
713
831
|
- @atlaskit/item@7.0.8
|
|
714
832
|
- @atlaskit/navigation@32.3.3
|
|
715
833
|
- @atlaskit/avatar@13.0.0
|
|
716
|
-
- [patch] Updated dependencies
|
|
834
|
+
- [patch] Updated dependencies
|
|
835
|
+
[7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
|
|
717
836
|
- @atlaskit/avatar@13.0.0
|
|
718
837
|
- @atlaskit/navigation@32.3.3
|
|
719
838
|
- @atlaskit/item@7.0.8
|
|
720
839
|
|
|
721
840
|
## 3.0.0
|
|
722
841
|
|
|
723
|
-
- [major] Search header is now sticky. Needs navigation 32.3.0 or higher to work properly.
|
|
724
|
-
|
|
725
|
-
- [
|
|
842
|
+
- [major] Search header is now sticky. Needs navigation 32.3.0 or higher to work properly.
|
|
843
|
+
[8bf8e51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8bf8e51)
|
|
844
|
+
- [minor] Support sticky header and footer
|
|
845
|
+
[8b8ace1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b8ace1)
|
|
846
|
+
- [none] Updated dependencies
|
|
847
|
+
[8bf8e51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8bf8e51)
|
|
726
848
|
- @atlaskit/navigation@32.3.2
|
|
727
|
-
- [none] Updated dependencies
|
|
849
|
+
- [none] Updated dependencies
|
|
850
|
+
[8b8ace1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b8ace1)
|
|
728
851
|
- @atlaskit/navigation@32.3.2
|
|
729
852
|
|
|
730
853
|
## 2.3.4
|
|
731
854
|
|
|
732
|
-
- [patch] Updated dependencies
|
|
855
|
+
- [patch] Updated dependencies
|
|
856
|
+
[8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
|
|
733
857
|
- @atlaskit/avatar@12.0.0
|
|
734
858
|
- @atlaskit/navigation@32.3.1
|
|
735
859
|
- @atlaskit/item@7.0.7
|
|
736
860
|
|
|
737
861
|
## 2.3.3
|
|
738
862
|
|
|
739
|
-
- [patch] Replace faker with lightweight internal functions
|
|
740
|
-
|
|
863
|
+
- [patch] Replace faker with lightweight internal functions
|
|
864
|
+
[1c3352a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c3352a)
|
|
865
|
+
- [none] Updated dependencies
|
|
866
|
+
[1c3352a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c3352a)
|
|
741
867
|
|
|
742
868
|
## 2.3.2
|
|
743
869
|
|
|
744
|
-
- [patch] Decreasing padding on items and fix analytics.'
|
|
745
|
-
|
|
870
|
+
- [patch] Decreasing padding on items and fix analytics.'
|
|
871
|
+
[0f73740](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f73740)
|
|
872
|
+
- [none] Updated dependencies
|
|
873
|
+
[0f73740](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f73740)
|
|
746
874
|
|
|
747
875
|
## 2.3.1
|
|
748
876
|
|
|
749
|
-
- [patch] Minor bugfixes and UI tweaks.
|
|
750
|
-
|
|
877
|
+
- [patch] Minor bugfixes and UI tweaks.
|
|
878
|
+
[80899e1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80899e1)
|
|
879
|
+
- [none] Updated dependencies
|
|
880
|
+
[80899e1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80899e1)
|
|
751
881
|
|
|
752
882
|
## 2.3.0
|
|
753
883
|
|
|
754
|
-
- [minor] Fixes types for Flow 0.74
|
|
755
|
-
|
|
884
|
+
- [minor] Fixes types for Flow 0.74
|
|
885
|
+
[dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
|
|
886
|
+
- [none] Updated dependencies
|
|
887
|
+
[dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
|
|
756
888
|
- @atlaskit/navigation@32.2.0
|
|
757
889
|
- @atlaskit/icon@12.2.0
|
|
758
890
|
- @atlaskit/avatar@11.2.0
|
|
759
891
|
|
|
760
892
|
## 2.2.0
|
|
761
893
|
|
|
762
|
-
- [minor] onSearchSubmit prop also triggers on Shift+Enter
|
|
763
|
-
|
|
894
|
+
- [minor] onSearchSubmit prop also triggers on Shift+Enter
|
|
895
|
+
[745b283](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/745b283)
|
|
896
|
+
- [none] Updated dependencies
|
|
897
|
+
[745b283](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/745b283)
|
|
764
898
|
|
|
765
899
|
## 2.1.1
|
|
766
900
|
|
|
767
|
-
- [patch] Update changelogs to remove duplicate
|
|
768
|
-
|
|
901
|
+
- [patch] Update changelogs to remove duplicate
|
|
902
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
903
|
+
- [none] Updated dependencies
|
|
904
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
769
905
|
- @atlaskit/theme@4.0.3
|
|
770
906
|
- @atlaskit/item@7.0.4
|
|
771
907
|
- @atlaskit/icon@12.1.1
|
|
@@ -776,7 +912,8 @@
|
|
|
776
912
|
|
|
777
913
|
## 2.1.0
|
|
778
914
|
|
|
779
|
-
- [none] Updated dependencies
|
|
915
|
+
- [none] Updated dependencies
|
|
916
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
780
917
|
- @atlaskit/navigation@32.1.0
|
|
781
918
|
- @atlaskit/item@7.0.3
|
|
782
919
|
- @atlaskit/avatar@11.1.0
|
|
@@ -788,8 +925,10 @@
|
|
|
788
925
|
|
|
789
926
|
## 2.0.0
|
|
790
927
|
|
|
791
|
-
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
792
|
-
|
|
928
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
929
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
930
|
+
- [patch] Updated dependencies
|
|
931
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
793
932
|
- @atlaskit/navigation@32.0.0
|
|
794
933
|
- @atlaskit/item@7.0.0
|
|
795
934
|
- @atlaskit/icon@12.0.0
|
|
@@ -801,31 +940,39 @@
|
|
|
801
940
|
|
|
802
941
|
## 1.7.2
|
|
803
942
|
|
|
804
|
-
- [patch] Updated dependencies
|
|
943
|
+
- [patch] Updated dependencies
|
|
944
|
+
[1c87e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c87e5a)
|
|
805
945
|
- @atlaskit/navigation@31.0.5
|
|
806
946
|
|
|
807
947
|
## 1.7.1
|
|
808
948
|
|
|
809
|
-
- [patch] Fix searchbox height.
|
|
810
|
-
|
|
949
|
+
- [patch] Fix searchbox height.
|
|
950
|
+
[586f868](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/586f868)
|
|
951
|
+
- [none] Updated dependencies
|
|
952
|
+
[586f868](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/586f868)
|
|
811
953
|
|
|
812
954
|
## 1.7.0
|
|
813
955
|
|
|
814
|
-
- [minor] Change subText rendering of ObjectResult
|
|
815
|
-
|
|
956
|
+
- [minor] Change subText rendering of ObjectResult
|
|
957
|
+
[dc6bfd7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc6bfd7)
|
|
958
|
+
- [none] Updated dependencies
|
|
959
|
+
[dc6bfd7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc6bfd7)
|
|
816
960
|
|
|
817
961
|
## 1.6.0
|
|
818
962
|
|
|
819
963
|
- [minor] UI Polish [65392e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65392e5)
|
|
820
|
-
- [none] Updated dependencies
|
|
964
|
+
- [none] Updated dependencies
|
|
965
|
+
[65392e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65392e5)
|
|
821
966
|
|
|
822
967
|
## 1.5.0
|
|
823
968
|
|
|
824
|
-
- [minor] Add Avatar prop to quick search result types
|
|
969
|
+
- [minor] Add Avatar prop to quick search result types
|
|
970
|
+
[aefb12d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aefb12d)
|
|
825
971
|
|
|
826
972
|
## 1.4.2
|
|
827
973
|
|
|
828
|
-
- [patch] Updated dependencies
|
|
974
|
+
- [patch] Updated dependencies
|
|
975
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
829
976
|
- @atlaskit/icon@11.3.0
|
|
830
977
|
- @atlaskit/navigation@31.0.4
|
|
831
978
|
- @atlaskit/item@6.0.3
|
|
@@ -839,26 +986,32 @@
|
|
|
839
986
|
|
|
840
987
|
## 1.4.0
|
|
841
988
|
|
|
842
|
-
- [minor] Add support for linkComponent prop
|
|
989
|
+
- [minor] Add support for linkComponent prop
|
|
990
|
+
[4c9e683](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4c9e683)
|
|
843
991
|
|
|
844
992
|
## 1.3.2
|
|
845
993
|
|
|
846
|
-
- [patch] Remove dependency on navigation
|
|
994
|
+
- [patch] Remove dependency on navigation
|
|
995
|
+
[756d26b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/756d26b)
|
|
847
996
|
|
|
848
997
|
## 1.3.1
|
|
849
998
|
|
|
850
999
|
## 1.3.0
|
|
851
1000
|
|
|
852
|
-
- [minor] Remove unecessary dependencies
|
|
1001
|
+
- [minor] Remove unecessary dependencies
|
|
1002
|
+
[3bd4dd8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3bd4dd8)
|
|
853
1003
|
|
|
854
1004
|
## 1.2.0
|
|
855
1005
|
|
|
856
|
-
- [minor] Add missing AkSearch legacy export
|
|
1006
|
+
- [minor] Add missing AkSearch legacy export
|
|
1007
|
+
[1b40786](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b40786)
|
|
857
1008
|
|
|
858
1009
|
## 1.1.0
|
|
859
1010
|
|
|
860
|
-
- [minor] Fix wrongly named legacy exports
|
|
1011
|
+
- [minor] Fix wrongly named legacy exports
|
|
1012
|
+
[e7baf6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7baf6b)
|
|
861
1013
|
|
|
862
1014
|
## 1.0.0
|
|
863
1015
|
|
|
864
|
-
- [major] Extract quick-search from @atlaskit/navigation
|
|
1016
|
+
- [major] Extract quick-search from @atlaskit/navigation
|
|
1017
|
+
[dda7e32](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dda7e32)
|