@atlaskit/lozenge 11.7.0 → 11.7.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 +537 -325
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,952 +1,1164 @@
|
|
|
1
1
|
# @atlaskit/lozenge
|
|
2
2
|
|
|
3
|
+
## 11.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 11.7.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
6
12
|
|
|
7
|
-
-
|
|
13
|
+
- [#93677](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93677)
|
|
14
|
+
[`1a4242743804`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1a4242743804) -
|
|
15
|
+
Add support for React 18.
|
|
8
16
|
|
|
9
17
|
## 11.6.6
|
|
10
18
|
|
|
11
19
|
### Patch Changes
|
|
12
20
|
|
|
13
|
-
-
|
|
21
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
22
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
23
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
14
24
|
|
|
15
25
|
## 11.6.5
|
|
16
26
|
|
|
17
27
|
### Patch Changes
|
|
18
28
|
|
|
19
|
-
-
|
|
29
|
+
- Updated dependencies
|
|
20
30
|
|
|
21
31
|
## 11.6.4
|
|
22
32
|
|
|
23
33
|
### Patch Changes
|
|
24
34
|
|
|
25
|
-
-
|
|
35
|
+
- Updated dependencies
|
|
26
36
|
|
|
27
37
|
## 11.6.3
|
|
28
38
|
|
|
29
39
|
### Patch Changes
|
|
30
40
|
|
|
31
|
-
-
|
|
41
|
+
- Updated dependencies
|
|
32
42
|
|
|
33
43
|
## 11.6.2
|
|
34
44
|
|
|
35
45
|
### Patch Changes
|
|
36
46
|
|
|
37
|
-
-
|
|
47
|
+
- Updated dependencies
|
|
38
48
|
|
|
39
49
|
## 11.6.1
|
|
40
50
|
|
|
41
51
|
### Patch Changes
|
|
42
52
|
|
|
43
|
-
-
|
|
53
|
+
- [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
|
|
54
|
+
[`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
|
|
55
|
+
Migrate packages to use declarative entry points
|
|
44
56
|
|
|
45
57
|
## 11.6.0
|
|
46
58
|
|
|
47
59
|
### Minor Changes
|
|
48
60
|
|
|
49
|
-
-
|
|
61
|
+
- [#64300](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64300)
|
|
62
|
+
[`436936ea8914`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/436936ea8914) -
|
|
63
|
+
Export prop types
|
|
50
64
|
|
|
51
65
|
### Patch Changes
|
|
52
66
|
|
|
53
|
-
-
|
|
67
|
+
- Updated dependencies
|
|
54
68
|
|
|
55
69
|
## 11.5.0
|
|
56
70
|
|
|
57
71
|
### Minor Changes
|
|
58
72
|
|
|
59
|
-
-
|
|
73
|
+
- [#57070](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57070)
|
|
74
|
+
[`96de6e4e4ca2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/96de6e4e4ca2) -
|
|
75
|
+
Lozenge now uses height: min-content so it doesn't stretch when directly used as a flex / grid
|
|
76
|
+
item.
|
|
60
77
|
|
|
61
78
|
## 11.4.6
|
|
62
79
|
|
|
63
80
|
### Patch Changes
|
|
64
81
|
|
|
65
|
-
-
|
|
82
|
+
- [#41725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41725)
|
|
83
|
+
[`8d838ab41ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d838ab41ed) -
|
|
84
|
+
Removed all remaining legacy theming logic from Badge, IconObject, Lozenge and SectionMessage.
|
|
85
|
+
This only affects the examples and some tests in each component. No internal component logic
|
|
86
|
+
contained legacy theming.
|
|
66
87
|
|
|
67
88
|
## 11.4.5
|
|
68
89
|
|
|
69
90
|
### Patch Changes
|
|
70
91
|
|
|
71
|
-
-
|
|
92
|
+
- Updated dependencies
|
|
72
93
|
|
|
73
94
|
## 11.4.4
|
|
74
95
|
|
|
75
96
|
### Patch Changes
|
|
76
97
|
|
|
77
|
-
-
|
|
78
|
-
-
|
|
98
|
+
- [#38743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38743)
|
|
99
|
+
[`3b97837c528`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b97837c528) - The
|
|
100
|
+
internal composition of this component has changed. There is no expected change in behavior.
|
|
101
|
+
- Updated dependencies
|
|
79
102
|
|
|
80
103
|
## 11.4.3
|
|
81
104
|
|
|
82
105
|
### Patch Changes
|
|
83
106
|
|
|
84
|
-
-
|
|
107
|
+
- [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
|
|
108
|
+
[`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) -
|
|
109
|
+
Updated dependencies
|
|
85
110
|
|
|
86
111
|
## 11.4.2
|
|
87
112
|
|
|
88
113
|
### Patch Changes
|
|
89
114
|
|
|
90
|
-
-
|
|
115
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
116
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
117
|
+
legacy types are published for TS 4.5-4.8
|
|
91
118
|
|
|
92
119
|
## 11.4.1
|
|
93
120
|
|
|
94
121
|
### Patch Changes
|
|
95
122
|
|
|
96
|
-
-
|
|
123
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
124
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
125
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
97
126
|
|
|
98
127
|
## 11.4.0
|
|
99
128
|
|
|
100
129
|
### Minor Changes
|
|
101
130
|
|
|
102
|
-
-
|
|
131
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
132
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
133
|
+
minor dependency bump
|
|
103
134
|
|
|
104
135
|
### Patch Changes
|
|
105
136
|
|
|
106
|
-
-
|
|
137
|
+
- Updated dependencies
|
|
107
138
|
|
|
108
139
|
## 11.3.10
|
|
109
140
|
|
|
110
141
|
### Patch Changes
|
|
111
142
|
|
|
112
|
-
-
|
|
143
|
+
- [#32632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32632)
|
|
144
|
+
[`df9cefb35e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df9cefb35e1) - Enrol
|
|
145
|
+
@atlaskit/lozenge on push model consumption in Jira
|
|
113
146
|
|
|
114
147
|
## 11.3.9
|
|
115
148
|
|
|
116
149
|
### Patch Changes
|
|
117
150
|
|
|
118
|
-
-
|
|
151
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
152
|
+
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
|
|
153
|
+
remove before merging to master; dupe adf-schema via adf-utils
|
|
119
154
|
|
|
120
155
|
## 11.3.8
|
|
121
156
|
|
|
122
157
|
### Patch Changes
|
|
123
158
|
|
|
124
|
-
-
|
|
159
|
+
- [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242)
|
|
160
|
+
[`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) -
|
|
161
|
+
Internal change only. Replace usages of Inline/Stack with stable version from
|
|
162
|
+
`@atlaskit/primitives`.
|
|
125
163
|
|
|
126
164
|
## 11.3.7
|
|
127
165
|
|
|
128
166
|
### Patch Changes
|
|
129
167
|
|
|
130
|
-
-
|
|
168
|
+
- Updated dependencies
|
|
131
169
|
|
|
132
170
|
## 11.3.6
|
|
133
171
|
|
|
134
172
|
### Patch Changes
|
|
135
173
|
|
|
136
|
-
-
|
|
137
|
-
-
|
|
174
|
+
- [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
|
|
175
|
+
[`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) -
|
|
176
|
+
Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs.
|
|
177
|
+
There are no visual or behaviour changes.
|
|
178
|
+
- Updated dependencies
|
|
138
179
|
|
|
139
180
|
## 11.3.5
|
|
140
181
|
|
|
141
182
|
### Patch Changes
|
|
142
183
|
|
|
143
|
-
-
|
|
184
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
185
|
+
[`76428a4966a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76428a4966a) - Fix
|
|
186
|
+
lozenge truncation at maxWidth=100%
|
|
144
187
|
|
|
145
188
|
## 11.3.4
|
|
146
189
|
|
|
147
190
|
### Patch Changes
|
|
148
191
|
|
|
149
|
-
-
|
|
192
|
+
- Updated dependencies
|
|
150
193
|
|
|
151
194
|
## 11.3.3
|
|
152
195
|
|
|
153
196
|
### Patch Changes
|
|
154
197
|
|
|
155
|
-
-
|
|
198
|
+
- Updated dependencies
|
|
156
199
|
|
|
157
200
|
## 11.3.2
|
|
158
201
|
|
|
159
202
|
### Patch Changes
|
|
160
203
|
|
|
161
|
-
-
|
|
204
|
+
- [#27076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27076)
|
|
205
|
+
[`25e09731caa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25e09731caa) - Fixes:
|
|
162
206
|
|
|
163
|
-
|
|
164
|
-
|
|
207
|
+
- Removes `vertical-align: baseline` from Lozenge which was being applied incorrectly.
|
|
208
|
+
- Removes a default prop which was causing unintended re-renders.
|
|
165
209
|
|
|
166
|
-
-
|
|
210
|
+
- Updated dependencies
|
|
167
211
|
|
|
168
212
|
## 11.3.1
|
|
169
213
|
|
|
170
214
|
### Patch Changes
|
|
171
215
|
|
|
172
|
-
-
|
|
216
|
+
- Updated dependencies
|
|
173
217
|
|
|
174
218
|
## 11.3.0
|
|
175
219
|
|
|
176
220
|
### Minor Changes
|
|
177
221
|
|
|
178
|
-
-
|
|
222
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
|
|
223
|
+
[`f97c945d57f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f97c945d57f) -
|
|
224
|
+
Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
179
225
|
|
|
180
226
|
### Patch Changes
|
|
181
227
|
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
-
|
|
228
|
+
- [`7c6009de2f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c6009de2f1) - [ux]
|
|
229
|
+
Updates the visual appearance to match the legacy light mode palette.
|
|
230
|
+
- [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) -
|
|
231
|
+
Internal change to use updated primtive spacing prop values. No expected behaviour change.
|
|
232
|
+
- Updated dependencies
|
|
185
233
|
|
|
186
234
|
## 11.2.5
|
|
187
235
|
|
|
188
236
|
### Patch Changes
|
|
189
237
|
|
|
190
|
-
-
|
|
238
|
+
- [#26408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26408)
|
|
239
|
+
[`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) -
|
|
240
|
+
Internal changes to include spacing tokens in component implementations.
|
|
191
241
|
|
|
192
242
|
## 11.2.4
|
|
193
243
|
|
|
194
244
|
### Patch Changes
|
|
195
245
|
|
|
196
|
-
-
|
|
246
|
+
- [#25795](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25795)
|
|
247
|
+
[`4c6b6f0c927`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c6b6f0c927) -
|
|
248
|
+
Removes `@emotion/core` dependency as it is no longer used within Lozenge. There is no expected
|
|
249
|
+
behavior change.
|
|
197
250
|
|
|
198
251
|
## 11.2.3
|
|
199
252
|
|
|
200
253
|
### Patch Changes
|
|
201
254
|
|
|
202
|
-
-
|
|
203
|
-
|
|
255
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
256
|
+
[`3ee63238f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ee63238f49) - Update
|
|
257
|
+
internals of Box, Text, Inline and Stack to handle `children` more accurately. Also update scope
|
|
258
|
+
of `use-primitives` to suggest Box and Text more selectively.
|
|
204
259
|
|
|
205
260
|
## 11.2.2
|
|
206
261
|
|
|
207
262
|
### Patch Changes
|
|
208
263
|
|
|
209
|
-
-
|
|
264
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
265
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
266
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
210
267
|
|
|
211
268
|
## 11.2.1
|
|
212
269
|
|
|
213
270
|
### Patch Changes
|
|
214
271
|
|
|
215
|
-
-
|
|
272
|
+
- [#24916](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24916)
|
|
273
|
+
[`fe54d8f1aec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe54d8f1aec) - Update
|
|
274
|
+
ds-explorations dependency. No change in behaviour.
|
|
216
275
|
|
|
217
276
|
## 11.2.0
|
|
218
277
|
|
|
219
278
|
### Minor Changes
|
|
220
279
|
|
|
221
|
-
-
|
|
280
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
281
|
+
[`bf235e83ac0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf235e83ac0) -
|
|
282
|
+
Internal changes to the way styles are applied. The Lozenge background is now centred properly
|
|
283
|
+
resulting in it sitting 1px higher, however the text inside the Lozenge is unaffected.
|
|
222
284
|
|
|
223
285
|
### Patch Changes
|
|
224
286
|
|
|
225
|
-
-
|
|
226
|
-
|
|
227
|
-
-
|
|
228
|
-
|
|
287
|
+
- [`37246e87cfc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37246e87cfc) - Adds
|
|
288
|
+
position static to Box. Changes lozenge to use position static instead of relative.
|
|
289
|
+
- [`6e0671cb45c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e0671cb45c) -
|
|
290
|
+
Internal change to implementation which should not have any noticeable impact.
|
|
291
|
+
- Updated dependencies
|
|
229
292
|
|
|
230
293
|
## 11.1.12
|
|
231
294
|
|
|
232
295
|
### Patch Changes
|
|
233
296
|
|
|
234
|
-
-
|
|
297
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
298
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
299
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
235
300
|
|
|
236
301
|
## 11.1.11
|
|
237
302
|
|
|
238
303
|
### Patch Changes
|
|
239
304
|
|
|
240
|
-
-
|
|
305
|
+
- Updated dependencies
|
|
241
306
|
|
|
242
307
|
## 11.1.10
|
|
243
308
|
|
|
244
309
|
### Patch Changes
|
|
245
310
|
|
|
246
|
-
-
|
|
311
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
312
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
313
|
+
Upgrade to TypeScript 4.2.4
|
|
247
314
|
|
|
248
315
|
## 11.1.9
|
|
249
316
|
|
|
250
317
|
### Patch Changes
|
|
251
318
|
|
|
252
|
-
-
|
|
319
|
+
- Updated dependencies
|
|
253
320
|
|
|
254
321
|
## 11.1.8
|
|
255
322
|
|
|
256
323
|
### Patch Changes
|
|
257
324
|
|
|
258
|
-
-
|
|
259
|
-
-
|
|
325
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
326
|
+
[`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) -
|
|
327
|
+
Migrates all usage of brand tokens to either selected or information tokens. This change is
|
|
328
|
+
purely for semantic reasons, there are no visual or behavioural changes.
|
|
329
|
+
- Updated dependencies
|
|
260
330
|
|
|
261
331
|
## 11.1.7
|
|
262
332
|
|
|
263
333
|
### Patch Changes
|
|
264
334
|
|
|
265
|
-
-
|
|
335
|
+
- Updated dependencies
|
|
266
336
|
|
|
267
337
|
## 11.1.6
|
|
268
338
|
|
|
269
339
|
### Patch Changes
|
|
270
340
|
|
|
271
|
-
-
|
|
272
|
-
|
|
273
|
-
-
|
|
341
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
342
|
+
[`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
|
|
343
|
+
no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
|
|
344
|
+
auto-fixing by correctly formatting token ids.
|
|
345
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
|
|
346
|
+
no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
|
|
347
|
+
auto-fixing by correctly formatting token ids.
|
|
348
|
+
- Updated dependencies
|
|
274
349
|
|
|
275
350
|
## 11.1.5
|
|
276
351
|
|
|
277
352
|
### Patch Changes
|
|
278
353
|
|
|
279
|
-
-
|
|
354
|
+
- Updated dependencies
|
|
280
355
|
|
|
281
356
|
## 11.1.4
|
|
282
357
|
|
|
283
358
|
### Patch Changes
|
|
284
359
|
|
|
285
|
-
-
|
|
286
|
-
-
|
|
360
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
361
|
+
[`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
|
|
362
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
363
|
+
tokens() function and improving bundle size.
|
|
364
|
+
- Updated dependencies
|
|
287
365
|
|
|
288
366
|
## 11.1.3
|
|
289
367
|
|
|
290
368
|
### Patch Changes
|
|
291
369
|
|
|
292
|
-
-
|
|
370
|
+
- Updated dependencies
|
|
293
371
|
|
|
294
372
|
## 11.1.2
|
|
295
373
|
|
|
296
374
|
### Patch Changes
|
|
297
375
|
|
|
298
|
-
-
|
|
376
|
+
- Updated dependencies
|
|
299
377
|
|
|
300
378
|
## 11.1.1
|
|
301
379
|
|
|
302
380
|
### Patch Changes
|
|
303
381
|
|
|
304
|
-
-
|
|
382
|
+
- Updated dependencies
|
|
305
383
|
|
|
306
384
|
## 11.1.0
|
|
307
385
|
|
|
308
386
|
### Minor Changes
|
|
309
387
|
|
|
310
|
-
-
|
|
311
|
-
|
|
388
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
389
|
+
[`d7caf75e732`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7caf75e732) - - [ux]
|
|
390
|
+
Colors are now sourced through tokens.
|
|
391
|
+
- Deprecate `@atlaskit/lozenge/theme` entry-point.
|
|
312
392
|
|
|
313
393
|
### Patch Changes
|
|
314
394
|
|
|
315
|
-
-
|
|
395
|
+
- Updated dependencies
|
|
316
396
|
|
|
317
397
|
## 11.0.0
|
|
318
398
|
|
|
319
399
|
### Major Changes
|
|
320
400
|
|
|
321
|
-
-
|
|
401
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
402
|
+
[`1cd379a2199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cd379a2199) - - In
|
|
403
|
+
this version we made `Lozenge` dramatically faster and lighter. 🤩
|
|
322
404
|
|
|
323
|
-
|
|
405
|
+
- General performance improvements.
|
|
324
406
|
|
|
325
|
-
|
|
407
|
+
- We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor`
|
|
408
|
+
and `color`.
|
|
326
409
|
|
|
327
|
-
|
|
410
|
+
- **BREAKING** We have removed the deprecated `theme` prop. Don't worry if you do use the
|
|
411
|
+
theming API, you can now use the new `style` prop for custom styling.
|
|
328
412
|
|
|
329
|
-
|
|
413
|
+
**Before**:
|
|
330
414
|
|
|
331
|
-
|
|
332
|
-
|
|
415
|
+
```tsx
|
|
416
|
+
import Lozenge from '@atlaskit/lozenge';
|
|
333
417
|
|
|
334
|
-
|
|
335
|
-
props: ThemeProps,
|
|
336
|
-
) => ThemeTokens;
|
|
418
|
+
type GetThemeTokensFn<ThemeTokens, ThemeProps> = (props: ThemeProps) => ThemeTokens;
|
|
337
419
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
420
|
+
const lozengeTheme = (
|
|
421
|
+
getTokens: GetThemeTokensFn<ThemeTokens, ThemeProps>,
|
|
422
|
+
themeProps: ThemeProps,
|
|
423
|
+
): ThemeTokens => {
|
|
424
|
+
const defaultTokens = getTokens(themeProps);
|
|
343
425
|
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
426
|
+
if (themeProps.appearance === 'removed') {
|
|
427
|
+
return {
|
|
428
|
+
...defaultTokens,
|
|
429
|
+
textColor: 'grey',
|
|
430
|
+
};
|
|
431
|
+
return defaultTokens;
|
|
432
|
+
}
|
|
433
|
+
};
|
|
352
434
|
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
435
|
+
<Lozenge appearance="removed" theme={lozengeTheme}>
|
|
436
|
+
removed
|
|
437
|
+
</Lozenge>;
|
|
438
|
+
```
|
|
357
439
|
|
|
358
|
-
|
|
440
|
+
**After**:
|
|
359
441
|
|
|
360
|
-
|
|
361
|
-
|
|
442
|
+
```tsx
|
|
443
|
+
import Badge, { BadgeProps } from '@atlaskit/badge';
|
|
362
444
|
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
445
|
+
<Lozenge appearance="removed" style={{ color: 'grey' }}>
|
|
446
|
+
removed
|
|
447
|
+
</Lozenge>;
|
|
448
|
+
```
|
|
367
449
|
|
|
368
|
-
|
|
450
|
+
- **BREAKING** We have removed the support of `appearance` prop object value. Please use
|
|
451
|
+
`style` prop for customization.
|
|
369
452
|
|
|
370
|
-
|
|
453
|
+
**Before**:
|
|
371
454
|
|
|
372
|
-
|
|
373
|
-
|
|
455
|
+
```tsx
|
|
456
|
+
import Lozenge from '@atlaskit/lozenge';
|
|
374
457
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
</Lozenge>;
|
|
378
|
-
```
|
|
458
|
+
<Lozenge appearance={{ backgroundColor: 'blue', textColor: 'white' }}>custom</Lozenge>;
|
|
459
|
+
```
|
|
379
460
|
|
|
380
|
-
|
|
461
|
+
**After**:
|
|
381
462
|
|
|
382
|
-
|
|
383
|
-
|
|
463
|
+
```tsx
|
|
464
|
+
import Lozenge from '@atlaskit/lozenge';
|
|
384
465
|
|
|
385
|
-
|
|
386
|
-
|
|
466
|
+
<Lozenge style={{ backgroundColor: 'blue', color: 'white' }}>custom</Lozenge>;
|
|
467
|
+
```
|
|
387
468
|
|
|
388
|
-
|
|
469
|
+
**Running the codemod cli**
|
|
389
470
|
|
|
390
|
-
|
|
471
|
+
To run the codemod: **You first need to have the latest version installed**
|
|
391
472
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
473
|
+
```bash
|
|
474
|
+
yarn upgrade @atlaskit/lozenge@^11.0.0
|
|
475
|
+
```
|
|
395
476
|
|
|
396
|
-
|
|
477
|
+
Once upgraded, use `@atlaskit/codemod-cli` via `npx`:
|
|
397
478
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
479
|
+
```bash
|
|
480
|
+
npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
|
|
481
|
+
```
|
|
401
482
|
|
|
402
|
-
|
|
483
|
+
The CLI will show a list of components and versions so select `@atlaskit/lozenge@^11.0.0` and
|
|
484
|
+
you will automatically be upgraded.
|
|
403
485
|
|
|
404
|
-
|
|
486
|
+
What will be changed:
|
|
405
487
|
|
|
406
|
-
|
|
488
|
+
- It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed
|
|
489
|
+
as `appearance` prop value) to `style` prop.
|
|
407
490
|
|
|
408
|
-
|
|
491
|
+
Run `npx @atlaskit/codemod-cli -h` for more details on usage.
|
|
409
492
|
|
|
410
|
-
|
|
493
|
+
For Atlassians,
|
|
411
494
|
|
|
412
|
-
|
|
495
|
+
refer to the
|
|
496
|
+
[documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
|
|
497
|
+
details on the codemod CLI.
|
|
413
498
|
|
|
414
499
|
### Patch Changes
|
|
415
500
|
|
|
416
|
-
-
|
|
417
|
-
|
|
501
|
+
- [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) -
|
|
502
|
+
Corrects eslint supressions.
|
|
503
|
+
- Updated dependencies
|
|
418
504
|
|
|
419
505
|
## 10.1.4
|
|
420
506
|
|
|
421
507
|
### Patch Changes
|
|
422
508
|
|
|
423
|
-
-
|
|
509
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
510
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
511
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
424
512
|
|
|
425
513
|
## 10.1.3
|
|
426
514
|
|
|
427
515
|
### Patch Changes
|
|
428
516
|
|
|
429
|
-
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
-
|
|
433
|
-
|
|
434
|
-
-
|
|
517
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
518
|
+
[`9c98e8227f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c98e8227f6) -
|
|
519
|
+
Internal refactor for style declarations.
|
|
520
|
+
- [`42e722938da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42e722938da) -
|
|
521
|
+
Converted class components to functional components
|
|
522
|
+
- [`8f0e5cbea57`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f0e5cbea57) -
|
|
523
|
+
Migrated from `@compiled` to `@emotion`
|
|
524
|
+
- [`f84de8233f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f84de8233f3) - Add
|
|
525
|
+
Techstacks rules to package.json
|
|
526
|
+
- [`7bb3268f2c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bb3268f2c8) -
|
|
527
|
+
Removed version.json and unused dependency - `react-test-renderer`
|
|
528
|
+
- [`f78ced42525`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f78ced42525) -
|
|
529
|
+
Wrapped the root component in `React.memo()` to memorize the rendered lozenge
|
|
435
530
|
|
|
436
531
|
## 10.1.2
|
|
437
532
|
|
|
438
533
|
### Patch Changes
|
|
439
534
|
|
|
440
|
-
-
|
|
535
|
+
- [#7510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7510)
|
|
536
|
+
[`69badd52b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69badd52b1) - Bumps
|
|
537
|
+
compiled to v0.6 to surface various fixes
|
|
441
538
|
|
|
442
539
|
## 10.1.1
|
|
443
540
|
|
|
444
541
|
### Patch Changes
|
|
445
542
|
|
|
446
|
-
-
|
|
543
|
+
- [#7379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7379)
|
|
544
|
+
[`61d08bb92d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61d08bb92d) - Upgrades
|
|
545
|
+
@compiled/react to v0.5.2
|
|
447
546
|
|
|
448
547
|
## 10.1.0
|
|
449
548
|
|
|
450
549
|
### Minor Changes
|
|
451
550
|
|
|
452
|
-
-
|
|
551
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
552
|
+
[`05ef83ee27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05ef83ee27) - Lozenge
|
|
553
|
+
now uses [`@compiled/react`](https://compiledcssinjs.com) to power its styles.
|
|
453
554
|
|
|
454
555
|
## 10.0.7
|
|
455
556
|
|
|
456
557
|
### Patch Changes
|
|
457
558
|
|
|
458
|
-
-
|
|
559
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
560
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
561
|
+
Transpile packages using babel rather than tsc
|
|
459
562
|
|
|
460
563
|
## 10.0.6
|
|
461
564
|
|
|
462
565
|
### Patch Changes
|
|
463
566
|
|
|
464
|
-
-
|
|
465
|
-
|
|
466
|
-
|
|
567
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
568
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
569
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
570
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
571
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
572
|
+
`devDependencies` to denote version that the package was built with.
|
|
467
573
|
|
|
468
574
|
## 10.0.5
|
|
469
575
|
|
|
470
576
|
### Patch Changes
|
|
471
577
|
|
|
472
|
-
-
|
|
578
|
+
- Updated dependencies
|
|
473
579
|
|
|
474
580
|
## 10.0.4
|
|
475
581
|
|
|
476
582
|
### Patch Changes
|
|
477
583
|
|
|
478
|
-
-
|
|
584
|
+
- [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
|
|
585
|
+
[`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
|
|
586
|
+
integration tests for Edge browser
|
|
479
587
|
|
|
480
588
|
## 10.0.3
|
|
481
589
|
|
|
482
590
|
### Patch Changes
|
|
483
591
|
|
|
484
|
-
-
|
|
592
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
593
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
594
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
485
595
|
|
|
486
|
-
|
|
487
|
-
|
|
596
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
597
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
488
598
|
|
|
489
599
|
## 10.0.2
|
|
490
600
|
|
|
491
601
|
### Patch Changes
|
|
492
602
|
|
|
493
|
-
-
|
|
603
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
|
|
604
|
+
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
|
|
605
|
+
readme and package information has been updated to point to the new design system website.
|
|
494
606
|
|
|
495
607
|
## 10.0.1
|
|
496
608
|
|
|
497
609
|
### Patch Changes
|
|
498
610
|
|
|
499
|
-
-
|
|
611
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
612
|
+
[`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
|
|
613
|
+
all the theme imports to be tree-shakable
|
|
500
614
|
|
|
501
615
|
## 10.0.0
|
|
502
616
|
|
|
503
617
|
### Major Changes
|
|
504
618
|
|
|
505
|
-
-
|
|
506
|
-
|
|
619
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
620
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
|
|
621
|
+
Officially dropping IE11 support, from this version onwards there are no warranties of the
|
|
622
|
+
package working in IE11. For more information see:
|
|
623
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
507
624
|
|
|
508
625
|
### Patch Changes
|
|
509
626
|
|
|
510
|
-
-
|
|
627
|
+
- Updated dependencies
|
|
511
628
|
|
|
512
629
|
## 9.1.9
|
|
513
630
|
|
|
514
631
|
### Patch Changes
|
|
515
632
|
|
|
516
|
-
-
|
|
633
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
634
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
|
|
635
|
+
and supporting files will no longer be published to npm
|
|
517
636
|
|
|
518
637
|
## 9.1.8
|
|
519
638
|
|
|
520
639
|
### Patch Changes
|
|
521
640
|
|
|
522
|
-
-
|
|
641
|
+
- Updated dependencies
|
|
523
642
|
|
|
524
643
|
## 9.1.7
|
|
525
644
|
|
|
526
645
|
### Patch Changes
|
|
527
646
|
|
|
528
|
-
-
|
|
647
|
+
- [patch][a4d063330a](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d063330a):
|
|
529
648
|
|
|
530
|
-
|
|
649
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
650
|
+
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
531
651
|
|
|
532
|
-
|
|
652
|
+
- @atlaskit/webdriver-runner@0.3.4
|
|
533
653
|
|
|
534
654
|
## 9.1.6
|
|
535
655
|
|
|
536
656
|
### Patch Changes
|
|
537
657
|
|
|
538
|
-
-
|
|
539
|
-
|
|
540
|
-
-
|
|
541
|
-
|
|
542
|
-
-
|
|
543
|
-
|
|
544
|
-
|
|
658
|
+
- Updated dependencies
|
|
659
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
660
|
+
- Updated dependencies
|
|
661
|
+
[64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
|
|
662
|
+
- Updated dependencies
|
|
663
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
664
|
+
- Updated dependencies
|
|
665
|
+
[109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
|
|
666
|
+
- Updated dependencies
|
|
667
|
+
[c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
|
|
668
|
+
- @atlaskit/docs@8.4.0
|
|
669
|
+
- @atlaskit/webdriver-runner@0.3.0
|
|
545
670
|
|
|
546
671
|
## 9.1.5
|
|
547
672
|
|
|
548
673
|
### Patch Changes
|
|
549
674
|
|
|
550
|
-
-
|
|
551
|
-
|
|
675
|
+
- Updated dependencies
|
|
676
|
+
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
677
|
+
- @atlaskit/webdriver-runner@0.2.0
|
|
552
678
|
|
|
553
679
|
## 9.1.4
|
|
554
680
|
|
|
555
681
|
### Patch Changes
|
|
556
682
|
|
|
557
|
-
-
|
|
683
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
558
684
|
|
|
559
|
-
|
|
685
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
686
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
560
687
|
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
688
|
+
- @atlaskit/docs@8.3.2
|
|
689
|
+
- @atlaskit/visual-regression@0.1.9
|
|
690
|
+
- @atlaskit/theme@9.5.1
|
|
564
691
|
|
|
565
692
|
## 9.1.3
|
|
566
693
|
|
|
567
694
|
### Patch Changes
|
|
568
695
|
|
|
569
|
-
-
|
|
696
|
+
- [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
570
697
|
|
|
571
|
-
|
|
698
|
+
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
|
|
699
|
+
Updated dependencies
|
|
700
|
+
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
572
701
|
|
|
573
|
-
|
|
702
|
+
- @atlaskit/theme@9.5.0
|
|
574
703
|
|
|
575
704
|
## 9.1.2
|
|
576
705
|
|
|
577
706
|
### Patch Changes
|
|
578
707
|
|
|
579
|
-
-
|
|
708
|
+
- [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
|
|
580
709
|
|
|
581
|
-
|
|
710
|
+
Rebuilds package to fix typescript typing error.
|
|
582
711
|
|
|
583
712
|
## 9.1.1
|
|
584
713
|
|
|
585
714
|
### Patch Changes
|
|
586
715
|
|
|
587
|
-
-
|
|
716
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
588
717
|
|
|
589
|
-
|
|
718
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
590
719
|
|
|
591
720
|
## 9.1.0
|
|
592
721
|
|
|
593
722
|
### Minor Changes
|
|
594
723
|
|
|
595
|
-
-
|
|
724
|
+
- [minor][10e0798da6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10e0798da6):
|
|
596
725
|
|
|
597
|
-
|
|
726
|
+
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
|
|
727
|
+
products to write better integration and end to end tests.
|
|
598
728
|
|
|
599
729
|
## 9.0.7
|
|
600
730
|
|
|
601
731
|
### Patch Changes
|
|
602
732
|
|
|
603
|
-
-
|
|
733
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
604
734
|
|
|
605
|
-
|
|
735
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
736
|
+
non-relative imports as relative imports
|
|
606
737
|
|
|
607
738
|
## 9.0.6
|
|
608
739
|
|
|
609
740
|
### Patch Changes
|
|
610
741
|
|
|
611
|
-
-
|
|
742
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
612
743
|
|
|
613
|
-
|
|
744
|
+
Upgraded Typescript to 3.3.x
|
|
614
745
|
|
|
615
746
|
## 9.0.5
|
|
616
747
|
|
|
617
748
|
### Patch Changes
|
|
618
749
|
|
|
619
|
-
-
|
|
750
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
620
751
|
|
|
621
|
-
|
|
752
|
+
Change all the imports to theme in Core to use multi entry points
|
|
622
753
|
|
|
623
754
|
## 9.0.4
|
|
624
755
|
|
|
625
756
|
### Patch Changes
|
|
626
757
|
|
|
627
|
-
-
|
|
758
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
628
759
|
|
|
629
|
-
|
|
760
|
+
Updates component maintainers
|
|
630
761
|
|
|
631
762
|
## 9.0.3
|
|
632
763
|
|
|
633
764
|
### Patch Changes
|
|
634
765
|
|
|
635
|
-
-
|
|
766
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
636
767
|
|
|
637
|
-
|
|
768
|
+
Fixes bug, missing version.json file
|
|
638
769
|
|
|
639
770
|
## 9.0.2
|
|
640
771
|
|
|
641
772
|
### Patch Changes
|
|
642
773
|
|
|
643
|
-
-
|
|
774
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
644
775
|
|
|
645
|
-
|
|
776
|
+
In this PR, we are:
|
|
646
777
|
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
778
|
+
- Re-introducing dist build folders
|
|
779
|
+
- Adding back cjs
|
|
780
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
781
|
+
- Creating folders at the root for entry-points
|
|
782
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
783
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
784
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
785
|
+
for further details
|
|
653
786
|
|
|
654
787
|
## 9.0.1
|
|
655
788
|
|
|
656
789
|
### Patch Changes
|
|
657
790
|
|
|
658
|
-
-
|
|
791
|
+
- [patch][f8778d517a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f8778d517a):
|
|
659
792
|
|
|
660
|
-
|
|
793
|
+
Remove index.ts from built module
|
|
661
794
|
|
|
662
795
|
## 9.0.0
|
|
663
796
|
|
|
664
|
-
-
|
|
797
|
+
- [major][ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
|
|
665
798
|
|
|
666
|
-
|
|
799
|
+
- Lozenge has been converted to Typescript. Typescript consumers will now get static type
|
|
800
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
667
801
|
|
|
668
802
|
## 8.0.0
|
|
669
803
|
|
|
670
|
-
-
|
|
804
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
671
805
|
|
|
672
|
-
|
|
806
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
807
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
673
808
|
|
|
674
809
|
## 7.0.3
|
|
675
810
|
|
|
676
|
-
-
|
|
811
|
+
- [patch][73a5c6f3dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/73a5c6f3dc):
|
|
677
812
|
|
|
678
|
-
|
|
813
|
+
- Add emotion and remove styled-components
|
|
679
814
|
|
|
680
815
|
## 7.0.2
|
|
681
816
|
|
|
682
|
-
-
|
|
683
|
-
|
|
684
|
-
|
|
817
|
+
- Updated dependencies
|
|
818
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
819
|
+
- @atlaskit/docs@7.0.3
|
|
820
|
+
- @atlaskit/theme@8.1.7
|
|
685
821
|
|
|
686
822
|
## 7.0.1
|
|
687
823
|
|
|
688
|
-
-
|
|
824
|
+
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
|
|
689
825
|
|
|
690
|
-
|
|
826
|
+
- Removes duplicate babel-runtime dependency
|
|
691
827
|
|
|
692
828
|
## 7.0.0
|
|
693
829
|
|
|
694
|
-
-
|
|
830
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
695
831
|
|
|
696
|
-
|
|
832
|
+
- Drop ES5 from all the flow modules
|
|
697
833
|
|
|
698
|
-
|
|
834
|
+
### Dropping CJS support in all @atlaskit packages
|
|
699
835
|
|
|
700
|
-
|
|
701
|
-
|
|
836
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
837
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
838
|
+
`import` and `export` declarations.
|
|
702
839
|
|
|
703
|
-
|
|
840
|
+
The major reason for doing this is to allow us to support multiple entry points in packages,
|
|
841
|
+
e.g:
|
|
704
842
|
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
843
|
+
```js
|
|
844
|
+
import colors from `@atlaskit/theme/colors`;
|
|
845
|
+
```
|
|
708
846
|
|
|
709
|
-
|
|
847
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
710
848
|
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
849
|
+
```js
|
|
850
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
851
|
+
```
|
|
714
852
|
|
|
715
|
-
|
|
853
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors
|
|
854
|
+
harder, we have to worry about how consumers might be using things that aren't _actually_
|
|
855
|
+
supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
|
|
856
|
+
to lots of packages bundling all of theme, just to use a single color, especially in situations
|
|
857
|
+
where tree shaking fails.
|
|
716
858
|
|
|
717
|
-
|
|
859
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
860
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
861
|
+
internal dependencies.
|
|
718
862
|
|
|
719
|
-
|
|
863
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
864
|
+
environments.
|
|
720
865
|
|
|
721
|
-
|
|
866
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
867
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
868
|
+
saner API's and simpler package architecture.
|
|
722
869
|
|
|
723
|
-
|
|
870
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
871
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
872
|
+
external) if you have any questions or queries about this.
|
|
724
873
|
|
|
725
874
|
## 6.2.4
|
|
726
875
|
|
|
727
|
-
-
|
|
728
|
-
|
|
729
|
-
|
|
876
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
877
|
+
- @atlaskit/theme@7.0.1
|
|
878
|
+
- @atlaskit/docs@6.0.0
|
|
730
879
|
|
|
731
880
|
## 6.2.3
|
|
732
881
|
|
|
733
|
-
-
|
|
882
|
+
- [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
734
883
|
|
|
735
|
-
|
|
884
|
+
- Change API to experimental theming API to namespace component themes into separate contexts
|
|
885
|
+
and make theming simpler. Update all dependant components.
|
|
736
886
|
|
|
737
887
|
## 6.2.2
|
|
738
888
|
|
|
739
|
-
-
|
|
889
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
890
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
740
891
|
|
|
741
892
|
## 6.2.1
|
|
742
893
|
|
|
743
|
-
-
|
|
894
|
+
- [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on
|
|
895
|
+
util-shraed-styles [7d51a09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d51a09)
|
|
744
896
|
|
|
745
897
|
## 6.2.0
|
|
746
898
|
|
|
747
|
-
-
|
|
899
|
+
- [minor] Use new theme API. Adds "theme" prop and exports new theme types.
|
|
900
|
+
[4b36fd6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b36fd6)
|
|
748
901
|
|
|
749
902
|
## 6.1.8
|
|
750
903
|
|
|
751
|
-
-
|
|
904
|
+
- [patch] AK-5321 Lozenge with maxWidth should be constrained by container width
|
|
905
|
+
[969233e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/969233e)
|
|
752
906
|
|
|
753
907
|
## 6.1.7
|
|
754
908
|
|
|
755
|
-
-
|
|
909
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
910
|
+
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
756
911
|
|
|
757
912
|
## 6.1.5
|
|
758
913
|
|
|
759
|
-
-
|
|
760
|
-
|
|
761
|
-
|
|
914
|
+
- [patch] Updated dependencies
|
|
915
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
916
|
+
- @atlaskit/theme@6.0.0
|
|
917
|
+
- @atlaskit/docs@5.0.6
|
|
762
918
|
|
|
763
919
|
## 6.1.4
|
|
764
920
|
|
|
765
|
-
-
|
|
766
|
-
|
|
767
|
-
|
|
921
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
922
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
923
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
924
|
+
- [none] Updated dependencies
|
|
925
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
926
|
+
- @atlaskit/theme@5.1.3
|
|
768
927
|
|
|
769
928
|
## 6.1.3
|
|
770
929
|
|
|
771
|
-
-
|
|
772
|
-
|
|
773
|
-
|
|
930
|
+
- [patch] Updated dependencies
|
|
931
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
932
|
+
- @atlaskit/theme@5.1.2
|
|
933
|
+
- @atlaskit/docs@5.0.2
|
|
774
934
|
|
|
775
935
|
## 6.1.2
|
|
776
936
|
|
|
777
|
-
-
|
|
778
|
-
|
|
779
|
-
|
|
937
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
938
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
939
|
+
- [none] Updated dependencies
|
|
940
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
941
|
+
- @atlaskit/theme@5.1.1
|
|
780
942
|
|
|
781
943
|
## 6.1.1
|
|
782
944
|
|
|
783
|
-
-
|
|
784
|
-
|
|
785
|
-
|
|
945
|
+
- [patch] Move analytics tests and replace elements to core
|
|
946
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
947
|
+
- [none] Updated dependencies
|
|
948
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
949
|
+
- @atlaskit/docs@5.0.1
|
|
786
950
|
|
|
787
951
|
## 6.1.0
|
|
788
952
|
|
|
789
|
-
-
|
|
790
|
-
|
|
953
|
+
- [minor] Improve behavior when using a narrow container
|
|
954
|
+
[ebf6b97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebf6b97)
|
|
955
|
+
- [none] Updated dependencies
|
|
956
|
+
[ebf6b97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebf6b97)
|
|
791
957
|
|
|
792
958
|
## 6.0.0
|
|
793
959
|
|
|
794
|
-
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
-
|
|
799
|
-
|
|
800
|
-
|
|
960
|
+
- [major] Updates to React ^16.4.0
|
|
961
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
962
|
+
- [major] Updated dependencies
|
|
963
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
964
|
+
- @atlaskit/theme@5.0.0
|
|
965
|
+
- @atlaskit/docs@5.0.0
|
|
966
|
+
- [major] Updated dependencies
|
|
967
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
968
|
+
- @atlaskit/theme@5.0.0
|
|
969
|
+
- @atlaskit/docs@5.0.0
|
|
801
970
|
|
|
802
971
|
## 5.0.4
|
|
803
972
|
|
|
804
|
-
-
|
|
805
|
-
|
|
806
|
-
|
|
973
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
974
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
975
|
+
- [none] Updated dependencies
|
|
976
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
977
|
+
- @atlaskit/theme@4.0.4
|
|
807
978
|
|
|
808
979
|
## 5.0.3
|
|
809
980
|
|
|
810
|
-
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
981
|
+
- [patch] Update changelogs to remove duplicate
|
|
982
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
983
|
+
- [none] Updated dependencies
|
|
984
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
985
|
+
- @atlaskit/theme@4.0.3
|
|
986
|
+
- @atlaskit/docs@4.1.1
|
|
814
987
|
|
|
815
988
|
## 5.0.2
|
|
816
989
|
|
|
817
|
-
-
|
|
818
|
-
|
|
819
|
-
|
|
990
|
+
- [none] Updated dependencies
|
|
991
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
992
|
+
- @atlaskit/docs@4.1.0
|
|
993
|
+
- @atlaskit/theme@4.0.2
|
|
820
994
|
|
|
821
995
|
## 5.0.1
|
|
822
996
|
|
|
823
|
-
-
|
|
824
|
-
-
|
|
825
|
-
|
|
826
|
-
|
|
997
|
+
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
998
|
+
- [patch] Updated dependencies
|
|
999
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1000
|
+
- @atlaskit/theme@4.0.1
|
|
1001
|
+
- @atlaskit/docs@4.0.1
|
|
827
1002
|
|
|
828
1003
|
## 5.0.0
|
|
829
1004
|
|
|
830
|
-
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
1005
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
1006
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1007
|
+
- [patch] Updated dependencies
|
|
1008
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1009
|
+
- @atlaskit/theme@4.0.0
|
|
1010
|
+
- @atlaskit/docs@4.0.0
|
|
834
1011
|
|
|
835
1012
|
## 4.1.1
|
|
836
1013
|
|
|
837
|
-
-
|
|
838
|
-
|
|
839
|
-
-
|
|
840
|
-
|
|
1014
|
+
- [patch] Updae bold color to N800
|
|
1015
|
+
[0838cb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0838cb0)
|
|
1016
|
+
- [patch] Update colors of appearance to new color palette pairings
|
|
1017
|
+
[979aff5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/979aff5)
|
|
1018
|
+
- [none] Updated dependencies
|
|
1019
|
+
[0838cb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0838cb0)
|
|
1020
|
+
- [none] Updated dependencies
|
|
1021
|
+
[979aff5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/979aff5)
|
|
841
1022
|
|
|
842
1023
|
## 4.1.0
|
|
843
1024
|
|
|
844
|
-
-
|
|
845
|
-
|
|
846
|
-
-
|
|
847
|
-
-
|
|
848
|
-
|
|
849
|
-
-
|
|
1025
|
+
- [patch] Update appearance enum test
|
|
1026
|
+
[b42eaa5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b42eaa5)
|
|
1027
|
+
- [patch] Update test [c668ac9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c668ac9)
|
|
1028
|
+
- [minor] Update Lozenge to accept colors pairing
|
|
1029
|
+
[4638c7a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4638c7a)
|
|
1030
|
+
- [none] Updated dependencies
|
|
1031
|
+
[b42eaa5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b42eaa5)
|
|
1032
|
+
- [none] Updated dependencies
|
|
1033
|
+
[c668ac9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c668ac9)
|
|
1034
|
+
- [none] Updated dependencies
|
|
1035
|
+
[4638c7a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4638c7a)
|
|
850
1036
|
|
|
851
1037
|
## 4.0.1
|
|
852
1038
|
|
|
853
|
-
-
|
|
854
|
-
|
|
1039
|
+
- [patch] Updated dependencies
|
|
1040
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
1041
|
+
- @atlaskit/docs@3.0.4
|
|
855
1042
|
|
|
856
1043
|
## 4.0.0
|
|
857
1044
|
|
|
858
|
-
-
|
|
1045
|
+
- [major] Bump to React 16.3.
|
|
1046
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
859
1047
|
|
|
860
1048
|
## 3.6.1
|
|
861
1049
|
|
|
862
|
-
-
|
|
1050
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
1051
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
863
1052
|
|
|
864
1053
|
## 3.6.0
|
|
865
1054
|
|
|
866
|
-
-
|
|
1055
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1056
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
867
1057
|
|
|
868
1058
|
## 3.5.2
|
|
869
1059
|
|
|
870
|
-
-
|
|
1060
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
1061
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
871
1062
|
|
|
872
1063
|
## 3.5.1
|
|
873
1064
|
|
|
874
|
-
-
|
|
1065
|
+
- [patch] Packages Flow types for elements components
|
|
1066
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
875
1067
|
|
|
876
1068
|
## 3.5.0
|
|
877
1069
|
|
|
878
|
-
-
|
|
1070
|
+
- [minor] Add React 16 support.
|
|
1071
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
879
1072
|
|
|
880
1073
|
## 3.4.2 (2017-07-27)
|
|
881
1074
|
|
|
882
|
-
-
|
|
1075
|
+
- fix; rename jsnext:main to jsnext:experimental:main temporarily
|
|
1076
|
+
([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
|
|
883
1077
|
|
|
884
1078
|
## 3.4.1 (2017-07-25)
|
|
885
1079
|
|
|
886
|
-
-
|
|
1080
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
1081
|
+
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
887
1082
|
|
|
888
1083
|
## 3.1.0 (2017-07-17)
|
|
889
1084
|
|
|
890
|
-
-
|
|
1085
|
+
- fix; rerelease, failed prepublish scripts
|
|
1086
|
+
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
891
1087
|
|
|
892
1088
|
## 3.1.0 (2017-07-17)
|
|
893
1089
|
|
|
894
|
-
-
|
|
1090
|
+
- feature; added ES module builds to dist and add jsnext:main to most ADG packages
|
|
1091
|
+
([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
|
|
895
1092
|
|
|
896
1093
|
## 3.0.3 (2017-07-13)
|
|
897
1094
|
|
|
898
|
-
-
|
|
1095
|
+
- fix; add prop-types as a dependency to avoid React 15.x warnings
|
|
1096
|
+
([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
|
|
899
1097
|
|
|
900
1098
|
## 3.0.2 (2017-04-27)
|
|
901
1099
|
|
|
902
|
-
-
|
|
1100
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
1101
|
+
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
903
1102
|
|
|
904
1103
|
## 3.0.1 (2017-04-26)
|
|
905
1104
|
|
|
906
|
-
-
|
|
1105
|
+
- fix; update legal copy and fix broken links for component README on npm. New contribution and
|
|
1106
|
+
([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
|
|
907
1107
|
|
|
908
1108
|
## 2.0.0 (2017-03-27)
|
|
909
1109
|
|
|
910
|
-
-
|
|
911
|
-
|
|
912
|
-
-
|
|
913
|
-
-
|
|
1110
|
+
- bump major to avoid API conflict with mentions
|
|
1111
|
+
([1d01253](https://bitbucket.org/atlassian/atlaskit/commits/1d01253))
|
|
1112
|
+
- updating dependencies ([d293404](https://bitbucket.org/atlassian/atlaskit/commits/d293404))
|
|
1113
|
+
- breaking; update lozenge major version
|
|
1114
|
+
- breaking; removed classnames dep and .d.ts file
|
|
914
1115
|
|
|
915
1116
|
## 1.0.11 (2017-03-23)
|
|
916
1117
|
|
|
917
|
-
-
|
|
918
|
-
|
|
919
|
-
-
|
|
1118
|
+
- fix; Empty commit to release the component
|
|
1119
|
+
([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
|
|
1120
|
+
- refactor the lozenge component to use styled-components
|
|
1121
|
+
([eb738ca](https://bitbucket.org/atlassian/atlaskit/commits/eb738ca))
|
|
1122
|
+
- breaking; now requires peerDep of "styled-components"
|
|
920
1123
|
|
|
921
1124
|
## 1.0.9 (2017-03-21)
|
|
922
1125
|
|
|
923
|
-
-
|
|
1126
|
+
- fix; maintainers for all the packages were added
|
|
1127
|
+
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
924
1128
|
|
|
925
1129
|
## 1.0.8 (2017-02-28)
|
|
926
1130
|
|
|
927
|
-
-
|
|
1131
|
+
- fix; dummy commit to release stories
|
|
1132
|
+
([3df5d9f](https://bitbucket.org/atlassian/atlaskit/commits/3df5d9f))
|
|
928
1133
|
|
|
929
1134
|
## 1.0.6 (2017-02-28)
|
|
930
1135
|
|
|
931
|
-
-
|
|
1136
|
+
- fix; dummy commit to fix broken stories and missing registry pages
|
|
1137
|
+
([a31e92a](https://bitbucket.org/atlassian/atlaskit/commits/a31e92a))
|
|
932
1138
|
|
|
933
1139
|
## 1.0.6 (2017-02-28)
|
|
934
1140
|
|
|
935
|
-
-
|
|
1141
|
+
- fix; dummy commit to release stories for components
|
|
1142
|
+
([a105c02](https://bitbucket.org/atlassian/atlaskit/commits/a105c02))
|
|
936
1143
|
|
|
937
1144
|
## 1.0.5 (2017-02-28)
|
|
938
1145
|
|
|
939
|
-
-
|
|
1146
|
+
- fix; removes jsdoc annotations and moves them to usage.md
|
|
1147
|
+
([2c53fea](https://bitbucket.org/atlassian/atlaskit/commits/2c53fea))
|
|
940
1148
|
|
|
941
1149
|
## 1.0.4 (2017-02-20)
|
|
942
1150
|
|
|
943
|
-
-
|
|
1151
|
+
- fix; use correctly scoped package names in npm docs
|
|
1152
|
+
([91dbd2f](https://bitbucket.org/atlassian/atlaskit/commits/91dbd2f))
|
|
944
1153
|
|
|
945
1154
|
## 1.0.2 (2017-02-07)
|
|
946
1155
|
|
|
947
|
-
-
|
|
948
|
-
|
|
1156
|
+
- fix; Updates docs with yarn installation instructions
|
|
1157
|
+
([aebf31a](https://bitbucket.org/atlassian/atlaskit/commits/aebf31a))
|
|
1158
|
+
- Add TypeScript declarations for lozenge.
|
|
1159
|
+
([5993cf8](https://bitbucket.org/atlassian/atlaskit/commits/5993cf8))
|
|
949
1160
|
|
|
950
1161
|
## 1.0.1 (2017-02-06)
|
|
951
1162
|
|
|
952
|
-
-
|
|
1163
|
+
- fix; Updates package to use scoped ak packages
|
|
1164
|
+
([b655c30](https://bitbucket.org/atlassian/atlaskit/commits/b655c30))
|