@atlaskit/avatar 21.9.0 → 21.9.1
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 +1085 -1082
- package/codemods/18.0.0-lite-mode.ts +2 -1
- package/codemods/19.0.0-render-props.ts +2 -1
- package/dist/cjs/Avatar.js +4 -1
- package/dist/cjs/AvatarImage.js +1 -0
- package/dist/cjs/Presence.js +2 -0
- package/dist/cjs/Skeleton.js +3 -1
- package/dist/cjs/Status.js +1 -0
- package/dist/es2019/Avatar.js +4 -1
- package/dist/es2019/AvatarImage.js +1 -0
- package/dist/es2019/Presence.js +2 -0
- package/dist/es2019/Skeleton.js +3 -1
- package/dist/es2019/Status.js +1 -0
- package/dist/esm/Avatar.js +4 -1
- package/dist/esm/AvatarImage.js +1 -0
- package/dist/esm/Presence.js +2 -0
- package/dist/esm/Skeleton.js +3 -1
- package/dist/esm/Status.js +1 -0
- package/dist/types/AvatarImage.d.ts +2 -2
- package/dist/types/IconWrapper.d.ts +1 -1
- package/dist/types/Presence.d.ts +2 -2
- package/dist/types/Skeleton.d.ts +2 -2
- package/dist/types/Status.d.ts +2 -2
- package/dist/types/constants.d.ts +1 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types/utilities.d.ts +1 -1
- package/dist/types-ts4.5/AvatarImage.d.ts +2 -2
- package/dist/types-ts4.5/IconWrapper.d.ts +1 -1
- package/dist/types-ts4.5/Presence.d.ts +2 -2
- package/dist/types-ts4.5/Skeleton.d.ts +2 -2
- package/dist/types-ts4.5/Status.d.ts +2 -2
- package/dist/types-ts4.5/constants.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +1 -1
- package/dist/types-ts4.5/utilities.d.ts +1 -1
- package/package.json +3 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,2040 +1,2043 @@
|
|
|
1
1
|
# @atlaskit/avatar
|
|
2
2
|
|
|
3
|
+
## 21.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 21.9.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
6
12
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
13
|
+
- [#96699](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96699)
|
|
14
|
+
[`65f87a3ac916`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/65f87a3ac916) -
|
|
15
|
+
[ux] Increase font size of secondary text from computed 11.9px to 12px.
|
|
10
16
|
|
|
11
17
|
## 21.8.0
|
|
12
18
|
|
|
13
19
|
### Minor Changes
|
|
14
20
|
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
|
|
21
|
+
- [#98168](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98168)
|
|
22
|
+
[`bc3ef8133b6c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc3ef8133b6c) -
|
|
23
|
+
Add support for React 18.
|
|
18
24
|
|
|
19
25
|
## 21.7.0
|
|
20
26
|
|
|
21
27
|
### Minor Changes
|
|
22
28
|
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
|
|
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.
|
|
26
32
|
|
|
27
33
|
## 21.6.1
|
|
28
34
|
|
|
29
35
|
### Patch Changes
|
|
30
36
|
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
|
|
37
|
+
- [#97453](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97453)
|
|
38
|
+
[`6d382c5e1dce`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6d382c5e1dce) -
|
|
39
|
+
Export types for new avatar context.
|
|
34
40
|
|
|
35
41
|
## 21.6.0
|
|
36
42
|
|
|
37
43
|
### Minor Changes
|
|
38
44
|
|
|
39
|
-
-
|
|
40
|
-
|
|
41
|
-
|
|
45
|
+
- [#95982](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95982)
|
|
46
|
+
[`44381801376a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/44381801376a) -
|
|
47
|
+
Creates a context to set the `size` prop for all avatars under the provider.
|
|
42
48
|
|
|
43
49
|
## 21.5.2
|
|
44
50
|
|
|
45
51
|
### Patch Changes
|
|
46
52
|
|
|
47
|
-
-
|
|
48
|
-
|
|
49
|
-
|
|
53
|
+
- [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
|
|
54
|
+
[`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
|
|
55
|
+
Minor adjustments to improve compatibility with React 18
|
|
50
56
|
|
|
51
57
|
## 21.5.1
|
|
52
58
|
|
|
53
59
|
### Patch Changes
|
|
54
60
|
|
|
55
|
-
-
|
|
56
|
-
|
|
57
|
-
|
|
61
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
62
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
63
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
58
64
|
|
|
59
65
|
## 21.5.0
|
|
60
66
|
|
|
61
67
|
### Minor Changes
|
|
62
68
|
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
+
- [#69996](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69996)
|
|
70
|
+
[`1b320a82df61`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1b320a82df61) -
|
|
71
|
+
Add Team fallback avatar
|
|
72
|
+
- [#73763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73763)
|
|
73
|
+
[`20bb01a34fcd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/20bb01a34fcd) -
|
|
74
|
+
test id selector added to Avatar label
|
|
69
75
|
|
|
70
76
|
## 21.4.6
|
|
71
77
|
|
|
72
78
|
### Patch Changes
|
|
73
79
|
|
|
74
|
-
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
80
|
+
- [#70213](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70213)
|
|
81
|
+
[`31068e587071`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/31068e587071) -
|
|
82
|
+
[ux] Removes decorative images of presence and status from view of assistive technologies. The
|
|
83
|
+
presence and status are announced as part of the labeling of the parent component and therefore no
|
|
84
|
+
longer necessary.
|
|
79
85
|
|
|
80
86
|
## 21.4.5
|
|
81
87
|
|
|
82
88
|
### Patch Changes
|
|
83
89
|
|
|
84
|
-
-
|
|
85
|
-
|
|
86
|
-
|
|
90
|
+
- [#67339](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67339)
|
|
91
|
+
[`33c37b4c2c1e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/33c37b4c2c1e) -
|
|
92
|
+
[ux] Remove nested images introduced in 21.4.3
|
|
87
93
|
|
|
88
94
|
## 21.4.4
|
|
89
95
|
|
|
90
96
|
### Patch Changes
|
|
91
97
|
|
|
92
|
-
-
|
|
93
|
-
|
|
94
|
-
|
|
98
|
+
- [#64854](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64854)
|
|
99
|
+
[`61b09a38c764`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/61b09a38c764) -
|
|
100
|
+
[ux] Adds label to custom avatars using the render prop API.
|
|
95
101
|
|
|
96
102
|
## 21.4.3
|
|
97
103
|
|
|
98
104
|
### Patch Changes
|
|
99
105
|
|
|
100
|
-
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
+
- [#63807](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63807)
|
|
107
|
+
[`538c46e739b6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/538c46e739b6) -
|
|
108
|
+
[ux] Add accessible name to non-interactive avatars. If you are a making a test that relies on
|
|
109
|
+
there being only a single element containing the avatar's expected text, skipping any elements
|
|
110
|
+
with a `hidden` attribute will narrow down your search to only the visible element; this will make
|
|
111
|
+
the test act the same as it would before this change.
|
|
106
112
|
|
|
107
113
|
## 21.4.2
|
|
108
114
|
|
|
109
115
|
### Patch Changes
|
|
110
116
|
|
|
111
|
-
-
|
|
117
|
+
- Updated dependencies
|
|
112
118
|
|
|
113
119
|
## 21.4.1
|
|
114
120
|
|
|
115
121
|
### Patch Changes
|
|
116
122
|
|
|
117
|
-
-
|
|
118
|
-
|
|
119
|
-
|
|
123
|
+
- [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729)
|
|
124
|
+
[`04235acacd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04235acacd6) - Enrol
|
|
125
|
+
package to push model in Jira
|
|
120
126
|
|
|
121
127
|
## 21.4.0
|
|
122
128
|
|
|
123
129
|
### Minor Changes
|
|
124
130
|
|
|
125
|
-
-
|
|
126
|
-
|
|
127
|
-
|
|
131
|
+
- [#40977](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40977)
|
|
132
|
+
[`994a98df01b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/994a98df01b) -
|
|
133
|
+
Introduce `as` prop for customising the wrapping element
|
|
128
134
|
|
|
129
135
|
## 21.3.9
|
|
130
136
|
|
|
131
137
|
### Patch Changes
|
|
132
138
|
|
|
133
|
-
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
-
|
|
139
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
140
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
141
|
+
version.json
|
|
142
|
+
- Updated dependencies
|
|
137
143
|
|
|
138
144
|
## 21.3.8
|
|
139
145
|
|
|
140
146
|
### Patch Changes
|
|
141
147
|
|
|
142
|
-
-
|
|
143
|
-
|
|
144
|
-
|
|
148
|
+
- [#38336](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38336)
|
|
149
|
+
[`7a3cbead067`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a3cbead067) - Default
|
|
150
|
+
content for label
|
|
145
151
|
|
|
146
152
|
## 21.3.7
|
|
147
153
|
|
|
148
154
|
### Patch Changes
|
|
149
155
|
|
|
150
|
-
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
156
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
157
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
158
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
159
|
+
testing.
|
|
154
160
|
|
|
155
161
|
## 21.3.6
|
|
156
162
|
|
|
157
163
|
### Patch Changes
|
|
158
164
|
|
|
159
|
-
-
|
|
160
|
-
|
|
161
|
-
|
|
165
|
+
- [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
|
|
166
|
+
[`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal
|
|
167
|
+
change to use shape tokens. There is no expected visual change.
|
|
162
168
|
|
|
163
169
|
## 21.3.5
|
|
164
170
|
|
|
165
171
|
### Patch Changes
|
|
166
172
|
|
|
167
|
-
-
|
|
168
|
-
|
|
169
|
-
|
|
173
|
+
- [#36027](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36027)
|
|
174
|
+
[`342bd17ba74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/342bd17ba74) - Fix
|
|
175
|
+
presence and status props being expanded to all strings instead of the allowed values.
|
|
170
176
|
|
|
171
177
|
## 21.3.4
|
|
172
178
|
|
|
173
179
|
### Patch Changes
|
|
174
180
|
|
|
175
|
-
-
|
|
176
|
-
|
|
177
|
-
|
|
181
|
+
- [#34811](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34811)
|
|
182
|
+
[`abf69e9a4f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abf69e9a4f6) - Removes
|
|
183
|
+
usage of deprecated theme mixins in favor of static token / color usage.
|
|
178
184
|
|
|
179
185
|
## 21.3.3
|
|
180
186
|
|
|
181
187
|
### Patch Changes
|
|
182
188
|
|
|
183
|
-
-
|
|
184
|
-
|
|
185
|
-
|
|
189
|
+
- [#34804](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34804)
|
|
190
|
+
[`e2d375fa634`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2d375fa634) - Refactor
|
|
191
|
+
how some internal styles are applied; no functional changes.
|
|
186
192
|
|
|
187
193
|
## 21.3.2
|
|
188
194
|
|
|
189
195
|
### Patch Changes
|
|
190
196
|
|
|
191
|
-
-
|
|
192
|
-
|
|
193
|
-
|
|
197
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
198
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
199
|
+
legacy types are published for TS 4.5-4.8
|
|
194
200
|
|
|
195
201
|
## 21.3.1
|
|
196
202
|
|
|
197
203
|
### Patch Changes
|
|
198
204
|
|
|
199
|
-
-
|
|
200
|
-
|
|
201
|
-
|
|
205
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
206
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
207
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
202
208
|
|
|
203
209
|
## 21.3.0
|
|
204
210
|
|
|
205
211
|
### Minor Changes
|
|
206
212
|
|
|
207
|
-
-
|
|
208
|
-
|
|
209
|
-
|
|
213
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
214
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
215
|
+
minor dependency bump
|
|
210
216
|
|
|
211
217
|
### Patch Changes
|
|
212
218
|
|
|
213
|
-
-
|
|
219
|
+
- Updated dependencies
|
|
214
220
|
|
|
215
221
|
## 21.2.1
|
|
216
222
|
|
|
217
223
|
### Patch Changes
|
|
218
224
|
|
|
219
|
-
-
|
|
220
|
-
|
|
221
|
-
|
|
225
|
+
- [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
|
|
226
|
+
[`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal
|
|
227
|
+
changes.
|
|
222
228
|
|
|
223
229
|
## 21.2.0
|
|
224
230
|
|
|
225
231
|
### Minor Changes
|
|
226
232
|
|
|
227
|
-
-
|
|
228
|
-
|
|
229
|
-
|
|
233
|
+
- [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248)
|
|
234
|
+
[`51928bbe70c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51928bbe70c) - [ux]
|
|
235
|
+
Removes status/presence indicator images from the accessibility tree for the Avatar component.
|
|
230
236
|
|
|
231
237
|
### Patch Changes
|
|
232
238
|
|
|
233
|
-
-
|
|
234
|
-
|
|
235
|
-
-
|
|
236
|
-
|
|
239
|
+
- [`64f11e50567`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64f11e50567) - [ux]
|
|
240
|
+
Adds accessible name to standalone Presence and Status components.
|
|
241
|
+
- [`0ecd2a2238b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ecd2a2238b) - Add more
|
|
242
|
+
precision to custom component check for status and presence
|
|
237
243
|
|
|
238
244
|
## 21.1.10
|
|
239
245
|
|
|
240
246
|
### Patch Changes
|
|
241
247
|
|
|
242
|
-
-
|
|
243
|
-
|
|
244
|
-
|
|
248
|
+
- [#30134](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30134)
|
|
249
|
+
[`5aab9bfc96c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5aab9bfc96c) - Replace
|
|
250
|
+
gridSize in spacing values with corresponding spacing tokens
|
|
245
251
|
|
|
246
252
|
## 21.1.9
|
|
247
253
|
|
|
248
254
|
### Patch Changes
|
|
249
255
|
|
|
250
|
-
-
|
|
256
|
+
- Updated dependencies
|
|
251
257
|
|
|
252
258
|
## 21.1.8
|
|
253
259
|
|
|
254
260
|
### Patch Changes
|
|
255
261
|
|
|
256
|
-
-
|
|
262
|
+
- Updated dependencies
|
|
257
263
|
|
|
258
264
|
## 21.1.7
|
|
259
265
|
|
|
260
266
|
### Patch Changes
|
|
261
267
|
|
|
262
|
-
-
|
|
263
|
-
|
|
264
|
-
|
|
268
|
+
- [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
|
|
269
|
+
[`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal
|
|
270
|
+
change to update token references. There is no expected behaviour or visual change.
|
|
265
271
|
|
|
266
272
|
## 21.1.6
|
|
267
273
|
|
|
268
274
|
### Patch Changes
|
|
269
275
|
|
|
270
|
-
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
276
|
+
- [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
|
|
277
|
+
[`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
|
|
278
|
+
ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects`
|
|
279
|
+
when loading the page.
|
|
274
280
|
|
|
275
281
|
## 21.1.5
|
|
276
282
|
|
|
277
283
|
### Patch Changes
|
|
278
284
|
|
|
279
|
-
-
|
|
285
|
+
- Updated dependencies
|
|
280
286
|
|
|
281
287
|
## 21.1.4
|
|
282
288
|
|
|
283
289
|
### Patch Changes
|
|
284
290
|
|
|
285
|
-
-
|
|
291
|
+
- Updated dependencies
|
|
286
292
|
|
|
287
293
|
## 21.1.3
|
|
288
294
|
|
|
289
295
|
### Patch Changes
|
|
290
296
|
|
|
291
|
-
-
|
|
297
|
+
- Updated dependencies
|
|
292
298
|
|
|
293
299
|
## 21.1.2
|
|
294
300
|
|
|
295
301
|
### Patch Changes
|
|
296
302
|
|
|
297
|
-
-
|
|
298
|
-
|
|
299
|
-
|
|
303
|
+
- [#26699](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26699)
|
|
304
|
+
[`47f0e63c935`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f0e63c935) - Internal
|
|
305
|
+
changes to apply spacing tokens. This should be a no-op change.
|
|
300
306
|
|
|
301
307
|
## 21.1.1
|
|
302
308
|
|
|
303
309
|
### Patch Changes
|
|
304
310
|
|
|
305
|
-
-
|
|
306
|
-
|
|
307
|
-
|
|
311
|
+
- [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
|
|
312
|
+
[`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal
|
|
313
|
+
changes to apply spacing tokens. This should be a no-op change.
|
|
308
314
|
|
|
309
315
|
## 21.1.0
|
|
310
316
|
|
|
311
317
|
### Minor Changes
|
|
312
318
|
|
|
313
|
-
-
|
|
314
|
-
|
|
315
|
-
|
|
319
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
320
|
+
[`c1d012d6d20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1d012d6d20) - Updates
|
|
321
|
+
`@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behaviour change.
|
|
316
322
|
|
|
317
323
|
### Patch Changes
|
|
318
324
|
|
|
319
|
-
-
|
|
325
|
+
- Updated dependencies
|
|
320
326
|
|
|
321
327
|
## 21.0.3
|
|
322
328
|
|
|
323
329
|
### Patch Changes
|
|
324
330
|
|
|
325
|
-
-
|
|
326
|
-
|
|
327
|
-
|
|
331
|
+
- [#24968](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24968)
|
|
332
|
+
[`f9cd9e55e43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9cd9e55e43) - Update
|
|
333
|
+
to disabled tokens which slightly affects the opacity in disabled states
|
|
328
334
|
|
|
329
335
|
## 21.0.2
|
|
330
336
|
|
|
331
337
|
### Patch Changes
|
|
332
338
|
|
|
333
|
-
-
|
|
334
|
-
|
|
335
|
-
|
|
339
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
340
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
341
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
336
342
|
|
|
337
343
|
## 21.0.1
|
|
338
344
|
|
|
339
345
|
### Patch Changes
|
|
340
346
|
|
|
341
|
-
-
|
|
342
|
-
|
|
343
|
-
|
|
347
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
348
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
349
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
344
350
|
|
|
345
351
|
## 21.0.0
|
|
346
352
|
|
|
347
353
|
### Major Changes
|
|
348
354
|
|
|
349
|
-
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
355
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
356
|
+
[`92bb02bc46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92bb02bc46b) - [ux]
|
|
357
|
+
There are **no code changes required** to consume this major, but you should be aware that
|
|
358
|
+
internal changes have been made to how `@atlaskit/avatar` loads images.
|
|
353
359
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
360
|
+
Before, the image loading behaviour was written in JS. Now, it leans on a standard HTML `img` tag
|
|
361
|
+
if you provide a `src` prop, allowing it to rely on the browser to optimise the loading. These
|
|
362
|
+
changes should result in faster image loading and an improved server-side rendering story.
|
|
357
363
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
364
|
+
In this version, the **breaking change is that you will no longer see a fallback icon while the
|
|
365
|
+
image is loading**. We have intentionally removed this loading behaviour as it is no longer
|
|
366
|
+
consistent with our native `img` behaviour-first approach, and was a source of SSR bugs. Avatar
|
|
367
|
+
images will load either instantly from the cache, or very fast from a CDN. In the edge cases where
|
|
368
|
+
there is an error with the image src provided, we will still fall back to a default icon.
|
|
363
369
|
|
|
364
370
|
### Patch Changes
|
|
365
371
|
|
|
366
|
-
-
|
|
367
|
-
|
|
372
|
+
- [`be23a6d8ee1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be23a6d8ee1) - [ux]
|
|
373
|
+
Updates color tokens used to be more semantically accurate
|
|
368
374
|
|
|
369
375
|
## 20.5.10
|
|
370
376
|
|
|
371
377
|
### Patch Changes
|
|
372
378
|
|
|
373
|
-
-
|
|
379
|
+
- Updated dependencies
|
|
374
380
|
|
|
375
381
|
## 20.5.9
|
|
376
382
|
|
|
377
383
|
### Patch Changes
|
|
378
384
|
|
|
379
|
-
-
|
|
380
|
-
|
|
381
|
-
|
|
385
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
386
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
387
|
+
to TypeScript 4.2.4
|
|
382
388
|
|
|
383
389
|
## 20.5.8
|
|
384
390
|
|
|
385
391
|
### Patch Changes
|
|
386
392
|
|
|
387
|
-
-
|
|
393
|
+
- Updated dependencies
|
|
388
394
|
|
|
389
395
|
## 20.5.7
|
|
390
396
|
|
|
391
397
|
### Patch Changes
|
|
392
398
|
|
|
393
|
-
-
|
|
399
|
+
- Updated dependencies
|
|
394
400
|
|
|
395
401
|
## 20.5.6
|
|
396
402
|
|
|
397
403
|
### Patch Changes
|
|
398
404
|
|
|
399
|
-
-
|
|
405
|
+
- Updated dependencies
|
|
400
406
|
|
|
401
407
|
## 20.5.5
|
|
402
408
|
|
|
403
409
|
### Patch Changes
|
|
404
410
|
|
|
405
|
-
-
|
|
406
|
-
|
|
407
|
-
|
|
411
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
412
|
+
[`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal
|
|
413
|
+
code change turning on a new linting rule.
|
|
408
414
|
|
|
409
415
|
## 20.5.4
|
|
410
416
|
|
|
411
417
|
### Patch Changes
|
|
412
418
|
|
|
413
|
-
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
-
|
|
419
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates
|
|
420
|
+
usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
|
|
421
|
+
visual changes
|
|
422
|
+
- Updated dependencies
|
|
417
423
|
|
|
418
424
|
## 20.5.3
|
|
419
425
|
|
|
420
426
|
### Patch Changes
|
|
421
427
|
|
|
422
|
-
-
|
|
428
|
+
- Updated dependencies
|
|
423
429
|
|
|
424
430
|
## 20.5.2
|
|
425
431
|
|
|
426
432
|
### Patch Changes
|
|
427
433
|
|
|
428
|
-
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
-
|
|
434
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
435
|
+
[`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
|
|
436
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
437
|
+
tokens() function and improving bundle size.
|
|
438
|
+
- Updated dependencies
|
|
433
439
|
|
|
434
440
|
## 20.5.1
|
|
435
441
|
|
|
436
442
|
### Patch Changes
|
|
437
443
|
|
|
438
|
-
-
|
|
444
|
+
- Updated dependencies
|
|
439
445
|
|
|
440
446
|
## 20.5.0
|
|
441
447
|
|
|
442
448
|
### Minor Changes
|
|
443
449
|
|
|
444
|
-
-
|
|
445
|
-
|
|
446
|
-
|
|
450
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
|
|
451
|
+
[`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - [ux] Fix
|
|
452
|
+
avatar focus ring in windows high contrast mode
|
|
447
453
|
|
|
448
454
|
### Patch Changes
|
|
449
455
|
|
|
450
|
-
-
|
|
456
|
+
- Updated dependencies
|
|
451
457
|
|
|
452
458
|
## 20.4.2
|
|
453
459
|
|
|
454
460
|
### Patch Changes
|
|
455
461
|
|
|
456
|
-
-
|
|
462
|
+
- Updated dependencies
|
|
457
463
|
|
|
458
464
|
## 20.4.1
|
|
459
465
|
|
|
460
466
|
### Patch Changes
|
|
461
467
|
|
|
462
|
-
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
-
|
|
468
|
-
|
|
469
|
-
-
|
|
468
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
469
|
+
[`0a759df738f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a759df738f) - When
|
|
470
|
+
Avatar is not interactive and no `name` prop is provided, `role` and an empty `aria-label`
|
|
471
|
+
attributes are not rendered anymore. Screen readers consider these images as decorative now and
|
|
472
|
+
doesn't announce them as "Unlabeled image".
|
|
473
|
+
- [`016d19b8038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/016d19b8038) - [ux]
|
|
474
|
+
When avatars are disabled they no longer will appear as interactive.
|
|
475
|
+
- Updated dependencies
|
|
470
476
|
|
|
471
477
|
## 20.4.0
|
|
472
478
|
|
|
473
479
|
### Minor Changes
|
|
474
480
|
|
|
475
|
-
-
|
|
476
|
-
|
|
477
|
-
|
|
481
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
482
|
+
[`cb101fd1d29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb101fd1d29) - [ux]
|
|
483
|
+
Colors are now sourced through tokens.
|
|
478
484
|
|
|
479
485
|
### Patch Changes
|
|
480
486
|
|
|
481
|
-
-
|
|
487
|
+
- Updated dependencies
|
|
482
488
|
|
|
483
489
|
## 20.3.3
|
|
484
490
|
|
|
485
491
|
### Patch Changes
|
|
486
492
|
|
|
487
|
-
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
-
|
|
493
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
494
|
+
[`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects
|
|
495
|
+
eslint supressions.
|
|
496
|
+
- Updated dependencies
|
|
491
497
|
|
|
492
498
|
## 20.3.2
|
|
493
499
|
|
|
494
500
|
### Patch Changes
|
|
495
501
|
|
|
496
|
-
-
|
|
497
|
-
|
|
498
|
-
|
|
502
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
503
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
504
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
499
505
|
|
|
500
506
|
## 20.3.1
|
|
501
507
|
|
|
502
508
|
### Patch Changes
|
|
503
509
|
|
|
504
|
-
-
|
|
505
|
-
|
|
506
|
-
|
|
510
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
511
|
+
[`34992526ab4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34992526ab4) - Removes
|
|
512
|
+
duplicate dependency (@atlaskit/tooltip) from dependency array.
|
|
507
513
|
|
|
508
514
|
## 20.3.0
|
|
509
515
|
|
|
510
516
|
### Minor Changes
|
|
511
517
|
|
|
512
|
-
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
### Patch Changes
|
|
518
|
-
|
|
519
|
-
-
|
|
520
|
-
|
|
521
|
-
-
|
|
522
|
-
|
|
523
|
-
-
|
|
524
|
-
|
|
525
|
-
-
|
|
526
|
-
|
|
527
|
-
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
-
|
|
531
|
-
|
|
532
|
-
-
|
|
533
|
-
|
|
534
|
-
-
|
|
535
|
-
|
|
536
|
-
-
|
|
537
|
-
|
|
538
|
-
-
|
|
518
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
519
|
+
[`8f84c89cad5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f84c89cad5) - [ux] The
|
|
520
|
+
styles of overflow button of avatar group has been aligned with default button styles. Also,
|
|
521
|
+
contrast issue of the button has been fixed.
|
|
522
|
+
|
|
523
|
+
### Patch Changes
|
|
524
|
+
|
|
525
|
+
- [`af5707375f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af5707375f7) - Internal
|
|
526
|
+
code changes.
|
|
527
|
+
- [`cfcefd986eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfcefd986eb) - Adds
|
|
528
|
+
jsdoc description to exported components.
|
|
529
|
+
- [`4e8f13c9b8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e8f13c9b8a) - Renames
|
|
530
|
+
internal props to match naming convention.
|
|
531
|
+
- [`1974621bc4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1974621bc4d) - Add
|
|
532
|
+
eslint rule disable for enforcing filename and extension
|
|
533
|
+
- [`9e335c673bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e335c673bb) - Rename
|
|
534
|
+
no-type-suffix eslint rule to type-name-no-type-suffix-nor-props, and add restriction for nameing
|
|
535
|
+
types props.
|
|
536
|
+
- [`1512054d655`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1512054d655) - Fixed
|
|
537
|
+
no-type-suffix eslint errors
|
|
538
|
+
- [`ebd98351a30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebd98351a30) - Corrects
|
|
539
|
+
internal jsdoc declarations.
|
|
540
|
+
- [`70679cfeb04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70679cfeb04) - Fixed
|
|
541
|
+
eslint errors by using css object notation
|
|
542
|
+
- [`7ea77bc9fbe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ea77bc9fbe) - Internal
|
|
543
|
+
changes.
|
|
544
|
+
- Updated dependencies
|
|
539
545
|
|
|
540
546
|
## 20.2.2
|
|
541
547
|
|
|
542
548
|
### Patch Changes
|
|
543
549
|
|
|
544
|
-
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
-
|
|
550
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
551
|
+
[`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
|
|
552
|
+
injected package name and version for analytics instead of version.json.
|
|
553
|
+
- Updated dependencies
|
|
548
554
|
|
|
549
555
|
## 20.2.1
|
|
550
556
|
|
|
551
557
|
### Patch Changes
|
|
552
558
|
|
|
553
|
-
-
|
|
554
|
-
|
|
555
|
-
|
|
559
|
+
- [#8710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8710)
|
|
560
|
+
[`e177a840b13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e177a840b13) - Fix
|
|
561
|
+
flickering of cached avatar images on mount
|
|
556
562
|
|
|
557
563
|
## 20.2.0
|
|
558
564
|
|
|
559
565
|
### Minor Changes
|
|
560
566
|
|
|
561
|
-
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
567
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
|
|
568
|
+
[`1a8fcbf9878`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a8fcbf9878) - [ux]
|
|
569
|
+
Avatar and AvatarItem now accept a label prop which allows the components to be accessible when
|
|
570
|
+
viewed in a screen reader. The isDisabled prop now correctly generates the appropriate markup (was
|
|
571
|
+
a span, now a disabled button) for screen reader users.
|
|
566
572
|
|
|
567
573
|
### Patch Changes
|
|
568
574
|
|
|
569
|
-
-
|
|
570
|
-
|
|
571
|
-
-
|
|
575
|
+
- [`8308fe23b9b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8308fe23b9b) - Removing
|
|
576
|
+
incorrect cursor styles from non-interactive AvatarItems
|
|
577
|
+
- Updated dependencies
|
|
572
578
|
|
|
573
579
|
## 20.1.1
|
|
574
580
|
|
|
575
581
|
### Patch Changes
|
|
576
582
|
|
|
577
|
-
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
583
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
|
|
584
|
+
[`fe59fc62a58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe59fc62a58) -
|
|
585
|
+
Increased the contrast for the fallback icon of the Avatar package so that it passes WCAG AA
|
|
586
|
+
contrast requirements.
|
|
581
587
|
|
|
582
588
|
## 20.1.0
|
|
583
589
|
|
|
584
590
|
### Minor Changes
|
|
585
591
|
|
|
586
|
-
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
592
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
593
|
+
[`4f9e6e2db5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f9e6e2db5) - These
|
|
594
|
+
packages now have defined entry points -- this means that you cannot access internal files in the
|
|
595
|
+
packages that are not meant to be public. Sub-components in these packages have been explicitly
|
|
596
|
+
defined, aiding tree-shaking and reducing bundle size.
|
|
591
597
|
|
|
592
598
|
### Patch Changes
|
|
593
599
|
|
|
594
|
-
-
|
|
600
|
+
- Updated dependencies
|
|
595
601
|
|
|
596
602
|
## 20.0.8
|
|
597
603
|
|
|
598
604
|
### Patch Changes
|
|
599
605
|
|
|
600
|
-
-
|
|
601
|
-
|
|
602
|
-
|
|
606
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
607
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
608
|
+
packages using babel rather than tsc
|
|
603
609
|
|
|
604
610
|
## 20.0.7
|
|
605
611
|
|
|
606
612
|
### Patch Changes
|
|
607
613
|
|
|
608
|
-
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228)
|
|
615
|
+
[`5c1b4d64ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c1b4d64ef) - [ux] There
|
|
616
|
+
were two browser specific issues in avatar component. 1- Misalignment in firefox (Interactive
|
|
617
|
+
button avatar is incorrectly aligned) — To fix this we added font-size and font-family to button
|
|
618
|
+
element. 2- Hover issue in safari (On hover avatar was showing rectangular background) — To fix
|
|
619
|
+
this we have added border radius to avatar on hover.
|
|
614
620
|
|
|
615
621
|
## 20.0.6
|
|
616
622
|
|
|
617
623
|
### Patch Changes
|
|
618
624
|
|
|
619
|
-
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
626
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
627
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
628
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
629
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
630
|
+
`devDependencies` to denote version that the package was built with.
|
|
625
631
|
|
|
626
632
|
## 20.0.5
|
|
627
633
|
|
|
628
634
|
### Patch Changes
|
|
629
635
|
|
|
630
|
-
-
|
|
636
|
+
- Updated dependencies
|
|
631
637
|
|
|
632
638
|
## 20.0.4
|
|
633
639
|
|
|
634
640
|
### Patch Changes
|
|
635
641
|
|
|
636
|
-
-
|
|
642
|
+
- Updated dependencies
|
|
637
643
|
|
|
638
644
|
## 20.0.3
|
|
639
645
|
|
|
640
646
|
### Patch Changes
|
|
641
647
|
|
|
642
|
-
-
|
|
643
|
-
|
|
644
|
-
|
|
648
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
649
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
650
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
645
651
|
|
|
646
|
-
|
|
647
|
-
|
|
652
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
653
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
648
654
|
|
|
649
655
|
## 20.0.2
|
|
650
656
|
|
|
651
657
|
### Patch Changes
|
|
652
658
|
|
|
653
|
-
-
|
|
654
|
-
|
|
655
|
-
|
|
659
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
|
|
660
|
+
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme
|
|
661
|
+
and package information has been updated to point to the new design system website.
|
|
656
662
|
|
|
657
663
|
## 20.0.1
|
|
658
664
|
|
|
659
665
|
### Patch Changes
|
|
660
666
|
|
|
661
|
-
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
667
|
+
- [#4044](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4044)
|
|
668
|
+
[`dfd7418707`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfd7418707) - Added
|
|
669
|
+
types for function parameters in the Presence, Status and Skeleton avatar sub-components. Without
|
|
670
|
+
these types we were unable to generate prop tables in the documentation site using
|
|
671
|
+
`extract-react-types`.
|
|
666
672
|
|
|
667
673
|
## 20.0.0
|
|
668
674
|
|
|
669
675
|
### Major Changes
|
|
670
676
|
|
|
671
|
-
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
677
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
678
|
+
[`cde426961a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cde426961a) - Changes to
|
|
679
|
+
Avatar in this release are intended to provide users with more flexible and performant
|
|
680
|
+
customization options.
|
|
675
681
|
|
|
676
|
-
|
|
682
|
+
Previously Avatars could only be customized like so:
|
|
677
683
|
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
684
|
+
```javascript
|
|
685
|
+
<Avatar component={Button} />
|
|
686
|
+
```
|
|
681
687
|
|
|
682
|
-
|
|
683
|
-
|
|
688
|
+
This is restrictive in that you're not able to pass custom props or children to button without
|
|
689
|
+
passing props directly through to Avatar first.
|
|
684
690
|
|
|
685
|
-
|
|
691
|
+
Now with render props, we can enable that:
|
|
686
692
|
|
|
687
|
-
|
|
688
|
-
|
|
693
|
+
```jsx
|
|
694
|
+
const initials = 'MCB';
|
|
689
695
|
|
|
690
|
-
|
|
691
|
-
|
|
696
|
+
<Avatar render={(props) => <Button {...props}>{initials} // custom initials etc.</Button>} />;
|
|
697
|
+
```
|
|
692
698
|
|
|
693
|
-
|
|
694
|
-
|
|
699
|
+
Since there are significant prop and API changes we provided a codemod to help consumers upgrade
|
|
700
|
+
their components.
|
|
695
701
|
|
|
696
|
-
|
|
702
|
+
**Running the codemod cli**
|
|
697
703
|
|
|
698
|
-
|
|
699
|
-
|
|
704
|
+
To run the codemod: **You first need to have the latest avatar installed before you can run the
|
|
705
|
+
codemod**
|
|
700
706
|
|
|
701
|
-
|
|
707
|
+
`yarn upgrade @atlaskit/avatar@^19.0.0`
|
|
702
708
|
|
|
703
|
-
|
|
709
|
+
Once upgraded, use the Atlaskit codemod-cli;
|
|
704
710
|
|
|
705
|
-
|
|
711
|
+
`npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
|
|
706
712
|
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
713
|
+
Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to
|
|
714
|
+
[this doc](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more details
|
|
715
|
+
on the codemod CLI.
|
|
710
716
|
|
|
711
|
-
|
|
717
|
+
**Change summary:**
|
|
712
718
|
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
719
|
+
- BREAKING: `Avatar`'s `component` prop is now a
|
|
720
|
+
[renderProp](https://reactjs.org/docs/render-props.html) and has been renamed to `render`
|
|
721
|
+
- BREAKING: `AvatarItem`'s `component` prop is now a
|
|
722
|
+
[renderProp](https://reactjs.org/docs/render-props.html) and has been renamed to `render`
|
|
723
|
+
- Avatar now forwards its ref
|
|
724
|
+
- AvatarItem now forwards its ref
|
|
725
|
+
- Type `AvatarClickType` has been renamed to `AvatarClickEventHandler`
|
|
720
726
|
|
|
721
727
|
### Patch Changes
|
|
722
728
|
|
|
723
|
-
-
|
|
724
|
-
|
|
725
|
-
-
|
|
726
|
-
|
|
727
|
-
-
|
|
728
|
-
|
|
729
|
-
-
|
|
730
|
-
|
|
729
|
+
- [`cacf9a3097`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cacf9a3097) - Fixes a
|
|
730
|
+
regression in AvatarItem where the default padding was 16px instead of 4px.
|
|
731
|
+
- [`e99c1c2ac8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99c1c2ac8) - Removes
|
|
732
|
+
text decoration from AvatarItems rendered as anchor tags
|
|
733
|
+
- [`19b9dc6daf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19b9dc6daf) - Avatar now
|
|
734
|
+
sends complete contextualised analytics metadata.
|
|
735
|
+
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
|
|
736
|
+
the theme imports to be tree-shakable
|
|
731
737
|
|
|
732
738
|
## 19.0.0
|
|
733
739
|
|
|
734
740
|
### Major Changes
|
|
735
741
|
|
|
736
|
-
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
742
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
743
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
744
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
745
|
+
IE11. For more information see:
|
|
746
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
741
747
|
|
|
742
748
|
### Patch Changes
|
|
743
749
|
|
|
744
|
-
-
|
|
750
|
+
- Updated dependencies
|
|
745
751
|
|
|
746
752
|
## 18.0.2
|
|
747
753
|
|
|
748
754
|
### Patch Changes
|
|
749
755
|
|
|
750
|
-
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
-
|
|
754
|
-
|
|
756
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
|
|
757
|
+
[`1c401b41d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c401b41d6) - Codemod
|
|
758
|
+
updated to target the correct avatarItem prop name
|
|
759
|
+
- [`e3cb6026bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3cb6026bc) - Updates
|
|
760
|
+
the v18 codemod to ensure it doesnt format files that are not relevant
|
|
755
761
|
|
|
756
762
|
## 18.0.1
|
|
757
763
|
|
|
758
764
|
### Patch Changes
|
|
759
765
|
|
|
760
|
-
-
|
|
761
|
-
|
|
762
|
-
|
|
766
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
767
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
|
|
768
|
+
supporting files will no longer be published to npm
|
|
763
769
|
|
|
764
770
|
## 18.0.0
|
|
765
771
|
|
|
766
772
|
### Major Changes
|
|
767
773
|
|
|
768
|
-
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
774
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
775
|
+
[`b1fa2d6d1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1fa2d6d1c) - Avatar has
|
|
776
|
+
been refactored to improve performance and be compliant with the lite-mode specification. Since
|
|
777
|
+
there are significant prop and API changes, we will be providing a codemod to help consumers
|
|
778
|
+
upgrade their components.
|
|
773
779
|
|
|
774
|
-
|
|
780
|
+
To run the codemod:
|
|
775
781
|
|
|
776
|
-
|
|
782
|
+
**You first need to have the latest avatar installed before you can run the codemod**
|
|
777
783
|
|
|
778
|
-
|
|
784
|
+
`yarn upgrade @atlaskit/avatar@^18.0.0`
|
|
779
785
|
|
|
780
|
-
|
|
786
|
+
**Run the codemod cli**
|
|
781
787
|
|
|
782
|
-
|
|
788
|
+
`npx @atlaskit/codemod-cli /path/to/target/directory`
|
|
783
789
|
|
|
784
|
-
|
|
785
|
-
|
|
790
|
+
For more information on @atlaskit/codemod-cli please refer to
|
|
791
|
+
[this doc](https://atlaskit.atlassian.com/docs/guides/atlassian-codemods)
|
|
786
792
|
|
|
787
|
-
|
|
793
|
+
**Summary**
|
|
788
794
|
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
- Replaces `styled-components` v3 with `@emotion/core` to improve runtime and bundlesize
|
|
795
|
+
- Fixes re-rendering issues
|
|
796
|
+
- Removes all deprecated theme API. This includes previous experimental dark-mode theme support
|
|
797
|
+
- Stop accepting and spreading arbitrary props
|
|
798
|
+
- Removes analytics-next HOCs in favor of hook variant (You may need to update snapshot tests)
|
|
799
|
+
- Removes all usage of HOCs
|
|
800
|
+
- Replaces `styled-components` v3 with `@emotion/core` to improve runtime and bundlesize
|
|
796
801
|
|
|
797
|
-
|
|
802
|
+
**Avatar API / PROP CHANGES**
|
|
798
803
|
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
804
|
+
- `enableTooltip` removed. Please use `@atlaskit/tooltip` instead
|
|
805
|
+
- `onClick` method signature has been simplified to `onChange(event, analyticsEvent)`
|
|
806
|
+
- `isHover` removed
|
|
807
|
+
- `isActive` removed
|
|
808
|
+
- `isFocus` removed
|
|
809
|
+
- `isSelected` removed
|
|
810
|
+
- `theme` removed
|
|
811
|
+
- Added prop types to the `component` prop
|
|
812
|
+
- `BORDER_WIDTH` is now a single value rather than an object
|
|
813
|
+
- `withPseudoState`, `getProps`, `getBorderRadius`, `getInnerStyles` have been removed and are
|
|
814
|
+
therefor no longer available. These methods were for designed for internal use and use within
|
|
815
|
+
the AvatarGroup component.
|
|
811
816
|
|
|
812
|
-
|
|
817
|
+
**Avatar Item API / PROP CHANGES**
|
|
813
818
|
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
819
|
+
- `enableTruncation` renamed to `isTruncationDisabled`
|
|
820
|
+
- `onClick` method signature has been simplified to `onChange(event, analyticsEvent)`
|
|
821
|
+
- `isHover` removed
|
|
822
|
+
- `isActive` removed
|
|
823
|
+
- `isFocus` removed
|
|
824
|
+
- `isSelected` removed
|
|
825
|
+
- `theme` removed
|
|
826
|
+
- Added prop types to the `component` prop
|
|
822
827
|
|
|
823
828
|
## 17.1.11
|
|
824
829
|
|
|
825
830
|
### Patch Changes
|
|
826
831
|
|
|
827
|
-
-
|
|
832
|
+
- Updated dependencies
|
|
828
833
|
|
|
829
834
|
## 17.1.10
|
|
830
835
|
|
|
831
836
|
### Patch Changes
|
|
832
837
|
|
|
833
|
-
-
|
|
838
|
+
- [patch][167a55fd7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/167a55fd7a):
|
|
834
839
|
|
|
835
|
-
|
|
836
|
-
|
|
840
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
841
|
+
[3940bd71f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/3940bd71f1):
|
|
837
842
|
|
|
838
|
-
-
|
|
839
|
-
|
|
840
|
-
-
|
|
841
|
-
|
|
842
|
-
-
|
|
843
|
-
|
|
844
|
-
-
|
|
845
|
-
|
|
846
|
-
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
843
|
+
- Updated dependencies
|
|
844
|
+
[9e4b195732](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e4b195732):
|
|
845
|
+
- Updated dependencies
|
|
846
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
847
|
+
- Updated dependencies
|
|
848
|
+
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
849
|
+
- Updated dependencies
|
|
850
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
851
|
+
- Updated dependencies
|
|
852
|
+
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
853
|
+
- @atlaskit/tooltip@15.2.6
|
|
854
|
+
- @atlaskit/toggle@8.1.7
|
|
855
|
+
- @atlaskit/button@13.3.11
|
|
856
|
+
- @atlaskit/icon@20.1.1
|
|
857
|
+
- @atlaskit/webdriver-runner@0.3.4
|
|
853
858
|
|
|
854
859
|
## 17.1.9
|
|
855
860
|
|
|
856
861
|
### Patch Changes
|
|
857
862
|
|
|
858
|
-
-
|
|
859
|
-
|
|
860
|
-
-
|
|
861
|
-
|
|
862
|
-
-
|
|
863
|
-
|
|
864
|
-
-
|
|
865
|
-
|
|
866
|
-
-
|
|
867
|
-
|
|
868
|
-
-
|
|
869
|
-
|
|
870
|
-
-
|
|
871
|
-
|
|
872
|
-
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
863
|
+
- Updated dependencies
|
|
864
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
865
|
+
- Updated dependencies
|
|
866
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
867
|
+
- Updated dependencies
|
|
868
|
+
[64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
|
|
869
|
+
- Updated dependencies
|
|
870
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
871
|
+
- Updated dependencies
|
|
872
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
873
|
+
- Updated dependencies
|
|
874
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
875
|
+
- Updated dependencies
|
|
876
|
+
[109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
|
|
877
|
+
- Updated dependencies
|
|
878
|
+
[c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
|
|
879
|
+
- @atlaskit/docs@8.4.0
|
|
880
|
+
- @atlaskit/icon@20.1.0
|
|
881
|
+
- @atlaskit/webdriver-runner@0.3.0
|
|
882
|
+
- @atlaskit/field-base@14.0.2
|
|
883
|
+
- @atlaskit/button@13.3.9
|
|
884
|
+
- @atlaskit/section-message@4.1.7
|
|
885
|
+
- @atlaskit/toggle@8.1.6
|
|
886
|
+
- @atlaskit/tooltip@15.2.5
|
|
882
887
|
|
|
883
888
|
## 17.1.8
|
|
884
889
|
|
|
885
890
|
### Patch Changes
|
|
886
891
|
|
|
887
|
-
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
892
|
+
- Updated dependencies
|
|
893
|
+
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
894
|
+
- @atlaskit/webdriver-runner@0.2.0
|
|
895
|
+
- @atlaskit/button@13.3.8
|
|
896
|
+
- @atlaskit/section-message@4.1.6
|
|
897
|
+
- @atlaskit/toggle@8.1.5
|
|
898
|
+
- @atlaskit/tooltip@15.2.4
|
|
894
899
|
|
|
895
900
|
## 17.1.7
|
|
896
901
|
|
|
897
902
|
### Patch Changes
|
|
898
903
|
|
|
899
|
-
-
|
|
904
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
900
905
|
|
|
901
|
-
|
|
902
|
-
|
|
906
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
907
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
903
908
|
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
909
|
+
- @atlaskit/docs@8.3.2
|
|
910
|
+
- @atlaskit/visual-regression@0.1.9
|
|
911
|
+
- @atlaskit/analytics-next@6.3.5
|
|
912
|
+
- @atlaskit/button@13.3.7
|
|
913
|
+
- @atlaskit/field-base@14.0.1
|
|
914
|
+
- @atlaskit/icon@20.0.1
|
|
915
|
+
- @atlaskit/section-message@4.1.5
|
|
916
|
+
- @atlaskit/theme@9.5.1
|
|
917
|
+
- @atlaskit/toggle@8.1.4
|
|
918
|
+
- @atlaskit/tooltip@15.2.3
|
|
914
919
|
|
|
915
920
|
## 17.1.6
|
|
916
921
|
|
|
917
922
|
### Patch Changes
|
|
918
923
|
|
|
919
|
-
-
|
|
924
|
+
- [patch][b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
|
|
920
925
|
|
|
921
|
-
|
|
922
|
-
|
|
926
|
+
Avatar-item will now respect the width of it's parent container- Updated dependencies
|
|
927
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
923
928
|
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
929
|
+
- @atlaskit/field-base@14.0.0
|
|
930
|
+
- @atlaskit/icon@20.0.0
|
|
931
|
+
- @atlaskit/section-message@4.1.4
|
|
932
|
+
- @atlaskit/docs@8.3.1
|
|
933
|
+
- @atlaskit/button@13.3.6
|
|
934
|
+
- @atlaskit/tooltip@15.2.2
|
|
930
935
|
|
|
931
936
|
## 17.1.5
|
|
932
937
|
|
|
933
938
|
### Patch Changes
|
|
934
939
|
|
|
935
|
-
-
|
|
940
|
+
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
936
941
|
|
|
937
|
-
|
|
938
|
-
|
|
942
|
+
Corrects bgColor type from never to string- Updated dependencies
|
|
943
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
939
944
|
|
|
940
|
-
-
|
|
941
|
-
|
|
942
|
-
-
|
|
943
|
-
|
|
944
|
-
-
|
|
945
|
-
|
|
946
|
-
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
945
|
+
- Updated dependencies
|
|
946
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
947
|
+
- Updated dependencies
|
|
948
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
949
|
+
- Updated dependencies
|
|
950
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
951
|
+
- Updated dependencies
|
|
952
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
953
|
+
- @atlaskit/tooltip@15.2.0
|
|
954
|
+
- @atlaskit/analytics-next@6.3.3
|
|
955
|
+
- @atlaskit/field-base@13.0.16
|
|
951
956
|
|
|
952
957
|
## 17.1.4
|
|
953
958
|
|
|
954
959
|
### Patch Changes
|
|
955
960
|
|
|
956
|
-
-
|
|
961
|
+
- [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
|
|
957
962
|
|
|
958
|
-
|
|
959
|
-
|
|
963
|
+
Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow
|
|
964
|
+
types are no longer provided.
|
|
960
965
|
|
|
961
|
-
|
|
966
|
+
### Breaking
|
|
962
967
|
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
968
|
+
** getTokens props changes ** When defining the value function passed into a ThemeProvider, the
|
|
969
|
+
getTokens parameter cannot be called without props; if no props are provided an empty object `{}`
|
|
970
|
+
must be passed in:
|
|
966
971
|
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
+
```javascript
|
|
973
|
+
<CustomTheme.Provider
|
|
974
|
+
value={t => ({ ...t(), backgroundColor: '#333'})}
|
|
975
|
+
>
|
|
976
|
+
```
|
|
972
977
|
|
|
973
|
-
|
|
978
|
+
becomes:
|
|
974
979
|
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
+
```javascript
|
|
981
|
+
<CustomTheme.Provider
|
|
982
|
+
value={t => ({ ...t({}), backgroundColor: '#333'})}
|
|
983
|
+
>
|
|
984
|
+
```
|
|
980
985
|
|
|
981
|
-
|
|
982
|
-
|
|
986
|
+
** Color palette changes ** Color palettes have been moved into their own file. Users will need to
|
|
987
|
+
update imports from this:
|
|
983
988
|
|
|
984
|
-
|
|
985
|
-
|
|
989
|
+
```javascript
|
|
990
|
+
import { colors } from '@atlaskit/theme';
|
|
986
991
|
|
|
987
|
-
|
|
988
|
-
|
|
992
|
+
colors.colorPalette('8');
|
|
993
|
+
```
|
|
989
994
|
|
|
990
|
-
|
|
995
|
+
to this:
|
|
991
996
|
|
|
992
|
-
|
|
993
|
-
|
|
997
|
+
```javascript
|
|
998
|
+
import { colorPalette } from '@atlaskit/theme';
|
|
994
999
|
|
|
995
|
-
|
|
996
|
-
|
|
1000
|
+
colorPalette.colorPalette('8');
|
|
1001
|
+
```
|
|
997
1002
|
|
|
998
|
-
|
|
1003
|
+
or for multi entry-point users:
|
|
999
1004
|
|
|
1000
|
-
|
|
1001
|
-
|
|
1005
|
+
```javascript
|
|
1006
|
+
import * as colors from '@atlaskit/theme/colors';
|
|
1002
1007
|
|
|
1003
|
-
|
|
1004
|
-
|
|
1008
|
+
colors.colorPalette('8');
|
|
1009
|
+
```
|
|
1005
1010
|
|
|
1006
|
-
|
|
1011
|
+
to this:
|
|
1007
1012
|
|
|
1008
|
-
|
|
1009
|
-
|
|
1013
|
+
```javascript
|
|
1014
|
+
import * as colorPalettes from '@atlaskit/theme/color-palette';
|
|
1010
1015
|
|
|
1011
|
-
|
|
1012
|
-
|
|
1016
|
+
colorPalettes.colorPalette('8');
|
|
1017
|
+
```
|
|
1013
1018
|
|
|
1014
1019
|
## 17.1.3
|
|
1015
1020
|
|
|
1016
1021
|
### Patch Changes
|
|
1017
1022
|
|
|
1018
|
-
-
|
|
1023
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
1019
1024
|
|
|
1020
|
-
|
|
1025
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
1021
1026
|
|
|
1022
1027
|
## 17.1.2
|
|
1023
1028
|
|
|
1024
1029
|
### Patch Changes
|
|
1025
1030
|
|
|
1026
|
-
-
|
|
1031
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
1027
1032
|
|
|
1028
|
-
|
|
1033
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
1029
1034
|
|
|
1030
1035
|
## 17.1.1
|
|
1031
1036
|
|
|
1032
1037
|
### Patch Changes
|
|
1033
1038
|
|
|
1034
|
-
-
|
|
1039
|
+
- [patch][8dff68dffa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8dff68dffa):
|
|
1035
1040
|
|
|
1036
|
-
|
|
1041
|
+
AvatarItems will only present a pointer cursor if onClick or href has been supplied
|
|
1037
1042
|
|
|
1038
1043
|
## 17.1.0
|
|
1039
1044
|
|
|
1040
1045
|
### Minor Changes
|
|
1041
1046
|
|
|
1042
|
-
-
|
|
1047
|
+
- [minor][79689c9027](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79689c9027):
|
|
1043
1048
|
|
|
1044
|
-
|
|
1045
|
-
|
|
1049
|
+
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
|
|
1050
|
+
products to write better integration and end to end tests.
|
|
1046
1051
|
|
|
1047
1052
|
## 17.0.1
|
|
1048
1053
|
|
|
1049
1054
|
### Patch Changes
|
|
1050
1055
|
|
|
1051
|
-
-
|
|
1056
|
+
- [patch][40bda8f796](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/40bda8f796):
|
|
1052
1057
|
|
|
1053
|
-
|
|
1054
|
-
|
|
1058
|
+
@atlaskit/avatar-group has been converted to Typescript. Typescript consumers will now get static
|
|
1059
|
+
type safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1055
1060
|
|
|
1056
1061
|
## 17.0.0
|
|
1057
1062
|
|
|
1058
1063
|
### Major Changes
|
|
1059
1064
|
|
|
1060
|
-
-
|
|
1065
|
+
- [major][8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
|
|
1061
1066
|
|
|
1062
|
-
|
|
1063
|
-
|
|
1067
|
+
@atlaskit/avatar has been converted to Typescript. Typescript consumers will now get static type
|
|
1068
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1064
1069
|
|
|
1065
1070
|
## 16.1.0
|
|
1066
1071
|
|
|
1067
1072
|
### Minor Changes
|
|
1068
1073
|
|
|
1069
|
-
-
|
|
1074
|
+
- [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
|
|
1070
1075
|
|
|
1071
|
-
|
|
1076
|
+
Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
|
|
1072
1077
|
|
|
1073
|
-
|
|
1074
|
-
|
|
1078
|
+
More information about the deprecation of lifecycles methods can be found here:
|
|
1079
|
+
https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
|
|
1075
1080
|
|
|
1076
1081
|
## 16.0.14
|
|
1077
1082
|
|
|
1078
1083
|
### Patch Changes
|
|
1079
1084
|
|
|
1080
|
-
-
|
|
1085
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
1081
1086
|
|
|
1082
|
-
|
|
1083
|
-
|
|
1087
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
1088
|
+
non-relative imports as relative imports
|
|
1084
1089
|
|
|
1085
1090
|
## 16.0.13
|
|
1086
1091
|
|
|
1087
1092
|
### Patch Changes
|
|
1088
1093
|
|
|
1089
|
-
-
|
|
1094
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
1090
1095
|
|
|
1091
|
-
|
|
1096
|
+
Upgraded Typescript to 3.3.x
|
|
1092
1097
|
|
|
1093
1098
|
## 16.0.12
|
|
1094
1099
|
|
|
1095
1100
|
### Patch Changes
|
|
1096
1101
|
|
|
1097
|
-
-
|
|
1102
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
1098
1103
|
|
|
1099
|
-
|
|
1104
|
+
Change all the imports to theme in Core to use multi entry points
|
|
1100
1105
|
|
|
1101
1106
|
## 16.0.11
|
|
1102
1107
|
|
|
1103
1108
|
### Patch Changes
|
|
1104
1109
|
|
|
1105
|
-
-
|
|
1110
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
1106
1111
|
|
|
1107
|
-
|
|
1112
|
+
Updates component maintainers
|
|
1108
1113
|
|
|
1109
1114
|
## 16.0.10
|
|
1110
1115
|
|
|
1111
1116
|
### Patch Changes
|
|
1112
1117
|
|
|
1113
|
-
-
|
|
1118
|
+
- [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
1114
1119
|
|
|
1115
|
-
|
|
1116
|
-
|
|
1120
|
+
Analytics-next has been converted to Typescript. Typescript consumers will now get static type
|
|
1121
|
+
safety. Flow types are no longer provided. No behavioural changes.
|
|
1117
1122
|
|
|
1118
|
-
|
|
1123
|
+
**Breaking changes**
|
|
1119
1124
|
|
|
1120
|
-
|
|
1121
|
-
|
|
1125
|
+
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1126
|
+
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1122
1127
|
|
|
1123
|
-
|
|
1128
|
+
**Breaking changes to TypeScript annotations**
|
|
1124
1129
|
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1130
|
+
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1131
|
+
props as a generic type.
|
|
1132
|
+
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
1133
|
+
props as a generic type.
|
|
1134
|
+
- Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source
|
|
1135
|
+
code
|
|
1136
|
+
- Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
|
|
1137
|
+
source code
|
|
1138
|
+
- Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match
|
|
1139
|
+
source code
|
|
1140
|
+
- Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
|
|
1141
|
+
- Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
|
|
1142
|
+
- Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
|
|
1143
|
+
- Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
|
|
1144
|
+
- Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
|
|
1145
|
+
- Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
|
|
1141
1146
|
|
|
1142
1147
|
## 16.0.9
|
|
1143
1148
|
|
|
1144
1149
|
### Patch Changes
|
|
1145
1150
|
|
|
1146
|
-
-
|
|
1151
|
+
- [patch][d905cbc0ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d905cbc0ac):
|
|
1147
1152
|
|
|
1148
|
-
|
|
1149
|
-
|
|
1153
|
+
Adding a condition to check if the component are referenced in tests running in CI. It reduces the
|
|
1154
|
+
noise and help reading the CI log.
|
|
1150
1155
|
|
|
1151
1156
|
## 16.0.8
|
|
1152
1157
|
|
|
1153
|
-
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1158
|
+
- Updated dependencies
|
|
1159
|
+
[7e9d653278](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e9d653278):
|
|
1160
|
+
- @atlaskit/toggle@8.0.0
|
|
1156
1161
|
|
|
1157
1162
|
## 16.0.7
|
|
1158
1163
|
|
|
1159
1164
|
### Patch Changes
|
|
1160
1165
|
|
|
1161
|
-
-
|
|
1166
|
+
- [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
|
|
1162
1167
|
|
|
1163
|
-
|
|
1168
|
+
Consume analytics-next ts type definitions as an ambient declaration.
|
|
1164
1169
|
|
|
1165
1170
|
## 16.0.6
|
|
1166
1171
|
|
|
1167
|
-
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1172
|
+
- Updated dependencies
|
|
1173
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
1174
|
+
- @atlaskit/docs@8.1.3
|
|
1175
|
+
- @atlaskit/button@13.0.9
|
|
1176
|
+
- @atlaskit/field-base@13.0.6
|
|
1177
|
+
- @atlaskit/section-message@4.0.5
|
|
1178
|
+
- @atlaskit/toggle@7.0.3
|
|
1179
|
+
- @atlaskit/tooltip@15.0.2
|
|
1180
|
+
- @atlaskit/icon@19.0.0
|
|
1176
1181
|
|
|
1177
1182
|
## 16.0.5
|
|
1178
1183
|
|
|
1179
1184
|
### Patch Changes
|
|
1180
1185
|
|
|
1181
|
-
-
|
|
1186
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
1182
1187
|
|
|
1183
|
-
|
|
1188
|
+
index.ts will now be ignored when publishing to npm
|
|
1184
1189
|
|
|
1185
1190
|
## 16.0.4
|
|
1186
1191
|
|
|
1187
|
-
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1192
|
+
- Updated dependencies
|
|
1193
|
+
[67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
|
|
1194
|
+
- @atlaskit/icon@18.0.1
|
|
1195
|
+
- @atlaskit/tooltip@15.0.0
|
|
1191
1196
|
|
|
1192
1197
|
## 16.0.3
|
|
1193
1198
|
|
|
1194
|
-
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1199
|
+
- Updated dependencies
|
|
1200
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
1201
|
+
- @atlaskit/docs@8.1.2
|
|
1202
|
+
- @atlaskit/button@13.0.8
|
|
1203
|
+
- @atlaskit/field-base@13.0.4
|
|
1204
|
+
- @atlaskit/section-message@4.0.2
|
|
1205
|
+
- @atlaskit/toggle@7.0.1
|
|
1206
|
+
- @atlaskit/tooltip@14.0.3
|
|
1207
|
+
- @atlaskit/icon@18.0.0
|
|
1203
1208
|
|
|
1204
1209
|
## 16.0.2
|
|
1205
1210
|
|
|
1206
|
-
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
+
- Updated dependencies
|
|
1212
|
+
[6dd86f5b07](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6dd86f5b07):
|
|
1213
|
+
- @atlaskit/icon@17.1.1
|
|
1214
|
+
- @atlaskit/theme@9.0.2
|
|
1215
|
+
- @atlaskit/section-message@4.0.0
|
|
1211
1216
|
|
|
1212
1217
|
## 16.0.1
|
|
1213
1218
|
|
|
1214
|
-
-
|
|
1219
|
+
- [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
|
|
1215
1220
|
|
|
1216
|
-
|
|
1221
|
+
- Clean couple of TODO's that were already done
|
|
1217
1222
|
|
|
1218
1223
|
## 16.0.0
|
|
1219
1224
|
|
|
1220
|
-
-
|
|
1225
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1221
1226
|
|
|
1222
|
-
|
|
1223
|
-
|
|
1227
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1228
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
1224
1229
|
|
|
1225
1230
|
## 15.0.5
|
|
1226
1231
|
|
|
1227
|
-
-
|
|
1232
|
+
- [patch][d01ab3961b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d01ab3961b):
|
|
1228
1233
|
|
|
1229
|
-
|
|
1234
|
+
- Bugfix: fixes issue with src image flickering
|
|
1230
1235
|
|
|
1231
1236
|
## 15.0.4
|
|
1232
1237
|
|
|
1233
|
-
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1238
|
+
- Updated dependencies
|
|
1239
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
1240
|
+
- @atlaskit/docs@7.0.3
|
|
1241
|
+
- @atlaskit/button@12.0.3
|
|
1242
|
+
- @atlaskit/field-base@12.0.2
|
|
1243
|
+
- @atlaskit/icon@16.0.9
|
|
1244
|
+
- @atlaskit/section-message@2.0.3
|
|
1245
|
+
- @atlaskit/toggle@6.0.4
|
|
1246
|
+
- @atlaskit/tooltip@13.0.4
|
|
1247
|
+
- @atlaskit/theme@8.1.7
|
|
1243
1248
|
|
|
1244
1249
|
## 15.0.3
|
|
1245
1250
|
|
|
1246
|
-
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1251
|
+
- Updated dependencies
|
|
1252
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
1253
|
+
- @atlaskit/docs@7.0.2
|
|
1254
|
+
- @atlaskit/analytics-next@4.0.3
|
|
1255
|
+
- @atlaskit/icon@16.0.8
|
|
1256
|
+
- @atlaskit/section-message@2.0.2
|
|
1257
|
+
- @atlaskit/theme@8.1.6
|
|
1258
|
+
- @atlaskit/toggle@6.0.3
|
|
1259
|
+
- @atlaskit/tooltip@13.0.3
|
|
1260
|
+
- @atlaskit/button@12.0.0
|
|
1256
1261
|
|
|
1257
1262
|
## 15.0.2
|
|
1258
1263
|
|
|
1259
|
-
-
|
|
1264
|
+
- [patch][ea173a3ee2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ea173a3ee2):
|
|
1260
1265
|
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1266
|
+
- Internal changes only. Component is now SSR compatible. If server side rendered, Avatar Images
|
|
1267
|
+
will begin to load immediately; before client bundle is ready. If this is undesired, `imageUrl`
|
|
1268
|
+
can be passed in after component is mounted.
|
|
1264
1269
|
|
|
1265
1270
|
## 15.0.1
|
|
1266
1271
|
|
|
1267
|
-
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1272
|
+
- Updated dependencies
|
|
1273
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1274
|
+
- @atlaskit/docs@7.0.1
|
|
1275
|
+
- @atlaskit/analytics-next@4.0.1
|
|
1276
|
+
- @atlaskit/icon@16.0.5
|
|
1277
|
+
- @atlaskit/section-message@2.0.1
|
|
1278
|
+
- @atlaskit/theme@8.0.1
|
|
1279
|
+
- @atlaskit/toggle@6.0.1
|
|
1280
|
+
- @atlaskit/tooltip@13.0.1
|
|
1281
|
+
- @atlaskit/button@11.0.0
|
|
1277
1282
|
|
|
1278
1283
|
## 15.0.0
|
|
1279
1284
|
|
|
1280
|
-
-
|
|
1285
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1281
1286
|
|
|
1282
|
-
|
|
1287
|
+
- Drop ES5 from all the flow modules
|
|
1283
1288
|
|
|
1284
|
-
|
|
1289
|
+
### Dropping CJS support in all @atlaskit packages
|
|
1285
1290
|
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1291
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
1292
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
1293
|
+
`import` and `export` declarations.
|
|
1289
1294
|
|
|
1290
|
-
|
|
1291
|
-
e.g:
|
|
1295
|
+
The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
|
|
1292
1296
|
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1297
|
+
```js
|
|
1298
|
+
import colors from `@atlaskit/theme/colors`;
|
|
1299
|
+
```
|
|
1296
1300
|
|
|
1297
|
-
|
|
1301
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
1298
1302
|
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1303
|
+
```js
|
|
1304
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
1305
|
+
```
|
|
1302
1306
|
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1307
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
|
|
1308
|
+
we have to worry about how consumers might be using things that aren't _actually_ supposed to be
|
|
1309
|
+
used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
|
|
1310
|
+
packages bundling all of theme, just to use a single color, especially in situations where tree
|
|
1311
|
+
shaking fails.
|
|
1308
1312
|
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1313
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
1314
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
1315
|
+
internal dependencies.
|
|
1312
1316
|
|
|
1313
|
-
|
|
1314
|
-
|
|
1317
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
1318
|
+
environments.
|
|
1315
1319
|
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1320
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
1321
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
1322
|
+
saner API's and simpler package architecture.
|
|
1319
1323
|
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1324
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
1325
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
1326
|
+
external) if you have any questions or queries about this.
|
|
1323
1327
|
|
|
1324
1328
|
## 14.1.9
|
|
1325
1329
|
|
|
1326
|
-
-
|
|
1330
|
+
- [patch][92d8e6317c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92d8e6317c):
|
|
1327
1331
|
|
|
1328
|
-
|
|
1329
|
-
|
|
1332
|
+
- Check if the DOM is available when rendering an AvatarImage so that SSR rendered Avatars will
|
|
1333
|
+
render with the provided image.
|
|
1330
1334
|
|
|
1331
1335
|
## 14.1.8
|
|
1332
1336
|
|
|
1333
|
-
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1337
|
+
- Updated dependencies
|
|
1338
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
1339
|
+
- @atlaskit/docs@6.0.1
|
|
1340
|
+
- @atlaskit/button@10.1.2
|
|
1341
|
+
- @atlaskit/field-base@11.0.14
|
|
1342
|
+
- @atlaskit/section-message@1.0.16
|
|
1343
|
+
- @atlaskit/toggle@5.0.15
|
|
1344
|
+
- @atlaskit/tooltip@12.1.15
|
|
1345
|
+
- @atlaskit/icon@16.0.0
|
|
1342
1346
|
|
|
1343
1347
|
## 14.1.7
|
|
1344
1348
|
|
|
1345
|
-
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1349
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
1350
|
+
- @atlaskit/analytics-next@3.1.2
|
|
1351
|
+
- @atlaskit/button@10.1.1
|
|
1352
|
+
- @atlaskit/field-base@11.0.13
|
|
1353
|
+
- @atlaskit/icon@15.0.2
|
|
1354
|
+
- @atlaskit/section-message@1.0.14
|
|
1355
|
+
- @atlaskit/theme@7.0.1
|
|
1356
|
+
- @atlaskit/toggle@5.0.14
|
|
1357
|
+
- @atlaskit/tooltip@12.1.13
|
|
1358
|
+
- @atlaskit/docs@6.0.0
|
|
1355
1359
|
|
|
1356
1360
|
## 14.1.6
|
|
1357
1361
|
|
|
1358
|
-
-
|
|
1362
|
+
- [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
1359
1363
|
|
|
1360
|
-
|
|
1361
|
-
|
|
1364
|
+
- Change API to experimental theming API to namespace component themes into separate contexts and
|
|
1365
|
+
make theming simpler. Update all dependant components.
|
|
1362
1366
|
|
|
1363
1367
|
## 14.1.5
|
|
1364
1368
|
|
|
1365
|
-
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1369
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
1370
|
+
- @atlaskit/docs@5.2.2
|
|
1371
|
+
- @atlaskit/button@10.0.1
|
|
1372
|
+
- @atlaskit/field-base@11.0.11
|
|
1373
|
+
- @atlaskit/section-message@1.0.12
|
|
1374
|
+
- @atlaskit/toggle@5.0.12
|
|
1375
|
+
- @atlaskit/tooltip@12.1.11
|
|
1376
|
+
- @atlaskit/icon@15.0.0
|
|
1373
1377
|
|
|
1374
1378
|
## 14.1.4
|
|
1375
1379
|
|
|
1376
|
-
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1380
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
1381
|
+
- @atlaskit/docs@5.2.1
|
|
1382
|
+
- @atlaskit/analytics-next@3.1.1
|
|
1383
|
+
- @atlaskit/icon@14.6.1
|
|
1384
|
+
- @atlaskit/section-message@1.0.11
|
|
1385
|
+
- @atlaskit/theme@6.2.1
|
|
1386
|
+
- @atlaskit/toggle@5.0.11
|
|
1387
|
+
- @atlaskit/tooltip@12.1.10
|
|
1388
|
+
- @atlaskit/button@10.0.0
|
|
1385
1389
|
|
|
1386
1390
|
## 14.1.3
|
|
1387
1391
|
|
|
1388
|
-
-
|
|
1392
|
+
- [patch][a981c43](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a981c43):
|
|
1389
1393
|
|
|
1390
|
-
|
|
1394
|
+
- Update Avatar to allow to use a custom icon as status.
|
|
1391
1395
|
|
|
1392
1396
|
## 14.1.2
|
|
1393
1397
|
|
|
1394
|
-
-
|
|
1395
|
-
|
|
1398
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
1399
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
1396
1400
|
|
|
1397
1401
|
## 14.1.1
|
|
1398
1402
|
|
|
1399
|
-
-
|
|
1400
|
-
|
|
1403
|
+
- [patch] Update avatar index exports to fix babel transpilation bug
|
|
1404
|
+
[0208158](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0208158)
|
|
1401
1405
|
|
|
1402
1406
|
## 14.1.0
|
|
1403
1407
|
|
|
1404
|
-
-
|
|
1405
|
-
|
|
1408
|
+
- [minor] Adds new theming API to Avatar and AvatarItem components
|
|
1409
|
+
[79dd93f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79dd93f)
|
|
1406
1410
|
|
|
1407
1411
|
## 14.0.11
|
|
1408
1412
|
|
|
1409
|
-
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1413
|
+
- [patch] Updated dependencies
|
|
1414
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
1415
|
+
- @atlaskit/docs@5.0.8
|
|
1416
|
+
- @atlaskit/button@9.0.13
|
|
1417
|
+
- @atlaskit/field-base@11.0.8
|
|
1418
|
+
- @atlaskit/section-message@1.0.8
|
|
1419
|
+
- @atlaskit/toggle@5.0.9
|
|
1420
|
+
- @atlaskit/tooltip@12.1.1
|
|
1421
|
+
- @atlaskit/icon@14.0.0
|
|
1418
1422
|
|
|
1419
1423
|
## 14.0.10
|
|
1420
1424
|
|
|
1421
|
-
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1425
|
+
- [patch] Fix bug where analytics was causing avatar to always have an onClick and render with
|
|
1426
|
+
onClick styles/attributes.
|
|
1427
|
+
[966f1fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/966f1fb)
|
|
1424
1428
|
|
|
1425
1429
|
## 14.0.8
|
|
1426
1430
|
|
|
1427
|
-
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1431
|
+
- [patch] Updated dependencies
|
|
1432
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
1433
|
+
- @atlaskit/theme@6.0.0
|
|
1434
|
+
- @atlaskit/tooltip@12.0.9
|
|
1435
|
+
- @atlaskit/toggle@5.0.6
|
|
1436
|
+
- @atlaskit/section-message@1.0.5
|
|
1437
|
+
- @atlaskit/icon@13.2.5
|
|
1438
|
+
- @atlaskit/field-base@11.0.5
|
|
1439
|
+
- @atlaskit/button@9.0.6
|
|
1440
|
+
- @atlaskit/docs@5.0.6
|
|
1437
1441
|
|
|
1438
1442
|
## 14.0.7
|
|
1439
1443
|
|
|
1440
|
-
-
|
|
1441
|
-
|
|
1442
|
-
-
|
|
1443
|
-
|
|
1444
|
+
- [patch] updated the custom component proxy to be class instead of function to fix the errors
|
|
1445
|
+
related to innerRef [06690a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06690a6)
|
|
1446
|
+
- [none] Updated dependencies
|
|
1447
|
+
[06690a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06690a6)
|
|
1444
1448
|
|
|
1445
1449
|
## 14.0.6
|
|
1446
1450
|
|
|
1447
|
-
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1451
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
1452
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
1453
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1454
|
+
- [none] Updated dependencies
|
|
1455
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1456
|
+
- @atlaskit/tooltip@12.0.5
|
|
1457
|
+
- @atlaskit/field-base@11.0.3
|
|
1458
|
+
- @atlaskit/analytics-next@3.0.4
|
|
1459
|
+
- @atlaskit/toggle@5.0.5
|
|
1460
|
+
- @atlaskit/button@9.0.5
|
|
1461
|
+
- @atlaskit/theme@5.1.3
|
|
1462
|
+
- @atlaskit/section-message@1.0.4
|
|
1463
|
+
- @atlaskit/icon@13.2.4
|
|
1460
1464
|
|
|
1461
1465
|
## 14.0.5
|
|
1462
1466
|
|
|
1463
|
-
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1467
|
+
- [patch] Updated dependencies
|
|
1468
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
1469
|
+
- @atlaskit/tooltip@12.0.4
|
|
1470
|
+
- @atlaskit/icon@13.2.2
|
|
1471
|
+
- @atlaskit/toggle@5.0.4
|
|
1472
|
+
- @atlaskit/section-message@1.0.3
|
|
1473
|
+
- @atlaskit/button@9.0.4
|
|
1474
|
+
- @atlaskit/theme@5.1.2
|
|
1475
|
+
- @atlaskit/analytics-next@3.0.3
|
|
1476
|
+
- @atlaskit/docs@5.0.2
|
|
1477
|
+
- @atlaskit/field-base@11.0.2
|
|
1474
1478
|
|
|
1475
1479
|
## 14.0.4
|
|
1476
1480
|
|
|
1477
|
-
-
|
|
1478
|
-
|
|
1479
|
-
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1481
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
1482
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1483
|
+
- [none] Updated dependencies
|
|
1484
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1485
|
+
- @atlaskit/tooltip@12.0.3
|
|
1486
|
+
- @atlaskit/field-base@11.0.1
|
|
1487
|
+
- @atlaskit/analytics-next@3.0.2
|
|
1488
|
+
- @atlaskit/toggle@5.0.3
|
|
1489
|
+
- @atlaskit/button@9.0.3
|
|
1490
|
+
- @atlaskit/theme@5.1.1
|
|
1491
|
+
- @atlaskit/section-message@1.0.2
|
|
1492
|
+
- @atlaskit/icon@13.2.1
|
|
1489
1493
|
|
|
1490
1494
|
## 14.0.3
|
|
1491
1495
|
|
|
1492
|
-
-
|
|
1493
|
-
|
|
1494
|
-
-
|
|
1495
|
-
|
|
1496
|
+
- [patch] Update docs, change dev deps
|
|
1497
|
+
[25d6e48](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d6e48)
|
|
1498
|
+
- [none] Updated dependencies
|
|
1499
|
+
[25d6e48](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d6e48)
|
|
1496
1500
|
|
|
1497
1501
|
## 14.0.2
|
|
1498
1502
|
|
|
1499
|
-
-
|
|
1500
|
-
|
|
1501
|
-
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1503
|
+
- [patch] Move analytics tests and replace elements to core
|
|
1504
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
1505
|
+
- [none] Updated dependencies
|
|
1506
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
1507
|
+
- @atlaskit/tooltip@12.0.1
|
|
1508
|
+
- @atlaskit/analytics-next@3.0.1
|
|
1509
|
+
- @atlaskit/toggle@5.0.1
|
|
1510
|
+
- @atlaskit/button@9.0.2
|
|
1511
|
+
- @atlaskit/docs@5.0.1
|
|
1508
1512
|
|
|
1509
1513
|
## 14.0.1
|
|
1510
1514
|
|
|
1511
|
-
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
+
- [patch] Updated dependencies
|
|
1516
|
+
[e6b1985](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b1985)
|
|
1517
|
+
- @atlaskit/tooltip@12.0.0
|
|
1518
|
+
- @atlaskit/icon@13.1.1
|
|
1515
1519
|
|
|
1516
1520
|
## 14.0.0
|
|
1517
1521
|
|
|
1518
|
-
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
-
|
|
1524
|
-
|
|
1525
|
-
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1522
|
+
- [major] Provides analytics for common component interations. See the
|
|
1523
|
+
[Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section for
|
|
1524
|
+
more details. If you are using enzyme for testing you will have to use
|
|
1525
|
+
[our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme).
|
|
1526
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
1527
|
+
- [major] Updates to React ^16.4.0
|
|
1528
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1529
|
+
- [major] Updated dependencies
|
|
1530
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
1531
|
+
- @atlaskit/tooltip@11.0.0
|
|
1532
|
+
- @atlaskit/field-base@11.0.0
|
|
1533
|
+
- @atlaskit/analytics-next@3.0.0
|
|
1534
|
+
- @atlaskit/toggle@5.0.0
|
|
1535
|
+
- @atlaskit/button@9.0.0
|
|
1536
|
+
- @atlaskit/theme@5.0.0
|
|
1537
|
+
- @atlaskit/docs@5.0.0
|
|
1538
|
+
- @atlaskit/icon@13.0.0
|
|
1539
|
+
- [major] Updated dependencies
|
|
1540
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1541
|
+
- @atlaskit/tooltip@11.0.0
|
|
1542
|
+
- @atlaskit/field-base@11.0.0
|
|
1543
|
+
- @atlaskit/analytics-next@3.0.0
|
|
1544
|
+
- @atlaskit/toggle@5.0.0
|
|
1545
|
+
- @atlaskit/button@9.0.0
|
|
1546
|
+
- @atlaskit/theme@5.0.0
|
|
1547
|
+
- @atlaskit/docs@5.0.0
|
|
1548
|
+
- @atlaskit/icon@13.0.0
|
|
1545
1549
|
|
|
1546
1550
|
## 13.0.0
|
|
1547
1551
|
|
|
1548
|
-
-
|
|
1549
|
-
|
|
1550
|
-
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1552
|
+
- [major] Remove unneeded componentType and functionType type exports
|
|
1553
|
+
[7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
|
|
1554
|
+
- [none] Updated dependencies
|
|
1555
|
+
[da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
|
|
1556
|
+
- @atlaskit/button@8.2.5
|
|
1557
|
+
- [none] Updated dependencies
|
|
1558
|
+
[7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
|
|
1559
|
+
- @atlaskit/button@8.2.5
|
|
1556
1560
|
|
|
1557
1561
|
## 12.0.0
|
|
1558
1562
|
|
|
1559
|
-
-
|
|
1560
|
-
|
|
1561
|
-
-
|
|
1562
|
-
|
|
1563
|
+
- [major] Split avatar-group into its own package
|
|
1564
|
+
[8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
|
|
1565
|
+
- [none] Updated dependencies
|
|
1566
|
+
[8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
|
|
1563
1567
|
|
|
1564
1568
|
## 11.2.2
|
|
1565
1569
|
|
|
1566
|
-
-
|
|
1567
|
-
|
|
1568
|
-
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1570
|
+
- [patch] Remove or update \$FlowFixMe
|
|
1571
|
+
[e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
|
|
1572
|
+
- [none] Updated dependencies
|
|
1573
|
+
[e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
|
|
1574
|
+
- @atlaskit/button@8.2.4
|
|
1575
|
+
- @atlaskit/icon@12.6.1
|
|
1576
|
+
- @atlaskit/dropdown-menu@5.2.1
|
|
1573
1577
|
|
|
1574
1578
|
## 11.2.1
|
|
1575
1579
|
|
|
1576
|
-
-
|
|
1577
|
-
|
|
1578
|
-
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1580
|
+
- [patch] Fix \$FlowFixMe and release packages
|
|
1581
|
+
[25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
|
|
1582
|
+
- [none] Updated dependencies
|
|
1583
|
+
[25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
|
|
1584
|
+
- @atlaskit/tooltip@10.3.1
|
|
1585
|
+
- @atlaskit/button@8.2.2
|
|
1586
|
+
- @atlaskit/icon@12.3.1
|
|
1583
1587
|
|
|
1584
1588
|
## 11.2.0
|
|
1585
1589
|
|
|
1586
|
-
-
|
|
1587
|
-
|
|
1588
|
-
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1590
|
+
- [minor] Fixes types for Flow 0.74
|
|
1591
|
+
[dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
|
|
1592
|
+
- [none] Updated dependencies
|
|
1593
|
+
[dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
|
|
1594
|
+
- @atlaskit/tooltip@10.3.0
|
|
1595
|
+
- @atlaskit/button@8.2.0
|
|
1596
|
+
- @atlaskit/icon@12.2.0
|
|
1597
|
+
- @atlaskit/dropdown-menu@5.1.0
|
|
1594
1598
|
|
|
1595
1599
|
## 11.1.1
|
|
1596
1600
|
|
|
1597
|
-
-
|
|
1598
|
-
|
|
1599
|
-
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1601
|
+
- [patch] Update changelogs to remove duplicate
|
|
1602
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1603
|
+
- [none] Updated dependencies
|
|
1604
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1605
|
+
- @atlaskit/theme@4.0.3
|
|
1606
|
+
- @atlaskit/item@7.0.4
|
|
1607
|
+
- @atlaskit/icon@12.1.1
|
|
1608
|
+
- @atlaskit/field-base@10.1.1
|
|
1609
|
+
- @atlaskit/dropdown-menu@5.0.3
|
|
1610
|
+
- @atlaskit/button@8.1.1
|
|
1611
|
+
- @atlaskit/docs@4.1.1
|
|
1608
1612
|
|
|
1609
1613
|
## 11.1.0
|
|
1610
1614
|
|
|
1611
|
-
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1615
|
+
- [none] Updated dependencies
|
|
1616
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
1617
|
+
- @atlaskit/tooltip@10.2.0
|
|
1618
|
+
- @atlaskit/item@7.0.3
|
|
1619
|
+
- @atlaskit/dropdown-menu@5.0.2
|
|
1620
|
+
- @atlaskit/icon@12.1.0
|
|
1621
|
+
- @atlaskit/toggle@4.0.2
|
|
1622
|
+
- @atlaskit/docs@4.1.0
|
|
1623
|
+
- @atlaskit/theme@4.0.2
|
|
1624
|
+
- @atlaskit/field-base@10.1.0
|
|
1625
|
+
- @atlaskit/button@8.1.0
|
|
1622
1626
|
|
|
1623
1627
|
## 11.0.1
|
|
1624
1628
|
|
|
1625
|
-
-
|
|
1626
|
-
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1629
|
+
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1630
|
+
- [patch] Updated dependencies
|
|
1631
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1632
|
+
- @atlaskit/tooltip@10.0.1
|
|
1633
|
+
- @atlaskit/item@7.0.1
|
|
1634
|
+
- @atlaskit/icon@12.0.1
|
|
1635
|
+
- @atlaskit/toggle@4.0.1
|
|
1636
|
+
- @atlaskit/field-base@10.0.1
|
|
1637
|
+
- @atlaskit/button@8.0.1
|
|
1638
|
+
- @atlaskit/theme@4.0.1
|
|
1639
|
+
- @atlaskit/docs@4.0.1
|
|
1640
|
+
- @atlaskit/dropdown-menu@5.0.1
|
|
1637
1641
|
|
|
1638
1642
|
## 11.0.0
|
|
1639
1643
|
|
|
1640
|
-
-
|
|
1641
|
-
|
|
1642
|
-
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1644
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
1645
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1646
|
+
- [patch] Updated dependencies
|
|
1647
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1648
|
+
- @atlaskit/tooltip@10.0.0
|
|
1649
|
+
- @atlaskit/item@7.0.0
|
|
1650
|
+
- @atlaskit/icon@12.0.0
|
|
1651
|
+
- @atlaskit/toggle@4.0.0
|
|
1652
|
+
- @atlaskit/field-base@10.0.0
|
|
1653
|
+
- @atlaskit/button@8.0.0
|
|
1654
|
+
- @atlaskit/theme@4.0.0
|
|
1655
|
+
- @atlaskit/docs@4.0.0
|
|
1656
|
+
- @atlaskit/dropdown-menu@5.0.0
|
|
1653
1657
|
|
|
1654
1658
|
## 10.0.7
|
|
1655
1659
|
|
|
1656
|
-
-
|
|
1657
|
-
|
|
1658
|
-
-
|
|
1659
|
-
|
|
1660
|
+
- [patch] Fix text color for items with href in AvatarGroup
|
|
1661
|
+
[2cbb9ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2cbb9ff)
|
|
1662
|
+
- [none] Updated dependencies
|
|
1663
|
+
[2cbb9ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2cbb9ff)
|
|
1660
1664
|
|
|
1661
1665
|
## 10.0.6
|
|
1662
1666
|
|
|
1663
|
-
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1667
|
+
- [patch] Updated dependencies
|
|
1668
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
1669
|
+
- @atlaskit/icon@11.3.0
|
|
1670
|
+
- @atlaskit/tooltip@9.2.1
|
|
1671
|
+
- @atlaskit/toggle@3.0.2
|
|
1672
|
+
- @atlaskit/item@6.0.3
|
|
1673
|
+
- @atlaskit/field-base@9.0.3
|
|
1674
|
+
- @atlaskit/dropdown-menu@4.0.3
|
|
1675
|
+
- @atlaskit/button@7.2.5
|
|
1676
|
+
- @atlaskit/theme@3.2.2
|
|
1677
|
+
- @atlaskit/docs@3.0.4
|
|
1674
1678
|
|
|
1675
1679
|
## 10.0.4
|
|
1676
1680
|
|
|
1677
|
-
-
|
|
1678
|
-
|
|
1681
|
+
- [patch] Fix clipping of dropdown items in avatar group for certain browsers
|
|
1682
|
+
[7b82fa6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7b82fa6)
|
|
1679
1683
|
|
|
1680
1684
|
## 10.0.3
|
|
1681
1685
|
|
|
1682
|
-
-
|
|
1683
|
-
|
|
1686
|
+
- [patch] Fix avatars appearing clickable when no onClick or href prop is provided
|
|
1687
|
+
[e6fec4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6fec4f)
|
|
1684
1688
|
|
|
1685
1689
|
## 10.0.2
|
|
1686
1690
|
|
|
1687
|
-
-
|
|
1688
|
-
|
|
1691
|
+
- [patch] Fix native tooltips appearing for avatars without a src prop
|
|
1692
|
+
[6a3fb67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6a3fb67)
|
|
1689
1693
|
|
|
1690
1694
|
## 10.0.0
|
|
1691
1695
|
|
|
1692
|
-
-
|
|
1693
|
-
|
|
1696
|
+
- [major] Bump to React 16.3.
|
|
1697
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
1694
1698
|
|
|
1695
1699
|
## 9.2.3
|
|
1696
1700
|
|
|
1697
|
-
-
|
|
1698
|
-
|
|
1699
|
-
-
|
|
1700
|
-
|
|
1701
|
+
- [patch] Remove dependency on @atlaskit/polyfill as it is not being used.
|
|
1702
|
+
[f0f9307](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f0f9307)
|
|
1703
|
+
- [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
|
|
1704
|
+
[c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
|
|
1701
1705
|
|
|
1702
1706
|
## 9.2.2
|
|
1703
1707
|
|
|
1704
|
-
-
|
|
1705
|
-
|
|
1708
|
+
- [patch] Makes packages Flow types compatible with version 0.67
|
|
1709
|
+
[25daac0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25daac0)
|
|
1706
1710
|
|
|
1707
1711
|
## 9.2.1
|
|
1708
1712
|
|
|
1709
|
-
-
|
|
1710
|
-
|
|
1713
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
1714
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
1711
1715
|
|
|
1712
1716
|
## 9.2.0
|
|
1713
1717
|
|
|
1714
|
-
-
|
|
1715
|
-
|
|
1718
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1719
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
1716
1720
|
|
|
1717
1721
|
## 9.1.0
|
|
1718
1722
|
|
|
1719
|
-
-
|
|
1720
|
-
|
|
1723
|
+
- [minor] Create skeleton representations of various components
|
|
1724
|
+
[cd628e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cd628e4)
|
|
1721
1725
|
|
|
1722
1726
|
## 9.0.4
|
|
1723
1727
|
|
|
1724
|
-
-
|
|
1725
|
-
|
|
1728
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
1729
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
1726
1730
|
|
|
1727
1731
|
## 9.0.2
|
|
1728
1732
|
|
|
1729
|
-
-
|
|
1730
|
-
|
|
1733
|
+
- [patch] Remove babel-plugin-react-flow-props-to-prop-types
|
|
1734
|
+
[06c1f08](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c1f08)
|
|
1731
1735
|
|
|
1732
1736
|
## 9.0.1
|
|
1733
1737
|
|
|
1734
|
-
-
|
|
1735
|
-
|
|
1738
|
+
- [patch] Packages Flow types for elements components
|
|
1739
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
1736
1740
|
|
|
1737
1741
|
## 9.0.0
|
|
1738
1742
|
|
|
1739
|
-
-
|
|
1740
|
-
|
|
1741
|
-
[23a488e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/23a488e)
|
|
1743
|
+
- [major] onAvatarClick prop on AvatarGroup now has a second argument. This second argument is the
|
|
1744
|
+
item that was clicked on. [23a488e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/23a488e)
|
|
1742
1745
|
|
|
1743
1746
|
## 8.4.1
|
|
1744
1747
|
|
|
1745
|
-
-
|
|
1746
|
-
|
|
1748
|
+
- [patch] Migrate Navigation from Ak repo to ak mk 2 repo, Fixed flow typing inconsistencies in ak
|
|
1749
|
+
mk 2 [bdeef5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bdeef5b)
|
|
1747
1750
|
|
|
1748
1751
|
## 8.4.0
|
|
1749
1752
|
|
|
1750
|
-
-
|
|
1751
|
-
|
|
1753
|
+
- [minor] Add React 16 support.
|
|
1754
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
1752
1755
|
|
|
1753
1756
|
## 8.3.10
|
|
1754
1757
|
|
|
1755
|
-
-
|
|
1756
|
-
|
|
1757
|
-
-
|
|
1758
|
-
|
|
1758
|
+
- [patch] update flow dep, fix flow errors
|
|
1759
|
+
[722ad83](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/722ad83)
|
|
1760
|
+
- [patch] update flow dep, fix flow errors
|
|
1761
|
+
[722ad83](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/722ad83)
|
|
1759
1762
|
|
|
1760
1763
|
## 8.3.6
|
|
1761
1764
|
|
|
1762
|
-
-
|
|
1763
|
-
|
|
1765
|
+
- [patch] migrating avatar package to new repo
|
|
1766
|
+
[f3f5e51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f3f5e51)
|
|
1764
1767
|
|
|
1765
1768
|
## 8.3.5 (2017-11-30)
|
|
1766
1769
|
|
|
1767
|
-
-
|
|
1768
|
-
|
|
1770
|
+
- bug fix; release stories with fixed console errors
|
|
1771
|
+
([3321c2b](https://bitbucket.org/atlassian/atlaskit/commits/3321c2b))
|
|
1769
1772
|
|
|
1770
1773
|
## 8.3.4 (2017-11-28)
|
|
1771
1774
|
|
|
1772
|
-
-
|
|
1773
|
-
|
|
1775
|
+
- bug fix; fix avatar group having less width than its children (issues closed: ak-3872)
|
|
1776
|
+
([e88ee42](https://bitbucket.org/atlassian/atlaskit/commits/e88ee42))
|
|
1774
1777
|
|
|
1775
1778
|
## 8.3.3 (2017-11-23)
|
|
1776
1779
|
|
|
1777
|
-
-
|
|
1778
|
-
|
|
1780
|
+
- bug fix; fix avatar group's more items dropdown not being tabbable (issues closed: ak-3707)
|
|
1781
|
+
([a0ee45d](https://bitbucket.org/atlassian/atlaskit/commits/a0ee45d))
|
|
1779
1782
|
|
|
1780
1783
|
## 8.3.2 (2017-11-20)
|
|
1781
1784
|
|
|
1782
|
-
-
|
|
1783
|
-
|
|
1785
|
+
- bug fix; fS-3907 Use Tooltip component in Avatar
|
|
1786
|
+
([2126336](https://bitbucket.org/atlassian/atlaskit/commits/2126336))
|
|
1784
1787
|
|
|
1785
1788
|
## 8.3.1 (2017-11-16)
|
|
1786
1789
|
|
|
1787
|
-
-
|
|
1788
|
-
|
|
1790
|
+
- bug fix; avatar flex styles are now explicit to fix Firefox issue (issues closed: ak-3898)
|
|
1791
|
+
([73ac57d](https://bitbucket.org/atlassian/atlaskit/commits/73ac57d))
|
|
1789
1792
|
|
|
1790
1793
|
## 8.3.0 (2017-11-16)
|
|
1791
1794
|
|
|
1792
|
-
-
|
|
1793
|
-
|
|
1795
|
+
- feature; added a new prop background in AvatarItem to have custom background (issues closed:
|
|
1796
|
+
ak-3706) ([e93888c](https://bitbucket.org/atlassian/atlaskit/commits/e93888c))
|
|
1794
1797
|
|
|
1795
1798
|
## 8.2.4 (2017-11-15)
|
|
1796
1799
|
|
|
1797
|
-
-
|
|
1798
|
-
|
|
1800
|
+
- bug fix; fix incorrect border radius on Avatars (issues closed: ak-3897)
|
|
1801
|
+
([6570495](https://bitbucket.org/atlassian/atlaskit/commits/6570495))
|
|
1799
1802
|
|
|
1800
1803
|
## 8.2.3 (2017-11-15)
|
|
1801
1804
|
|
|
1802
|
-
-
|
|
1803
|
-
|
|
1805
|
+
- bug fix; explicitly disable tooltip on avatar when rendered in a group dropdown
|
|
1806
|
+
([593f2e9](https://bitbucket.org/atlassian/atlaskit/commits/593f2e9))
|
|
1804
1807
|
|
|
1805
1808
|
## 8.2.2 (2017-11-15)
|
|
1806
1809
|
|
|
1807
|
-
-
|
|
1808
|
-
|
|
1810
|
+
- bug fix; improve avatar perf by caching styled components (issues closed: ak-3699)
|
|
1811
|
+
([0e6fa65](https://bitbucket.org/atlassian/atlaskit/commits/0e6fa65))
|
|
1809
1812
|
|
|
1810
1813
|
## 8.2.1 (2017-11-14)
|
|
1811
1814
|
|
|
1812
|
-
-
|
|
1813
|
-
|
|
1815
|
+
- bug fix; add additional link target options (issues closed: ak-3886)
|
|
1816
|
+
([a932aa8](https://bitbucket.org/atlassian/atlaskit/commits/a932aa8))
|
|
1814
1817
|
|
|
1815
1818
|
## 8.2.0 (2017-11-14)
|
|
1816
1819
|
|
|
1817
|
-
-
|
|
1818
|
-
|
|
1820
|
+
- feature; aK-3883 Expose boundariesElement property on AvatarGroup component
|
|
1821
|
+
([78001fd](https://bitbucket.org/atlassian/atlaskit/commits/78001fd))
|
|
1819
1822
|
|
|
1820
1823
|
## 8.1.0 (2017-11-13)
|
|
1821
1824
|
|
|
1822
|
-
-
|
|
1823
|
-
|
|
1824
|
-
-
|
|
1825
|
-
|
|
1825
|
+
- feature; add support for focus presence type (issues closed: ak-3758)
|
|
1826
|
+
([06b6da3](https://bitbucket.org/atlassian/atlaskit/commits/06b6da3))
|
|
1827
|
+
- bug fix; AvatarGroup more indicator fixed in Firefox (issues closed: ak-3791)
|
|
1828
|
+
([6c9464e](https://bitbucket.org/atlassian/atlaskit/commits/6c9464e))
|
|
1826
1829
|
|
|
1827
1830
|
## 8.0.11 (2017-11-02)
|
|
1828
1831
|
|
|
1829
|
-
-
|
|
1830
|
-
|
|
1832
|
+
- bug fix; added missing dependencies (issues closed: ak-3782)
|
|
1833
|
+
([4dbc3ef](https://bitbucket.org/atlassian/atlaskit/commits/4dbc3ef))
|
|
1831
1834
|
|
|
1832
1835
|
## 8.0.10 (2017-10-26)
|
|
1833
1836
|
|
|
1834
|
-
-
|
|
1835
|
-
|
|
1837
|
+
- bug fix; fix to rebuild stories
|
|
1838
|
+
([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
|
|
1836
1839
|
|
|
1837
1840
|
## 8.0.9 (2017-10-22)
|
|
1838
1841
|
|
|
1839
|
-
-
|
|
1840
|
-
|
|
1842
|
+
- bug fix; update dependencies for react-16
|
|
1843
|
+
([077d1ad](https://bitbucket.org/atlassian/atlaskit/commits/077d1ad))
|
|
1841
1844
|
|
|
1842
1845
|
## 8.0.8 (2017-10-15)
|
|
1843
1846
|
|
|
1844
|
-
-
|
|
1845
|
-
|
|
1847
|
+
- bug fix; fix borked styles caused by missing semicolons in CSS (issues closed: ak-3694)
|
|
1848
|
+
([07e0c54](https://bitbucket.org/atlassian/atlaskit/commits/07e0c54))
|
|
1846
1849
|
|
|
1847
1850
|
## 8.0.7 (2017-10-13)
|
|
1848
1851
|
|
|
1849
|
-
-
|
|
1850
|
-
|
|
1852
|
+
- bug fix; add polyfill from AK polyfills package (issues closed: ak-3667)
|
|
1853
|
+
([a841e6d](https://bitbucket.org/atlassian/atlaskit/commits/a841e6d))
|
|
1851
1854
|
|
|
1852
1855
|
## 8.0.6 (2017-10-09)
|
|
1853
1856
|
|
|
1854
|
-
-
|
|
1855
|
-
|
|
1857
|
+
- bug fix; remove the console error Invalid prop types for border
|
|
1858
|
+
([de45a14](https://bitbucket.org/atlassian/atlaskit/commits/de45a14))
|
|
1856
1859
|
|
|
1857
1860
|
## 8.0.5 (2017-09-18)
|
|
1858
1861
|
|
|
1859
|
-
-
|
|
1860
|
-
|
|
1862
|
+
- bug fix; fix avatar isInteractive style
|
|
1863
|
+
([1296049](https://bitbucket.org/atlassian/atlaskit/commits/1296049))
|
|
1861
1864
|
|
|
1862
1865
|
## 8.0.4 (2017-09-12)
|
|
1863
1866
|
|
|
1864
|
-
-
|
|
1865
|
-
|
|
1867
|
+
- bug fix; avatars now display in Firefox when used in an Avatar Group
|
|
1868
|
+
([1db854f](https://bitbucket.org/atlassian/atlaskit/commits/1db854f))
|
|
1866
1869
|
|
|
1867
1870
|
## 8.0.3 (2017-09-11)
|
|
1868
1871
|
|
|
1869
|
-
-
|
|
1870
|
-
|
|
1872
|
+
- bug fix; limit avatar + more count to maxCount size (issues closed: ak-3472)
|
|
1873
|
+
([3516192](https://bitbucket.org/atlassian/atlaskit/commits/3516192))
|
|
1871
1874
|
|
|
1872
1875
|
## 8.0.1 (2017-09-05)
|
|
1873
1876
|
|
|
1874
|
-
-
|
|
1875
|
-
|
|
1877
|
+
- bug fix; update dark theme color palette (issues closed: ak-3172)
|
|
1878
|
+
([d23e55f](https://bitbucket.org/atlassian/atlaskit/commits/d23e55f))
|
|
1876
1879
|
|
|
1877
1880
|
## 8.0.0 (2017-08-11)
|
|
1878
1881
|
|
|
1879
|
-
-
|
|
1880
|
-
|
|
1881
|
-
-
|
|
1882
|
-
|
|
1883
|
-
-
|
|
1884
|
-
|
|
1885
|
-
-
|
|
1886
|
-
|
|
1882
|
+
- bug fix; fix the theme-dependency
|
|
1883
|
+
([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
|
|
1884
|
+
- breaking; affects internal styled-components implementation
|
|
1885
|
+
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
|
|
1886
|
+
- breaking; implement dark mode theme
|
|
1887
|
+
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
|
|
1888
|
+
- feature; dark mode for avatar
|
|
1889
|
+
([3eb7531](https://bitbucket.org/atlassian/atlaskit/commits/3eb7531))
|
|
1887
1890
|
|
|
1888
1891
|
## 7.0.0 (2017-08-11)
|
|
1889
1892
|
|
|
1890
|
-
-
|
|
1891
|
-
|
|
1892
|
-
-
|
|
1893
|
-
|
|
1894
|
-
-
|
|
1895
|
-
|
|
1893
|
+
- breaking; affects internal styled-components implementation
|
|
1894
|
+
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
|
|
1895
|
+
- breaking; implement dark mode theme
|
|
1896
|
+
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
|
|
1897
|
+
- feature; dark mode for avatar
|
|
1898
|
+
([3eb7531](https://bitbucket.org/atlassian/atlaskit/commits/3eb7531))
|
|
1896
1899
|
|
|
1897
1900
|
## 6.4.5 (2017-08-04)
|
|
1898
1901
|
|
|
1899
|
-
-
|
|
1900
|
-
|
|
1902
|
+
- bug fix; moves babel-plugin-react-flow-props-to-prop-types to a devDependency
|
|
1903
|
+
([6378b88](https://bitbucket.org/atlassian/atlaskit/commits/6378b88))
|
|
1901
1904
|
|
|
1902
1905
|
## 6.4.4 (2017-08-03)
|
|
1903
1906
|
|
|
1904
|
-
-
|
|
1905
|
-
|
|
1907
|
+
- bug fix; fixes uncaught type error in avatar by consuming latest util-shared-styles (issues
|
|
1908
|
+
closed: ak-3067) ([be705fa](https://bitbucket.org/atlassian/atlaskit/commits/be705fa))
|
|
1906
1909
|
|
|
1907
1910
|
## 6.4.3 (2017-07-28)
|
|
1908
1911
|
|
|
1909
|
-
-
|
|
1910
|
-
|
|
1912
|
+
- fix; fixes avatars devDeps to include lozenge and button-group
|
|
1913
|
+
([d9ae05f](https://bitbucket.org/atlassian/atlaskit/commits/d9ae05f))
|
|
1911
1914
|
|
|
1912
1915
|
## 6.4.2 (2017-07-27)
|
|
1913
1916
|
|
|
1914
|
-
-
|
|
1915
|
-
|
|
1917
|
+
- fix; rename jsnext:main to jsnext:experimental:main temporarily
|
|
1918
|
+
([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
|
|
1916
1919
|
|
|
1917
1920
|
## 6.4.1 (2017-07-25)
|
|
1918
1921
|
|
|
1919
|
-
-
|
|
1920
|
-
|
|
1922
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
1923
|
+
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
1921
1924
|
|
|
1922
1925
|
## 6.1.0 (2017-07-17)
|
|
1923
1926
|
|
|
1924
|
-
-
|
|
1925
|
-
|
|
1926
|
-
-
|
|
1927
|
-
|
|
1927
|
+
- fix; rerelease, failed prepublish scripts
|
|
1928
|
+
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
1929
|
+
- feature; added ES module builds to dist and add jsnext:main to most ADG packages
|
|
1930
|
+
([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
|
|
1928
1931
|
|
|
1929
1932
|
## 5.0.0 (2017-07-12)
|
|
1930
1933
|
|
|
1931
|
-
-
|
|
1932
|
-
|
|
1933
|
-
-
|
|
1934
|
-
|
|
1935
|
-
-
|
|
1936
|
-
|
|
1937
|
-
-
|
|
1938
|
-
|
|
1939
|
-
-
|
|
1940
|
-
|
|
1941
|
-
-
|
|
1942
|
-
|
|
1943
|
-
-
|
|
1944
|
-
|
|
1945
|
-
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
-
|
|
1949
|
-
-
|
|
1950
|
-
-
|
|
1934
|
+
- feature; added the xxlarge size to Avatar
|
|
1935
|
+
([5cfbfb5](https://bitbucket.org/atlassian/atlaskit/commits/5cfbfb5))
|
|
1936
|
+
- feature; adds AvatarGroup export with 'stack' and 'grid' appearances
|
|
1937
|
+
([59dac0c](https://bitbucket.org/atlassian/atlaskit/commits/59dac0c))
|
|
1938
|
+
- feature; adds AvatarItem named export to Avatar
|
|
1939
|
+
([9939bfd](https://bitbucket.org/atlassian/atlaskit/commits/9939bfd))
|
|
1940
|
+
- feature; adds name prop to Avatar (replaces label)
|
|
1941
|
+
([5cfe547](https://bitbucket.org/atlassian/atlaskit/commits/5cfe547))
|
|
1942
|
+
- feature; adds tooltips for Avatars
|
|
1943
|
+
([816402a](https://bitbucket.org/atlassian/atlaskit/commits/816402a))
|
|
1944
|
+
- feature; avatar how handles href, onClick and arbitrary \`component\` prop functionality
|
|
1945
|
+
([763e00c](https://bitbucket.org/atlassian/atlaskit/commits/763e00c))
|
|
1946
|
+
- feature; presence prop now accepts a react element in addition to its enumerable values (rep
|
|
1947
|
+
([dfcc3f7](https://bitbucket.org/atlassian/atlaskit/commits/dfcc3f7))
|
|
1948
|
+
- feature; replaced presenceBorderColor prop with \`borderColor\`
|
|
1949
|
+
([0e4c171](https://bitbucket.org/atlassian/atlaskit/commits/0e4c171))
|
|
1950
|
+
|
|
1951
|
+
- breaking; Removed presenceBorderColor prop (replaced with \`borderColor\`)
|
|
1952
|
+
- breaking; \`icon\` prop has been replaced with a more accepting \`presence\` prop
|
|
1953
|
+
- breaking; Label prop has been replaced with \`name\`
|
|
1951
1954
|
|
|
1952
1955
|
## 4.0.6 (2017-06-27)
|
|
1953
1956
|
|
|
1954
|
-
-
|
|
1955
|
-
|
|
1957
|
+
- fix; when src is removed after mount show default image
|
|
1958
|
+
([d3e9e2a](https://bitbucket.org/atlassian/atlaskit/commits/d3e9e2a))
|
|
1956
1959
|
|
|
1957
1960
|
## 4.0.4 (2017-05-26)
|
|
1958
1961
|
|
|
1959
|
-
-
|
|
1960
|
-
|
|
1961
|
-
-
|
|
1962
|
-
|
|
1962
|
+
- fix; change align-items: middle to align-items: center
|
|
1963
|
+
([8740b22](https://bitbucket.org/atlassian/atlaskit/commits/8740b22))
|
|
1964
|
+
- fix; add prop-types as a dependency to avoid React 15.x warnings
|
|
1965
|
+
([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
|
|
1963
1966
|
|
|
1964
1967
|
## 4.0.3 (2017-05-23)
|
|
1965
1968
|
|
|
1966
|
-
-
|
|
1967
|
-
|
|
1969
|
+
- fix; update util-shared-styles and util-readme dependencies
|
|
1970
|
+
([9c0e218](https://bitbucket.org/atlassian/atlaskit/commits/9c0e218))
|
|
1968
1971
|
|
|
1969
1972
|
## 4.0.2 (2017-05-11)
|
|
1970
1973
|
|
|
1971
|
-
-
|
|
1972
|
-
|
|
1974
|
+
- fix; load avatar from src prop correctly
|
|
1975
|
+
([d94798e](https://bitbucket.org/atlassian/atlaskit/commits/d94798e))
|
|
1973
1976
|
|
|
1974
1977
|
## 4.0.1 (2017-05-10)
|
|
1975
1978
|
|
|
1976
|
-
-
|
|
1977
|
-
|
|
1979
|
+
- fix; testing releasing more than 5 packages at a time
|
|
1980
|
+
([e69b832](https://bitbucket.org/atlassian/atlaskit/commits/e69b832))
|
|
1978
1981
|
|
|
1979
1982
|
## 4.0.0 (2017-05-03)
|
|
1980
1983
|
|
|
1981
|
-
-
|
|
1982
|
-
|
|
1983
|
-
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
-
|
|
1984
|
+
- feature; optional square avatar appearance
|
|
1985
|
+
([c43c905](https://bitbucket.org/atlassian/atlaskit/commits/c43c905))
|
|
1986
|
+
- breaking; Previously you could pass a custom Presence to an Avatar via the Avatar's children. Now,
|
|
1987
|
+
these custom Presence or icon elements should be passed to the new 'icon' prop. This change has
|
|
1988
|
+
been made to avoid overloading the concept of Presence and to make the API clearer.
|
|
1989
|
+
- ISSUES CLOSED: AK-1645
|
|
1987
1990
|
|
|
1988
1991
|
## 3.0.3 (2017-04-27)
|
|
1989
1992
|
|
|
1990
|
-
-
|
|
1991
|
-
|
|
1992
|
-
-
|
|
1993
|
-
|
|
1993
|
+
- fix; isolate getPresenceSVG in its own module so we only export a single React Component
|
|
1994
|
+
([ca8e14b](https://bitbucket.org/atlassian/atlaskit/commits/ca8e14b))
|
|
1995
|
+
- fix; remove unused constants.js, import correctly from Avatar component for tests
|
|
1996
|
+
([fcaccb9](https://bitbucket.org/atlassian/atlaskit/commits/fcaccb9))
|
|
1994
1997
|
|
|
1995
1998
|
## 3.0.2 (2017-04-27)
|
|
1996
1999
|
|
|
1997
|
-
-
|
|
1998
|
-
|
|
2000
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
2001
|
+
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
1999
2002
|
|
|
2000
2003
|
## 3.0.1 (2017-04-26)
|
|
2001
2004
|
|
|
2002
|
-
-
|
|
2003
|
-
|
|
2005
|
+
- fix; update legal copy and fix broken links for component README on npm. New contribution and
|
|
2006
|
+
([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
|
|
2004
2007
|
|
|
2005
2008
|
## 3.0.0 (2017-04-13)
|
|
2006
2009
|
|
|
2007
|
-
-
|
|
2008
|
-
|
|
2009
|
-
-
|
|
2010
|
-
-
|
|
2010
|
+
- null refactor avatar to styled-components
|
|
2011
|
+
([21a371c](https://bitbucket.org/atlassian/atlaskit/commits/21a371c))
|
|
2012
|
+
- breaking; added peerDependency "styled-components", removed dependency "classnames"
|
|
2013
|
+
- ISSUES CLOSED: AK-2099
|
|
2011
2014
|
|
|
2012
2015
|
## 2.1.5 (2017-04-04)
|
|
2013
2016
|
|
|
2014
|
-
-
|
|
2015
|
-
|
|
2017
|
+
- fix; fixes avatar to be able to be tested using mocha and jsdom
|
|
2018
|
+
([7a0f9fb](https://bitbucket.org/atlassian/atlaskit/commits/7a0f9fb))
|
|
2016
2019
|
|
|
2017
2020
|
## 2.1.4 (2017-03-23)
|
|
2018
2021
|
|
|
2019
|
-
-
|
|
2020
|
-
|
|
2022
|
+
- fix; Empty commit to release the component
|
|
2023
|
+
([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
|
|
2021
2024
|
|
|
2022
2025
|
## 2.1.2 (2017-03-21)
|
|
2023
2026
|
|
|
2024
|
-
-
|
|
2025
|
-
|
|
2027
|
+
- fix; maintainers for all the packages were added
|
|
2028
|
+
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
2026
2029
|
|
|
2027
2030
|
## 2.1.0 (2017-03-06)
|
|
2028
2031
|
|
|
2029
|
-
-
|
|
2030
|
-
|
|
2032
|
+
- feature; adds 'xsmall' size to avatar appearance (16px)
|
|
2033
|
+
([d8da663](https://bitbucket.org/atlassian/atlaskit/commits/d8da663))
|
|
2031
2034
|
|
|
2032
2035
|
## 2.0.2 (2017-02-16)
|
|
2033
2036
|
|
|
2034
|
-
-
|
|
2035
|
-
|
|
2037
|
+
- fix; refactor stories to use // rather than http://
|
|
2038
|
+
([a0826cf](https://bitbucket.org/atlassian/atlaskit/commits/a0826cf))
|
|
2036
2039
|
|
|
2037
2040
|
## 2.0.1 (2017-02-10)
|
|
2038
2041
|
|
|
2039
|
-
-
|
|
2040
|
-
|
|
2042
|
+
- fix; Dummy commit to release components to registry
|
|
2043
|
+
([5bac43b](https://bitbucket.org/atlassian/atlaskit/commits/5bac43b))
|