@atlaskit/lozenge 11.7.0 → 11.7.1

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