@atlaskit/quick-search 8.1.10 → 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 +261 -114
- 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,34 +1,52 @@
|
|
|
1
1
|
# @atlaskit/quick-search
|
|
2
2
|
|
|
3
|
+
## 8.1.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 8.1.10
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [#83176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83176)
|
|
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.
|
|
8
18
|
|
|
9
19
|
## 8.1.9
|
|
10
20
|
|
|
11
21
|
### Patch Changes
|
|
12
22
|
|
|
13
|
-
- [#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`
|
|
14
26
|
|
|
15
27
|
## 8.1.8
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
- [#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
|
|
20
34
|
|
|
21
35
|
## 8.1.7
|
|
22
36
|
|
|
23
37
|
### Patch Changes
|
|
24
38
|
|
|
25
|
-
- [#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
|
|
26
42
|
|
|
27
43
|
## 8.1.6
|
|
28
44
|
|
|
29
45
|
### Patch Changes
|
|
30
46
|
|
|
31
|
-
- [#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
|
|
32
50
|
|
|
33
51
|
## 8.1.5
|
|
34
52
|
|
|
@@ -40,32 +58,42 @@
|
|
|
40
58
|
|
|
41
59
|
### Patch Changes
|
|
42
60
|
|
|
43
|
-
- [#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.
|
|
44
64
|
|
|
45
65
|
## 8.1.3
|
|
46
66
|
|
|
47
67
|
### Patch Changes
|
|
48
68
|
|
|
49
|
-
- [#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
|
|
50
72
|
- Updated dependencies
|
|
51
73
|
|
|
52
74
|
## 8.1.2
|
|
53
75
|
|
|
54
76
|
### Patch Changes
|
|
55
77
|
|
|
56
|
-
- [#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
|
|
57
81
|
|
|
58
82
|
## 8.1.1
|
|
59
83
|
|
|
60
84
|
### Patch Changes
|
|
61
85
|
|
|
62
|
-
- [#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`
|
|
63
89
|
|
|
64
90
|
## 8.1.0
|
|
65
91
|
|
|
66
92
|
### Minor Changes
|
|
67
93
|
|
|
68
|
-
- [#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
|
|
69
97
|
|
|
70
98
|
### Patch Changes
|
|
71
99
|
|
|
@@ -75,25 +103,33 @@
|
|
|
75
103
|
|
|
76
104
|
### Patch Changes
|
|
77
105
|
|
|
78
|
-
- [#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
|
|
79
109
|
|
|
80
110
|
## 8.0.14
|
|
81
111
|
|
|
82
112
|
### Patch Changes
|
|
83
113
|
|
|
84
|
-
- [#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.
|
|
85
117
|
|
|
86
118
|
## 8.0.13
|
|
87
119
|
|
|
88
120
|
### Patch Changes
|
|
89
121
|
|
|
90
|
-
- [#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`
|
|
91
125
|
|
|
92
126
|
## 8.0.12
|
|
93
127
|
|
|
94
128
|
### Patch Changes
|
|
95
129
|
|
|
96
|
-
- [#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`.
|
|
97
133
|
|
|
98
134
|
## 8.0.11
|
|
99
135
|
|
|
@@ -105,7 +141,9 @@
|
|
|
105
141
|
|
|
106
142
|
### Patch Changes
|
|
107
143
|
|
|
108
|
-
- [#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
|
|
109
147
|
|
|
110
148
|
## 8.0.9
|
|
111
149
|
|
|
@@ -117,37 +155,50 @@
|
|
|
117
155
|
|
|
118
156
|
### Patch Changes
|
|
119
157
|
|
|
120
|
-
- [#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.
|
|
121
161
|
- Updated dependencies
|
|
122
162
|
|
|
123
163
|
## 8.0.7
|
|
124
164
|
|
|
125
165
|
### Patch Changes
|
|
126
166
|
|
|
127
|
-
- [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136)
|
|
128
|
-
|
|
129
|
-
|
|
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
|
|
130
174
|
|
|
131
175
|
## 8.0.6
|
|
132
176
|
|
|
133
177
|
### Patch Changes
|
|
134
178
|
|
|
135
|
-
- [#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.
|
|
136
182
|
- Updated dependencies
|
|
137
183
|
|
|
138
184
|
## 8.0.5
|
|
139
185
|
|
|
140
186
|
### Patch Changes
|
|
141
187
|
|
|
142
|
-
- [#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
|
|
143
191
|
|
|
144
192
|
## 8.0.4
|
|
145
193
|
|
|
146
194
|
### Patch Changes
|
|
147
195
|
|
|
148
|
-
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
149
|
-
|
|
150
|
-
|
|
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.
|
|
151
202
|
|
|
152
203
|
## 8.0.3
|
|
153
204
|
|
|
@@ -159,10 +210,12 @@
|
|
|
159
210
|
|
|
160
211
|
### Patch Changes
|
|
161
212
|
|
|
162
|
-
- [#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
|
|
163
216
|
|
|
164
|
-
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
165
|
-
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.
|
|
166
219
|
|
|
167
220
|
## 8.0.1
|
|
168
221
|
|
|
@@ -174,8 +227,11 @@
|
|
|
174
227
|
|
|
175
228
|
### Major Changes
|
|
176
229
|
|
|
177
|
-
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
178
|
-
|
|
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
|
|
179
235
|
|
|
180
236
|
### Patch Changes
|
|
181
237
|
|
|
@@ -197,13 +253,17 @@
|
|
|
197
253
|
|
|
198
254
|
### Patch Changes
|
|
199
255
|
|
|
200
|
-
- [#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
|
|
201
259
|
|
|
202
260
|
## 7.8.6
|
|
203
261
|
|
|
204
262
|
### Patch Changes
|
|
205
263
|
|
|
206
|
-
- [#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
|
|
207
267
|
|
|
208
268
|
## 7.8.5
|
|
209
269
|
|
|
@@ -211,7 +271,8 @@
|
|
|
211
271
|
|
|
212
272
|
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
213
273
|
|
|
214
|
-
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):
|
|
215
276
|
|
|
216
277
|
- @atlaskit/docs@8.3.2
|
|
217
278
|
- @atlaskit/analytics@7.0.1
|
|
@@ -227,8 +288,10 @@
|
|
|
227
288
|
|
|
228
289
|
### Patch Changes
|
|
229
290
|
|
|
230
|
-
- Updated dependencies
|
|
231
|
-
|
|
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):
|
|
232
295
|
- @atlaskit/analytics@7.0.0
|
|
233
296
|
- @atlaskit/icon@20.0.0
|
|
234
297
|
- @atlaskit/item@11.0.0
|
|
@@ -253,8 +316,10 @@
|
|
|
253
316
|
|
|
254
317
|
Fix quicksearch text input when using an IME (affects Japanese/Chinese users)
|
|
255
318
|
|
|
256
|
-
- Updated dependencies
|
|
257
|
-
|
|
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):
|
|
258
323
|
- @atlaskit/avatar@17.1.5
|
|
259
324
|
- @atlaskit/drawer@5.2.0
|
|
260
325
|
- @atlaskit/item@10.2.0
|
|
@@ -286,7 +351,8 @@
|
|
|
286
351
|
|
|
287
352
|
## 7.7.1
|
|
288
353
|
|
|
289
|
-
- Updated dependencies
|
|
354
|
+
- Updated dependencies
|
|
355
|
+
[8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
|
|
290
356
|
- @atlaskit/drawer@5.0.10
|
|
291
357
|
- @atlaskit/item@10.1.5
|
|
292
358
|
- @atlaskit/navigation@35.2.2
|
|
@@ -310,7 +376,8 @@
|
|
|
310
376
|
|
|
311
377
|
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
312
378
|
|
|
313
|
-
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
|
|
314
381
|
|
|
315
382
|
## 7.6.7
|
|
316
383
|
|
|
@@ -322,7 +389,8 @@
|
|
|
322
389
|
|
|
323
390
|
## 7.6.6
|
|
324
391
|
|
|
325
|
-
- Updated dependencies
|
|
392
|
+
- Updated dependencies
|
|
393
|
+
[75c64ee36a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/75c64ee36a):
|
|
326
394
|
- @atlaskit/drawer@5.0.0
|
|
327
395
|
|
|
328
396
|
## 7.6.5
|
|
@@ -353,8 +421,10 @@
|
|
|
353
421
|
- Adding back cjs
|
|
354
422
|
- Replacing es5 by cjs and es2015 by esm
|
|
355
423
|
- Creating folders at the root for entry-points
|
|
356
|
-
- Removing the generation of the entry-points at the root
|
|
357
|
-
|
|
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
|
|
358
428
|
|
|
359
429
|
## 7.6.2
|
|
360
430
|
|
|
@@ -362,7 +432,8 @@
|
|
|
362
432
|
|
|
363
433
|
- [patch][5427f7028a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5427f7028a):
|
|
364
434
|
|
|
365
|
-
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.
|
|
366
437
|
|
|
367
438
|
## 7.6.1
|
|
368
439
|
|
|
@@ -382,7 +453,8 @@
|
|
|
382
453
|
|
|
383
454
|
## 7.5.1
|
|
384
455
|
|
|
385
|
-
- Updated dependencies
|
|
456
|
+
- Updated dependencies
|
|
457
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
386
458
|
- @atlaskit/docs@8.1.3
|
|
387
459
|
- @atlaskit/avatar@16.0.6
|
|
388
460
|
- @atlaskit/drawer@4.2.1
|
|
@@ -401,7 +473,8 @@
|
|
|
401
473
|
|
|
402
474
|
## 7.4.1
|
|
403
475
|
|
|
404
|
-
- Updated dependencies
|
|
476
|
+
- Updated dependencies
|
|
477
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
405
478
|
- @atlaskit/docs@8.1.2
|
|
406
479
|
- @atlaskit/avatar@16.0.3
|
|
407
480
|
- @atlaskit/drawer@4.1.3
|
|
@@ -440,7 +513,8 @@
|
|
|
440
513
|
|
|
441
514
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
442
515
|
|
|
443
|
-
- 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.
|
|
444
518
|
|
|
445
519
|
## 6.1.2
|
|
446
520
|
|
|
@@ -450,7 +524,8 @@
|
|
|
450
524
|
|
|
451
525
|
## 6.1.1
|
|
452
526
|
|
|
453
|
-
- Updated dependencies
|
|
527
|
+
- Updated dependencies
|
|
528
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
454
529
|
- @atlaskit/docs@7.0.3
|
|
455
530
|
- @atlaskit/avatar@15.0.4
|
|
456
531
|
- @atlaskit/drawer@3.0.7
|
|
@@ -480,7 +555,8 @@
|
|
|
480
555
|
|
|
481
556
|
## 5.4.1
|
|
482
557
|
|
|
483
|
-
- Updated dependencies
|
|
558
|
+
- Updated dependencies
|
|
559
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
484
560
|
- @atlaskit/icon@16.0.4
|
|
485
561
|
- @atlaskit/docs@7.0.0
|
|
486
562
|
- @atlaskit/analytics@5.0.0
|
|
@@ -505,7 +581,8 @@
|
|
|
505
581
|
|
|
506
582
|
## 5.2.5
|
|
507
583
|
|
|
508
|
-
- Updated dependencies
|
|
584
|
+
- Updated dependencies
|
|
585
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
509
586
|
- @atlaskit/docs@6.0.1
|
|
510
587
|
- @atlaskit/avatar@14.1.8
|
|
511
588
|
- @atlaskit/drawer@2.7.1
|
|
@@ -584,27 +661,35 @@
|
|
|
584
661
|
|
|
585
662
|
- [major][2da04ed](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2da04ed):
|
|
586
663
|
|
|
587
|
-
- 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.
|
|
588
668
|
|
|
589
669
|
## 4.2.13
|
|
590
670
|
|
|
591
|
-
- [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)
|
|
592
673
|
|
|
593
674
|
## 4.2.12
|
|
594
675
|
|
|
595
|
-
- [patch] Fix sub text style.
|
|
676
|
+
- [patch] Fix sub text style.
|
|
677
|
+
[5bdb0bb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5bdb0bb)
|
|
596
678
|
|
|
597
679
|
## 4.2.11
|
|
598
680
|
|
|
599
|
-
- [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)
|
|
600
683
|
|
|
601
684
|
## 4.2.10
|
|
602
685
|
|
|
603
|
-
- [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)
|
|
604
688
|
|
|
605
689
|
## 4.2.9
|
|
606
690
|
|
|
607
|
-
- [patch] Updated dependencies
|
|
691
|
+
- [patch] Updated dependencies
|
|
692
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
608
693
|
- @atlaskit/docs@5.0.8
|
|
609
694
|
- @atlaskit/avatar@14.0.11
|
|
610
695
|
- @atlaskit/field-base@11.0.8
|
|
@@ -614,11 +699,13 @@
|
|
|
614
699
|
|
|
615
700
|
## 4.2.8
|
|
616
701
|
|
|
617
|
-
- [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)
|
|
618
704
|
|
|
619
705
|
## 4.2.7
|
|
620
706
|
|
|
621
|
-
- [patch] Updated dependencies
|
|
707
|
+
- [patch] Updated dependencies
|
|
708
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
622
709
|
- @atlaskit/theme@6.0.0
|
|
623
710
|
- @atlaskit/navigation@33.1.5
|
|
624
711
|
- @atlaskit/item@8.0.5
|
|
@@ -629,8 +716,11 @@
|
|
|
629
716
|
|
|
630
717
|
## 4.2.6
|
|
631
718
|
|
|
632
|
-
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
633
|
-
|
|
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)
|
|
634
724
|
- @atlaskit/navigation@33.1.3
|
|
635
725
|
- @atlaskit/field-base@11.0.3
|
|
636
726
|
- @atlaskit/theme@5.1.3
|
|
@@ -641,12 +731,15 @@
|
|
|
641
731
|
|
|
642
732
|
## 4.2.5
|
|
643
733
|
|
|
644
|
-
- [patch] Make context prop optional
|
|
645
|
-
|
|
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)
|
|
646
738
|
|
|
647
739
|
## 4.2.4
|
|
648
740
|
|
|
649
|
-
- [patch] Updated dependencies
|
|
741
|
+
- [patch] Updated dependencies
|
|
742
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
650
743
|
- @atlaskit/navigation@33.1.2
|
|
651
744
|
- @atlaskit/item@8.0.3
|
|
652
745
|
- @atlaskit/icon@13.2.2
|
|
@@ -658,38 +751,53 @@
|
|
|
658
751
|
|
|
659
752
|
## 4.2.3
|
|
660
753
|
|
|
661
|
-
- [patch] add missing attributes to analytics
|
|
662
|
-
|
|
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)
|
|
663
758
|
|
|
664
759
|
## 4.2.2
|
|
665
760
|
|
|
666
|
-
- [patch] fix keyboard navigation
|
|
667
|
-
|
|
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)
|
|
668
765
|
|
|
669
766
|
## 4.2.1
|
|
670
767
|
|
|
671
|
-
- [patch] reduce number of updates/rendering in quick-search
|
|
672
|
-
|
|
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)
|
|
673
772
|
|
|
674
773
|
## 4.2.0
|
|
675
774
|
|
|
676
|
-
- [minor] Rewrite internal keyboard handling implementation.
|
|
677
|
-
|
|
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)
|
|
678
779
|
|
|
679
780
|
## 4.1.0
|
|
680
781
|
|
|
681
|
-
- [minor] Passes the keyboard event from quick search to the submit event handler to ensure global
|
|
682
|
-
|
|
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)
|
|
683
787
|
|
|
684
788
|
## 4.0.1
|
|
685
789
|
|
|
686
|
-
- [patch] Add extra analytics event for highlight and selection of a search result
|
|
687
|
-
|
|
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)
|
|
688
794
|
|
|
689
795
|
## 4.0.0
|
|
690
796
|
|
|
691
|
-
- [major] Updates to React ^16.4.0
|
|
692
|
-
|
|
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)
|
|
693
801
|
- @atlaskit/field-base@11.0.0
|
|
694
802
|
- @atlaskit/theme@5.0.0
|
|
695
803
|
- @atlaskit/docs@5.0.0
|
|
@@ -698,7 +806,8 @@
|
|
|
698
806
|
- @atlaskit/item@8.0.0
|
|
699
807
|
- @atlaskit/icon@13.0.0
|
|
700
808
|
- @atlaskit/avatar@14.0.0
|
|
701
|
-
- [major] Updated dependencies
|
|
809
|
+
- [major] Updated dependencies
|
|
810
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
702
811
|
- @atlaskit/navigation@33.0.0
|
|
703
812
|
- @atlaskit/field-base@11.0.0
|
|
704
813
|
- @atlaskit/theme@5.0.0
|
|
@@ -710,68 +819,89 @@
|
|
|
710
819
|
|
|
711
820
|
## 3.0.2
|
|
712
821
|
|
|
713
|
-
- [patch] Move tests under src and club unit, integration, visual regression
|
|
714
|
-
|
|
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)
|
|
715
826
|
|
|
716
827
|
## 3.0.1
|
|
717
828
|
|
|
718
|
-
- [none] Updated dependencies
|
|
829
|
+
- [none] Updated dependencies
|
|
830
|
+
[da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
|
|
719
831
|
- @atlaskit/item@7.0.8
|
|
720
832
|
- @atlaskit/navigation@32.3.3
|
|
721
833
|
- @atlaskit/avatar@13.0.0
|
|
722
|
-
- [patch] Updated dependencies
|
|
834
|
+
- [patch] Updated dependencies
|
|
835
|
+
[7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
|
|
723
836
|
- @atlaskit/avatar@13.0.0
|
|
724
837
|
- @atlaskit/navigation@32.3.3
|
|
725
838
|
- @atlaskit/item@7.0.8
|
|
726
839
|
|
|
727
840
|
## 3.0.0
|
|
728
841
|
|
|
729
|
-
- [major] Search header is now sticky. Needs navigation 32.3.0 or higher to work properly.
|
|
730
|
-
|
|
731
|
-
- [
|
|
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)
|
|
732
848
|
- @atlaskit/navigation@32.3.2
|
|
733
|
-
- [none] Updated dependencies
|
|
849
|
+
- [none] Updated dependencies
|
|
850
|
+
[8b8ace1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b8ace1)
|
|
734
851
|
- @atlaskit/navigation@32.3.2
|
|
735
852
|
|
|
736
853
|
## 2.3.4
|
|
737
854
|
|
|
738
|
-
- [patch] Updated dependencies
|
|
855
|
+
- [patch] Updated dependencies
|
|
856
|
+
[8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
|
|
739
857
|
- @atlaskit/avatar@12.0.0
|
|
740
858
|
- @atlaskit/navigation@32.3.1
|
|
741
859
|
- @atlaskit/item@7.0.7
|
|
742
860
|
|
|
743
861
|
## 2.3.3
|
|
744
862
|
|
|
745
|
-
- [patch] Replace faker with lightweight internal functions
|
|
746
|
-
|
|
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)
|
|
747
867
|
|
|
748
868
|
## 2.3.2
|
|
749
869
|
|
|
750
|
-
- [patch] Decreasing padding on items and fix analytics.'
|
|
751
|
-
|
|
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)
|
|
752
874
|
|
|
753
875
|
## 2.3.1
|
|
754
876
|
|
|
755
|
-
- [patch] Minor bugfixes and UI tweaks.
|
|
756
|
-
|
|
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)
|
|
757
881
|
|
|
758
882
|
## 2.3.0
|
|
759
883
|
|
|
760
|
-
- [minor] Fixes types for Flow 0.74
|
|
761
|
-
|
|
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)
|
|
762
888
|
- @atlaskit/navigation@32.2.0
|
|
763
889
|
- @atlaskit/icon@12.2.0
|
|
764
890
|
- @atlaskit/avatar@11.2.0
|
|
765
891
|
|
|
766
892
|
## 2.2.0
|
|
767
893
|
|
|
768
|
-
- [minor] onSearchSubmit prop also triggers on Shift+Enter
|
|
769
|
-
|
|
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)
|
|
770
898
|
|
|
771
899
|
## 2.1.1
|
|
772
900
|
|
|
773
|
-
- [patch] Update changelogs to remove duplicate
|
|
774
|
-
|
|
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)
|
|
775
905
|
- @atlaskit/theme@4.0.3
|
|
776
906
|
- @atlaskit/item@7.0.4
|
|
777
907
|
- @atlaskit/icon@12.1.1
|
|
@@ -782,7 +912,8 @@
|
|
|
782
912
|
|
|
783
913
|
## 2.1.0
|
|
784
914
|
|
|
785
|
-
- [none] Updated dependencies
|
|
915
|
+
- [none] Updated dependencies
|
|
916
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
786
917
|
- @atlaskit/navigation@32.1.0
|
|
787
918
|
- @atlaskit/item@7.0.3
|
|
788
919
|
- @atlaskit/avatar@11.1.0
|
|
@@ -794,8 +925,10 @@
|
|
|
794
925
|
|
|
795
926
|
## 2.0.0
|
|
796
927
|
|
|
797
|
-
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
798
|
-
|
|
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)
|
|
799
932
|
- @atlaskit/navigation@32.0.0
|
|
800
933
|
- @atlaskit/item@7.0.0
|
|
801
934
|
- @atlaskit/icon@12.0.0
|
|
@@ -807,31 +940,39 @@
|
|
|
807
940
|
|
|
808
941
|
## 1.7.2
|
|
809
942
|
|
|
810
|
-
- [patch] Updated dependencies
|
|
943
|
+
- [patch] Updated dependencies
|
|
944
|
+
[1c87e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c87e5a)
|
|
811
945
|
- @atlaskit/navigation@31.0.5
|
|
812
946
|
|
|
813
947
|
## 1.7.1
|
|
814
948
|
|
|
815
|
-
- [patch] Fix searchbox height.
|
|
816
|
-
|
|
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)
|
|
817
953
|
|
|
818
954
|
## 1.7.0
|
|
819
955
|
|
|
820
|
-
- [minor] Change subText rendering of ObjectResult
|
|
821
|
-
|
|
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)
|
|
822
960
|
|
|
823
961
|
## 1.6.0
|
|
824
962
|
|
|
825
963
|
- [minor] UI Polish [65392e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65392e5)
|
|
826
|
-
- [none] Updated dependencies
|
|
964
|
+
- [none] Updated dependencies
|
|
965
|
+
[65392e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65392e5)
|
|
827
966
|
|
|
828
967
|
## 1.5.0
|
|
829
968
|
|
|
830
|
-
- [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)
|
|
831
971
|
|
|
832
972
|
## 1.4.2
|
|
833
973
|
|
|
834
|
-
- [patch] Updated dependencies
|
|
974
|
+
- [patch] Updated dependencies
|
|
975
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
835
976
|
- @atlaskit/icon@11.3.0
|
|
836
977
|
- @atlaskit/navigation@31.0.4
|
|
837
978
|
- @atlaskit/item@6.0.3
|
|
@@ -845,26 +986,32 @@
|
|
|
845
986
|
|
|
846
987
|
## 1.4.0
|
|
847
988
|
|
|
848
|
-
- [minor] Add support for linkComponent prop
|
|
989
|
+
- [minor] Add support for linkComponent prop
|
|
990
|
+
[4c9e683](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4c9e683)
|
|
849
991
|
|
|
850
992
|
## 1.3.2
|
|
851
993
|
|
|
852
|
-
- [patch] Remove dependency on navigation
|
|
994
|
+
- [patch] Remove dependency on navigation
|
|
995
|
+
[756d26b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/756d26b)
|
|
853
996
|
|
|
854
997
|
## 1.3.1
|
|
855
998
|
|
|
856
999
|
## 1.3.0
|
|
857
1000
|
|
|
858
|
-
- [minor] Remove unecessary dependencies
|
|
1001
|
+
- [minor] Remove unecessary dependencies
|
|
1002
|
+
[3bd4dd8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3bd4dd8)
|
|
859
1003
|
|
|
860
1004
|
## 1.2.0
|
|
861
1005
|
|
|
862
|
-
- [minor] Add missing AkSearch legacy export
|
|
1006
|
+
- [minor] Add missing AkSearch legacy export
|
|
1007
|
+
[1b40786](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b40786)
|
|
863
1008
|
|
|
864
1009
|
## 1.1.0
|
|
865
1010
|
|
|
866
|
-
- [minor] Fix wrongly named legacy exports
|
|
1011
|
+
- [minor] Fix wrongly named legacy exports
|
|
1012
|
+
[e7baf6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7baf6b)
|
|
867
1013
|
|
|
868
1014
|
## 1.0.0
|
|
869
1015
|
|
|
870
|
-
- [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)
|