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