@atlaskit/avatar-group 9.6.1 → 9.8.0
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 +733 -713
- package/README.md +2 -1
- package/__perf__/default.tsx +12 -12
- package/dist/cjs/components/avatar-group.js +3 -1
- package/dist/cjs/components/grid.js +12 -7
- package/dist/cjs/components/internal/components/popup-avatar-group.js +4 -0
- package/dist/cjs/components/more-indicator.js +38 -32
- package/dist/cjs/components/stack.js +11 -5
- package/dist/es2019/components/avatar-group.js +5 -0
- package/dist/es2019/components/grid.js +12 -7
- package/dist/es2019/components/internal/components/popup-avatar-group.js +5 -0
- package/dist/es2019/components/more-indicator.js +28 -22
- package/dist/es2019/components/stack.js +11 -5
- package/dist/esm/components/avatar-group.js +5 -0
- package/dist/esm/components/grid.js +12 -7
- package/dist/esm/components/internal/components/popup-avatar-group.js +5 -0
- package/dist/esm/components/more-indicator.js +39 -32
- package/dist/esm/components/stack.js +11 -5
- package/dist/types/components/avatar-group-item.d.ts +1 -1
- package/dist/types/components/avatar-group.d.ts +7 -4
- package/dist/types/components/grid.d.ts +4 -1
- package/dist/types/components/internal/components/focus-manager.d.ts +2 -2
- package/dist/types/components/internal/components/popup-avatar-group.d.ts +1 -1
- package/dist/types/components/internal/hooks/use-register-item-with-focus-manager.d.ts +1 -1
- package/dist/types/components/internal/utiles/handle-focus.d.ts +1 -1
- package/dist/types/components/stack.d.ts +4 -1
- package/dist/types/components/types.d.ts +5 -5
- package/dist/types/components/utils.d.ts +1 -1
- package/dist/types-ts4.5/components/avatar-group-item.d.ts +1 -1
- package/dist/types-ts4.5/components/avatar-group.d.ts +7 -4
- package/dist/types-ts4.5/components/grid.d.ts +4 -1
- package/dist/types-ts4.5/components/internal/components/focus-manager.d.ts +2 -2
- package/dist/types-ts4.5/components/internal/components/popup-avatar-group.d.ts +1 -1
- package/dist/types-ts4.5/components/internal/hooks/use-register-item-with-focus-manager.d.ts +1 -1
- package/dist/types-ts4.5/components/internal/utiles/handle-focus.d.ts +1 -1
- package/dist/types-ts4.5/components/stack.d.ts +4 -1
- package/dist/types-ts4.5/components/types.d.ts +5 -5
- package/dist/types-ts4.5/components/utils.d.ts +1 -1
- package/package.json +96 -98
- package/report.api.md +66 -65
package/CHANGELOG.md
CHANGED
|
@@ -1,1384 +1,1404 @@
|
|
|
1
1
|
# @atlaskit/avatar-group
|
|
2
2
|
|
|
3
|
+
## 9.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#113372](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113372)
|
|
8
|
+
[`4b4faf5caa25a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4b4faf5caa25a) -
|
|
9
|
+
[ux] The font size and font weight of avatar group more button is brought in line with design
|
|
10
|
+
system guidelines.
|
|
11
|
+
|
|
12
|
+
## 9.7.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#111696](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111696)
|
|
17
|
+
[`20c2d58f6f8a9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/20c2d58f6f8a9) -
|
|
18
|
+
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
|
|
19
|
+
is implicitly set to automatic.
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
3
25
|
## 9.6.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
6
28
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
-
|
|
29
|
+
- [#96699](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96699)
|
|
30
|
+
[`1809bf4e75ad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1809bf4e75ad) -
|
|
31
|
+
Update font size of the 'more' indicator to be defined in rem rather than px.
|
|
32
|
+
- Updated dependencies
|
|
11
33
|
|
|
12
34
|
## 9.6.0
|
|
13
35
|
|
|
14
36
|
### Minor Changes
|
|
15
37
|
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
|
|
38
|
+
- [#96490](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96490)
|
|
39
|
+
[`e7e14229e1ca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e7e14229e1ca) -
|
|
40
|
+
Add support for React 18 in non-strict mode.
|
|
19
41
|
|
|
20
42
|
### Patch Changes
|
|
21
43
|
|
|
22
|
-
-
|
|
44
|
+
- Updated dependencies
|
|
23
45
|
|
|
24
46
|
## 9.5.4
|
|
25
47
|
|
|
26
48
|
### Patch Changes
|
|
27
49
|
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
|
|
50
|
+
- [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
|
|
51
|
+
[`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
|
|
52
|
+
Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
|
|
31
53
|
|
|
32
54
|
## 9.5.3
|
|
33
55
|
|
|
34
56
|
### Patch Changes
|
|
35
57
|
|
|
36
|
-
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
58
|
+
- [#82336](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82336)
|
|
59
|
+
[`87dafc8315c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/87dafc8315c4) -
|
|
60
|
+
Updated Avatar Group's 'data' prop documentation to add more clarity around what AvatarGroupProps
|
|
61
|
+
is.
|
|
40
62
|
|
|
41
63
|
## 9.5.2
|
|
42
64
|
|
|
43
65
|
### Patch Changes
|
|
44
66
|
|
|
45
|
-
-
|
|
46
|
-
|
|
47
|
-
|
|
67
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
68
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
69
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
48
70
|
|
|
49
71
|
## 9.5.1
|
|
50
72
|
|
|
51
73
|
### Patch Changes
|
|
52
74
|
|
|
53
|
-
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
75
|
+
- [#72130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72130)
|
|
76
|
+
[`b037e5451037`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b037e5451037) -
|
|
77
|
+
Update new button text color fallback for default theme (non-token) to match that of old button
|
|
78
|
+
current text color
|
|
57
79
|
|
|
58
80
|
## 9.5.0
|
|
59
81
|
|
|
60
82
|
### Minor Changes
|
|
61
83
|
|
|
62
|
-
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
84
|
+
- [#61786](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61786)
|
|
85
|
+
[`937861329875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/937861329875) -
|
|
86
|
+
Added the `shouldPopupRenderToParent` prop which determines if `shouldRenderToParent` is applied
|
|
87
|
+
to the avatar group's popup.
|
|
66
88
|
|
|
67
89
|
## 9.4.6
|
|
68
90
|
|
|
69
91
|
### Patch Changes
|
|
70
92
|
|
|
71
|
-
-
|
|
93
|
+
- Updated dependencies
|
|
72
94
|
|
|
73
95
|
## 9.4.5
|
|
74
96
|
|
|
75
97
|
### Patch Changes
|
|
76
98
|
|
|
77
|
-
-
|
|
78
|
-
|
|
79
|
-
|
|
99
|
+
- [#42577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42577)
|
|
100
|
+
[`d51b45b02fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d51b45b02fb) - Add
|
|
101
|
+
component to push model consumption in JFE
|
|
80
102
|
|
|
81
103
|
## 9.4.4
|
|
82
104
|
|
|
83
105
|
### Patch Changes
|
|
84
106
|
|
|
85
|
-
-
|
|
107
|
+
- Updated dependencies
|
|
86
108
|
|
|
87
109
|
## 9.4.3
|
|
88
110
|
|
|
89
111
|
### Patch Changes
|
|
90
112
|
|
|
91
|
-
-
|
|
92
|
-
|
|
93
|
-
|
|
113
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
114
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
|
|
115
|
+
changes to use space tokens. There is no expected visual or behaviour change.
|
|
94
116
|
|
|
95
117
|
## 9.4.2
|
|
96
118
|
|
|
97
119
|
### Patch Changes
|
|
98
120
|
|
|
99
|
-
-
|
|
100
|
-
|
|
101
|
-
|
|
121
|
+
- [#39128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39128)
|
|
122
|
+
[`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update
|
|
123
|
+
type definitions to conform to inherited changes from `@types/react@16.14.15`.
|
|
102
124
|
|
|
103
125
|
## 9.4.1
|
|
104
126
|
|
|
105
127
|
### Patch Changes
|
|
106
128
|
|
|
107
|
-
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
-
|
|
129
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
130
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
131
|
+
version.json
|
|
132
|
+
- Updated dependencies
|
|
111
133
|
|
|
112
134
|
## 9.4.0
|
|
113
135
|
|
|
114
136
|
### Minor Changes
|
|
115
137
|
|
|
116
|
-
-
|
|
117
|
-
|
|
118
|
-
|
|
138
|
+
- [#38166](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38166)
|
|
139
|
+
[`da7b6be2540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7b6be2540) - Fixed
|
|
140
|
+
keyboard support for the interactive element. Changed span to button for avatar-group
|
|
119
141
|
|
|
120
142
|
## 9.3.6
|
|
121
143
|
|
|
122
144
|
### Patch Changes
|
|
123
145
|
|
|
124
|
-
-
|
|
125
|
-
|
|
126
|
-
|
|
146
|
+
- [#36809](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36809)
|
|
147
|
+
[`71b58da4e00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71b58da4e00) - set
|
|
148
|
+
focus to the first avatar when popup is open
|
|
127
149
|
|
|
128
150
|
## 9.3.5
|
|
129
151
|
|
|
130
152
|
### Patch Changes
|
|
131
153
|
|
|
132
|
-
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
154
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
155
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
156
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
157
|
+
testing.
|
|
136
158
|
|
|
137
159
|
## 9.3.4
|
|
138
160
|
|
|
139
161
|
### Patch Changes
|
|
140
162
|
|
|
141
|
-
-
|
|
142
|
-
|
|
143
|
-
|
|
163
|
+
- [#33250](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33250)
|
|
164
|
+
[`cb7033c5b72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb7033c5b72) - keyboard
|
|
165
|
+
arrow (UP and DOWN) support in avatar-group popup component
|
|
144
166
|
|
|
145
167
|
## 9.3.3
|
|
146
168
|
|
|
147
169
|
### Patch Changes
|
|
148
170
|
|
|
149
|
-
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
171
|
+
- [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
|
|
172
|
+
[`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the
|
|
173
|
+
use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration
|
|
174
|
+
work. The change is internal only and should not introduce any changes for the component
|
|
175
|
+
consumers.
|
|
154
176
|
|
|
155
177
|
## 9.3.2
|
|
156
178
|
|
|
157
179
|
### Patch Changes
|
|
158
180
|
|
|
159
|
-
-
|
|
160
|
-
|
|
161
|
-
|
|
181
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
182
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
183
|
+
legacy types are published for TS 4.5-4.8
|
|
162
184
|
|
|
163
185
|
## 9.3.1
|
|
164
186
|
|
|
165
187
|
### Patch Changes
|
|
166
188
|
|
|
167
|
-
-
|
|
168
|
-
|
|
169
|
-
|
|
189
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
190
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
191
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
170
192
|
|
|
171
193
|
## 9.3.0
|
|
172
194
|
|
|
173
195
|
### Minor Changes
|
|
174
196
|
|
|
175
|
-
-
|
|
176
|
-
|
|
177
|
-
|
|
197
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
198
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
199
|
+
minor dependency bump
|
|
178
200
|
|
|
179
201
|
### Patch Changes
|
|
180
202
|
|
|
181
|
-
-
|
|
203
|
+
- Updated dependencies
|
|
182
204
|
|
|
183
205
|
## 9.2.4
|
|
184
206
|
|
|
185
207
|
### Patch Changes
|
|
186
208
|
|
|
187
|
-
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
-
|
|
209
|
+
- [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248)
|
|
210
|
+
[`a8a1fe824b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8a1fe824b0) - Removed
|
|
211
|
+
unused prop `enableTooltip` and fixed tooltip toggle in examples.
|
|
212
|
+
- Updated dependencies
|
|
191
213
|
|
|
192
214
|
## 9.2.3
|
|
193
215
|
|
|
194
216
|
### Patch Changes
|
|
195
217
|
|
|
196
|
-
-
|
|
218
|
+
- Updated dependencies
|
|
197
219
|
|
|
198
220
|
## 9.2.2
|
|
199
221
|
|
|
200
222
|
### Patch Changes
|
|
201
223
|
|
|
202
|
-
-
|
|
203
|
-
|
|
204
|
-
|
|
224
|
+
- [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
|
|
225
|
+
[`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal
|
|
226
|
+
change to update token references. There is no expected behaviour or visual change.
|
|
205
227
|
|
|
206
228
|
## 9.2.1
|
|
207
229
|
|
|
208
230
|
### Patch Changes
|
|
209
231
|
|
|
210
|
-
-
|
|
211
|
-
|
|
212
|
-
|
|
232
|
+
- [#28064](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28064)
|
|
233
|
+
[`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) - Updated
|
|
234
|
+
to use typography tokens. There is no expected behaviour or visual change.
|
|
213
235
|
|
|
214
236
|
## 9.2.0
|
|
215
237
|
|
|
216
238
|
### Minor Changes
|
|
217
239
|
|
|
218
|
-
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
configuration.
|
|
240
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
241
|
+
[`3f8f08a1888`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f8f08a1888) - Updating
|
|
242
|
+
Avatar-group component to position the tooltip either to top or bottom based on configuration.
|
|
222
243
|
|
|
223
244
|
## 9.1.4
|
|
224
245
|
|
|
225
246
|
### Patch Changes
|
|
226
247
|
|
|
227
|
-
-
|
|
248
|
+
- Updated dependencies
|
|
228
249
|
|
|
229
250
|
## 9.1.3
|
|
230
251
|
|
|
231
252
|
### Patch Changes
|
|
232
253
|
|
|
233
|
-
-
|
|
254
|
+
- Updated dependencies
|
|
234
255
|
|
|
235
256
|
## 9.1.2
|
|
236
257
|
|
|
237
258
|
### Patch Changes
|
|
238
259
|
|
|
239
|
-
-
|
|
260
|
+
- Updated dependencies
|
|
240
261
|
|
|
241
262
|
## 9.1.1
|
|
242
263
|
|
|
243
264
|
### Patch Changes
|
|
244
265
|
|
|
245
|
-
-
|
|
246
|
-
|
|
247
|
-
|
|
266
|
+
- [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
|
|
267
|
+
[`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal
|
|
268
|
+
changes to apply spacing tokens. This should be a no-op change.
|
|
248
269
|
|
|
249
270
|
## 9.1.0
|
|
250
271
|
|
|
251
272
|
### Minor Changes
|
|
252
273
|
|
|
253
|
-
-
|
|
254
|
-
|
|
255
|
-
|
|
274
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
275
|
+
[`110fb3a5f19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/110fb3a5f19) - Updates
|
|
276
|
+
`@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behaviour change.
|
|
256
277
|
|
|
257
278
|
### Patch Changes
|
|
258
279
|
|
|
259
|
-
-
|
|
280
|
+
- Updated dependencies
|
|
260
281
|
|
|
261
282
|
## 9.0.4
|
|
262
283
|
|
|
263
284
|
### Patch Changes
|
|
264
285
|
|
|
265
|
-
-
|
|
266
|
-
|
|
267
|
-
|
|
286
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
287
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
288
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
268
289
|
|
|
269
290
|
## 9.0.3
|
|
270
291
|
|
|
271
292
|
### Patch Changes
|
|
272
293
|
|
|
273
|
-
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
-
|
|
294
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
295
|
+
[`4bc286406f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bc286406f2) - [ux]
|
|
296
|
+
Update more indicator icon to use new design tokens and remove the unnecessary use of the :after
|
|
297
|
+
element with regards to the consumption of the Avatar component.
|
|
298
|
+
- Updated dependencies
|
|
278
299
|
|
|
279
300
|
## 9.0.2
|
|
280
301
|
|
|
281
302
|
### Patch Changes
|
|
282
303
|
|
|
283
|
-
-
|
|
284
|
-
|
|
285
|
-
|
|
304
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
305
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
306
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
286
307
|
|
|
287
308
|
## 9.0.1
|
|
288
309
|
|
|
289
310
|
### Patch Changes
|
|
290
311
|
|
|
291
|
-
-
|
|
292
|
-
|
|
293
|
-
|
|
312
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
|
|
313
|
+
[`45ebe7af434`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45ebe7af434) - Moved to
|
|
314
|
+
using declarative entrypoints internally. Public API is unchanged.
|
|
294
315
|
|
|
295
316
|
## 9.0.0
|
|
296
317
|
|
|
297
318
|
### Major Changes
|
|
298
319
|
|
|
299
|
-
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
320
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
321
|
+
[`92bb02bc46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92bb02bc46b) - [ux]
|
|
322
|
+
There are **no code changes required** to consume this major, but you should be aware that
|
|
323
|
+
internal changes have been made to how `@atlaskit/avatar` loads images.
|
|
303
324
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
325
|
+
Before, the image loading behaviour was written in JS. Now, it leans on a standard HTML `img` tag
|
|
326
|
+
if you provide a `src` prop, allowing it to rely on the browser to optimise the loading. These
|
|
327
|
+
changes should result in faster image loading and an improved server-side rendering story.
|
|
307
328
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
329
|
+
In this version, the **breaking change is that you will no longer see a fallback icon while the
|
|
330
|
+
image is loading**. We have intentionally removed this loading behaviour as it is no longer
|
|
331
|
+
consistent with our native `img` behaviour-first approach, and was a source of SSR bugs. Avatar
|
|
332
|
+
images will load either instantly from the cache, or very fast from a CDN. In the edge cases where
|
|
333
|
+
there is an error with the image src provided, we will still fall back to a default icon.
|
|
313
334
|
|
|
314
335
|
### Patch Changes
|
|
315
336
|
|
|
316
|
-
-
|
|
317
|
-
|
|
318
|
-
-
|
|
337
|
+
- [`1276a8179ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1276a8179ad) - [ux]
|
|
338
|
+
DSP-4535: Fix wrongly used token.
|
|
339
|
+
- Updated dependencies
|
|
319
340
|
|
|
320
341
|
## 8.5.15
|
|
321
342
|
|
|
322
343
|
### Patch Changes
|
|
323
344
|
|
|
324
|
-
-
|
|
325
|
-
|
|
326
|
-
|
|
345
|
+
- [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545)
|
|
346
|
+
[`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts
|
|
347
|
+
jsdoc strings to improve prop documentation
|
|
327
348
|
|
|
328
349
|
## 8.5.14
|
|
329
350
|
|
|
330
351
|
### Patch Changes
|
|
331
352
|
|
|
332
|
-
-
|
|
353
|
+
- Updated dependencies
|
|
333
354
|
|
|
334
355
|
## 8.5.13
|
|
335
356
|
|
|
336
357
|
### Patch Changes
|
|
337
358
|
|
|
338
|
-
-
|
|
339
|
-
|
|
340
|
-
|
|
359
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
360
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
361
|
+
to TypeScript 4.2.4
|
|
341
362
|
|
|
342
363
|
## 8.5.12
|
|
343
364
|
|
|
344
365
|
### Patch Changes
|
|
345
366
|
|
|
346
|
-
-
|
|
367
|
+
- Updated dependencies
|
|
347
368
|
|
|
348
369
|
## 8.5.11
|
|
349
370
|
|
|
350
371
|
### Patch Changes
|
|
351
372
|
|
|
352
|
-
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
-
|
|
373
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
374
|
+
[`b2f8af359cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2f8af359cf) - Rewrite
|
|
375
|
+
dynamic styles to be static to aid compiled migration.
|
|
376
|
+
- [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates
|
|
377
|
+
all usage of brand tokens to either selected or information tokens. This change is purely for
|
|
378
|
+
semantic reasons, there are no visual or behavioural changes.
|
|
379
|
+
- Updated dependencies
|
|
359
380
|
|
|
360
381
|
## 8.5.10
|
|
361
382
|
|
|
362
383
|
### Patch Changes
|
|
363
384
|
|
|
364
|
-
-
|
|
385
|
+
- Updated dependencies
|
|
365
386
|
|
|
366
387
|
## 8.5.9
|
|
367
388
|
|
|
368
389
|
### Patch Changes
|
|
369
390
|
|
|
370
|
-
-
|
|
371
|
-
|
|
372
|
-
|
|
391
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
392
|
+
[`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal
|
|
393
|
+
code change turning on a new linting rule.
|
|
373
394
|
|
|
374
395
|
## 8.5.8
|
|
375
396
|
|
|
376
397
|
### Patch Changes
|
|
377
398
|
|
|
378
|
-
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
-
|
|
399
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates
|
|
400
|
+
usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
|
|
401
|
+
visual changes
|
|
402
|
+
- Updated dependencies
|
|
382
403
|
|
|
383
404
|
## 8.5.7
|
|
384
405
|
|
|
385
406
|
### Patch Changes
|
|
386
407
|
|
|
387
|
-
-
|
|
408
|
+
- Updated dependencies
|
|
388
409
|
|
|
389
410
|
## 8.5.6
|
|
390
411
|
|
|
391
412
|
### Patch Changes
|
|
392
413
|
|
|
393
|
-
-
|
|
394
|
-
|
|
395
|
-
|
|
414
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
|
|
415
|
+
[`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
|
|
416
|
+
VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
396
417
|
|
|
397
418
|
## 8.5.5
|
|
398
419
|
|
|
399
420
|
### Patch Changes
|
|
400
421
|
|
|
401
|
-
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
-
|
|
422
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
423
|
+
[`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
|
|
424
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
425
|
+
tokens() function and improving bundle size.
|
|
426
|
+
- Updated dependencies
|
|
406
427
|
|
|
407
428
|
## 8.5.4
|
|
408
429
|
|
|
409
430
|
### Patch Changes
|
|
410
431
|
|
|
411
|
-
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
-
|
|
432
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
|
|
433
|
+
[`2b98dfda0a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b98dfda0a6) - Removes
|
|
434
|
+
`@emotion/styled` in favour of `@emotion/core`.
|
|
435
|
+
- Updated dependencies
|
|
415
436
|
|
|
416
437
|
## 8.5.3
|
|
417
438
|
|
|
418
439
|
### Patch Changes
|
|
419
440
|
|
|
420
|
-
-
|
|
421
|
-
|
|
422
|
-
|
|
441
|
+
- [#15632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15632)
|
|
442
|
+
[`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds
|
|
443
|
+
explicit type to button usages components.
|
|
423
444
|
|
|
424
445
|
## 8.5.2
|
|
425
446
|
|
|
426
447
|
### Patch Changes
|
|
427
448
|
|
|
428
|
-
-
|
|
449
|
+
- Updated dependencies
|
|
429
450
|
|
|
430
451
|
## 8.5.1
|
|
431
452
|
|
|
432
453
|
### Patch Changes
|
|
433
454
|
|
|
434
|
-
-
|
|
455
|
+
- Updated dependencies
|
|
435
456
|
|
|
436
457
|
## 8.5.0
|
|
437
458
|
|
|
438
459
|
### Minor Changes
|
|
439
460
|
|
|
440
|
-
-
|
|
441
|
-
|
|
442
|
-
|
|
461
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
462
|
+
[`016d19b8038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/016d19b8038) - [ux]
|
|
463
|
+
When avatar's are disabled their tooltip will no longer be displayed.
|
|
443
464
|
|
|
444
465
|
### Patch Changes
|
|
445
466
|
|
|
446
|
-
-
|
|
467
|
+
- Updated dependencies
|
|
447
468
|
|
|
448
469
|
## 8.4.0
|
|
449
470
|
|
|
450
471
|
### Minor Changes
|
|
451
472
|
|
|
452
|
-
-
|
|
453
|
-
|
|
454
|
-
|
|
473
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
474
|
+
[`c79bc186958`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c79bc186958) - [ux]
|
|
475
|
+
Colors are now sourced through tokens.
|
|
455
476
|
|
|
456
477
|
### Patch Changes
|
|
457
478
|
|
|
458
|
-
-
|
|
459
|
-
|
|
460
|
-
-
|
|
479
|
+
- [`2d7cc544696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d7cc544696) - Updates
|
|
480
|
+
token usage to match the latest token set
|
|
481
|
+
- Updated dependencies
|
|
461
482
|
|
|
462
483
|
## 8.3.2
|
|
463
484
|
|
|
464
485
|
### Patch Changes
|
|
465
486
|
|
|
466
|
-
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
-
|
|
470
|
-
|
|
471
|
-
-
|
|
487
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
488
|
+
[`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects
|
|
489
|
+
eslint supressions.
|
|
490
|
+
- [`9a84a3ceb82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a84a3ceb82) - Internal
|
|
491
|
+
code changes.
|
|
492
|
+
- Updated dependencies
|
|
472
493
|
|
|
473
494
|
## 8.3.1
|
|
474
495
|
|
|
475
496
|
### Patch Changes
|
|
476
497
|
|
|
477
|
-
-
|
|
478
|
-
|
|
479
|
-
|
|
498
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
499
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
500
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
480
501
|
|
|
481
502
|
## 8.3.0
|
|
482
503
|
|
|
483
504
|
### Minor Changes
|
|
484
505
|
|
|
485
|
-
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
506
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
507
|
+
[`5ba523fc937`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ba523fc937) - Now the
|
|
508
|
+
`AvatarGroup` is marked with ul and li elements. This makes it easier for users with assistive
|
|
509
|
+
technologies to distinguish `AvatarGroup` ( which is a list of avatars ) among other page
|
|
510
|
+
components. The default label that the screen reader announces when a user selects the AvatarGroup
|
|
511
|
+
is `list avatar group x items`. When one of AvatarGroupItems is selected screen reader
|
|
512
|
+
announcement is `[avatar label], i of n` where `i` - index of a selected item, `n` - the length of
|
|
513
|
+
the list.
|
|
493
514
|
|
|
494
|
-
|
|
515
|
+
To change the label of a list you can use `label` props.
|
|
495
516
|
|
|
496
517
|
### Patch Changes
|
|
497
518
|
|
|
498
|
-
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
-
|
|
502
|
-
|
|
503
|
-
-
|
|
519
|
+
- [`c056ee44d4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c056ee44d4b) - Added
|
|
520
|
+
the design system tech stacks to the package.json and fixed linting errors, disabled some rules to
|
|
521
|
+
prevent bringing breaking changes
|
|
522
|
+
- [`4121ef822c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4121ef822c4) - Fixing
|
|
523
|
+
issue where AvatarGroup list-style-type style would get overridden by product styles.
|
|
524
|
+
- Updated dependencies
|
|
504
525
|
|
|
505
526
|
## 8.2.0
|
|
506
527
|
|
|
507
528
|
### Minor Changes
|
|
508
529
|
|
|
509
|
-
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
530
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
531
|
+
[`8f84c89cad5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f84c89cad5) - [ux] The
|
|
532
|
+
styles of overflow button of avatar group has been aligned with default button styles. Also,
|
|
533
|
+
contrast issue of the button has been fixed.
|
|
513
534
|
|
|
514
535
|
### Patch Changes
|
|
515
536
|
|
|
516
|
-
-
|
|
537
|
+
- Updated dependencies
|
|
517
538
|
|
|
518
539
|
## 8.1.1
|
|
519
540
|
|
|
520
541
|
### Patch Changes
|
|
521
542
|
|
|
522
|
-
-
|
|
543
|
+
- Updated dependencies
|
|
523
544
|
|
|
524
545
|
## 8.1.0
|
|
525
546
|
|
|
526
547
|
### Minor Changes
|
|
527
548
|
|
|
528
|
-
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
549
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
550
|
+
[`c40dcf42d93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c40dcf42d93) - [ux]
|
|
551
|
+
Added passing an empty name prop to Avatar in the AvararGroupItem that is used for overflow
|
|
552
|
+
dropdown menu. Screen reader does not announce name twice now.
|
|
532
553
|
|
|
533
554
|
### Patch Changes
|
|
534
555
|
|
|
535
|
-
-
|
|
556
|
+
- Updated dependencies
|
|
536
557
|
|
|
537
558
|
## 8.0.15
|
|
538
559
|
|
|
539
560
|
### Patch Changes
|
|
540
561
|
|
|
541
|
-
-
|
|
542
|
-
|
|
543
|
-
|
|
562
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
563
|
+
[`dd0ddc74ee4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0ddc74ee4) - Support
|
|
564
|
+
onClick handlers on anchor elements in Avatar Group
|
|
544
565
|
|
|
545
566
|
## 8.0.14
|
|
546
567
|
|
|
547
568
|
### Patch Changes
|
|
548
569
|
|
|
549
|
-
-
|
|
550
|
-
|
|
551
|
-
|
|
570
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
|
|
571
|
+
[`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed
|
|
572
|
+
extraneous/unnecessary dependencies for design system components.
|
|
552
573
|
|
|
553
574
|
## 8.0.13
|
|
554
575
|
|
|
555
576
|
### Patch Changes
|
|
556
577
|
|
|
557
|
-
-
|
|
578
|
+
- Updated dependencies
|
|
558
579
|
|
|
559
580
|
## 8.0.12
|
|
560
581
|
|
|
561
582
|
### Patch Changes
|
|
562
583
|
|
|
563
|
-
-
|
|
564
|
-
|
|
565
|
-
|
|
584
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
585
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
586
|
+
packages using babel rather than tsc
|
|
566
587
|
|
|
567
588
|
## 8.0.11
|
|
568
589
|
|
|
569
590
|
### Patch Changes
|
|
570
591
|
|
|
571
|
-
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
592
|
+
- [#5620](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5620)
|
|
593
|
+
[`07fcbf76b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07fcbf76b3) - [ux]
|
|
594
|
+
`avatar-group` now renders properly when used in a `modal-dialog`. The overflow menu is visible
|
|
595
|
+
above the modal content.
|
|
575
596
|
|
|
576
597
|
## 8.0.10
|
|
577
598
|
|
|
578
599
|
### Patch Changes
|
|
579
600
|
|
|
580
|
-
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
601
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
602
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
603
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
604
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
605
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
606
|
+
`devDependencies` to denote version that the package was built with.
|
|
586
607
|
|
|
587
608
|
## 8.0.9
|
|
588
609
|
|
|
589
610
|
### Patch Changes
|
|
590
611
|
|
|
591
|
-
-
|
|
612
|
+
- Updated dependencies
|
|
592
613
|
|
|
593
614
|
## 8.0.8
|
|
594
615
|
|
|
595
616
|
### Patch Changes
|
|
596
617
|
|
|
597
|
-
-
|
|
598
|
-
|
|
599
|
-
|
|
618
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
|
|
619
|
+
[`19d7d96007`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d7d96007) - [ux] Now
|
|
620
|
+
AvatarGroup wouldn't create non-interactive buttons in case there is no action provided
|
|
600
621
|
|
|
601
622
|
## 8.0.7
|
|
602
623
|
|
|
603
624
|
### Patch Changes
|
|
604
625
|
|
|
605
|
-
-
|
|
626
|
+
- Updated dependencies
|
|
606
627
|
|
|
607
628
|
## 8.0.6
|
|
608
629
|
|
|
609
630
|
### Patch Changes
|
|
610
631
|
|
|
611
|
-
-
|
|
612
|
-
|
|
613
|
-
|
|
632
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
633
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
634
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
614
635
|
|
|
615
|
-
|
|
616
|
-
|
|
636
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
637
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
617
638
|
|
|
618
639
|
## 8.0.5
|
|
619
640
|
|
|
620
641
|
### Patch Changes
|
|
621
642
|
|
|
622
|
-
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
-
|
|
643
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
644
|
+
[`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
|
|
645
|
+
'lodash' package instead of single-function 'lodash.\*' packages
|
|
646
|
+
- Updated dependencies
|
|
626
647
|
|
|
627
648
|
## 8.0.4
|
|
628
649
|
|
|
629
650
|
### Patch Changes
|
|
630
651
|
|
|
631
|
-
-
|
|
632
|
-
|
|
633
|
-
|
|
652
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
|
|
653
|
+
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme
|
|
654
|
+
and package information has been updated to point to the new design system website.
|
|
634
655
|
|
|
635
656
|
## 8.0.3
|
|
636
657
|
|
|
637
658
|
### Patch Changes
|
|
638
659
|
|
|
639
|
-
-
|
|
660
|
+
- Updated dependencies
|
|
640
661
|
|
|
641
662
|
## 8.0.2
|
|
642
663
|
|
|
643
664
|
### Patch Changes
|
|
644
665
|
|
|
645
|
-
-
|
|
646
|
-
|
|
647
|
-
|
|
666
|
+
- [#3048](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3048)
|
|
667
|
+
[`3a919f4263`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a919f4263) - Fixed
|
|
668
|
+
.name being used as a key for AvatarGroup Tooltip's
|
|
648
669
|
|
|
649
670
|
## 8.0.1
|
|
650
671
|
|
|
651
672
|
### Patch Changes
|
|
652
673
|
|
|
653
|
-
-
|
|
654
|
-
|
|
655
|
-
|
|
674
|
+
- [#3804](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3804)
|
|
675
|
+
[`ab9503b252`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab9503b252) - Ensure
|
|
676
|
+
moreButtonProps is passed through to the MoreButton
|
|
656
677
|
|
|
657
678
|
## 8.0.0
|
|
658
679
|
|
|
659
680
|
### Major Changes
|
|
660
681
|
|
|
661
|
-
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
682
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
683
|
+
[`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) -
|
|
684
|
+
`AvatarGroup` has been migrated to **lite-mode**. Users should see performance improvements and
|
|
685
|
+
reduced bundlesize.
|
|
665
686
|
|
|
666
|
-
|
|
687
|
+
**Change summary:**
|
|
667
688
|
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
689
|
+
- `name` is now a required property of the `data` attribute. This was previously not required
|
|
690
|
+
simply because we forwarded avatars props. Names should always be supplied so that avatars can
|
|
691
|
+
be differentiated in a meaningful way (although they are not required to be unique).
|
|
692
|
+
- new prop `isTooltipDisabled` has been provided to allow users to disable tooltips
|
|
693
|
+
- AvatarGroup now uses `@emotion`
|
|
673
694
|
|
|
674
|
-
|
|
695
|
+
**Misc.**
|
|
675
696
|
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
697
|
+
- Fixed broken margin styling bug with `stack` groups
|
|
698
|
+
- Replaced `dropdown-menu` with a lighter and more performant `popup` component
|
|
699
|
+
- Removed custom `dropdown-menu` styling
|
|
700
|
+
- Removed all HOC usage
|
|
701
|
+
- More indicator is now just a stylized Avatar rather than a complete style re-implementation of
|
|
702
|
+
Avatar
|
|
682
703
|
|
|
683
704
|
### Patch Changes
|
|
684
705
|
|
|
685
|
-
-
|
|
686
|
-
|
|
687
|
-
-
|
|
688
|
-
|
|
689
|
-
-
|
|
690
|
-
|
|
691
|
-
-
|
|
692
|
-
|
|
693
|
-
-
|
|
706
|
+
- [`54f1e38676`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54f1e38676) - Replace
|
|
707
|
+
custom menu implementation with @atlaskit/menu components
|
|
708
|
+
- [`e99c1c2ac8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99c1c2ac8) - Removes
|
|
709
|
+
text decoration from AvatarItems rendered as anchor tags
|
|
710
|
+
- [`d833e8c531`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d833e8c531) -
|
|
711
|
+
AvatarGroup component is longer typed via FC
|
|
712
|
+
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
|
|
713
|
+
the theme imports to be tree-shakable
|
|
714
|
+
- Updated dependencies
|
|
694
715
|
|
|
695
716
|
## 7.0.1
|
|
696
717
|
|
|
697
718
|
### Patch Changes
|
|
698
719
|
|
|
699
|
-
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
720
|
+
- [#3363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3363)
|
|
721
|
+
[`ae57cd8744`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae57cd8744) - Assignment
|
|
722
|
+
of key for AvatarGroup children made user driven now and using Array.index as a fallback, which
|
|
723
|
+
fixes the unique key issue in AvaratGroup.
|
|
703
724
|
|
|
704
725
|
## 7.0.0
|
|
705
726
|
|
|
706
727
|
### Major Changes
|
|
707
728
|
|
|
708
|
-
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
729
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
730
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
731
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
732
|
+
IE11. For more information see:
|
|
733
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
713
734
|
|
|
714
735
|
### Patch Changes
|
|
715
736
|
|
|
716
|
-
-
|
|
737
|
+
- Updated dependencies
|
|
717
738
|
|
|
718
739
|
## 6.0.3
|
|
719
740
|
|
|
720
741
|
### Patch Changes
|
|
721
742
|
|
|
722
|
-
-
|
|
723
|
-
|
|
724
|
-
|
|
743
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
|
|
744
|
+
[`e91d934e94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e91d934e94) - Using
|
|
745
|
+
avatar.name + index as key for AvatarGroup
|
|
725
746
|
|
|
726
747
|
## 6.0.2
|
|
727
748
|
|
|
728
749
|
### Patch Changes
|
|
729
750
|
|
|
730
|
-
-
|
|
731
|
-
|
|
732
|
-
|
|
751
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
752
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
|
|
753
|
+
supporting files will no longer be published to npm
|
|
733
754
|
|
|
734
755
|
## 6.0.1
|
|
735
756
|
|
|
736
757
|
### Patch Changes
|
|
737
758
|
|
|
738
|
-
-
|
|
739
|
-
|
|
740
|
-
|
|
759
|
+
- [#2794](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2794)
|
|
760
|
+
[`2daf5b6054`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2daf5b6054) -
|
|
761
|
+
AvatarGroup will now send the index of the clicked item via the onAvatarClick event handler
|
|
741
762
|
|
|
742
763
|
## 6.0.0
|
|
743
764
|
|
|
744
765
|
### Major Changes
|
|
745
766
|
|
|
746
|
-
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
767
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
768
|
+
[`a7ca7039c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7ca7039c7) -
|
|
769
|
+
AvatarGroup previously depended heavily on Avatar internals such as styles, `getProps` and
|
|
770
|
+
`withPseudoState`. These have been moved directly into AvatarGroup to finally decouple the two
|
|
771
|
+
components. We will revisit this when we convert AvatarGroup to lite-mode and most likely remove
|
|
772
|
+
them entirely.
|
|
752
773
|
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
774
|
+
Previously, it was possible to pass arbritray props to the underlying Avatar via the `data` prop.
|
|
775
|
+
This is no longer supported. Please pass props directly to the custom avatar / presence / status
|
|
776
|
+
components.
|
|
756
777
|
|
|
757
778
|
### Patch Changes
|
|
758
779
|
|
|
759
|
-
-
|
|
780
|
+
- Updated dependencies
|
|
760
781
|
|
|
761
782
|
## 5.1.2
|
|
762
783
|
|
|
763
784
|
### Patch Changes
|
|
764
785
|
|
|
765
|
-
-
|
|
786
|
+
- [patch][e95a8726e2](https://bitbucket.org/atlassian/atlassian-frontend/commits/e95a8726e2):
|
|
766
787
|
|
|
767
|
-
|
|
768
|
-
|
|
788
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
789
|
+
[9e4b195732](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e4b195732):
|
|
769
790
|
|
|
770
|
-
-
|
|
771
|
-
|
|
772
|
-
-
|
|
773
|
-
|
|
774
|
-
-
|
|
775
|
-
|
|
776
|
-
-
|
|
777
|
-
|
|
778
|
-
-
|
|
779
|
-
|
|
780
|
-
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
791
|
+
- Updated dependencies
|
|
792
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
793
|
+
- Updated dependencies
|
|
794
|
+
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
795
|
+
- Updated dependencies
|
|
796
|
+
[f7f2068a76](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f2068a76):
|
|
797
|
+
- Updated dependencies
|
|
798
|
+
[167a55fd7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/167a55fd7a):
|
|
799
|
+
- Updated dependencies
|
|
800
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
801
|
+
- Updated dependencies
|
|
802
|
+
[7a2540821c](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a2540821c):
|
|
803
|
+
- @atlaskit/toggle@8.1.7
|
|
804
|
+
- @atlaskit/button@13.3.11
|
|
805
|
+
- @atlaskit/icon@20.1.1
|
|
806
|
+
- @atlaskit/code@11.1.5
|
|
807
|
+
- @atlaskit/avatar@17.1.10
|
|
808
|
+
- @atlaskit/dropdown-menu@9.0.3
|
|
788
809
|
|
|
789
810
|
## 5.1.1
|
|
790
811
|
|
|
791
812
|
### Patch Changes
|
|
792
813
|
|
|
793
|
-
-
|
|
814
|
+
- [patch][28573f37a7](https://bitbucket.org/atlassian/atlassian-frontend/commits/28573f37a7):
|
|
794
815
|
|
|
795
|
-
|
|
796
|
-
|
|
816
|
+
Fix hover and focus state of the more indicator- Updated dependencies
|
|
817
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
797
818
|
|
|
798
|
-
-
|
|
799
|
-
|
|
800
|
-
-
|
|
801
|
-
|
|
802
|
-
-
|
|
803
|
-
|
|
804
|
-
-
|
|
805
|
-
|
|
806
|
-
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
819
|
+
- Updated dependencies
|
|
820
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
821
|
+
- Updated dependencies
|
|
822
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
823
|
+
- Updated dependencies
|
|
824
|
+
[8b9598a760](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b9598a760):
|
|
825
|
+
- Updated dependencies
|
|
826
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
827
|
+
- Updated dependencies
|
|
828
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
829
|
+
- @atlaskit/docs@8.4.0
|
|
830
|
+
- @atlaskit/icon@20.1.0
|
|
831
|
+
- @atlaskit/item@11.0.2
|
|
832
|
+
- @atlaskit/field-base@14.0.2
|
|
833
|
+
- @atlaskit/avatar@17.1.9
|
|
834
|
+
- @atlaskit/button@13.3.9
|
|
835
|
+
- @atlaskit/dropdown-menu@9.0.2
|
|
836
|
+
- @atlaskit/toggle@8.1.6
|
|
816
837
|
|
|
817
838
|
## 5.1.0
|
|
818
839
|
|
|
819
840
|
### Minor Changes
|
|
820
841
|
|
|
821
|
-
-
|
|
842
|
+
- [minor][e9a14f945f](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9a14f945f):
|
|
822
843
|
|
|
823
|
-
|
|
824
|
-
|
|
844
|
+
Adds overrides for Avatar and AvatarGroupItem.-
|
|
845
|
+
[minor][4859ceaa73](https://bitbucket.org/atlassian/atlassian-frontend/commits/4859ceaa73):
|
|
825
846
|
|
|
826
|
-
|
|
847
|
+
Adds test id for the container, avatar, and overflow menu elements.
|
|
827
848
|
|
|
828
849
|
### Patch Changes
|
|
829
850
|
|
|
830
|
-
-
|
|
831
|
-
|
|
832
|
-
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
851
|
+
- Updated dependencies
|
|
852
|
+
[9e87af4685](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e87af4685):
|
|
853
|
+
- Updated dependencies
|
|
854
|
+
[0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
|
|
855
|
+
- @atlaskit/dropdown-menu@9.0.0
|
|
856
|
+
- @atlaskit/icon@20.0.2
|
|
836
857
|
|
|
837
858
|
## 5.0.4
|
|
838
859
|
|
|
839
860
|
### Patch Changes
|
|
840
861
|
|
|
841
|
-
-
|
|
862
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
842
863
|
|
|
843
|
-
|
|
844
|
-
|
|
864
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
865
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
845
866
|
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
867
|
+
- @atlaskit/docs@8.3.2
|
|
868
|
+
- @atlaskit/visual-regression@0.1.9
|
|
869
|
+
- @atlaskit/avatar@17.1.7
|
|
870
|
+
- @atlaskit/button@13.3.7
|
|
871
|
+
- @atlaskit/code@11.1.3
|
|
872
|
+
- @atlaskit/dropdown-menu@8.2.4
|
|
873
|
+
- @atlaskit/field-base@14.0.1
|
|
874
|
+
- @atlaskit/icon@20.0.1
|
|
875
|
+
- @atlaskit/item@11.0.1
|
|
876
|
+
- @atlaskit/theme@9.5.1
|
|
877
|
+
- @atlaskit/toggle@8.1.4
|
|
857
878
|
|
|
858
879
|
## 5.0.3
|
|
859
880
|
|
|
860
881
|
### Patch Changes
|
|
861
882
|
|
|
862
|
-
-
|
|
863
|
-
|
|
864
|
-
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
883
|
+
- Updated dependencies
|
|
884
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
885
|
+
- Updated dependencies
|
|
886
|
+
[b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
|
|
887
|
+
- @atlaskit/field-base@14.0.0
|
|
888
|
+
- @atlaskit/icon@20.0.0
|
|
889
|
+
- @atlaskit/item@11.0.0
|
|
890
|
+
- @atlaskit/avatar@17.1.6
|
|
891
|
+
- @atlaskit/dropdown-menu@8.2.3
|
|
892
|
+
- @atlaskit/docs@8.3.1
|
|
893
|
+
- @atlaskit/button@13.3.6
|
|
873
894
|
|
|
874
895
|
## 5.0.2
|
|
875
896
|
|
|
876
897
|
### Patch Changes
|
|
877
898
|
|
|
878
|
-
-
|
|
899
|
+
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
879
900
|
|
|
880
|
-
|
|
881
|
-
|
|
901
|
+
Fixes onMoreClick return type to void-
|
|
902
|
+
[patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
882
903
|
|
|
883
|
-
|
|
884
|
-
|
|
904
|
+
Fixes return type of onClick in MoreIndicator to void- Updated dependencies
|
|
905
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
885
906
|
|
|
886
|
-
-
|
|
887
|
-
|
|
888
|
-
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
907
|
+
- Updated dependencies
|
|
908
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
909
|
+
- Updated dependencies
|
|
910
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
911
|
+
- @atlaskit/avatar@17.1.5
|
|
912
|
+
- @atlaskit/field-base@13.0.16
|
|
913
|
+
- @atlaskit/item@10.2.0
|
|
893
914
|
|
|
894
915
|
## 5.0.1
|
|
895
916
|
|
|
896
917
|
### Patch Changes
|
|
897
918
|
|
|
898
|
-
-
|
|
919
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
899
920
|
|
|
900
|
-
|
|
921
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
901
922
|
|
|
902
923
|
## 5.0.0
|
|
903
924
|
|
|
904
925
|
### Major Changes
|
|
905
926
|
|
|
906
|
-
-
|
|
927
|
+
- [major][40bda8f796](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40bda8f796):
|
|
907
928
|
|
|
908
|
-
|
|
909
|
-
|
|
929
|
+
@atlaskit/avatar-group has been converted to Typescript. Typescript consumers will now get static
|
|
930
|
+
type safety. Flow types are no longer provided. No API or behavioural changes.
|
|
910
931
|
|
|
911
932
|
## 4.0.13
|
|
912
933
|
|
|
913
|
-
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
934
|
+
- Updated dependencies
|
|
935
|
+
[8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
|
|
936
|
+
- @atlaskit/dropdown-menu@8.1.1
|
|
937
|
+
- @atlaskit/item@10.1.5
|
|
938
|
+
- @atlaskit/avatar@17.0.0
|
|
939
|
+
- @atlaskit/theme@9.2.2
|
|
919
940
|
|
|
920
941
|
## 4.0.12
|
|
921
942
|
|
|
922
943
|
### Patch Changes
|
|
923
944
|
|
|
924
|
-
-
|
|
945
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
925
946
|
|
|
926
|
-
|
|
927
|
-
|
|
947
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
948
|
+
non-relative imports as relative imports
|
|
928
949
|
|
|
929
950
|
## 4.0.11
|
|
930
951
|
|
|
931
952
|
### Patch Changes
|
|
932
953
|
|
|
933
|
-
-
|
|
954
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
934
955
|
|
|
935
|
-
|
|
956
|
+
Upgraded Typescript to 3.3.x
|
|
936
957
|
|
|
937
958
|
## 4.0.10
|
|
938
959
|
|
|
939
960
|
### Patch Changes
|
|
940
961
|
|
|
941
|
-
-
|
|
962
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
942
963
|
|
|
943
|
-
|
|
964
|
+
Change all the imports to theme in Core to use multi entry points
|
|
944
965
|
|
|
945
966
|
## 4.0.9
|
|
946
967
|
|
|
947
968
|
### Patch Changes
|
|
948
969
|
|
|
949
|
-
-
|
|
970
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
950
971
|
|
|
951
|
-
|
|
972
|
+
Updates component maintainers
|
|
952
973
|
|
|
953
974
|
## 4.0.8
|
|
954
975
|
|
|
955
976
|
### Patch Changes
|
|
956
977
|
|
|
957
|
-
-
|
|
978
|
+
- [patch][10d566fe8d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10d566fe8d):
|
|
958
979
|
|
|
959
|
-
|
|
980
|
+
Removed unused dependencies from package.json for avatar-group: @atlaskit/tooltip was unused.
|
|
960
981
|
|
|
961
982
|
## 4.0.7
|
|
962
983
|
|
|
963
|
-
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
984
|
+
- Updated dependencies
|
|
985
|
+
[7e9d653278](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e9d653278):
|
|
986
|
+
- @atlaskit/avatar@16.0.8
|
|
987
|
+
- @atlaskit/toggle@8.0.0
|
|
967
988
|
|
|
968
989
|
## 4.0.6
|
|
969
990
|
|
|
970
|
-
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
991
|
+
- Updated dependencies
|
|
992
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
993
|
+
- @atlaskit/docs@8.1.3
|
|
994
|
+
- @atlaskit/avatar@16.0.6
|
|
995
|
+
- @atlaskit/button@13.0.9
|
|
996
|
+
- @atlaskit/dropdown-menu@8.0.8
|
|
997
|
+
- @atlaskit/field-base@13.0.6
|
|
998
|
+
- @atlaskit/item@10.0.5
|
|
999
|
+
- @atlaskit/toggle@7.0.3
|
|
1000
|
+
- @atlaskit/tooltip@15.0.2
|
|
1001
|
+
- @atlaskit/icon@19.0.0
|
|
981
1002
|
|
|
982
1003
|
## 4.0.5
|
|
983
1004
|
|
|
984
1005
|
### Patch Changes
|
|
985
1006
|
|
|
986
|
-
-
|
|
1007
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
987
1008
|
|
|
988
|
-
|
|
1009
|
+
index.ts will now be ignored when publishing to npm
|
|
989
1010
|
|
|
990
1011
|
## 4.0.4
|
|
991
1012
|
|
|
992
|
-
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1013
|
+
- Updated dependencies
|
|
1014
|
+
[67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
|
|
1015
|
+
- @atlaskit/avatar@16.0.4
|
|
1016
|
+
- @atlaskit/dropdown-menu@8.0.5
|
|
1017
|
+
- @atlaskit/icon@18.0.1
|
|
1018
|
+
- @atlaskit/item@10.0.3
|
|
1019
|
+
- @atlaskit/tooltip@15.0.0
|
|
999
1020
|
|
|
1000
1021
|
## 4.0.3
|
|
1001
1022
|
|
|
1002
|
-
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1023
|
+
- Updated dependencies
|
|
1024
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
1025
|
+
- @atlaskit/docs@8.1.2
|
|
1026
|
+
- @atlaskit/avatar@16.0.3
|
|
1027
|
+
- @atlaskit/button@13.0.8
|
|
1028
|
+
- @atlaskit/dropdown-menu@8.0.4
|
|
1029
|
+
- @atlaskit/field-base@13.0.4
|
|
1030
|
+
- @atlaskit/item@10.0.2
|
|
1031
|
+
- @atlaskit/toggle@7.0.1
|
|
1032
|
+
- @atlaskit/tooltip@14.0.3
|
|
1033
|
+
- @atlaskit/icon@18.0.0
|
|
1013
1034
|
|
|
1014
1035
|
## 4.0.2
|
|
1015
1036
|
|
|
1016
|
-
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1037
|
+
- Updated dependencies
|
|
1038
|
+
[97bfe81ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bfe81ec8):
|
|
1039
|
+
- @atlaskit/docs@8.1.0
|
|
1040
|
+
- @atlaskit/code@11.0.0
|
|
1020
1041
|
|
|
1021
1042
|
## 4.0.1
|
|
1022
1043
|
|
|
1023
|
-
-
|
|
1044
|
+
- [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
|
|
1024
1045
|
|
|
1025
|
-
|
|
1046
|
+
- Clean couple of TODO's that were already done
|
|
1026
1047
|
|
|
1027
1048
|
## 4.0.0
|
|
1028
1049
|
|
|
1029
|
-
-
|
|
1050
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1030
1051
|
|
|
1031
|
-
|
|
1032
|
-
|
|
1052
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1053
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
1033
1054
|
|
|
1034
1055
|
## 3.0.4
|
|
1035
1056
|
|
|
1036
|
-
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1057
|
+
- Updated dependencies
|
|
1058
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
1059
|
+
- @atlaskit/docs@7.0.3
|
|
1060
|
+
- @atlaskit/avatar@15.0.4
|
|
1061
|
+
- @atlaskit/button@12.0.3
|
|
1062
|
+
- @atlaskit/code@9.0.1
|
|
1063
|
+
- @atlaskit/dropdown-menu@7.0.6
|
|
1064
|
+
- @atlaskit/field-base@12.0.2
|
|
1065
|
+
- @atlaskit/icon@16.0.9
|
|
1066
|
+
- @atlaskit/item@9.0.1
|
|
1067
|
+
- @atlaskit/toggle@6.0.4
|
|
1068
|
+
- @atlaskit/tooltip@13.0.4
|
|
1069
|
+
- @atlaskit/theme@8.1.7
|
|
1049
1070
|
|
|
1050
1071
|
## 3.0.3
|
|
1051
1072
|
|
|
1052
|
-
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1073
|
+
- Updated dependencies
|
|
1074
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
1075
|
+
- @atlaskit/docs@7.0.2
|
|
1076
|
+
- @atlaskit/avatar@15.0.3
|
|
1077
|
+
- @atlaskit/dropdown-menu@7.0.4
|
|
1078
|
+
- @atlaskit/icon@16.0.8
|
|
1079
|
+
- @atlaskit/theme@8.1.6
|
|
1080
|
+
- @atlaskit/toggle@6.0.3
|
|
1081
|
+
- @atlaskit/tooltip@13.0.3
|
|
1082
|
+
- @atlaskit/button@12.0.0
|
|
1062
1083
|
|
|
1063
1084
|
## 3.0.2
|
|
1064
1085
|
|
|
1065
|
-
-
|
|
1086
|
+
- [patch][ea173a3ee2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ea173a3ee2):
|
|
1066
1087
|
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1088
|
+
- Internal changes only. Component is now SSR compatible. If server side rendered, Avatar Images
|
|
1089
|
+
will begin to load immediately; before client bundle is ready. If this is undesired, `imageUrl`
|
|
1090
|
+
can be passed in after component is mounted.
|
|
1070
1091
|
|
|
1071
1092
|
## 3.0.1
|
|
1072
1093
|
|
|
1073
|
-
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1094
|
+
- Updated dependencies
|
|
1095
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1096
|
+
- @atlaskit/docs@7.0.1
|
|
1097
|
+
- @atlaskit/avatar@15.0.1
|
|
1098
|
+
- @atlaskit/dropdown-menu@7.0.1
|
|
1099
|
+
- @atlaskit/icon@16.0.5
|
|
1100
|
+
- @atlaskit/theme@8.0.1
|
|
1101
|
+
- @atlaskit/toggle@6.0.1
|
|
1102
|
+
- @atlaskit/tooltip@13.0.1
|
|
1103
|
+
- @atlaskit/button@11.0.0
|
|
1083
1104
|
|
|
1084
1105
|
## 3.0.0
|
|
1085
1106
|
|
|
1086
|
-
-
|
|
1107
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1087
1108
|
|
|
1088
|
-
|
|
1109
|
+
- Drop ES5 from all the flow modules
|
|
1089
1110
|
|
|
1090
|
-
|
|
1111
|
+
### Dropping CJS support in all @atlaskit packages
|
|
1091
1112
|
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1113
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
1114
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
1115
|
+
`import` and `export` declarations.
|
|
1095
1116
|
|
|
1096
|
-
|
|
1097
|
-
e.g:
|
|
1117
|
+
The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
|
|
1098
1118
|
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1119
|
+
```js
|
|
1120
|
+
import colors from `@atlaskit/theme/colors`;
|
|
1121
|
+
```
|
|
1102
1122
|
|
|
1103
|
-
|
|
1123
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
1104
1124
|
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1125
|
+
```js
|
|
1126
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
1127
|
+
```
|
|
1108
1128
|
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1129
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
|
|
1130
|
+
we have to worry about how consumers might be using things that aren't _actually_ supposed to be
|
|
1131
|
+
used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
|
|
1132
|
+
packages bundling all of theme, just to use a single color, especially in situations where tree
|
|
1133
|
+
shaking fails.
|
|
1114
1134
|
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1135
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
1136
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
1137
|
+
internal dependencies.
|
|
1118
1138
|
|
|
1119
|
-
|
|
1120
|
-
|
|
1139
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
1140
|
+
environments.
|
|
1121
1141
|
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1142
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
1143
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
1144
|
+
saner API's and simpler package architecture.
|
|
1125
1145
|
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1146
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
1147
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
1148
|
+
external) if you have any questions or queries about this.
|
|
1129
1149
|
|
|
1130
1150
|
## 2.1.12
|
|
1131
1151
|
|
|
1132
|
-
-
|
|
1152
|
+
- [patch][3a9b559382](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a9b559382):
|
|
1133
1153
|
|
|
1134
|
-
|
|
1154
|
+
- Stopping href from being passed down to Avatar in DropdownMenu rendered in AvatarGroup
|
|
1135
1155
|
|
|
1136
1156
|
## 2.1.11
|
|
1137
1157
|
|
|
1138
|
-
-
|
|
1158
|
+
- [patch][ed05c5c5d9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed05c5c5d9):
|
|
1139
1159
|
|
|
1140
|
-
|
|
1141
|
-
|
|
1160
|
+
- Change border color of avatar in avatar group dropdown menu to transparent so that it does not
|
|
1161
|
+
overlap with focus ring
|
|
1142
1162
|
|
|
1143
1163
|
## 2.1.10
|
|
1144
1164
|
|
|
1145
|
-
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1165
|
+
- Updated dependencies
|
|
1166
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
1167
|
+
- @atlaskit/docs@6.0.1
|
|
1168
|
+
- @atlaskit/avatar@14.1.8
|
|
1169
|
+
- @atlaskit/button@10.1.2
|
|
1170
|
+
- @atlaskit/dropdown-menu@6.1.26
|
|
1171
|
+
- @atlaskit/field-base@11.0.14
|
|
1172
|
+
- @atlaskit/item@8.0.15
|
|
1173
|
+
- @atlaskit/toggle@5.0.15
|
|
1174
|
+
- @atlaskit/tooltip@12.1.15
|
|
1175
|
+
- @atlaskit/icon@16.0.0
|
|
1156
1176
|
|
|
1157
1177
|
## 2.1.9
|
|
1158
1178
|
|
|
1159
|
-
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1179
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
1180
|
+
- @atlaskit/avatar@14.1.7
|
|
1181
|
+
- @atlaskit/button@10.1.1
|
|
1182
|
+
- @atlaskit/code@8.2.2
|
|
1183
|
+
- @atlaskit/dropdown-menu@6.1.25
|
|
1184
|
+
- @atlaskit/field-base@11.0.13
|
|
1185
|
+
- @atlaskit/icon@15.0.2
|
|
1186
|
+
- @atlaskit/item@8.0.14
|
|
1187
|
+
- @atlaskit/theme@7.0.1
|
|
1188
|
+
- @atlaskit/toggle@5.0.14
|
|
1189
|
+
- @atlaskit/tooltip@12.1.13
|
|
1190
|
+
- @atlaskit/docs@6.0.0
|
|
1171
1191
|
|
|
1172
1192
|
## 2.1.8
|
|
1173
1193
|
|
|
1174
|
-
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1194
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
1195
|
+
- @atlaskit/docs@5.2.3
|
|
1196
|
+
- @atlaskit/button@10.0.4
|
|
1197
|
+
- @atlaskit/code@8.2.1
|
|
1198
|
+
- @atlaskit/dropdown-menu@6.1.24
|
|
1199
|
+
- @atlaskit/field-base@11.0.12
|
|
1200
|
+
- @atlaskit/icon@15.0.1
|
|
1201
|
+
- @atlaskit/item@8.0.13
|
|
1202
|
+
- @atlaskit/toggle@5.0.13
|
|
1203
|
+
- @atlaskit/tooltip@12.1.12
|
|
1204
|
+
- @atlaskit/theme@7.0.0
|
|
1205
|
+
- @atlaskit/avatar@14.1.6
|
|
1186
1206
|
|
|
1187
1207
|
## 2.1.7
|
|
1188
1208
|
|
|
1189
|
-
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1209
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
1210
|
+
- @atlaskit/docs@5.2.2
|
|
1211
|
+
- @atlaskit/avatar@14.1.5
|
|
1212
|
+
- @atlaskit/button@10.0.1
|
|
1213
|
+
- @atlaskit/dropdown-menu@6.1.23
|
|
1214
|
+
- @atlaskit/field-base@11.0.11
|
|
1215
|
+
- @atlaskit/item@8.0.12
|
|
1216
|
+
- @atlaskit/toggle@5.0.12
|
|
1217
|
+
- @atlaskit/tooltip@12.1.11
|
|
1218
|
+
- @atlaskit/icon@15.0.0
|
|
1199
1219
|
|
|
1200
1220
|
## 2.1.6
|
|
1201
1221
|
|
|
1202
|
-
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1222
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
1223
|
+
- @atlaskit/docs@5.2.1
|
|
1224
|
+
- @atlaskit/avatar@14.1.4
|
|
1225
|
+
- @atlaskit/dropdown-menu@6.1.22
|
|
1226
|
+
- @atlaskit/icon@14.6.1
|
|
1227
|
+
- @atlaskit/theme@6.2.1
|
|
1228
|
+
- @atlaskit/toggle@5.0.11
|
|
1229
|
+
- @atlaskit/tooltip@12.1.10
|
|
1230
|
+
- @atlaskit/button@10.0.0
|
|
1211
1231
|
|
|
1212
1232
|
## 2.1.5
|
|
1213
1233
|
|
|
1214
|
-
-
|
|
1215
|
-
|
|
1234
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
1235
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
1216
1236
|
|
|
1217
1237
|
## 2.1.4
|
|
1218
1238
|
|
|
1219
|
-
-
|
|
1220
|
-
|
|
1239
|
+
- [patch] Adds new theming API to Avatar and AvatarItem components
|
|
1240
|
+
[79dd93f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79dd93f)
|
|
1221
1241
|
|
|
1222
1242
|
## 2.1.3
|
|
1223
1243
|
|
|
1224
|
-
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1244
|
+
- [patch] Updated dependencies
|
|
1245
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
1246
|
+
- @atlaskit/docs@5.0.8
|
|
1247
|
+
- @atlaskit/avatar@14.0.11
|
|
1248
|
+
- @atlaskit/button@9.0.13
|
|
1249
|
+
- @atlaskit/dropdown-menu@6.1.17
|
|
1250
|
+
- @atlaskit/field-base@11.0.8
|
|
1251
|
+
- @atlaskit/item@8.0.8
|
|
1252
|
+
- @atlaskit/toggle@5.0.9
|
|
1253
|
+
- @atlaskit/tooltip@12.1.1
|
|
1254
|
+
- @atlaskit/icon@14.0.0
|
|
1235
1255
|
|
|
1236
1256
|
## 2.1.1
|
|
1237
1257
|
|
|
1238
|
-
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1258
|
+
- [patch] Updated dependencies
|
|
1259
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
1260
|
+
- @atlaskit/theme@6.0.0
|
|
1261
|
+
- @atlaskit/tooltip@12.0.9
|
|
1262
|
+
- @atlaskit/toggle@5.0.6
|
|
1263
|
+
- @atlaskit/item@8.0.5
|
|
1264
|
+
- @atlaskit/icon@13.2.5
|
|
1265
|
+
- @atlaskit/field-base@11.0.5
|
|
1266
|
+
- @atlaskit/dropdown-menu@6.1.8
|
|
1267
|
+
- @atlaskit/code@8.0.1
|
|
1268
|
+
- @atlaskit/button@9.0.6
|
|
1269
|
+
- @atlaskit/avatar@14.0.8
|
|
1270
|
+
- @atlaskit/docs@5.0.6
|
|
1251
1271
|
|
|
1252
1272
|
## 2.1.0
|
|
1253
1273
|
|
|
1254
|
-
-
|
|
1255
|
-
|
|
1274
|
+
- [minor] Added prop moreButtonProps to allow modification of the group's MoreButton
|
|
1275
|
+
[6efa808](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6efa808)
|
|
1256
1276
|
|
|
1257
1277
|
## 2.0.8
|
|
1258
1278
|
|
|
1259
|
-
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1279
|
+
- [patch] Updated dependencies
|
|
1280
|
+
[f9c0cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c0cdb)
|
|
1281
|
+
- @atlaskit/code@8.0.0
|
|
1282
|
+
- @atlaskit/docs@5.0.5
|
|
1263
1283
|
|
|
1264
1284
|
## 2.0.7
|
|
1265
1285
|
|
|
1266
|
-
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1286
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
1287
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
1288
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1289
|
+
- [none] Updated dependencies
|
|
1290
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1291
|
+
- @atlaskit/tooltip@12.0.5
|
|
1292
|
+
- @atlaskit/field-base@11.0.3
|
|
1293
|
+
- @atlaskit/toggle@5.0.5
|
|
1294
|
+
- @atlaskit/button@9.0.5
|
|
1295
|
+
- @atlaskit/theme@5.1.3
|
|
1296
|
+
- @atlaskit/code@7.0.3
|
|
1297
|
+
- @atlaskit/item@8.0.4
|
|
1298
|
+
- @atlaskit/icon@13.2.4
|
|
1299
|
+
- @atlaskit/dropdown-menu@6.1.5
|
|
1300
|
+
- @atlaskit/avatar@14.0.6
|
|
1281
1301
|
|
|
1282
1302
|
## 2.0.6
|
|
1283
1303
|
|
|
1284
|
-
-
|
|
1285
|
-
|
|
1286
|
-
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1304
|
+
- [patch] Update pretty-proptypes
|
|
1305
|
+
[c7e484c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c7e484c)
|
|
1306
|
+
- [none] Updated dependencies
|
|
1307
|
+
[c7e484c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c7e484c)
|
|
1308
|
+
- @atlaskit/docs@5.0.3
|
|
1289
1309
|
|
|
1290
1310
|
## 2.0.5
|
|
1291
1311
|
|
|
1292
|
-
-
|
|
1293
|
-
|
|
1312
|
+
- [patch] Clean up changelog
|
|
1313
|
+
[5b5bd8e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b5bd8e)
|
|
1294
1314
|
|
|
1295
1315
|
## 2.0.4
|
|
1296
1316
|
|
|
1297
|
-
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1317
|
+
- [patch] Updated dependencies
|
|
1318
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
1319
|
+
- @atlaskit/tooltip@12.0.4
|
|
1320
|
+
- @atlaskit/item@8.0.3
|
|
1321
|
+
- @atlaskit/icon@13.2.2
|
|
1322
|
+
- @atlaskit/toggle@5.0.4
|
|
1323
|
+
- @atlaskit/button@9.0.4
|
|
1324
|
+
- @atlaskit/theme@5.1.2
|
|
1325
|
+
- @atlaskit/code@7.0.2
|
|
1326
|
+
- @atlaskit/docs@5.0.2
|
|
1327
|
+
- @atlaskit/dropdown-menu@6.1.4
|
|
1328
|
+
- @atlaskit/avatar@14.0.5
|
|
1329
|
+
- @atlaskit/field-base@11.0.2
|
|
1310
1330
|
|
|
1311
1331
|
## 2.0.3
|
|
1312
1332
|
|
|
1313
|
-
-
|
|
1314
|
-
|
|
1315
|
-
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1333
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
1334
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1335
|
+
- [none] Updated dependencies
|
|
1336
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1337
|
+
- @atlaskit/tooltip@12.0.3
|
|
1338
|
+
- @atlaskit/field-base@11.0.1
|
|
1339
|
+
- @atlaskit/toggle@5.0.3
|
|
1340
|
+
- @atlaskit/button@9.0.3
|
|
1341
|
+
- @atlaskit/theme@5.1.1
|
|
1342
|
+
- @atlaskit/code@7.0.1
|
|
1343
|
+
- @atlaskit/item@8.0.2
|
|
1344
|
+
- @atlaskit/icon@13.2.1
|
|
1345
|
+
- @atlaskit/dropdown-menu@6.1.3
|
|
1346
|
+
- @atlaskit/avatar@14.0.4
|
|
1327
1347
|
|
|
1328
1348
|
## 2.0.2
|
|
1329
1349
|
|
|
1330
|
-
-
|
|
1331
|
-
|
|
1350
|
+
- [patch] Update dev dependencies and docs
|
|
1351
|
+
[d0e13b7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0e13b7)
|
|
1332
1352
|
|
|
1333
1353
|
## 2.0.1
|
|
1334
1354
|
|
|
1335
|
-
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1355
|
+
- [patch] Updated dependencies
|
|
1356
|
+
[e6b1985](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b1985)
|
|
1357
|
+
- @atlaskit/tooltip@12.0.0
|
|
1358
|
+
- @atlaskit/item@8.0.1
|
|
1359
|
+
- @atlaskit/icon@13.1.1
|
|
1360
|
+
- @atlaskit/dropdown-menu@6.1.1
|
|
1361
|
+
- @atlaskit/avatar@14.0.1
|
|
1342
1362
|
|
|
1343
1363
|
## 2.0.0
|
|
1344
1364
|
|
|
1345
|
-
-
|
|
1346
|
-
|
|
1347
|
-
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1365
|
+
- [major] Updates to React ^16.4.0
|
|
1366
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1367
|
+
- [major] Updated dependencies
|
|
1368
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1369
|
+
- @atlaskit/tooltip@11.0.0
|
|
1370
|
+
- @atlaskit/field-base@11.0.0
|
|
1371
|
+
- @atlaskit/toggle@5.0.0
|
|
1372
|
+
- @atlaskit/button@9.0.0
|
|
1373
|
+
- @atlaskit/theme@5.0.0
|
|
1374
|
+
- @atlaskit/code@7.0.0
|
|
1375
|
+
- @atlaskit/docs@5.0.0
|
|
1376
|
+
- @atlaskit/item@8.0.0
|
|
1377
|
+
- @atlaskit/icon@13.0.0
|
|
1378
|
+
- @atlaskit/dropdown-menu@6.0.0
|
|
1379
|
+
- @atlaskit/avatar@14.0.0
|
|
1360
1380
|
|
|
1361
1381
|
## 1.0.2
|
|
1362
1382
|
|
|
1363
|
-
-
|
|
1364
|
-
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1383
|
+
- [patch] Fix flow types [da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
|
|
1384
|
+
- [patch] Updated dependencies
|
|
1385
|
+
[7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
|
|
1386
|
+
- @atlaskit/avatar@13.0.0
|
|
1387
|
+
- @atlaskit/button@8.2.5
|
|
1388
|
+
- @atlaskit/item@7.0.8
|
|
1389
|
+
- @atlaskit/dropdown-menu@5.2.3
|
|
1370
1390
|
|
|
1371
1391
|
## 1.0.1
|
|
1372
1392
|
|
|
1373
|
-
-
|
|
1374
|
-
|
|
1393
|
+
- [patch] Small avatar-group docs improvements
|
|
1394
|
+
[a54f6ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a54f6ea)
|
|
1375
1395
|
|
|
1376
1396
|
## 1.0.0
|
|
1377
1397
|
|
|
1378
|
-
-
|
|
1379
|
-
|
|
1380
|
-
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1398
|
+
- [major] Split avatar-group into its own package
|
|
1399
|
+
[8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
|
|
1400
|
+
- [patch] Updated dependencies
|
|
1401
|
+
[8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
|
|
1402
|
+
- @atlaskit/avatar@12.0.0
|
|
1403
|
+
- @atlaskit/item@7.0.7
|
|
1404
|
+
- @atlaskit/dropdown-menu@5.2.2
|