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