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