@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 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
- - Updated dependencies
21
+ - Updated dependencies
8
22
 
9
23
  ## 11.7.0
10
24
 
11
25
  ### Minor Changes
12
26
 
13
- - [#93677](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93677)
14
- [`1a4242743804`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1a4242743804) -
15
- Add support for React 18.
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
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
22
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
23
- Upgrade Typescript from `4.9.5` to `5.4.2`
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
- - Updated dependencies
43
+ - Updated dependencies
30
44
 
31
45
  ## 11.6.4
32
46
 
33
47
  ### Patch Changes
34
48
 
35
- - Updated dependencies
49
+ - Updated dependencies
36
50
 
37
51
  ## 11.6.3
38
52
 
39
53
  ### Patch Changes
40
54
 
41
- - Updated dependencies
55
+ - Updated dependencies
42
56
 
43
57
  ## 11.6.2
44
58
 
45
59
  ### Patch Changes
46
60
 
47
- - Updated dependencies
61
+ - Updated dependencies
48
62
 
49
63
  ## 11.6.1
50
64
 
51
65
  ### Patch Changes
52
66
 
53
- - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
54
- [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
55
- Migrate packages to use declarative entry points
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
- - [#64300](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64300)
62
- [`436936ea8914`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/436936ea8914) -
63
- Export prop types
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
- - Updated dependencies
81
+ - Updated dependencies
68
82
 
69
83
  ## 11.5.0
70
84
 
71
85
  ### Minor Changes
72
86
 
73
- - [#57070](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57070)
74
- [`96de6e4e4ca2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/96de6e4e4ca2) -
75
- Lozenge now uses height: min-content so it doesn't stretch when directly used as a flex / grid
76
- item.
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
- - [#41725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41725)
83
- [`8d838ab41ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d838ab41ed) -
84
- Removed all remaining legacy theming logic from Badge, IconObject, Lozenge and SectionMessage.
85
- This only affects the examples and some tests in each component. No internal component logic
86
- contained legacy theming.
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
- - Updated dependencies
106
+ - Updated dependencies
93
107
 
94
108
  ## 11.4.4
95
109
 
96
110
  ### Patch Changes
97
111
 
98
- - [#38743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38743)
99
- [`3b97837c528`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b97837c528) - The
100
- internal composition of this component has changed. There is no expected change in behavior.
101
- - Updated dependencies
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
- - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
108
- [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) -
109
- Updated dependencies
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
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
116
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
117
- legacy types are published for TS 4.5-4.8
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
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
124
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
125
- Upgrade Typescript from `4.5.5` to `4.9.5`
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
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
132
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
133
- minor dependency bump
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
- - Updated dependencies
151
+ - Updated dependencies
138
152
 
139
153
  ## 11.3.10
140
154
 
141
155
  ### Patch Changes
142
156
 
143
- - [#32632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32632)
144
- [`df9cefb35e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df9cefb35e1) - Enrol
145
- @atlaskit/lozenge on push model consumption in Jira
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
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
152
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
153
- remove before merging to master; dupe adf-schema via adf-utils
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
- - [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242)
160
- [`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) -
161
- Internal change only. Replace usages of Inline/Stack with stable version from
162
- `@atlaskit/primitives`.
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
- - Updated dependencies
181
+ - Updated dependencies
169
182
 
170
183
  ## 11.3.6
171
184
 
172
185
  ### Patch Changes
173
186
 
174
- - [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
175
- [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) -
176
- Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs.
177
- There are no visual or behaviour changes.
178
- - Updated dependencies
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
- - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
185
- [`76428a4966a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76428a4966a) - Fix
186
- lozenge truncation at maxWidth=100%
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
- - Updated dependencies
205
+ - Updated dependencies
193
206
 
194
207
  ## 11.3.3
195
208
 
196
209
  ### Patch Changes
197
210
 
198
- - Updated dependencies
211
+ - Updated dependencies
199
212
 
200
213
  ## 11.3.2
201
214
 
202
215
  ### Patch Changes
203
216
 
204
- - [#27076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27076)
205
- [`25e09731caa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25e09731caa) - Fixes:
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
- - Removes `vertical-align: baseline` from Lozenge which was being applied incorrectly.
208
- - Removes a default prop which was causing unintended re-renders.
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
- - Updated dependencies
223
+ - Updated dependencies
211
224
 
212
225
  ## 11.3.1
213
226
 
214
227
  ### Patch Changes
215
228
 
216
- - Updated dependencies
229
+ - Updated dependencies
217
230
 
218
231
  ## 11.3.0
219
232
 
220
233
  ### Minor Changes
221
234
 
222
- - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
223
- [`f97c945d57f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f97c945d57f) -
224
- Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
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
- - [`7c6009de2f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c6009de2f1) - [ux]
229
- Updates the visual appearance to match the legacy light mode palette.
230
- - [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) -
231
- Internal change to use updated primtive spacing prop values. No expected behaviour change.
232
- - Updated dependencies
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
- - [#26408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26408)
239
- [`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) -
240
- Internal changes to include spacing tokens in component implementations.
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
- - [#25795](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25795)
247
- [`4c6b6f0c927`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c6b6f0c927) -
248
- Removes `@emotion/core` dependency as it is no longer used within Lozenge. There is no expected
249
- behavior change.
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
- - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
256
- [`3ee63238f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ee63238f49) - Update
257
- internals of Box, Text, Inline and Stack to handle `children` more accurately. Also update scope
258
- of `use-primitives` to suggest Box and Text more selectively.
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
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
265
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
266
- Upgrade Typescript from `4.3.5` to `4.5.5`
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
- - [#24916](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24916)
273
- [`fe54d8f1aec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe54d8f1aec) - Update
274
- ds-explorations dependency. No change in behaviour.
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
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
281
- [`bf235e83ac0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf235e83ac0) -
282
- Internal changes to the way styles are applied. The Lozenge background is now centred properly
283
- resulting in it sitting 1px higher, however the text inside the Lozenge is unaffected.
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
- - [`37246e87cfc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37246e87cfc) - Adds
288
- position static to Box. Changes lozenge to use position static instead of relative.
289
- - [`6e0671cb45c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e0671cb45c) -
290
- Internal change to implementation which should not have any noticeable impact.
291
- - Updated dependencies
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
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
298
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
299
- Upgrade Typescript from `4.2.4` to `4.3.5`.
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
- - Updated dependencies
318
+ - Updated dependencies
306
319
 
307
320
  ## 11.1.10
308
321
 
309
322
  ### Patch Changes
310
323
 
311
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
312
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
313
- Upgrade to TypeScript 4.2.4
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
- - Updated dependencies
332
+ - Updated dependencies
320
333
 
321
334
  ## 11.1.8
322
335
 
323
336
  ### Patch Changes
324
337
 
325
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
326
- [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) -
327
- Migrates all usage of brand tokens to either selected or information tokens. This change is
328
- purely for semantic reasons, there are no visual or behavioural changes.
329
- - Updated dependencies
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
- - Updated dependencies
348
+ - Updated dependencies
336
349
 
337
350
  ## 11.1.6
338
351
 
339
352
  ### Patch Changes
340
353
 
341
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
342
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
343
- no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
344
- auto-fixing by correctly formatting token ids.
345
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
346
- no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
347
- auto-fixing by correctly formatting token ids.
348
- - Updated dependencies
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
- - Updated dependencies
367
+ - Updated dependencies
355
368
 
356
369
  ## 11.1.4
357
370
 
358
371
  ### Patch Changes
359
372
 
360
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
361
- [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
362
- for this package now pass through a tokens babel plugin, removing runtime invocations of the
363
- tokens() function and improving bundle size.
364
- - Updated dependencies
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
- - Updated dependencies
383
+ - Updated dependencies
371
384
 
372
385
  ## 11.1.2
373
386
 
374
387
  ### Patch Changes
375
388
 
376
- - Updated dependencies
389
+ - Updated dependencies
377
390
 
378
391
  ## 11.1.1
379
392
 
380
393
  ### Patch Changes
381
394
 
382
- - Updated dependencies
395
+ - Updated dependencies
383
396
 
384
397
  ## 11.1.0
385
398
 
386
399
  ### Minor Changes
387
400
 
388
- - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
389
- [`d7caf75e732`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7caf75e732) - - [ux]
390
- Colors are now sourced through tokens.
391
- - Deprecate `@atlaskit/lozenge/theme` entry-point.
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
- - Updated dependencies
408
+ - Updated dependencies
396
409
 
397
410
  ## 11.0.0
398
411
 
399
412
  ### Major Changes
400
413
 
401
- - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
402
- [`1cd379a2199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cd379a2199) - - In
403
- this version we made `Lozenge` dramatically faster and lighter. 🤩
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
- - General performance improvements.
418
+ - General performance improvements.
406
419
 
407
- - We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor`
408
- and `color`.
420
+ - We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor` and
421
+ `color`.
409
422
 
410
- - **BREAKING** We have removed the deprecated `theme` prop. Don't worry if you do use the
411
- theming API, you can now use the new `style` prop for custom styling.
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
- **Before**:
426
+ **Before**:
414
427
 
415
- ```tsx
416
- import Lozenge from '@atlaskit/lozenge';
428
+ ```tsx
429
+ import Lozenge from '@atlaskit/lozenge';
417
430
 
418
- type GetThemeTokensFn<ThemeTokens, ThemeProps> = (props: ThemeProps) => ThemeTokens;
431
+ type GetThemeTokensFn<ThemeTokens, ThemeProps> = (props: ThemeProps) => ThemeTokens;
419
432
 
420
- const lozengeTheme = (
421
- getTokens: GetThemeTokensFn<ThemeTokens, ThemeProps>,
422
- themeProps: ThemeProps,
423
- ): ThemeTokens => {
424
- const defaultTokens = getTokens(themeProps);
433
+ const lozengeTheme = (
434
+ getTokens: GetThemeTokensFn<ThemeTokens, ThemeProps>,
435
+ themeProps: ThemeProps,
436
+ ): ThemeTokens => {
437
+ const defaultTokens = getTokens(themeProps);
425
438
 
426
- if (themeProps.appearance === 'removed') {
427
- return {
428
- ...defaultTokens,
429
- textColor: 'grey',
430
- };
431
- return defaultTokens;
432
- }
433
- };
439
+ if (themeProps.appearance === 'removed') {
440
+ return {
441
+ ...defaultTokens,
442
+ textColor: 'grey',
443
+ };
444
+ return defaultTokens;
445
+ }
446
+ };
434
447
 
435
- <Lozenge appearance="removed" theme={lozengeTheme}>
436
- removed
437
- </Lozenge>;
438
- ```
448
+ <Lozenge appearance="removed" theme={lozengeTheme}>
449
+ removed
450
+ </Lozenge>;
451
+ ```
439
452
 
440
- **After**:
453
+ **After**:
441
454
 
442
- ```tsx
443
- import Badge, { BadgeProps } from '@atlaskit/badge';
455
+ ```tsx
456
+ import Badge, { BadgeProps } from '@atlaskit/badge';
444
457
 
445
- <Lozenge appearance="removed" style={{ color: 'grey' }}>
446
- removed
447
- </Lozenge>;
448
- ```
458
+ <Lozenge appearance="removed" style={{ color: 'grey' }}>
459
+ removed
460
+ </Lozenge>;
461
+ ```
449
462
 
450
- - **BREAKING** We have removed the support of `appearance` prop object value. Please use
451
- `style` prop for customization.
463
+ - **BREAKING** We have removed the support of `appearance` prop object value. Please use `style`
464
+ prop for customization.
452
465
 
453
- **Before**:
466
+ **Before**:
454
467
 
455
- ```tsx
456
- import Lozenge from '@atlaskit/lozenge';
468
+ ```tsx
469
+ import Lozenge from '@atlaskit/lozenge';
457
470
 
458
- <Lozenge appearance={{ backgroundColor: 'blue', textColor: 'white' }}>custom</Lozenge>;
459
- ```
471
+ <Lozenge appearance={{ backgroundColor: 'blue', textColor: 'white' }}>custom</Lozenge>;
472
+ ```
460
473
 
461
- **After**:
474
+ **After**:
462
475
 
463
- ```tsx
464
- import Lozenge from '@atlaskit/lozenge';
476
+ ```tsx
477
+ import Lozenge from '@atlaskit/lozenge';
465
478
 
466
- <Lozenge style={{ backgroundColor: 'blue', color: 'white' }}>custom</Lozenge>;
467
- ```
479
+ <Lozenge style={{ backgroundColor: 'blue', color: 'white' }}>custom</Lozenge>;
480
+ ```
468
481
 
469
- **Running the codemod cli**
482
+ **Running the codemod cli**
470
483
 
471
- To run the codemod: **You first need to have the latest version installed**
484
+ To run the codemod: **You first need to have the latest version installed**
472
485
 
473
- ```bash
474
- yarn upgrade @atlaskit/lozenge@^11.0.0
475
- ```
486
+ ```bash
487
+ yarn upgrade @atlaskit/lozenge@^11.0.0
488
+ ```
476
489
 
477
- Once upgraded, use `@atlaskit/codemod-cli` via `npx`:
490
+ Once upgraded, use `@atlaskit/codemod-cli` via `npx`:
478
491
 
479
- ```bash
480
- npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
481
- ```
492
+ ```bash
493
+ npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
494
+ ```
482
495
 
483
- The CLI will show a list of components and versions so select `@atlaskit/lozenge@^11.0.0` and
484
- you will automatically be upgraded.
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
- What will be changed:
499
+ What will be changed:
487
500
 
488
- - It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed
489
- as `appearance` prop value) to `style` prop.
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
- Run `npx @atlaskit/codemod-cli -h` for more details on usage.
504
+ Run `npx @atlaskit/codemod-cli -h` for more details on usage.
492
505
 
493
- For Atlassians,
506
+ For Atlassians,
494
507
 
495
- refer to the
496
- [documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
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
- - [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) -
502
- Corrects eslint supressions.
503
- - Updated dependencies
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
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
510
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
511
- `@atlaskit/theme` to version `^11.3.0`.
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
- - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
518
- [`9c98e8227f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c98e8227f6) -
519
- Internal refactor for style declarations.
520
- - [`42e722938da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42e722938da) -
521
- Converted class components to functional components
522
- - [`8f0e5cbea57`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f0e5cbea57) -
523
- Migrated from `@compiled` to `@emotion`
524
- - [`f84de8233f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f84de8233f3) - Add
525
- Techstacks rules to package.json
526
- - [`7bb3268f2c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bb3268f2c8) -
527
- Removed version.json and unused dependency - `react-test-renderer`
528
- - [`f78ced42525`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f78ced42525) -
529
- Wrapped the root component in `React.memo()` to memorize the rendered lozenge
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
- - [#7510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7510)
536
- [`69badd52b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69badd52b1) - Bumps
537
- compiled to v0.6 to surface various fixes
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
- - [#7379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7379)
544
- [`61d08bb92d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61d08bb92d) - Upgrades
545
- @compiled/react to v0.5.2
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
- - [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
552
- [`05ef83ee27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05ef83ee27) - Lozenge
553
- now uses [`@compiled/react`](https://compiledcssinjs.com) to power its styles.
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
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
560
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
561
- Transpile packages using babel rather than tsc
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
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
568
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
569
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
570
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
571
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
572
- `devDependencies` to denote version that the package was built with.
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
- - Updated dependencies
590
+ - Updated dependencies
579
591
 
580
592
  ## 10.0.4
581
593
 
582
594
  ### Patch Changes
583
595
 
584
- - [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
585
- [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
586
- integration tests for Edge browser
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
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
593
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
594
- to TypeScript 3.9.6 and tslib to 2.0.0
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
- Since tslib is a dependency for all our packages we recommend that products also follow this
597
- tslib upgrade to prevent duplicates of tslib being bundled.
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
- - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
604
- [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
605
- readme and package information has been updated to point to the new design system website.
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
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
612
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
613
- all the theme imports to be tree-shakable
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
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
620
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
621
- Officially dropping IE11 support, from this version onwards there are no warranties of the
622
- package working in IE11. For more information see:
623
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
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
- - Updated dependencies
639
+ - Updated dependencies
628
640
 
629
641
  ## 9.1.9
630
642
 
631
643
  ### Patch Changes
632
644
 
633
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
634
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
635
- and supporting files will no longer be published to npm
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
- - Updated dependencies
653
+ - Updated dependencies
642
654
 
643
655
  ## 9.1.7
644
656
 
645
657
  ### Patch Changes
646
658
 
647
- - [patch][a4d063330a](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d063330a):
659
+ - [patch][a4d063330a](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d063330a):
648
660
 
649
- Change imports to comply with Atlassian conventions- Updated dependencies
650
- [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
661
+ Change imports to comply with Atlassian conventions- Updated dependencies
662
+ [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
651
663
 
652
- - @atlaskit/webdriver-runner@0.3.4
664
+ - @atlaskit/webdriver-runner@0.3.4
653
665
 
654
666
  ## 9.1.6
655
667
 
656
668
  ### Patch Changes
657
669
 
658
- - Updated dependencies
659
- [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
660
- - Updated dependencies
661
- [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
662
- - Updated dependencies
663
- [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
664
- - Updated dependencies
665
- [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
666
- - Updated dependencies
667
- [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
668
- - @atlaskit/docs@8.4.0
669
- - @atlaskit/webdriver-runner@0.3.0
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
- - Updated dependencies
676
- [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
677
- - @atlaskit/webdriver-runner@0.2.0
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
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
695
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
684
696
 
685
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
686
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
697
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
698
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
687
699
 
688
- - @atlaskit/docs@8.3.2
689
- - @atlaskit/visual-regression@0.1.9
690
- - @atlaskit/theme@9.5.1
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
- - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
708
+ - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
697
709
 
698
- Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
699
- Updated dependencies
700
- [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
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
- - @atlaskit/theme@9.5.0
714
+ - @atlaskit/theme@9.5.0
703
715
 
704
716
  ## 9.1.2
705
717
 
706
718
  ### Patch Changes
707
719
 
708
- - [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
720
+ - [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
709
721
 
710
- Rebuilds package to fix typescript typing error.
722
+ Rebuilds package to fix typescript typing error.
711
723
 
712
724
  ## 9.1.1
713
725
 
714
726
  ### Patch Changes
715
727
 
716
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
728
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
717
729
 
718
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
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
- - [minor][10e0798da6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10e0798da6):
736
+ - [minor][10e0798da6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10e0798da6):
725
737
 
726
- Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
727
- products to write better integration and end to end tests.
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
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
745
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
734
746
 
735
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
736
- non-relative imports as relative imports
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
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
754
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
743
755
 
744
- Upgraded Typescript to 3.3.x
756
+ Upgraded Typescript to 3.3.x
745
757
 
746
758
  ## 9.0.5
747
759
 
748
760
  ### Patch Changes
749
761
 
750
- - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
762
+ - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
751
763
 
752
- Change all the imports to theme in Core to use multi entry points
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
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
770
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
759
771
 
760
- Updates component maintainers
772
+ Updates component maintainers
761
773
 
762
774
  ## 9.0.3
763
775
 
764
776
  ### Patch Changes
765
777
 
766
- - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
778
+ - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
767
779
 
768
- Fixes bug, missing version.json file
780
+ Fixes bug, missing version.json file
769
781
 
770
782
  ## 9.0.2
771
783
 
772
784
  ### Patch Changes
773
785
 
774
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
786
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
775
787
 
776
- In this PR, we are:
788
+ In this PR, we are:
777
789
 
778
- - Re-introducing dist build folders
779
- - Adding back cjs
780
- - Replacing es5 by cjs and es2015 by esm
781
- - Creating folders at the root for entry-points
782
- - Removing the generation of the entry-points at the root Please see this
783
- [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
784
- [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
785
- for further details
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
- - [patch][f8778d517a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f8778d517a):
803
+ - [patch][f8778d517a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f8778d517a):
792
804
 
793
- Remove index.ts from built module
805
+ Remove index.ts from built module
794
806
 
795
807
  ## 9.0.0
796
808
 
797
- - [major][ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
809
+ - [major][ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
798
810
 
799
- - Lozenge has been converted to Typescript. Typescript consumers will now get static type
800
- safety. Flow types are no longer provided. No API or behavioural changes.
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
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
816
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
805
817
 
806
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
807
- this package, please ensure you use at least this version of react and react-dom.
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
- - [patch][73a5c6f3dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/73a5c6f3dc):
823
+ - [patch][73a5c6f3dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/73a5c6f3dc):
812
824
 
813
- - Add emotion and remove styled-components
825
+ - Add emotion and remove styled-components
814
826
 
815
827
  ## 7.0.2
816
828
 
817
- - Updated dependencies
818
- [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
819
- - @atlaskit/docs@7.0.3
820
- - @atlaskit/theme@8.1.7
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
- - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
836
+ - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
825
837
 
826
- - Removes duplicate babel-runtime dependency
838
+ - Removes duplicate babel-runtime dependency
827
839
 
828
840
  ## 7.0.0
829
841
 
830
- - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
842
+ - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
831
843
 
832
- - Drop ES5 from all the flow modules
844
+ - Drop ES5 from all the flow modules
833
845
 
834
- ### Dropping CJS support in all @atlaskit packages
846
+ ### Dropping CJS support in all @atlaskit packages
835
847
 
836
- As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
837
- distribute esm. This means all distributed code will be transpiled, but will still contain
838
- `import` and `export` declarations.
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
- The major reason for doing this is to allow us to support multiple entry points in packages,
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
- ```js
844
- import colors from `@atlaskit/theme/colors`;
845
- ```
854
+ ```js
855
+ import colors from `@atlaskit/theme/colors`;
856
+ ```
846
857
 
847
- Previously this was sort of possible for consumers by doing something like:
858
+ Previously this was sort of possible for consumers by doing something like:
848
859
 
849
- ```js
850
- import colors from `@atlaskit/theme/dist/esm/colors`;
851
- ```
860
+ ```js
861
+ import colors from `@atlaskit/theme/dist/esm/colors`;
862
+ ```
852
863
 
853
- This has a couple of issues. 1, it treats the file system as API making internal refactors
854
- harder, we have to worry about how consumers might be using things that aren't _actually_
855
- supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
856
- to lots of packages bundling all of theme, just to use a single color, especially in situations
857
- where tree shaking fails.
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
- To support being able to use multiple entrypoints internally, we unfortunately cannot have
860
- multiple distributions as they would need to have very different imports from of their own
861
- internal dependencies.
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
- ES Modules are widely supported by all modern bundlers and can be worked around in node
864
- environments.
874
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
875
+ environments.
865
876
 
866
- We may choose to revisit this solution in the future if we find any unintended condequences, but
867
- we see this as a pretty sane path forward which should lead to some major bundle size decreases,
868
- saner API's and simpler package architecture.
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
- Please reach out to #fabric-build (if in Atlassian) or create an issue in
871
- [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
872
- external) if you have any questions or queries about this.
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
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
877
- - @atlaskit/theme@7.0.1
878
- - @atlaskit/docs@6.0.0
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
- - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
893
+ - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
883
894
 
884
- - Change API to experimental theming API to namespace component themes into separate contexts
885
- and make theming simpler. Update all dependant components.
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
- - [patch] Adds missing implicit @babel/runtime dependency
890
- [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
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
- - [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on
895
- util-shraed-styles [7d51a09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d51a09)
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
- - [minor] Use new theme API. Adds "theme" prop and exports new theme types.
900
- [4b36fd6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b36fd6)
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
- - [patch] AK-5321 Lozenge with maxWidth should be constrained by container width
905
- [969233e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/969233e)
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
- - [patch] Adds sideEffects: false to allow proper tree shaking
910
- [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
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
- - [patch] Updated dependencies
915
- [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
916
- - @atlaskit/theme@6.0.0
917
- - @atlaskit/docs@5.0.6
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
- - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
922
- read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
923
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
924
- - [none] Updated dependencies
925
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
926
- - @atlaskit/theme@5.1.3
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
- - [patch] Updated dependencies
931
- [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
932
- - @atlaskit/theme@5.1.2
933
- - @atlaskit/docs@5.0.2
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
- - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
938
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
939
- - [none] Updated dependencies
940
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
941
- - @atlaskit/theme@5.1.1
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
- - [patch] Move analytics tests and replace elements to core
946
- [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
947
- - [none] Updated dependencies
948
- [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
949
- - @atlaskit/docs@5.0.1
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
- - [minor] Improve behavior when using a narrow container
954
- [ebf6b97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebf6b97)
955
- - [none] Updated dependencies
956
- [ebf6b97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebf6b97)
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
- - [major] Updates to React ^16.4.0
961
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
962
- - [major] Updated dependencies
963
- [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
964
- - @atlaskit/theme@5.0.0
965
- - @atlaskit/docs@5.0.0
966
- - [major] Updated dependencies
967
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
968
- - @atlaskit/theme@5.0.0
969
- - @atlaskit/docs@5.0.0
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
- - [patch] Clean Changelogs - remove duplicates and empty entries
974
- [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
975
- - [none] Updated dependencies
976
- [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
977
- - @atlaskit/theme@4.0.4
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
- - [patch] Update changelogs to remove duplicate
982
- [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
983
- - [none] Updated dependencies
984
- [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
985
- - @atlaskit/theme@4.0.3
986
- - @atlaskit/docs@4.1.1
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
- - [none] Updated dependencies
991
- [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
992
- - @atlaskit/docs@4.1.0
993
- - @atlaskit/theme@4.0.2
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
- - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
998
- - [patch] Updated dependencies
999
- [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1000
- - @atlaskit/theme@4.0.1
1001
- - @atlaskit/docs@4.0.1
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
- - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
1006
- ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1007
- - [patch] Updated dependencies
1008
- [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1009
- - @atlaskit/theme@4.0.0
1010
- - @atlaskit/docs@4.0.0
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
- - [patch] Updae bold color to N800
1015
- [0838cb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0838cb0)
1016
- - [patch] Update colors of appearance to new color palette pairings
1017
- [979aff5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/979aff5)
1018
- - [none] Updated dependencies
1019
- [0838cb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0838cb0)
1020
- - [none] Updated dependencies
1021
- [979aff5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/979aff5)
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
- - [patch] Update appearance enum test
1026
- [b42eaa5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b42eaa5)
1027
- - [patch] Update test [c668ac9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c668ac9)
1028
- - [minor] Update Lozenge to accept colors pairing
1029
- [4638c7a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4638c7a)
1030
- - [none] Updated dependencies
1031
- [b42eaa5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b42eaa5)
1032
- - [none] Updated dependencies
1033
- [c668ac9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c668ac9)
1034
- - [none] Updated dependencies
1035
- [4638c7a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4638c7a)
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
- - [patch] Updated dependencies
1040
- [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1041
- - @atlaskit/docs@3.0.4
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
- - [major] Bump to React 16.3.
1046
- [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
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
- - [patch] Re-releasing due to potentially broken babel release
1051
- [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
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
- - [minor] Update styled-components dependency to support versions 1.4.6 - 3
1056
- [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
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
- - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
1061
- [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
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
- - [patch] Packages Flow types for elements components
1066
- [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
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
- - [minor] Add React 16 support.
1071
- [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
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
- - fix; rename jsnext:main to jsnext:experimental:main temporarily
1076
- ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
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
- - fix; use class transform in loose mode in babel to improve load performance in apps
1081
- ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
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
- - fix; rerelease, failed prepublish scripts
1086
- ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
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
- - feature; added ES module builds to dist and add jsnext:main to most ADG packages
1091
- ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
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
- - fix; add prop-types as a dependency to avoid React 15.x warnings
1096
- ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
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
- - fix; update legal copy to be more clear. Not all modules include ADG license.
1101
- ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
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
- - fix; update legal copy and fix broken links for component README on npm. New contribution and
1106
- ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
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
- - bump major to avoid API conflict with mentions
1111
- ([1d01253](https://bitbucket.org/atlassian/atlaskit/commits/1d01253))
1112
- - updating dependencies ([d293404](https://bitbucket.org/atlassian/atlaskit/commits/d293404))
1113
- - breaking; update lozenge major version
1114
- - breaking; removed classnames dep and .d.ts file
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
- - fix; Empty commit to release the component
1119
- ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
1120
- - refactor the lozenge component to use styled-components
1121
- ([eb738ca](https://bitbucket.org/atlassian/atlaskit/commits/eb738ca))
1122
- - breaking; now requires peerDep of "styled-components"
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
- - fix; maintainers for all the packages were added
1127
- ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
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
- - fix; dummy commit to release stories
1132
- ([3df5d9f](https://bitbucket.org/atlassian/atlaskit/commits/3df5d9f))
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
- - fix; dummy commit to fix broken stories and missing registry pages
1137
- ([a31e92a](https://bitbucket.org/atlassian/atlaskit/commits/a31e92a))
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
- - fix; dummy commit to release stories for components
1142
- ([a105c02](https://bitbucket.org/atlassian/atlaskit/commits/a105c02))
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
- - fix; removes jsdoc annotations and moves them to usage.md
1147
- ([2c53fea](https://bitbucket.org/atlassian/atlaskit/commits/2c53fea))
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
- - fix; use correctly scoped package names in npm docs
1152
- ([91dbd2f](https://bitbucket.org/atlassian/atlaskit/commits/91dbd2f))
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
- - fix; Updates docs with yarn installation instructions
1157
- ([aebf31a](https://bitbucket.org/atlassian/atlaskit/commits/aebf31a))
1158
- - Add TypeScript declarations for lozenge.
1159
- ([5993cf8](https://bitbucket.org/atlassian/atlaskit/commits/5993cf8))
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
- - fix; Updates package to use scoped ak packages
1164
- ([b655c30](https://bitbucket.org/atlassian/atlaskit/commits/b655c30))
1174
+ - fix; Updates package to use scoped ak packages
1175
+ ([b655c30](https://bitbucket.org/atlassian/atlaskit/commits/b655c30))