@atlaskit/badge 16.1.1 → 16.1.2
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
CHANGED
|
@@ -1,1352 +1,1354 @@
|
|
|
1
1
|
# @atlaskit/badge
|
|
2
2
|
|
|
3
|
+
## 16.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 16.1.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
-
|
|
13
|
+
- Updated dependencies
|
|
8
14
|
|
|
9
15
|
## 16.1.0
|
|
10
16
|
|
|
11
17
|
### Minor Changes
|
|
12
18
|
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
|
|
19
|
+
- [#94806](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94806)
|
|
20
|
+
[`6f40240a7290`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6f40240a7290) -
|
|
21
|
+
Removed feature flag from previous release, keeping the newer changes.
|
|
16
22
|
|
|
17
23
|
## 16.0.0
|
|
18
24
|
|
|
19
25
|
### Major Changes
|
|
20
26
|
|
|
21
|
-
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
- [#88033](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88033)
|
|
28
|
+
[`8c3fac87dcc9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8c3fac87dcc9) -
|
|
29
|
+
Badge now sets specific font size, line height, font style, and font family properties under the
|
|
30
|
+
hood. If you previously had Badge wrapped with elements like `<em>` or `<strong>` that specify
|
|
31
|
+
font style or font weight properties, there will be a visual difference as these styles are
|
|
32
|
+
overriden within Badge. Avoid wrapping Badge in elements that modify text properties.
|
|
27
33
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
34
|
+
If you need to preserve these styles, wrap the children of Badge instead, for example:
|
|
35
|
+
`<Badge><em>1</em></Badge>`. Please note however this is not fully supported and will not work
|
|
36
|
+
with the `max` prop.
|
|
31
37
|
|
|
32
38
|
## 15.3.0
|
|
33
39
|
|
|
34
40
|
### Minor Changes
|
|
35
41
|
|
|
36
|
-
-
|
|
37
|
-
|
|
38
|
-
|
|
42
|
+
- [#87252](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87252)
|
|
43
|
+
[`eef585934a84`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eef585934a84) -
|
|
44
|
+
Add react 18 support
|
|
39
45
|
|
|
40
46
|
### Patch Changes
|
|
41
47
|
|
|
42
|
-
-
|
|
48
|
+
- Updated dependencies
|
|
43
49
|
|
|
44
50
|
## 15.2.7
|
|
45
51
|
|
|
46
52
|
### Patch Changes
|
|
47
53
|
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
|
|
54
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
55
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
56
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
51
57
|
|
|
52
58
|
## 15.2.6
|
|
53
59
|
|
|
54
60
|
### Patch Changes
|
|
55
61
|
|
|
56
|
-
-
|
|
62
|
+
- Updated dependencies
|
|
57
63
|
|
|
58
64
|
## 15.2.5
|
|
59
65
|
|
|
60
66
|
### Patch Changes
|
|
61
67
|
|
|
62
|
-
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
68
|
+
- [#81805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81805)
|
|
69
|
+
[`36d7e564977a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/36d7e564977a) -
|
|
70
|
+
Explicitly coerce value in `getSafeValue` utility function to improve compatibility with
|
|
71
|
+
TypeScript 5
|
|
66
72
|
|
|
67
73
|
## 15.2.4
|
|
68
74
|
|
|
69
75
|
### Patch Changes
|
|
70
76
|
|
|
71
|
-
-
|
|
77
|
+
- Updated dependencies
|
|
72
78
|
|
|
73
79
|
## 15.2.3
|
|
74
80
|
|
|
75
81
|
### Patch Changes
|
|
76
82
|
|
|
77
|
-
-
|
|
83
|
+
- Updated dependencies
|
|
78
84
|
|
|
79
85
|
## 15.2.2
|
|
80
86
|
|
|
81
87
|
### Patch Changes
|
|
82
88
|
|
|
83
|
-
-
|
|
89
|
+
- Updated dependencies
|
|
84
90
|
|
|
85
91
|
## 15.2.1
|
|
86
92
|
|
|
87
93
|
### Patch Changes
|
|
88
94
|
|
|
89
|
-
-
|
|
90
|
-
|
|
91
|
-
|
|
95
|
+
- [#60167](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60167)
|
|
96
|
+
[`ae0930df4bfa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae0930df4bfa) -
|
|
97
|
+
Renamed supportReact18 to runReact18
|
|
92
98
|
|
|
93
99
|
## 15.2.0
|
|
94
100
|
|
|
95
101
|
### Minor Changes
|
|
96
102
|
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
item.
|
|
103
|
+
- [#57070](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57070)
|
|
104
|
+
[`42ba4ac39529`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/42ba4ac39529) -
|
|
105
|
+
Badge now uses height: min-content so it doesn't stretch when directly used as a flex / grid item.
|
|
101
106
|
|
|
102
107
|
## 15.1.16
|
|
103
108
|
|
|
104
109
|
### Patch Changes
|
|
105
110
|
|
|
106
|
-
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
+
- [#41725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41725)
|
|
112
|
+
[`8d838ab41ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d838ab41ed) - Removed
|
|
113
|
+
all remaining legacy theming logic from Badge, IconObject, Lozenge and SectionMessage. This only
|
|
114
|
+
affects the examples and some tests in each component. No internal component logic contained
|
|
115
|
+
legacy theming.
|
|
111
116
|
|
|
112
117
|
## 15.1.15
|
|
113
118
|
|
|
114
119
|
### Patch Changes
|
|
115
120
|
|
|
116
|
-
-
|
|
121
|
+
- Updated dependencies
|
|
117
122
|
|
|
118
123
|
## 15.1.14
|
|
119
124
|
|
|
120
125
|
### Patch Changes
|
|
121
126
|
|
|
122
|
-
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
-
|
|
126
|
-
|
|
127
|
-
|
|
127
|
+
- [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
|
|
128
|
+
[`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated
|
|
129
|
+
dependencies
|
|
130
|
+
- [#37419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37419)
|
|
131
|
+
[`95401cac781`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95401cac781) - Internal
|
|
132
|
+
change to component composition. There is no expected change.
|
|
128
133
|
|
|
129
134
|
## 15.1.13
|
|
130
135
|
|
|
131
136
|
### Patch Changes
|
|
132
137
|
|
|
133
|
-
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
138
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
139
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
140
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
141
|
+
testing.
|
|
137
142
|
|
|
138
143
|
## 15.1.12
|
|
139
144
|
|
|
140
145
|
### Patch Changes
|
|
141
146
|
|
|
142
|
-
-
|
|
143
|
-
|
|
144
|
-
|
|
147
|
+
- [#36412](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36412)
|
|
148
|
+
[`7e4085cd951`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e4085cd951) - Allow
|
|
149
|
+
caret version range in @atlaskit/primitives dependency.
|
|
145
150
|
|
|
146
151
|
## 15.1.11
|
|
147
152
|
|
|
148
153
|
### Patch Changes
|
|
149
154
|
|
|
150
|
-
-
|
|
155
|
+
- Updated dependencies
|
|
151
156
|
|
|
152
157
|
## 15.1.10
|
|
153
158
|
|
|
154
159
|
### Patch Changes
|
|
155
160
|
|
|
156
|
-
-
|
|
161
|
+
- Updated dependencies
|
|
157
162
|
|
|
158
163
|
## 15.1.9
|
|
159
164
|
|
|
160
165
|
### Patch Changes
|
|
161
166
|
|
|
162
|
-
-
|
|
167
|
+
- Updated dependencies
|
|
163
168
|
|
|
164
169
|
## 15.1.8
|
|
165
170
|
|
|
166
171
|
### Patch Changes
|
|
167
172
|
|
|
168
|
-
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
-
|
|
173
|
+
- [#35712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35712)
|
|
174
|
+
[`5af07899f5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af07899f5b) - Loosens
|
|
175
|
+
types to better reflect `xcss` API.
|
|
176
|
+
- Updated dependencies
|
|
172
177
|
|
|
173
178
|
## 15.1.7
|
|
174
179
|
|
|
175
180
|
### Patch Changes
|
|
176
181
|
|
|
177
|
-
-
|
|
182
|
+
- Updated dependencies
|
|
178
183
|
|
|
179
184
|
## 15.1.6
|
|
180
185
|
|
|
181
186
|
### Patch Changes
|
|
182
187
|
|
|
183
|
-
-
|
|
184
|
-
|
|
185
|
-
|
|
188
|
+
- [#35337](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35337)
|
|
189
|
+
[`529814693a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/529814693a1) - Pin
|
|
190
|
+
version of @atlaskit/primitives so it resolves to correct version
|
|
186
191
|
|
|
187
192
|
## 15.1.5
|
|
188
193
|
|
|
189
194
|
### Patch Changes
|
|
190
195
|
|
|
191
|
-
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
-
|
|
196
|
+
- [#33833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33833)
|
|
197
|
+
[`b8b41649492`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8b41649492) - Update
|
|
198
|
+
how certain background colors are referenced by name. Internal changes only.
|
|
199
|
+
- Updated dependencies
|
|
195
200
|
|
|
196
201
|
## 15.1.4
|
|
197
202
|
|
|
198
203
|
### Patch Changes
|
|
199
204
|
|
|
200
|
-
-
|
|
201
|
-
|
|
202
|
-
|
|
205
|
+
- [#34922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34922)
|
|
206
|
+
[`779727e307a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/779727e307a) - Internal
|
|
207
|
+
change only. Replace all instances of Box with stable @atlaskit/primitives version.
|
|
203
208
|
|
|
204
209
|
## 15.1.3
|
|
205
210
|
|
|
206
211
|
### Patch Changes
|
|
207
212
|
|
|
208
|
-
-
|
|
209
|
-
|
|
210
|
-
|
|
213
|
+
- [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
|
|
214
|
+
[`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol
|
|
215
|
+
packages to push-model consumption in Jira.
|
|
211
216
|
|
|
212
217
|
## 15.1.2
|
|
213
218
|
|
|
214
219
|
### Patch Changes
|
|
215
220
|
|
|
216
|
-
-
|
|
217
|
-
|
|
218
|
-
|
|
221
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
222
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
223
|
+
legacy types are published for TS 4.5-4.8
|
|
219
224
|
|
|
220
225
|
## 15.1.1
|
|
221
226
|
|
|
222
227
|
### Patch Changes
|
|
223
228
|
|
|
224
|
-
-
|
|
225
|
-
|
|
226
|
-
|
|
229
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
230
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
231
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
227
232
|
|
|
228
233
|
## 15.1.0
|
|
229
234
|
|
|
230
235
|
### Minor Changes
|
|
231
236
|
|
|
232
|
-
-
|
|
233
|
-
|
|
234
|
-
|
|
237
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
238
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
239
|
+
minor dependency bump
|
|
235
240
|
|
|
236
241
|
### Patch Changes
|
|
237
242
|
|
|
238
|
-
-
|
|
243
|
+
- Updated dependencies
|
|
239
244
|
|
|
240
245
|
## 15.0.23
|
|
241
246
|
|
|
242
247
|
### Patch Changes
|
|
243
248
|
|
|
244
|
-
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
-
|
|
249
|
+
- [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
|
|
250
|
+
[`a7f643a0ee7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7f643a0ee7) - Updated
|
|
251
|
+
badge line-height to use design system values, removed block padding. There are no visual or
|
|
252
|
+
behaviour changes.
|
|
253
|
+
- [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated
|
|
254
|
+
usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are
|
|
255
|
+
no visual or behaviour changes.
|
|
256
|
+
- Updated dependencies
|
|
252
257
|
|
|
253
258
|
## 15.0.22
|
|
254
259
|
|
|
255
260
|
### Patch Changes
|
|
256
261
|
|
|
257
|
-
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
-
|
|
261
|
-
|
|
262
|
-
-
|
|
262
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
|
|
263
|
+
[`936d6bccf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/936d6bccf4f) - Update
|
|
264
|
+
to emotion v11. No expected behaviour change.
|
|
265
|
+
- [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) - Internal
|
|
266
|
+
change to use updated primtive spacing prop values. No expected behaviour change.
|
|
267
|
+
- Updated dependencies
|
|
263
268
|
|
|
264
269
|
## 15.0.21
|
|
265
270
|
|
|
266
271
|
### Patch Changes
|
|
267
272
|
|
|
268
|
-
-
|
|
269
|
-
|
|
270
|
-
|
|
273
|
+
- [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
|
|
274
|
+
[`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal
|
|
275
|
+
changes to apply spacing tokens. This should be a no-op change.
|
|
271
276
|
|
|
272
277
|
## 15.0.20
|
|
273
278
|
|
|
274
279
|
### Patch Changes
|
|
275
280
|
|
|
276
|
-
-
|
|
277
|
-
|
|
278
|
-
|
|
281
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
282
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
283
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
279
284
|
|
|
280
285
|
## 15.0.19
|
|
281
286
|
|
|
282
287
|
### Patch Changes
|
|
283
288
|
|
|
284
|
-
-
|
|
285
|
-
|
|
286
|
-
|
|
289
|
+
- [#24991](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24991)
|
|
290
|
+
[`342ab3bc77e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/342ab3bc77e) - Update
|
|
291
|
+
ds-explorations dependency to support previous patch
|
|
287
292
|
|
|
288
293
|
## 15.0.18
|
|
289
294
|
|
|
290
295
|
### Patch Changes
|
|
291
296
|
|
|
292
|
-
-
|
|
293
|
-
|
|
294
|
-
|
|
297
|
+
- [#24929](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24929)
|
|
298
|
+
[`57adb9bb931`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57adb9bb931) - Fixes an
|
|
299
|
+
issue with '@atlaskit/badge' text color for certain appearances.
|
|
295
300
|
|
|
296
301
|
## 15.0.17
|
|
297
302
|
|
|
298
303
|
### Patch Changes
|
|
299
304
|
|
|
300
|
-
-
|
|
301
|
-
|
|
302
|
-
|
|
305
|
+
- [#24916](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24916)
|
|
306
|
+
[`fe54d8f1aec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe54d8f1aec) - Update
|
|
307
|
+
ds-explorations dependency. No change in behaviour.
|
|
303
308
|
|
|
304
309
|
## 15.0.16
|
|
305
310
|
|
|
306
311
|
### Patch Changes
|
|
307
312
|
|
|
308
|
-
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
-
|
|
312
|
-
|
|
313
|
-
-
|
|
313
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
314
|
+
[`06fd023cd85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06fd023cd85) - Minor
|
|
315
|
+
internal change to how text is displayed. No change to consumers.
|
|
316
|
+
- [`52809e4839b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52809e4839b) - Allow
|
|
317
|
+
makers to disable max value formatting in the Badge component
|
|
318
|
+
- Updated dependencies
|
|
314
319
|
|
|
315
320
|
## 15.0.15
|
|
316
321
|
|
|
317
322
|
### Patch Changes
|
|
318
323
|
|
|
319
|
-
-
|
|
320
|
-
|
|
321
|
-
|
|
324
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
325
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
326
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
322
327
|
|
|
323
328
|
## 15.0.14
|
|
324
329
|
|
|
325
330
|
### Patch Changes
|
|
326
331
|
|
|
327
|
-
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
- Updated dependencies
|
|
332
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
333
|
+
[`899199caabb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/899199caabb) - Internal
|
|
334
|
+
changes to the way styles are applied. There should be no noticeable changes to consumers.
|
|
335
|
+
- [`8067cc918d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8067cc918d9) - Update
|
|
336
|
+
implementation to match changes made to Text primitive
|
|
337
|
+
- [`ea36ea17c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea36ea17c4e) - Text now
|
|
338
|
+
supports text-align and it's used for Badge to retain existing visuals
|
|
339
|
+
- Updated dependencies
|
|
336
340
|
|
|
337
341
|
## 15.0.13
|
|
338
342
|
|
|
339
343
|
### Patch Changes
|
|
340
344
|
|
|
341
|
-
-
|
|
345
|
+
- Updated dependencies
|
|
342
346
|
|
|
343
347
|
## 15.0.12
|
|
344
348
|
|
|
345
349
|
### Patch Changes
|
|
346
350
|
|
|
347
|
-
-
|
|
348
|
-
|
|
349
|
-
|
|
351
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
352
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
353
|
+
to TypeScript 4.2.4
|
|
350
354
|
|
|
351
355
|
## 15.0.11
|
|
352
356
|
|
|
353
357
|
### Patch Changes
|
|
354
358
|
|
|
355
|
-
-
|
|
359
|
+
- Updated dependencies
|
|
356
360
|
|
|
357
361
|
## 15.0.10
|
|
358
362
|
|
|
359
363
|
### Patch Changes
|
|
360
364
|
|
|
361
|
-
-
|
|
365
|
+
- Updated dependencies
|
|
362
366
|
|
|
363
367
|
## 15.0.9
|
|
364
368
|
|
|
365
369
|
### Patch Changes
|
|
366
370
|
|
|
367
|
-
-
|
|
371
|
+
- Updated dependencies
|
|
368
372
|
|
|
369
373
|
## 15.0.8
|
|
370
374
|
|
|
371
375
|
### Patch Changes
|
|
372
376
|
|
|
373
|
-
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
-
|
|
377
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
378
|
+
[`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates
|
|
379
|
+
usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
|
|
380
|
+
visual changes
|
|
381
|
+
- Updated dependencies
|
|
378
382
|
|
|
379
383
|
## 15.0.7
|
|
380
384
|
|
|
381
385
|
### Patch Changes
|
|
382
386
|
|
|
383
|
-
-
|
|
387
|
+
- Updated dependencies
|
|
384
388
|
|
|
385
389
|
## 15.0.6
|
|
386
390
|
|
|
387
391
|
### Patch Changes
|
|
388
392
|
|
|
389
|
-
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
-
|
|
393
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
394
|
+
[`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
|
|
395
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
396
|
+
tokens() function and improving bundle size.
|
|
397
|
+
- Updated dependencies
|
|
394
398
|
|
|
395
399
|
## 15.0.5
|
|
396
400
|
|
|
397
401
|
### Patch Changes
|
|
398
402
|
|
|
399
|
-
-
|
|
403
|
+
- Updated dependencies
|
|
400
404
|
|
|
401
405
|
## 15.0.4
|
|
402
406
|
|
|
403
407
|
### Patch Changes
|
|
404
408
|
|
|
405
|
-
-
|
|
409
|
+
- Updated dependencies
|
|
406
410
|
|
|
407
411
|
## 15.0.3
|
|
408
412
|
|
|
409
413
|
### Patch Changes
|
|
410
414
|
|
|
411
|
-
-
|
|
415
|
+
- Updated dependencies
|
|
412
416
|
|
|
413
417
|
## 15.0.2
|
|
414
418
|
|
|
415
419
|
### Patch Changes
|
|
416
420
|
|
|
417
|
-
-
|
|
421
|
+
- Updated dependencies
|
|
418
422
|
|
|
419
423
|
## 15.0.1
|
|
420
424
|
|
|
421
425
|
### Patch Changes
|
|
422
426
|
|
|
423
|
-
-
|
|
427
|
+
- Updated dependencies
|
|
424
428
|
|
|
425
429
|
## 15.0.0
|
|
426
430
|
|
|
427
431
|
### Major Changes
|
|
428
432
|
|
|
429
|
-
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
- General performance improvements.
|
|
433
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
434
|
+
[`942dd25df09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/942dd25df09) - In this
|
|
435
|
+
version we made **Badge** dramatically faster and lighter.
|
|
434
436
|
|
|
435
|
-
|
|
436
|
-
and `color`.
|
|
437
|
+
- General performance improvements.
|
|
437
438
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
existing formatting based on the `max` prop, otherwise the value will get rendered as it is.
|
|
439
|
+
- We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor` and
|
|
440
|
+
`color`.
|
|
441
441
|
|
|
442
|
-
|
|
443
|
-
|
|
442
|
+
- You can now pass `ReactNode` instead of `string` as children; however, **Badge** should only be
|
|
443
|
+
used in cases where you want to represent a number. If the value is `number`, we will use
|
|
444
|
+
existing formatting based on the `max` prop, otherwise the value will get rendered as it is.
|
|
444
445
|
|
|
445
|
-
|
|
446
|
+
- [**BREAKING**] We have removed the deprecated `theme` prop. Please use a combination of
|
|
447
|
+
`appearance` and `style` prop for custom theming.
|
|
446
448
|
|
|
447
|
-
|
|
448
|
-
import Badge from '@atlaskit/badge';
|
|
449
|
+
**Before**:
|
|
449
450
|
|
|
450
|
-
|
|
451
|
+
```tsx
|
|
452
|
+
import Badge from '@atlaskit/badge';
|
|
451
453
|
|
|
452
|
-
|
|
453
|
-
getTokens: GetThemeTokensFn<ThemeTokens, ThemeProps>,
|
|
454
|
-
themeProps: ThemeProps,
|
|
455
|
-
): ThemeTokens {
|
|
456
|
-
const defaultTokens = getTokens(themeProps);
|
|
454
|
+
type GetThemeTokensFn<ThemeTokens, ThemeProps> = (props: ThemeProps) => ThemeTokens;
|
|
457
455
|
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
}
|
|
456
|
+
function themeGetterFunction<ThemeTokens, ThemeProps>(
|
|
457
|
+
getTokens: GetThemeTokensFn<ThemeTokens, ThemeProps>,
|
|
458
|
+
themeProps: ThemeProps,
|
|
459
|
+
): ThemeTokens {
|
|
460
|
+
const defaultTokens = getTokens(themeProps);
|
|
464
461
|
|
|
465
|
-
|
|
466
|
-
|
|
462
|
+
if (themeProps.appearance === 'removed') {
|
|
463
|
+
return {
|
|
464
|
+
...defaultTokens,
|
|
465
|
+
textColor: 'grey',
|
|
466
|
+
};
|
|
467
|
+
}
|
|
467
468
|
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
</Badge>;
|
|
471
|
-
```
|
|
469
|
+
return defaultTokens;
|
|
470
|
+
}
|
|
472
471
|
|
|
473
|
-
|
|
472
|
+
<Badge appearance="removed" theme={themeGetterFunction}>
|
|
473
|
+
{10}
|
|
474
|
+
</Badge>;
|
|
475
|
+
```
|
|
474
476
|
|
|
475
|
-
|
|
476
|
-
import Badge, { BadgeProps } from '@atlaskit/badge';
|
|
477
|
+
**After**:
|
|
477
478
|
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
return {
|
|
481
|
-
color: 'grey',
|
|
482
|
-
};
|
|
483
|
-
}
|
|
479
|
+
```tsx
|
|
480
|
+
import Badge, { BadgeProps } from '@atlaskit/badge';
|
|
484
481
|
|
|
485
|
-
|
|
486
|
-
|
|
482
|
+
function getStyle(appearance: BadgeProps['appearance']) {
|
|
483
|
+
if (appearance === 'removed') {
|
|
484
|
+
return {
|
|
485
|
+
color: 'grey',
|
|
486
|
+
};
|
|
487
|
+
}
|
|
487
488
|
|
|
488
|
-
|
|
489
|
+
return undefined;
|
|
490
|
+
}
|
|
489
491
|
|
|
490
|
-
|
|
491
|
-
{10}
|
|
492
|
-
</Badge>;
|
|
493
|
-
```
|
|
492
|
+
const appearance = 'removed';
|
|
494
493
|
|
|
495
|
-
|
|
496
|
-
|
|
494
|
+
<Badge appearance={appearance} style={getStyle(appearance)}>
|
|
495
|
+
{10}
|
|
496
|
+
</Badge>;
|
|
497
|
+
```
|
|
497
498
|
|
|
498
|
-
|
|
499
|
+
- [**BREAKING**] We have removed `Container` and `Format` components. Please use a combination of
|
|
500
|
+
`style` and `ReactNode` type `children` prop for customization.
|
|
499
501
|
|
|
500
|
-
|
|
501
|
-
import { Container, Format } from '@atlaskit/badge';
|
|
502
|
+
**Before**:
|
|
502
503
|
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
<Format>{10}</Format>
|
|
506
|
-
</em>
|
|
507
|
-
</Container>;
|
|
508
|
-
```
|
|
504
|
+
```tsx
|
|
505
|
+
import { Container, Format } from '@atlaskit/badge';
|
|
509
506
|
|
|
510
|
-
|
|
507
|
+
<Container backgroundColor="red" textColor="blue">
|
|
508
|
+
<em>
|
|
509
|
+
<Format>{10}</Format>
|
|
510
|
+
</em>
|
|
511
|
+
</Container>;
|
|
512
|
+
```
|
|
511
513
|
|
|
512
|
-
|
|
513
|
-
import Badge from '@atlaskit/badge';
|
|
514
|
+
**After**:
|
|
514
515
|
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
{10}
|
|
518
|
-
</em>
|
|
519
|
-
</Badge>
|
|
520
|
-
|
|
521
|
-
// or if you are passing `max` prop so that formatting logic should work
|
|
516
|
+
```tsx
|
|
517
|
+
import Badge from '@atlaskit/badge';
|
|
522
518
|
|
|
519
|
+
<Badge style={{ backgroundColor: 'red', color: 'blue' }}>
|
|
523
520
|
<em>
|
|
524
|
-
|
|
525
|
-
{10}
|
|
526
|
-
</Badge>
|
|
521
|
+
{10}
|
|
527
522
|
</em>
|
|
528
|
-
|
|
523
|
+
</Badge>
|
|
524
|
+
|
|
525
|
+
// or if you are passing `max` prop so that formatting logic should work
|
|
526
|
+
|
|
527
|
+
<em>
|
|
528
|
+
<Badge style={{ backgroundColor: 'red', color: 'blue' }} max={5}>
|
|
529
|
+
{10}
|
|
530
|
+
</Badge>
|
|
531
|
+
</em>
|
|
532
|
+
```
|
|
529
533
|
|
|
530
|
-
|
|
531
|
-
|
|
534
|
+
- [**BREAKING**] We have removed the support of `appearance` prop object value. Please use `style`
|
|
535
|
+
prop for customization.
|
|
532
536
|
|
|
533
|
-
|
|
537
|
+
**Before**:
|
|
534
538
|
|
|
535
|
-
|
|
536
|
-
|
|
539
|
+
```tsx
|
|
540
|
+
import Badge from '@atlaskit/badge';
|
|
537
541
|
|
|
538
|
-
|
|
539
|
-
|
|
542
|
+
<Badge appearance={{ backgroundColor: 'red', textColor: 'blue' }}>{10}</Badge>;
|
|
543
|
+
```
|
|
540
544
|
|
|
541
|
-
|
|
545
|
+
**After**:
|
|
542
546
|
|
|
543
|
-
|
|
544
|
-
|
|
547
|
+
```tsx
|
|
548
|
+
import Badge from '@atlaskit/badge';
|
|
545
549
|
|
|
546
|
-
|
|
547
|
-
|
|
550
|
+
<Badge style={{ backgroundColor: 'red', color: 'blue' }}>{10}</Badge>;
|
|
551
|
+
```
|
|
548
552
|
|
|
549
|
-
|
|
553
|
+
**Running the codemod cli**
|
|
550
554
|
|
|
551
|
-
|
|
555
|
+
To run the codemod: **You first need to have the latest version installed**
|
|
552
556
|
|
|
553
|
-
|
|
557
|
+
```bash
|
|
554
558
|
|
|
555
|
-
|
|
559
|
+
yarn upgrade @atlaskit/badge@^15.0.0
|
|
556
560
|
|
|
557
|
-
|
|
561
|
+
```
|
|
558
562
|
|
|
559
|
-
|
|
563
|
+
Once upgraded, use `@atlaskit/codemod-cli` via `npx`:
|
|
560
564
|
|
|
561
|
-
|
|
565
|
+
```bash
|
|
562
566
|
|
|
563
|
-
|
|
567
|
+
npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
|
|
564
568
|
|
|
565
|
-
|
|
569
|
+
```
|
|
566
570
|
|
|
567
|
-
|
|
568
|
-
|
|
571
|
+
The CLI will show a list of components and versions so select `@atlaskit/badge@^15.0.0` and you
|
|
572
|
+
will automatically be upgraded.
|
|
569
573
|
|
|
570
|
-
|
|
574
|
+
What will be changed:
|
|
571
575
|
|
|
572
|
-
|
|
573
|
-
|
|
576
|
+
- It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed as
|
|
577
|
+
`appearance` prop value) to `style` prop.
|
|
574
578
|
|
|
575
|
-
|
|
579
|
+
Run `npx @atlaskit/codemod-cli -h` for more details on usage.
|
|
576
580
|
|
|
577
|
-
|
|
581
|
+
For Atlassians,
|
|
578
582
|
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
details on the codemod CLI.
|
|
583
|
+
refer to the [documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods)
|
|
584
|
+
for more details on the codemod CLI.
|
|
582
585
|
|
|
583
586
|
### Minor Changes
|
|
584
587
|
|
|
585
|
-
-
|
|
586
|
-
|
|
588
|
+
- [`0ced21f8470`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ced21f8470) - [ux]
|
|
589
|
+
Colors are now sourced through tokens.
|
|
587
590
|
|
|
588
591
|
### Patch Changes
|
|
589
592
|
|
|
590
|
-
-
|
|
593
|
+
- Updated dependencies
|
|
591
594
|
|
|
592
595
|
## 14.3.2
|
|
593
596
|
|
|
594
597
|
### Patch Changes
|
|
595
598
|
|
|
596
|
-
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
600
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
601
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
599
602
|
|
|
600
603
|
## 14.3.1
|
|
601
604
|
|
|
602
605
|
### Patch Changes
|
|
603
606
|
|
|
604
|
-
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
608
|
+
[`9c98e8227f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c98e8227f6) - Internal
|
|
609
|
+
refactor for style declarations.
|
|
607
610
|
|
|
608
611
|
## 14.3.0
|
|
609
612
|
|
|
610
613
|
### Minor Changes
|
|
611
614
|
|
|
612
|
-
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
615
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
616
|
+
[`ed3b6be05af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed3b6be05af) - - Expose
|
|
617
|
+
2 new entry points: badge and types
|
|
618
|
+
- Internal refactoring
|
|
616
619
|
|
|
617
620
|
### Patch Changes
|
|
618
621
|
|
|
619
|
-
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
-
|
|
623
|
-
|
|
622
|
+
- [`75b394efe89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75b394efe89) - Added
|
|
623
|
+
the design-system tech stacks to the package.json and fixed linting errors, also disabled some
|
|
624
|
+
linting rules to prevent breaking changes
|
|
625
|
+
- [`e3205bce20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3205bce20d) - Internal
|
|
626
|
+
change (migrated from styled-components to emotion)
|
|
624
627
|
|
|
625
628
|
## 14.2.1
|
|
626
629
|
|
|
627
630
|
### Patch Changes
|
|
628
631
|
|
|
629
|
-
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
+
- [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
|
|
633
|
+
[`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates
|
|
634
|
+
to development dependency `storybook-addon-performance`
|
|
632
635
|
|
|
633
636
|
## 14.2.0
|
|
634
637
|
|
|
635
638
|
### Minor Changes
|
|
636
639
|
|
|
637
|
-
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
+
- [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170)
|
|
641
|
+
[`f6b951a51f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6b951a51f2) - Removes
|
|
642
|
+
usage of styled-components in favour of standardising on emotion
|
|
640
643
|
|
|
641
644
|
## 14.1.1
|
|
642
645
|
|
|
643
646
|
### Patch Changes
|
|
644
647
|
|
|
645
|
-
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
649
|
+
[`b71c7c1e132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b71c7c1e132) - Added
|
|
650
|
+
the `design-system` tech stacks to the `package.json`
|
|
648
651
|
|
|
649
652
|
## 14.1.0
|
|
650
653
|
|
|
651
654
|
### Minor Changes
|
|
652
655
|
|
|
653
|
-
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
656
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
657
|
+
[`4f9e6e2db5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f9e6e2db5) - These
|
|
658
|
+
packages now have defined entry points -- this means that you cannot access internal files in the
|
|
659
|
+
packages that are not meant to be public. Sub-components in these packages have been explicitly
|
|
660
|
+
defined, aiding tree-shaking and reducing bundle size.
|
|
658
661
|
|
|
659
662
|
## 14.0.7
|
|
660
663
|
|
|
661
664
|
### Patch Changes
|
|
662
665
|
|
|
663
|
-
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
667
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
668
|
+
packages using babel rather than tsc
|
|
666
669
|
|
|
667
670
|
## 14.0.6
|
|
668
671
|
|
|
669
672
|
### Patch Changes
|
|
670
673
|
|
|
671
|
-
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
674
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
675
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
676
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
677
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
678
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
679
|
+
`devDependencies` to denote version that the package was built with.
|
|
677
680
|
|
|
678
681
|
## 14.0.5
|
|
679
682
|
|
|
680
683
|
### Patch Changes
|
|
681
684
|
|
|
682
|
-
-
|
|
685
|
+
- Updated dependencies
|
|
683
686
|
|
|
684
687
|
## 14.0.4
|
|
685
688
|
|
|
686
689
|
### Patch Changes
|
|
687
690
|
|
|
688
|
-
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
+
- [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
|
|
692
|
+
[`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
|
|
693
|
+
integration tests for Edge browser
|
|
691
694
|
|
|
692
695
|
## 14.0.3
|
|
693
696
|
|
|
694
697
|
### Patch Changes
|
|
695
698
|
|
|
696
|
-
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
700
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
701
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
699
702
|
|
|
700
|
-
|
|
701
|
-
|
|
703
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
704
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
702
705
|
|
|
703
706
|
## 14.0.2
|
|
704
707
|
|
|
705
708
|
### Patch Changes
|
|
706
709
|
|
|
707
|
-
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
|
|
711
|
+
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme
|
|
712
|
+
and package information has been updated to point to the new design system website.
|
|
710
713
|
|
|
711
714
|
## 14.0.1
|
|
712
715
|
|
|
713
716
|
### Patch Changes
|
|
714
717
|
|
|
715
|
-
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
719
|
+
[`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
|
|
720
|
+
the theme imports to be tree-shakable
|
|
718
721
|
|
|
719
722
|
## 14.0.0
|
|
720
723
|
|
|
721
724
|
### Major Changes
|
|
722
725
|
|
|
723
|
-
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
726
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
727
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
728
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
729
|
+
IE11. For more information see:
|
|
730
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
728
731
|
|
|
729
732
|
### Patch Changes
|
|
730
733
|
|
|
731
|
-
-
|
|
734
|
+
- Updated dependencies
|
|
732
735
|
|
|
733
736
|
## 13.1.10
|
|
734
737
|
|
|
735
738
|
### Patch Changes
|
|
736
739
|
|
|
737
|
-
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
741
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
|
|
742
|
+
supporting files will no longer be published to npm
|
|
740
743
|
|
|
741
744
|
## 13.1.9
|
|
742
745
|
|
|
743
746
|
### Patch Changes
|
|
744
747
|
|
|
745
|
-
-
|
|
748
|
+
- Updated dependencies
|
|
746
749
|
|
|
747
750
|
## 13.1.8
|
|
748
751
|
|
|
749
752
|
### Patch Changes
|
|
750
753
|
|
|
751
|
-
-
|
|
754
|
+
- [patch][093fdc91b1](https://bitbucket.org/atlassian/atlassian-frontend/commits/093fdc91b1):
|
|
752
755
|
|
|
753
|
-
|
|
754
|
-
|
|
756
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
757
|
+
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
755
758
|
|
|
756
|
-
|
|
759
|
+
- @atlaskit/webdriver-runner@0.3.4
|
|
757
760
|
|
|
758
761
|
## 13.1.7
|
|
759
762
|
|
|
760
763
|
### Patch Changes
|
|
761
764
|
|
|
762
|
-
-
|
|
763
|
-
|
|
764
|
-
-
|
|
765
|
-
|
|
766
|
-
-
|
|
767
|
-
|
|
768
|
-
-
|
|
769
|
-
|
|
770
|
-
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
765
|
+
- Updated dependencies
|
|
766
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
767
|
+
- Updated dependencies
|
|
768
|
+
[64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
|
|
769
|
+
- Updated dependencies
|
|
770
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
771
|
+
- Updated dependencies
|
|
772
|
+
[109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
|
|
773
|
+
- Updated dependencies
|
|
774
|
+
[c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
|
|
775
|
+
- @atlaskit/docs@8.4.0
|
|
776
|
+
- @atlaskit/webdriver-runner@0.3.0
|
|
774
777
|
|
|
775
778
|
## 13.1.6
|
|
776
779
|
|
|
777
780
|
### Patch Changes
|
|
778
781
|
|
|
779
|
-
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
+
- Updated dependencies
|
|
783
|
+
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
784
|
+
- @atlaskit/webdriver-runner@0.2.0
|
|
782
785
|
|
|
783
786
|
## 13.1.5
|
|
784
787
|
|
|
785
788
|
### Patch Changes
|
|
786
789
|
|
|
787
|
-
-
|
|
790
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
788
791
|
|
|
789
|
-
|
|
790
|
-
|
|
792
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
793
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
791
794
|
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
+
- @atlaskit/docs@8.3.2
|
|
796
|
+
- @atlaskit/visual-regression@0.1.9
|
|
797
|
+
- @atlaskit/theme@9.5.1
|
|
795
798
|
|
|
796
799
|
## 13.1.4
|
|
797
800
|
|
|
798
801
|
### Patch Changes
|
|
799
802
|
|
|
800
|
-
-
|
|
803
|
+
- [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
801
804
|
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
+
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
|
|
806
|
+
Updated dependencies
|
|
807
|
+
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
805
808
|
|
|
806
|
-
|
|
809
|
+
- @atlaskit/theme@9.5.0
|
|
807
810
|
|
|
808
811
|
## 13.1.3
|
|
809
812
|
|
|
810
813
|
### Patch Changes
|
|
811
814
|
|
|
812
|
-
-
|
|
815
|
+
- [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
|
|
813
816
|
|
|
814
|
-
|
|
817
|
+
Rebuilds package to fix typescript typing error.
|
|
815
818
|
|
|
816
819
|
## 13.1.2
|
|
817
820
|
|
|
818
821
|
### Patch Changes
|
|
819
822
|
|
|
820
|
-
-
|
|
823
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
821
824
|
|
|
822
|
-
|
|
825
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
823
826
|
|
|
824
827
|
## 13.1.1
|
|
825
828
|
|
|
826
829
|
### Patch Changes
|
|
827
830
|
|
|
828
|
-
-
|
|
831
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
829
832
|
|
|
830
|
-
|
|
833
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
831
834
|
|
|
832
835
|
## 13.1.0
|
|
833
836
|
|
|
834
837
|
### Minor Changes
|
|
835
838
|
|
|
836
|
-
-
|
|
839
|
+
- [minor][a97f1c5b5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a97f1c5b5e):
|
|
837
840
|
|
|
838
|
-
|
|
839
|
-
|
|
841
|
+
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
|
|
842
|
+
products to write better integration and end to end tests.
|
|
840
843
|
|
|
841
844
|
## 13.0.0
|
|
842
845
|
|
|
843
846
|
### Major Changes
|
|
844
847
|
|
|
845
|
-
-
|
|
848
|
+
- [major][6410edd029](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6410edd029):
|
|
846
849
|
|
|
847
|
-
|
|
848
|
-
|
|
850
|
+
Deprecated props, `value` and `onValueUpdated` have been removed from the Badge component. Please
|
|
851
|
+
use the children prop instead.
|
|
849
852
|
|
|
850
853
|
## 12.1.0
|
|
851
854
|
|
|
852
855
|
### Minor Changes
|
|
853
856
|
|
|
854
|
-
-
|
|
857
|
+
- [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
|
|
855
858
|
|
|
856
|
-
|
|
859
|
+
Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
|
|
857
860
|
|
|
858
|
-
|
|
859
|
-
|
|
861
|
+
More information about the deprecation of lifecycles methods can be found here:
|
|
862
|
+
https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
|
|
860
863
|
|
|
861
864
|
## 12.0.8
|
|
862
865
|
|
|
863
866
|
### Patch Changes
|
|
864
867
|
|
|
865
|
-
-
|
|
868
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
866
869
|
|
|
867
|
-
|
|
868
|
-
|
|
870
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
871
|
+
non-relative imports as relative imports
|
|
869
872
|
|
|
870
873
|
## 12.0.7
|
|
871
874
|
|
|
872
875
|
### Patch Changes
|
|
873
876
|
|
|
874
|
-
-
|
|
877
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
875
878
|
|
|
876
|
-
|
|
879
|
+
Upgraded Typescript to 3.3.x
|
|
877
880
|
|
|
878
881
|
## 12.0.6
|
|
879
882
|
|
|
880
883
|
### Patch Changes
|
|
881
884
|
|
|
882
|
-
-
|
|
885
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
883
886
|
|
|
884
|
-
|
|
887
|
+
Change all the imports to theme in Core to use multi entry points
|
|
885
888
|
|
|
886
889
|
## 12.0.5
|
|
887
890
|
|
|
888
891
|
### Patch Changes
|
|
889
892
|
|
|
890
|
-
-
|
|
893
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
891
894
|
|
|
892
|
-
|
|
895
|
+
Updates component maintainers
|
|
893
896
|
|
|
894
897
|
## 12.0.4
|
|
895
898
|
|
|
896
899
|
### Patch Changes
|
|
897
900
|
|
|
898
|
-
-
|
|
901
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
899
902
|
|
|
900
|
-
|
|
903
|
+
Fixes bug, missing version.json file
|
|
901
904
|
|
|
902
905
|
## 12.0.3
|
|
903
906
|
|
|
904
907
|
### Patch Changes
|
|
905
908
|
|
|
906
|
-
-
|
|
909
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
907
910
|
|
|
908
|
-
|
|
911
|
+
In this PR, we are:
|
|
909
912
|
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
913
|
+
- Re-introducing dist build folders
|
|
914
|
+
- Adding back cjs
|
|
915
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
916
|
+
- Creating folders at the root for entry-points
|
|
917
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
918
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
919
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
920
|
+
for further details
|
|
918
921
|
|
|
919
922
|
## 12.0.2
|
|
920
923
|
|
|
921
924
|
### Patch Changes
|
|
922
925
|
|
|
923
|
-
-
|
|
926
|
+
- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
|
|
924
927
|
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
+
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
|
|
929
|
+
as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps
|
|
930
|
+
of the returned component.
|
|
928
931
|
|
|
929
|
-
|
|
932
|
+
Before:
|
|
930
933
|
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
+
```typescript
|
|
935
|
+
withAnalyticsEvents()(Button) as ComponentClass<Props>;
|
|
936
|
+
```
|
|
934
937
|
|
|
935
|
-
|
|
938
|
+
After:
|
|
936
939
|
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
+
```typescript
|
|
941
|
+
withAnalyticsEvents<Props>()(Button);
|
|
942
|
+
```
|
|
940
943
|
|
|
941
944
|
## 12.0.1
|
|
942
945
|
|
|
943
946
|
### Patch Changes
|
|
944
947
|
|
|
945
|
-
-
|
|
948
|
+
- [patch][29a1f158c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29a1f158c1):
|
|
946
949
|
|
|
947
|
-
|
|
950
|
+
Use default react import in typescript files.
|
|
948
951
|
|
|
949
952
|
## 12.0.0
|
|
950
953
|
|
|
951
|
-
-
|
|
954
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
952
955
|
|
|
953
|
-
|
|
954
|
-
|
|
956
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
957
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
955
958
|
|
|
956
959
|
## 11.0.3
|
|
957
960
|
|
|
958
|
-
-
|
|
961
|
+
- [patch][50e8c82ec4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50e8c82ec4):
|
|
959
962
|
|
|
960
|
-
|
|
963
|
+
- index.ts is now ignored when published to npm to avoid ambiguity between ts and js files
|
|
961
964
|
|
|
962
965
|
## 11.0.2
|
|
963
966
|
|
|
964
|
-
-
|
|
967
|
+
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
965
968
|
|
|
966
|
-
|
|
969
|
+
- Bump tslib
|
|
967
970
|
|
|
968
971
|
## 11.0.1
|
|
969
972
|
|
|
970
|
-
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
973
|
+
- Updated dependencies
|
|
974
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
975
|
+
- @atlaskit/docs@7.0.3
|
|
976
|
+
- @atlaskit/theme@8.1.7
|
|
974
977
|
|
|
975
978
|
## 11.0.0
|
|
976
979
|
|
|
977
|
-
-
|
|
980
|
+
- [major][c95557e3ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c95557e3ff):
|
|
978
981
|
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
982
|
+
- Drops flow support.
|
|
983
|
+
- Badge has been internally converted to TypeScript.
|
|
984
|
+
- Typescript consumers will get static type safety.
|
|
985
|
+
- No API or behavioural changes.
|
|
983
986
|
|
|
984
987
|
## 10.0.1
|
|
985
988
|
|
|
986
|
-
-
|
|
989
|
+
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
|
|
987
990
|
|
|
988
|
-
|
|
991
|
+
- Removes duplicate babel-runtime dependency
|
|
989
992
|
|
|
990
993
|
## 10.0.0
|
|
991
994
|
|
|
992
|
-
-
|
|
995
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
993
996
|
|
|
994
|
-
|
|
997
|
+
- Drop ES5 from all the flow modules
|
|
995
998
|
|
|
996
|
-
|
|
999
|
+
### Dropping CJS support in all @atlaskit packages
|
|
997
1000
|
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
1002
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
1003
|
+
`import` and `export` declarations.
|
|
1001
1004
|
|
|
1002
|
-
|
|
1003
|
-
e.g:
|
|
1005
|
+
The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
|
|
1004
1006
|
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1007
|
+
```js
|
|
1008
|
+
import colors from `@atlaskit/theme/colors`;
|
|
1009
|
+
```
|
|
1008
1010
|
|
|
1009
|
-
|
|
1011
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
1010
1012
|
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1013
|
+
```js
|
|
1014
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
1015
|
+
```
|
|
1014
1016
|
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1017
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
|
|
1018
|
+
we have to worry about how consumers might be using things that aren't _actually_ supposed to be
|
|
1019
|
+
used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
|
|
1020
|
+
packages bundling all of theme, just to use a single color, especially in situations where tree
|
|
1021
|
+
shaking fails.
|
|
1020
1022
|
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1023
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
1024
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
1025
|
+
internal dependencies.
|
|
1024
1026
|
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
1028
|
+
environments.
|
|
1027
1029
|
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1030
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
1031
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
1032
|
+
saner API's and simpler package architecture.
|
|
1031
1033
|
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1034
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
1035
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
1036
|
+
external) if you have any questions or queries about this.
|
|
1035
1037
|
|
|
1036
1038
|
## 9.2.2
|
|
1037
1039
|
|
|
1038
|
-
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1040
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
1041
|
+
- @atlaskit/theme@7.0.1
|
|
1042
|
+
- @atlaskit/docs@6.0.0
|
|
1041
1043
|
|
|
1042
1044
|
## 9.2.1
|
|
1043
1045
|
|
|
1044
|
-
-
|
|
1046
|
+
- [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
1045
1047
|
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
+
- Change API to experimental theming API to namespace component themes into separate contexts and
|
|
1049
|
+
make theming simpler. Update all dependant components.
|
|
1048
1050
|
|
|
1049
1051
|
## 9.2.0
|
|
1050
1052
|
|
|
1051
|
-
-
|
|
1052
|
-
|
|
1053
|
+
- [minor] Allow badge to accept strings, so custom number formats can be easily passed in
|
|
1054
|
+
[cc0a1de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc0a1de)
|
|
1053
1055
|
|
|
1054
1056
|
## 9.1.5
|
|
1055
1057
|
|
|
1056
|
-
-
|
|
1057
|
-
|
|
1058
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
1059
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
1058
1060
|
|
|
1059
1061
|
## 9.1.4
|
|
1060
1062
|
|
|
1061
|
-
-
|
|
1062
|
-
|
|
1063
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
1064
|
+
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
1063
1065
|
|
|
1064
1066
|
## 9.1.2
|
|
1065
1067
|
|
|
1066
|
-
-
|
|
1067
|
-
|
|
1068
|
+
- [patch] Fix broken type export
|
|
1069
|
+
[a203203](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a203203)
|
|
1068
1070
|
|
|
1069
1071
|
## 9.1.1
|
|
1070
1072
|
|
|
1071
|
-
-
|
|
1072
|
-
|
|
1073
|
+
- [patch] Remove export from \* to fix the cjs export
|
|
1074
|
+
[b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
|
|
1073
1075
|
|
|
1074
1076
|
## 9.1.0
|
|
1075
1077
|
|
|
1076
|
-
-
|
|
1077
|
-
|
|
1078
|
-
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1078
|
+
- [minor] Update badge to the new theming API. Rework experimental theming API.
|
|
1079
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
1080
|
+
- [patch] Updated dependencies
|
|
1081
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
1082
|
+
- @atlaskit/theme@6.0.0
|
|
1083
|
+
- @atlaskit/docs@5.0.6
|
|
1082
1084
|
|
|
1083
1085
|
## 9.0.4
|
|
1084
1086
|
|
|
1085
|
-
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1087
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
1088
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
1089
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1090
|
+
- [none] Updated dependencies
|
|
1091
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1092
|
+
- @atlaskit/theme@5.1.3
|
|
1091
1093
|
|
|
1092
1094
|
## 9.0.3
|
|
1093
1095
|
|
|
1094
|
-
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1096
|
+
- [patch] Updated dependencies
|
|
1097
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
1098
|
+
- @atlaskit/theme@5.1.2
|
|
1099
|
+
- @atlaskit/docs@5.0.2
|
|
1098
1100
|
|
|
1099
1101
|
## 9.0.2
|
|
1100
1102
|
|
|
1101
|
-
-
|
|
1102
|
-
|
|
1103
|
-
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1103
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
1104
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1105
|
+
- [none] Updated dependencies
|
|
1106
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1107
|
+
- @atlaskit/theme@5.1.1
|
|
1106
1108
|
|
|
1107
1109
|
## 9.0.1
|
|
1108
1110
|
|
|
1109
|
-
-
|
|
1110
|
-
|
|
1111
|
-
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1111
|
+
- [patch] Move analytics tests and replace elements to core
|
|
1112
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
1113
|
+
- [none] Updated dependencies
|
|
1114
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
1115
|
+
- @atlaskit/docs@5.0.1
|
|
1114
1116
|
|
|
1115
1117
|
## 9.0.0
|
|
1116
1118
|
|
|
1117
|
-
-
|
|
1118
|
-
|
|
1119
|
-
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1119
|
+
- [major] Updates to React ^16.4.0
|
|
1120
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1121
|
+
- [major] Updated dependencies
|
|
1122
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
1123
|
+
- @atlaskit/theme@5.0.0
|
|
1124
|
+
- @atlaskit/docs@5.0.0
|
|
1125
|
+
- [major] Updated dependencies
|
|
1126
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1127
|
+
- @atlaskit/theme@5.0.0
|
|
1128
|
+
- @atlaskit/docs@5.0.0
|
|
1127
1129
|
|
|
1128
1130
|
## 8.1.0
|
|
1129
1131
|
|
|
1130
|
-
-
|
|
1131
|
-
|
|
1132
|
+
- [minor] Create a Container and Format export so that you can compose custom badges together.
|
|
1133
|
+
[ac1b819](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ac1b819)
|
|
1132
1134
|
|
|
1133
1135
|
## 8.0.3
|
|
1134
1136
|
|
|
1135
|
-
-
|
|
1136
|
-
|
|
1137
|
-
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1137
|
+
- [patch] Update changelogs to remove duplicate
|
|
1138
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1139
|
+
- [none] Updated dependencies
|
|
1140
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1141
|
+
- @atlaskit/theme@4.0.3
|
|
1142
|
+
- @atlaskit/docs@4.1.1
|
|
1141
1143
|
|
|
1142
1144
|
## 8.0.2
|
|
1143
1145
|
|
|
1144
|
-
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1146
|
+
- [none] Updated dependencies
|
|
1147
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
1148
|
+
- @atlaskit/docs@4.1.0
|
|
1149
|
+
- @atlaskit/theme@4.0.2
|
|
1148
1150
|
|
|
1149
1151
|
## 8.0.1
|
|
1150
1152
|
|
|
1151
|
-
-
|
|
1152
|
-
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1153
|
+
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1154
|
+
- [patch] Updated dependencies
|
|
1155
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1156
|
+
- @atlaskit/theme@4.0.1
|
|
1157
|
+
- @atlaskit/docs@4.0.1
|
|
1156
1158
|
|
|
1157
1159
|
## 8.0.0
|
|
1158
1160
|
|
|
1159
|
-
-
|
|
1160
|
-
|
|
1161
|
-
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1161
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
1162
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1163
|
+
- [patch] Updated dependencies
|
|
1164
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1165
|
+
- @atlaskit/theme@4.0.0
|
|
1166
|
+
- @atlaskit/docs@4.0.0
|
|
1165
1167
|
|
|
1166
1168
|
## 7.1.3
|
|
1167
1169
|
|
|
1168
|
-
-
|
|
1169
|
-
|
|
1170
|
+
- [patch] Update color pairing for Badge
|
|
1171
|
+
[168773b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/168773b)
|
|
1170
1172
|
|
|
1171
1173
|
## 7.1.2
|
|
1172
1174
|
|
|
1173
|
-
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1175
|
+
- [patch] Updated dependencies
|
|
1176
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
1177
|
+
- @atlaskit/theme@3.2.2
|
|
1178
|
+
- @atlaskit/docs@3.0.4
|
|
1177
1179
|
|
|
1178
1180
|
## 7.1.0
|
|
1179
1181
|
|
|
1180
|
-
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1182
|
+
- [minor] Added ability to specify an object as the badge appearance. Added an Appearance export to
|
|
1183
|
+
theme so that we can use strings and objects for appearance theming."
|
|
1184
|
+
[6e89615](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e89615)
|
|
1183
1185
|
|
|
1184
1186
|
## 7.0.0
|
|
1185
1187
|
|
|
1186
|
-
-
|
|
1187
|
-
|
|
1188
|
+
- [major] Bump to React 16.3.
|
|
1189
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
1188
1190
|
|
|
1189
1191
|
## 6.3.1
|
|
1190
1192
|
|
|
1191
|
-
-
|
|
1192
|
-
|
|
1193
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
1194
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
1193
1195
|
|
|
1194
1196
|
## 6.3.0
|
|
1195
1197
|
|
|
1196
|
-
-
|
|
1197
|
-
|
|
1198
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1199
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
1198
1200
|
|
|
1199
1201
|
## 6.2.2
|
|
1200
1202
|
|
|
1201
|
-
-
|
|
1202
|
-
|
|
1203
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
1204
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
1203
1205
|
|
|
1204
1206
|
## 6.2.1
|
|
1205
1207
|
|
|
1206
|
-
-
|
|
1207
|
-
|
|
1208
|
+
- [patch] Packages Flow types for elements components
|
|
1209
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
1208
1210
|
|
|
1209
1211
|
## 6.2.0
|
|
1210
1212
|
|
|
1211
|
-
-
|
|
1212
|
-
|
|
1213
|
+
- [minor] Add React 16 support.
|
|
1214
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
1213
1215
|
|
|
1214
1216
|
## 6.1.0 (2017-08-24)
|
|
1215
1217
|
|
|
1216
|
-
-
|
|
1217
|
-
|
|
1218
|
-
-
|
|
1219
|
-
|
|
1218
|
+
- feature; remove util-shared-styles as a dependency
|
|
1219
|
+
([52a0a63](https://bitbucket.org/atlassian/atlaskit/commits/52a0a63))
|
|
1220
|
+
- feature; adjust dark mode colors to spec 1.2, add primaryInveted appearance
|
|
1221
|
+
([9c79e7b](https://bitbucket.org/atlassian/atlaskit/commits/9c79e7b))
|
|
1220
1222
|
|
|
1221
1223
|
## 6.0.0 (2017-08-11)
|
|
1222
1224
|
|
|
1223
|
-
-
|
|
1224
|
-
|
|
1225
|
-
-
|
|
1226
|
-
|
|
1227
|
-
-
|
|
1228
|
-
|
|
1229
|
-
-
|
|
1230
|
-
|
|
1225
|
+
- bug fix; fix the theme-dependency
|
|
1226
|
+
([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
|
|
1227
|
+
- bug fix; reimplement appearance prop validation for badges
|
|
1228
|
+
([25dabe3](https://bitbucket.org/atlassian/atlaskit/commits/25dabe3))
|
|
1229
|
+
- breaking; affects internal styled-components implementation
|
|
1230
|
+
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
|
|
1231
|
+
- breaking; implement dark mode theme
|
|
1232
|
+
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
|
|
1231
1233
|
|
|
1232
1234
|
## 5.0.0 (2017-08-11)
|
|
1233
1235
|
|
|
1234
|
-
-
|
|
1235
|
-
|
|
1236
|
-
-
|
|
1237
|
-
|
|
1238
|
-
-
|
|
1239
|
-
|
|
1236
|
+
- bug fix; reimplement appearance prop validation for badges
|
|
1237
|
+
([25dabe3](https://bitbucket.org/atlassian/atlaskit/commits/25dabe3))
|
|
1238
|
+
- breaking; affects internal styled-components implementation
|
|
1239
|
+
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
|
|
1240
|
+
- breaking; implement dark mode theme
|
|
1241
|
+
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
|
|
1240
1242
|
|
|
1241
1243
|
## 4.5.2 (2017-07-27)
|
|
1242
1244
|
|
|
1243
|
-
-
|
|
1244
|
-
|
|
1245
|
+
- fix; rename jsnext:main to jsnext:experimental:main temporarily
|
|
1246
|
+
([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
|
|
1245
1247
|
|
|
1246
1248
|
## 4.5.1 (2017-07-25)
|
|
1247
1249
|
|
|
1248
|
-
-
|
|
1249
|
-
|
|
1250
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
1251
|
+
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
1250
1252
|
|
|
1251
1253
|
## 4.2.0 (2017-07-17)
|
|
1252
1254
|
|
|
1253
|
-
-
|
|
1254
|
-
|
|
1255
|
+
- fix; rerelease, failed prepublish scripts
|
|
1256
|
+
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
1255
1257
|
|
|
1256
1258
|
## 4.2.0 (2017-07-17)
|
|
1257
1259
|
|
|
1258
|
-
-
|
|
1259
|
-
|
|
1260
|
+
- feature; added ES module builds to dist and add jsnext:main to most ADG packages
|
|
1261
|
+
([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
|
|
1260
1262
|
|
|
1261
1263
|
## 4.1.0 (2017-07-06)
|
|
1262
1264
|
|
|
1263
|
-
-
|
|
1264
|
-
|
|
1265
|
+
- feature; reducing the contrast of white on blue for global nav
|
|
1266
|
+
([ff89e2b](https://bitbucket.org/atlassian/atlaskit/commits/ff89e2b))
|
|
1265
1267
|
|
|
1266
1268
|
## 4.0.5 (2017-05-26)
|
|
1267
1269
|
|
|
1268
|
-
-
|
|
1269
|
-
|
|
1270
|
+
- fix; add prop-types as a dependency to avoid React 15.x warnings
|
|
1271
|
+
([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
|
|
1270
1272
|
|
|
1271
1273
|
## 4.0.3 (2017-05-10)
|
|
1272
1274
|
|
|
1273
|
-
-
|
|
1274
|
-
|
|
1275
|
-
-
|
|
1275
|
+
- fix; testing releasing more than 5 packages at a time
|
|
1276
|
+
([e69b832](https://bitbucket.org/atlassian/atlaskit/commits/e69b832))
|
|
1277
|
+
- fix; update dependencies ([0c92fef](https://bitbucket.org/atlassian/atlaskit/commits/0c92fef))
|
|
1276
1278
|
|
|
1277
1279
|
## 4.0.2 (2017-04-27)
|
|
1278
1280
|
|
|
1279
|
-
-
|
|
1280
|
-
|
|
1281
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
1282
|
+
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
1281
1283
|
|
|
1282
1284
|
## 4.0.1 (2017-04-26)
|
|
1283
1285
|
|
|
1284
|
-
-
|
|
1285
|
-
|
|
1286
|
+
- fix; update legal copy and fix broken links for component README on npm. New contribution and
|
|
1287
|
+
([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
|
|
1286
1288
|
|
|
1287
1289
|
## 4.0.0 (2017-04-12)
|
|
1288
1290
|
|
|
1289
|
-
-
|
|
1290
|
-
|
|
1291
|
-
-
|
|
1292
|
-
-
|
|
1291
|
+
- null align component with new conventions
|
|
1292
|
+
([726dc9b](https://bitbucket.org/atlassian/atlaskit/commits/726dc9b))
|
|
1293
|
+
- breaking; removed TypeScript
|
|
1294
|
+
- ISSUES CLOSED: AK-2084
|
|
1293
1295
|
|
|
1294
1296
|
## 3.0.2 (2017-04-11)
|
|
1295
1297
|
|
|
1296
|
-
-
|
|
1297
|
-
|
|
1298
|
+
- fix; update badge stories to fix proptype bug
|
|
1299
|
+
([0fa922f](https://bitbucket.org/atlassian/atlaskit/commits/0fa922f))
|
|
1298
1300
|
|
|
1299
1301
|
## 3.0.1 (2017-04-10)
|
|
1300
1302
|
|
|
1301
|
-
-
|
|
1302
|
-
|
|
1303
|
+
- fix; simplify the Badge component, fixes tests and docs
|
|
1304
|
+
([07946a1](https://bitbucket.org/atlassian/atlaskit/commits/07946a1))
|
|
1303
1305
|
|
|
1304
1306
|
## 3.0.0 (2017-03-29)
|
|
1305
1307
|
|
|
1306
|
-
-
|
|
1307
|
-
|
|
1308
|
-
-
|
|
1309
|
-
-
|
|
1308
|
+
- feature; update badge to use new guidelines, and readme story
|
|
1309
|
+
([fe7bd5a](https://bitbucket.org/atlassian/atlaskit/commits/fe7bd5a))
|
|
1310
|
+
- breaking; remove APPEARANCE_ENUM and THEME_ENUM from exports
|
|
1311
|
+
- ISSUES CLOSED: AK-1534
|
|
1310
1312
|
|
|
1311
1313
|
## 2.0.0 (2017-03-27)
|
|
1312
1314
|
|
|
1313
|
-
-
|
|
1314
|
-
|
|
1315
|
-
-
|
|
1316
|
-
-
|
|
1315
|
+
- null refactor the badge component to use styled-components
|
|
1316
|
+
([70aa262](https://bitbucket.org/atlassian/atlaskit/commits/70aa262))
|
|
1317
|
+
- breaking; badges now require peerDep styled-components
|
|
1318
|
+
- ISSUES CLOSED: AK-1943
|
|
1317
1319
|
|
|
1318
1320
|
## 1.2.3 (2017-03-23)
|
|
1319
1321
|
|
|
1320
|
-
-
|
|
1321
|
-
|
|
1322
|
-
-
|
|
1323
|
-
|
|
1324
|
-
-
|
|
1325
|
-
-
|
|
1322
|
+
- fix; Empty commit to release the component
|
|
1323
|
+
([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
|
|
1324
|
+
- null refactor the badge component to use styled-components
|
|
1325
|
+
([a5c8722](https://bitbucket.org/atlassian/atlaskit/commits/a5c8722))
|
|
1326
|
+
- breaking; badges now require peerDep styled-components
|
|
1327
|
+
- ISSUES CLOSED: AK-1943
|
|
1326
1328
|
|
|
1327
1329
|
## 1.2.1 (2017-03-21)
|
|
1328
1330
|
|
|
1329
|
-
-
|
|
1330
|
-
|
|
1331
|
+
- fix; maintainers for all the packages were added
|
|
1332
|
+
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
1331
1333
|
|
|
1332
1334
|
## 1.1.0 (2017-03-15)
|
|
1333
1335
|
|
|
1334
|
-
-
|
|
1335
|
-
|
|
1336
|
-
-
|
|
1337
|
-
|
|
1336
|
+
- feature; added application links to media-card and restructured
|
|
1337
|
+
([618650e](https://bitbucket.org/atlassian/atlaskit/commits/618650e))
|
|
1338
|
+
- feature; added typescript definition file to badges
|
|
1339
|
+
([a067336](https://bitbucket.org/atlassian/atlaskit/commits/a067336))
|
|
1338
1340
|
|
|
1339
1341
|
## 1.0.3 (2017-02-16)
|
|
1340
1342
|
|
|
1341
|
-
-
|
|
1342
|
-
|
|
1343
|
+
- fix; refactor stories to use // rather than http://
|
|
1344
|
+
([a0826cf](https://bitbucket.org/atlassian/atlaskit/commits/a0826cf))
|
|
1343
1345
|
|
|
1344
1346
|
## 1.0.2 (2017-02-10)
|
|
1345
1347
|
|
|
1346
|
-
-
|
|
1347
|
-
|
|
1348
|
+
- fix; Dummy commit to release components to registry
|
|
1349
|
+
([5bac43b](https://bitbucket.org/atlassian/atlaskit/commits/5bac43b))
|
|
1348
1350
|
|
|
1349
1351
|
## 1.0.1 (2017-02-06)
|
|
1350
1352
|
|
|
1351
|
-
-
|
|
1352
|
-
|
|
1353
|
+
- fix; Bumps dependencies to used scoped packages
|
|
1354
|
+
([f41dbfc](https://bitbucket.org/atlassian/atlaskit/commits/f41dbfc))
|