@atlaskit/lozenge 11.6.6 → 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 +542 -324
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,946 +1,1164 @@
1
1
  # @atlaskit/lozenge
2
2
 
3
+ ## 11.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.7.0
10
+
11
+ ### Minor Changes
12
+
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.
16
+
3
17
  ## 11.6.6
4
18
 
5
19
  ### Patch Changes
6
20
 
7
- - [#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`
8
24
 
9
25
  ## 11.6.5
10
26
 
11
27
  ### Patch Changes
12
28
 
13
- - Updated dependencies
29
+ - Updated dependencies
14
30
 
15
31
  ## 11.6.4
16
32
 
17
33
  ### Patch Changes
18
34
 
19
- - Updated dependencies
35
+ - Updated dependencies
20
36
 
21
37
  ## 11.6.3
22
38
 
23
39
  ### Patch Changes
24
40
 
25
- - Updated dependencies
41
+ - Updated dependencies
26
42
 
27
43
  ## 11.6.2
28
44
 
29
45
  ### Patch Changes
30
46
 
31
- - Updated dependencies
47
+ - Updated dependencies
32
48
 
33
49
  ## 11.6.1
34
50
 
35
51
  ### Patch Changes
36
52
 
37
- - [#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
38
56
 
39
57
  ## 11.6.0
40
58
 
41
59
  ### Minor Changes
42
60
 
43
- - [#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
44
64
 
45
65
  ### Patch Changes
46
66
 
47
- - Updated dependencies
67
+ - Updated dependencies
48
68
 
49
69
  ## 11.5.0
50
70
 
51
71
  ### Minor Changes
52
72
 
53
- - [#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.
54
77
 
55
78
  ## 11.4.6
56
79
 
57
80
  ### Patch Changes
58
81
 
59
- - [#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.
60
87
 
61
88
  ## 11.4.5
62
89
 
63
90
  ### Patch Changes
64
91
 
65
- - Updated dependencies
92
+ - Updated dependencies
66
93
 
67
94
  ## 11.4.4
68
95
 
69
96
  ### Patch Changes
70
97
 
71
- - [#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.
72
- - 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
73
102
 
74
103
  ## 11.4.3
75
104
 
76
105
  ### Patch Changes
77
106
 
78
- - [#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
79
110
 
80
111
  ## 11.4.2
81
112
 
82
113
  ### Patch Changes
83
114
 
84
- - [#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
85
118
 
86
119
  ## 11.4.1
87
120
 
88
121
  ### Patch Changes
89
122
 
90
- - [#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`
91
126
 
92
127
  ## 11.4.0
93
128
 
94
129
  ### Minor Changes
95
130
 
96
- - [#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
97
134
 
98
135
  ### Patch Changes
99
136
 
100
- - Updated dependencies
137
+ - Updated dependencies
101
138
 
102
139
  ## 11.3.10
103
140
 
104
141
  ### Patch Changes
105
142
 
106
- - [#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
107
146
 
108
147
  ## 11.3.9
109
148
 
110
149
  ### Patch Changes
111
150
 
112
- - [#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
113
154
 
114
155
  ## 11.3.8
115
156
 
116
157
  ### Patch Changes
117
158
 
118
- - [#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`.
119
163
 
120
164
  ## 11.3.7
121
165
 
122
166
  ### Patch Changes
123
167
 
124
- - Updated dependencies
168
+ - Updated dependencies
125
169
 
126
170
  ## 11.3.6
127
171
 
128
172
  ### Patch Changes
129
173
 
130
- - [#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.
131
- - 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
132
179
 
133
180
  ## 11.3.5
134
181
 
135
182
  ### Patch Changes
136
183
 
137
- - [#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%
138
187
 
139
188
  ## 11.3.4
140
189
 
141
190
  ### Patch Changes
142
191
 
143
- - Updated dependencies
192
+ - Updated dependencies
144
193
 
145
194
  ## 11.3.3
146
195
 
147
196
  ### Patch Changes
148
197
 
149
- - Updated dependencies
198
+ - Updated dependencies
150
199
 
151
200
  ## 11.3.2
152
201
 
153
202
  ### Patch Changes
154
203
 
155
- - [#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:
156
206
 
157
- - Removes `vertical-align: baseline` from Lozenge which was being applied incorrectly.
158
- - 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.
159
209
 
160
- - Updated dependencies
210
+ - Updated dependencies
161
211
 
162
212
  ## 11.3.1
163
213
 
164
214
  ### Patch Changes
165
215
 
166
- - Updated dependencies
216
+ - Updated dependencies
167
217
 
168
218
  ## 11.3.0
169
219
 
170
220
  ### Minor Changes
171
221
 
172
- - [#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.
173
225
 
174
226
  ### Patch Changes
175
227
 
176
- - [`7c6009de2f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c6009de2f1) - [ux] Updates the visual appearance to match the legacy light mode palette.
177
- - [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) - Internal change to use updated primtive spacing prop values. No expected behaviour change.
178
- - 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
179
233
 
180
234
  ## 11.2.5
181
235
 
182
236
  ### Patch Changes
183
237
 
184
- - [#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.
185
241
 
186
242
  ## 11.2.4
187
243
 
188
244
  ### Patch Changes
189
245
 
190
- - [#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.
191
250
 
192
251
  ## 11.2.3
193
252
 
194
253
  ### Patch Changes
195
254
 
196
- - [#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.
197
- 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.
198
259
 
199
260
  ## 11.2.2
200
261
 
201
262
  ### Patch Changes
202
263
 
203
- - [#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`
204
267
 
205
268
  ## 11.2.1
206
269
 
207
270
  ### Patch Changes
208
271
 
209
- - [#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.
210
275
 
211
276
  ## 11.2.0
212
277
 
213
278
  ### Minor Changes
214
279
 
215
- - [#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.
216
284
 
217
285
  ### Patch Changes
218
286
 
219
- - [`37246e87cfc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37246e87cfc) - Adds position static to Box.
220
- Changes lozenge to use position static instead of relative.
221
- - [`6e0671cb45c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e0671cb45c) - Internal change to implementation which should not have any noticeable impact.
222
- - 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
223
292
 
224
293
  ## 11.1.12
225
294
 
226
295
  ### Patch Changes
227
296
 
228
- - [#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`.
229
300
 
230
301
  ## 11.1.11
231
302
 
232
303
  ### Patch Changes
233
304
 
234
- - Updated dependencies
305
+ - Updated dependencies
235
306
 
236
307
  ## 11.1.10
237
308
 
238
309
  ### Patch Changes
239
310
 
240
- - [#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
241
314
 
242
315
  ## 11.1.9
243
316
 
244
317
  ### Patch Changes
245
318
 
246
- - Updated dependencies
319
+ - Updated dependencies
247
320
 
248
321
  ## 11.1.8
249
322
 
250
323
  ### Patch Changes
251
324
 
252
- - [#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.
253
- - 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
254
330
 
255
331
  ## 11.1.7
256
332
 
257
333
  ### Patch Changes
258
334
 
259
- - Updated dependencies
335
+ - Updated dependencies
260
336
 
261
337
  ## 11.1.6
262
338
 
263
339
  ### Patch Changes
264
340
 
265
- - [#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.
266
- - [`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.
267
- - 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
268
349
 
269
350
  ## 11.1.5
270
351
 
271
352
  ### Patch Changes
272
353
 
273
- - Updated dependencies
354
+ - Updated dependencies
274
355
 
275
356
  ## 11.1.4
276
357
 
277
358
  ### Patch Changes
278
359
 
279
- - [#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.
280
- - 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
281
365
 
282
366
  ## 11.1.3
283
367
 
284
368
  ### Patch Changes
285
369
 
286
- - Updated dependencies
370
+ - Updated dependencies
287
371
 
288
372
  ## 11.1.2
289
373
 
290
374
  ### Patch Changes
291
375
 
292
- - Updated dependencies
376
+ - Updated dependencies
293
377
 
294
378
  ## 11.1.1
295
379
 
296
380
  ### Patch Changes
297
381
 
298
- - Updated dependencies
382
+ - Updated dependencies
299
383
 
300
384
  ## 11.1.0
301
385
 
302
386
  ### Minor Changes
303
387
 
304
- - [#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.
305
- - 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.
306
392
 
307
393
  ### Patch Changes
308
394
 
309
- - Updated dependencies
395
+ - Updated dependencies
310
396
 
311
397
  ## 11.0.0
312
398
 
313
399
  ### Major Changes
314
400
 
315
- - [#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. 🤩
316
404
 
317
- - General performance improvements.
405
+ - General performance improvements.
318
406
 
319
- - 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`.
320
409
 
321
- - **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.
322
412
 
323
- **Before**:
413
+ **Before**:
324
414
 
325
- ```tsx
326
- import Lozenge from '@atlaskit/lozenge';
415
+ ```tsx
416
+ import Lozenge from '@atlaskit/lozenge';
327
417
 
328
- type GetThemeTokensFn<ThemeTokens, ThemeProps> = (
329
- props: ThemeProps,
330
- ) => ThemeTokens;
418
+ type GetThemeTokensFn<ThemeTokens, ThemeProps> = (props: ThemeProps) => ThemeTokens;
331
419
 
332
- const lozengeTheme = (
333
- getTokens: GetThemeTokensFn<ThemeTokens, ThemeProps>,
334
- themeProps: ThemeProps,
335
- ): ThemeTokens => {
336
- const defaultTokens = getTokens(themeProps);
420
+ const lozengeTheme = (
421
+ getTokens: GetThemeTokensFn<ThemeTokens, ThemeProps>,
422
+ themeProps: ThemeProps,
423
+ ): ThemeTokens => {
424
+ const defaultTokens = getTokens(themeProps);
337
425
 
338
- if (themeProps.appearance === 'removed') {
339
- return {
340
- ...defaultTokens,
341
- textColor: 'grey',
342
- };
343
- return defaultTokens;
344
- }
345
- };
426
+ if (themeProps.appearance === 'removed') {
427
+ return {
428
+ ...defaultTokens,
429
+ textColor: 'grey',
430
+ };
431
+ return defaultTokens;
432
+ }
433
+ };
346
434
 
347
- <Lozenge appearance="removed" theme={lozengeTheme}>
348
- removed
349
- </Lozenge>;
350
- ```
435
+ <Lozenge appearance="removed" theme={lozengeTheme}>
436
+ removed
437
+ </Lozenge>;
438
+ ```
351
439
 
352
- **After**:
440
+ **After**:
353
441
 
354
- ```tsx
355
- import Badge, { BadgeProps } from '@atlaskit/badge';
442
+ ```tsx
443
+ import Badge, { BadgeProps } from '@atlaskit/badge';
356
444
 
357
- <Lozenge appearance="removed" style={{ color: 'grey' }}>
358
- removed
359
- </Lozenge>;
360
- ```
445
+ <Lozenge appearance="removed" style={{ color: 'grey' }}>
446
+ removed
447
+ </Lozenge>;
448
+ ```
361
449
 
362
- - **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.
363
452
 
364
- **Before**:
453
+ **Before**:
365
454
 
366
- ```tsx
367
- import Lozenge from '@atlaskit/lozenge';
455
+ ```tsx
456
+ import Lozenge from '@atlaskit/lozenge';
368
457
 
369
- <Lozenge appearance={{ backgroundColor: 'blue', textColor: 'white' }}>
370
- custom
371
- </Lozenge>;
372
- ```
458
+ <Lozenge appearance={{ backgroundColor: 'blue', textColor: 'white' }}>custom</Lozenge>;
459
+ ```
373
460
 
374
- **After**:
461
+ **After**:
375
462
 
376
- ```tsx
377
- import Lozenge from '@atlaskit/lozenge';
463
+ ```tsx
464
+ import Lozenge from '@atlaskit/lozenge';
378
465
 
379
- <Lozenge style={{ backgroundColor: 'blue', color: 'white' }}>custom</Lozenge>;
380
- ```
466
+ <Lozenge style={{ backgroundColor: 'blue', color: 'white' }}>custom</Lozenge>;
467
+ ```
381
468
 
382
- **Running the codemod cli**
469
+ **Running the codemod cli**
383
470
 
384
- 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**
385
472
 
386
- ```bash
387
- yarn upgrade @atlaskit/lozenge@^11.0.0
388
- ```
473
+ ```bash
474
+ yarn upgrade @atlaskit/lozenge@^11.0.0
475
+ ```
389
476
 
390
- Once upgraded, use `@atlaskit/codemod-cli` via `npx`:
477
+ Once upgraded, use `@atlaskit/codemod-cli` via `npx`:
391
478
 
392
- ```bash
393
- npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
394
- ```
479
+ ```bash
480
+ npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]
481
+ ```
395
482
 
396
- 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.
397
485
 
398
- What will be changed:
486
+ What will be changed:
399
487
 
400
- - 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.
401
490
 
402
- Run `npx @atlaskit/codemod-cli -h` for more details on usage.
491
+ Run `npx @atlaskit/codemod-cli -h` for more details on usage.
403
492
 
404
- For Atlassians,
493
+ For Atlassians,
405
494
 
406
- 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.
407
498
 
408
499
  ### Patch Changes
409
500
 
410
- - [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects eslint supressions.
411
- - Updated dependencies
501
+ - [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) -
502
+ Corrects eslint supressions.
503
+ - Updated dependencies
412
504
 
413
505
  ## 10.1.4
414
506
 
415
507
  ### Patch Changes
416
508
 
417
- - [#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`.
418
512
 
419
513
  ## 10.1.3
420
514
 
421
515
  ### Patch Changes
422
516
 
423
- - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`9c98e8227f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c98e8227f6) - Internal refactor for style declarations.
424
- - [`42e722938da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42e722938da) - Converted class components to functional components
425
- - [`8f0e5cbea57`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f0e5cbea57) - Migrated from `@compiled` to `@emotion`
426
- - [`f84de8233f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f84de8233f3) - Add Techstacks rules to package.json
427
- - [`7bb3268f2c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bb3268f2c8) - Removed version.json and unused dependency - `react-test-renderer`
428
- - [`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
429
530
 
430
531
  ## 10.1.2
431
532
 
432
533
  ### Patch Changes
433
534
 
434
- - [#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
435
538
 
436
539
  ## 10.1.1
437
540
 
438
541
  ### Patch Changes
439
542
 
440
- - [#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
441
546
 
442
547
  ## 10.1.0
443
548
 
444
549
  ### Minor Changes
445
550
 
446
- - [#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.
447
554
 
448
555
  ## 10.0.7
449
556
 
450
557
  ### Patch Changes
451
558
 
452
- - [#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
453
562
 
454
563
  ## 10.0.6
455
564
 
456
565
  ### Patch Changes
457
566
 
458
- - [#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.
459
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
460
- 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.
461
573
 
462
574
  ## 10.0.5
463
575
 
464
576
  ### Patch Changes
465
577
 
466
- - Updated dependencies
578
+ - Updated dependencies
467
579
 
468
580
  ## 10.0.4
469
581
 
470
582
  ### Patch Changes
471
583
 
472
- - [#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
473
587
 
474
588
  ## 10.0.3
475
589
 
476
590
  ### Patch Changes
477
591
 
478
- - [#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
479
595
 
480
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
481
- 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.
482
598
 
483
599
  ## 10.0.2
484
600
 
485
601
  ### Patch Changes
486
602
 
487
- - [#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.
488
606
 
489
607
  ## 10.0.1
490
608
 
491
609
  ### Patch Changes
492
610
 
493
- - [#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
494
614
 
495
615
  ## 10.0.0
496
616
 
497
617
  ### Major Changes
498
618
 
499
- - [#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.
500
- 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
501
624
 
502
625
  ### Patch Changes
503
626
 
504
- - Updated dependencies
627
+ - Updated dependencies
505
628
 
506
629
  ## 9.1.9
507
630
 
508
631
  ### Patch Changes
509
632
 
510
- - [#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
511
636
 
512
637
  ## 9.1.8
513
638
 
514
639
  ### Patch Changes
515
640
 
516
- - Updated dependencies
641
+ - Updated dependencies
517
642
 
518
643
  ## 9.1.7
519
644
 
520
645
  ### Patch Changes
521
646
 
522
- - [patch][a4d063330a](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d063330a):
647
+ - [patch][a4d063330a](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4d063330a):
523
648
 
524
- 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):
525
651
 
526
- - @atlaskit/webdriver-runner@0.3.4
652
+ - @atlaskit/webdriver-runner@0.3.4
527
653
 
528
654
  ## 9.1.6
529
655
 
530
656
  ### Patch Changes
531
657
 
532
- - Updated dependencies [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
533
- - Updated dependencies [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
534
- - Updated dependencies [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
535
- - Updated dependencies [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
536
- - Updated dependencies [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
537
- - @atlaskit/docs@8.4.0
538
- - @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
539
670
 
540
671
  ## 9.1.5
541
672
 
542
673
  ### Patch Changes
543
674
 
544
- - Updated dependencies [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
545
- - @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
546
678
 
547
679
  ## 9.1.4
548
680
 
549
681
  ### Patch Changes
550
682
 
551
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
683
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
552
684
 
553
- 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):
554
687
 
555
- - @atlaskit/docs@8.3.2
556
- - @atlaskit/visual-regression@0.1.9
557
- - @atlaskit/theme@9.5.1
688
+ - @atlaskit/docs@8.3.2
689
+ - @atlaskit/visual-regression@0.1.9
690
+ - @atlaskit/theme@9.5.1
558
691
 
559
692
  ## 9.1.3
560
693
 
561
694
  ### Patch Changes
562
695
 
563
- - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
696
+ - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
564
697
 
565
- 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):
566
701
 
567
- - @atlaskit/theme@9.5.0
702
+ - @atlaskit/theme@9.5.0
568
703
 
569
704
  ## 9.1.2
570
705
 
571
706
  ### Patch Changes
572
707
 
573
- - [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
708
+ - [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
574
709
 
575
- Rebuilds package to fix typescript typing error.
710
+ Rebuilds package to fix typescript typing error.
576
711
 
577
712
  ## 9.1.1
578
713
 
579
714
  ### Patch Changes
580
715
 
581
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
716
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
582
717
 
583
- 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.
584
719
 
585
720
  ## 9.1.0
586
721
 
587
722
  ### Minor Changes
588
723
 
589
- - [minor][10e0798da6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10e0798da6):
724
+ - [minor][10e0798da6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10e0798da6):
590
725
 
591
- 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.
592
728
 
593
729
  ## 9.0.7
594
730
 
595
731
  ### Patch Changes
596
732
 
597
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
733
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
598
734
 
599
- 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
600
737
 
601
738
  ## 9.0.6
602
739
 
603
740
  ### Patch Changes
604
741
 
605
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
742
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
606
743
 
607
- Upgraded Typescript to 3.3.x
744
+ Upgraded Typescript to 3.3.x
608
745
 
609
746
  ## 9.0.5
610
747
 
611
748
  ### Patch Changes
612
749
 
613
- - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
750
+ - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
614
751
 
615
- 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
616
753
 
617
754
  ## 9.0.4
618
755
 
619
756
  ### Patch Changes
620
757
 
621
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
758
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
622
759
 
623
- Updates component maintainers
760
+ Updates component maintainers
624
761
 
625
762
  ## 9.0.3
626
763
 
627
764
  ### Patch Changes
628
765
 
629
- - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
766
+ - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
630
767
 
631
- Fixes bug, missing version.json file
768
+ Fixes bug, missing version.json file
632
769
 
633
770
  ## 9.0.2
634
771
 
635
772
  ### Patch Changes
636
773
 
637
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
774
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
638
775
 
639
- In this PR, we are:
776
+ In this PR, we are:
640
777
 
641
- - Re-introducing dist build folders
642
- - Adding back cjs
643
- - Replacing es5 by cjs and es2015 by esm
644
- - Creating folders at the root for entry-points
645
- - Removing the generation of the entry-points at the root
646
- 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
647
786
 
648
787
  ## 9.0.1
649
788
 
650
789
  ### Patch Changes
651
790
 
652
- - [patch][f8778d517a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f8778d517a):
791
+ - [patch][f8778d517a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f8778d517a):
653
792
 
654
- Remove index.ts from built module
793
+ Remove index.ts from built module
655
794
 
656
795
  ## 9.0.0
657
796
 
658
- - [major][ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
797
+ - [major][ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
659
798
 
660
- - 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.
661
801
 
662
802
  ## 8.0.0
663
803
 
664
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
804
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
665
805
 
666
- - 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.
667
808
 
668
809
  ## 7.0.3
669
810
 
670
- - [patch][73a5c6f3dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/73a5c6f3dc):
811
+ - [patch][73a5c6f3dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/73a5c6f3dc):
671
812
 
672
- - Add emotion and remove styled-components
813
+ - Add emotion and remove styled-components
673
814
 
674
815
  ## 7.0.2
675
816
 
676
- - Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
677
- - @atlaskit/docs@7.0.3
678
- - @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
679
821
 
680
822
  ## 7.0.1
681
823
 
682
- - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
824
+ - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
683
825
 
684
- - Removes duplicate babel-runtime dependency
826
+ - Removes duplicate babel-runtime dependency
685
827
 
686
828
  ## 7.0.0
687
829
 
688
- - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
830
+ - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
689
831
 
690
- - Drop ES5 from all the flow modules
832
+ - Drop ES5 from all the flow modules
691
833
 
692
- ### Dropping CJS support in all @atlaskit packages
834
+ ### Dropping CJS support in all @atlaskit packages
693
835
 
694
- 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
695
- `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.
696
839
 
697
- 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:
698
842
 
699
- ```js
700
- import colors from `@atlaskit/theme/colors`;
701
- ```
843
+ ```js
844
+ import colors from `@atlaskit/theme/colors`;
845
+ ```
702
846
 
703
- 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:
704
848
 
705
- ```js
706
- import colors from `@atlaskit/theme/dist/esm/colors`;
707
- ```
849
+ ```js
850
+ import colors from `@atlaskit/theme/dist/esm/colors`;
851
+ ```
708
852
 
709
- 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.
710
858
 
711
- 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.
712
862
 
713
- 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.
714
865
 
715
- 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.
716
869
 
717
- 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.
718
873
 
719
874
  ## 6.2.4
720
875
 
721
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
722
- - @atlaskit/theme@7.0.1
723
- - @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
724
879
 
725
880
  ## 6.2.3
726
881
 
727
- - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
882
+ - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
728
883
 
729
- - 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.
730
886
 
731
887
  ## 6.2.2
732
888
 
733
- - [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)
734
891
 
735
892
  ## 6.2.1
736
893
 
737
- - [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)
738
896
 
739
897
  ## 6.2.0
740
898
 
741
- - [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)
742
901
 
743
902
  ## 6.1.8
744
903
 
745
- - [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)
746
906
 
747
907
  ## 6.1.7
748
908
 
749
- - [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)
750
911
 
751
912
  ## 6.1.5
752
913
 
753
- - [patch] Updated dependencies [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
754
- - @atlaskit/theme@6.0.0
755
- - @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
756
918
 
757
919
  ## 6.1.4
758
920
 
759
- - [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)
760
- - [none] Updated dependencies [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
761
- - @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
762
927
 
763
928
  ## 6.1.3
764
929
 
765
- - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
766
- - @atlaskit/theme@5.1.2
767
- - @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
768
934
 
769
935
  ## 6.1.2
770
936
 
771
- - [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)
772
- - [none] Updated dependencies [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
773
- - @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
774
942
 
775
943
  ## 6.1.1
776
944
 
777
- - [patch] Move analytics tests and replace elements to core [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
778
- - [none] Updated dependencies [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
779
- - @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
780
950
 
781
951
  ## 6.1.0
782
952
 
783
- - [minor] Improve behavior when using a narrow container [ebf6b97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebf6b97)
784
- - [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)
785
957
 
786
958
  ## 6.0.0
787
959
 
788
- - [major] Updates to React ^16.4.0 [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
789
- - [major] Updated dependencies [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
790
- - @atlaskit/theme@5.0.0
791
- - @atlaskit/docs@5.0.0
792
- - [major] Updated dependencies [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
793
- - @atlaskit/theme@5.0.0
794
- - @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
795
970
 
796
971
  ## 5.0.4
797
972
 
798
- - [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
799
- - [none] Updated dependencies [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
800
- - @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
801
978
 
802
979
  ## 5.0.3
803
980
 
804
- - [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
805
- - [none] Updated dependencies [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
806
- - @atlaskit/theme@4.0.3
807
- - @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
808
987
 
809
988
  ## 5.0.2
810
989
 
811
- - [none] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
812
- - @atlaskit/docs@4.1.0
813
- - @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
814
994
 
815
995
  ## 5.0.1
816
996
 
817
- - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
818
- - [patch] Updated dependencies [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
819
- - @atlaskit/theme@4.0.1
820
- - @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
821
1002
 
822
1003
  ## 5.0.0
823
1004
 
824
- - [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)
825
- - [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
826
- - @atlaskit/theme@4.0.0
827
- - @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
828
1011
 
829
1012
  ## 4.1.1
830
1013
 
831
- - [patch] Updae bold color to N800 [0838cb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0838cb0)
832
- - [patch] Update colors of appearance to new color palette pairings [979aff5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/979aff5)
833
- - [none] Updated dependencies [0838cb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0838cb0)
834
- - [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)
835
1022
 
836
1023
  ## 4.1.0
837
1024
 
838
- - [patch] Update appearance enum test [b42eaa5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b42eaa5)
839
- - [patch] Update test [c668ac9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c668ac9)
840
- - [minor] Update Lozenge to accept colors pairing [4638c7a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4638c7a)
841
- - [none] Updated dependencies [b42eaa5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b42eaa5)
842
- - [none] Updated dependencies [c668ac9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c668ac9)
843
- - [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)
844
1036
 
845
1037
  ## 4.0.1
846
1038
 
847
- - [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
848
- - @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
849
1042
 
850
1043
  ## 4.0.0
851
1044
 
852
- - [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)
853
1047
 
854
1048
  ## 3.6.1
855
1049
 
856
- - [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)
857
1052
 
858
1053
  ## 3.6.0
859
1054
 
860
- - [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)
861
1057
 
862
1058
  ## 3.5.2
863
1059
 
864
- - [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)
865
1062
 
866
1063
  ## 3.5.1
867
1064
 
868
- - [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)
869
1067
 
870
1068
  ## 3.5.0
871
1069
 
872
- - [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)
873
1072
 
874
1073
  ## 3.4.2 (2017-07-27)
875
1074
 
876
- - 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))
877
1077
 
878
1078
  ## 3.4.1 (2017-07-25)
879
1079
 
880
- - 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))
881
1082
 
882
1083
  ## 3.1.0 (2017-07-17)
883
1084
 
884
- - 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))
885
1087
 
886
1088
  ## 3.1.0 (2017-07-17)
887
1089
 
888
- - 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))
889
1092
 
890
1093
  ## 3.0.3 (2017-07-13)
891
1094
 
892
- - 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))
893
1097
 
894
1098
  ## 3.0.2 (2017-04-27)
895
1099
 
896
- - 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))
897
1102
 
898
1103
  ## 3.0.1 (2017-04-26)
899
1104
 
900
- - 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))
901
1107
 
902
1108
  ## 2.0.0 (2017-03-27)
903
1109
 
904
- - bump major to avoid API conflict with mentions ([1d01253](https://bitbucket.org/atlassian/atlaskit/commits/1d01253))
905
- - updating dependencies ([d293404](https://bitbucket.org/atlassian/atlaskit/commits/d293404))
906
- - breaking; update lozenge major version
907
- - 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
908
1115
 
909
1116
  ## 1.0.11 (2017-03-23)
910
1117
 
911
- - fix; Empty commit to release the component ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
912
- - refactor the lozenge component to use styled-components ([eb738ca](https://bitbucket.org/atlassian/atlaskit/commits/eb738ca))
913
- - 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"
914
1123
 
915
1124
  ## 1.0.9 (2017-03-21)
916
1125
 
917
- - 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))
918
1128
 
919
1129
  ## 1.0.8 (2017-02-28)
920
1130
 
921
- - 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))
922
1133
 
923
1134
  ## 1.0.6 (2017-02-28)
924
1135
 
925
- - 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))
926
1138
 
927
1139
  ## 1.0.6 (2017-02-28)
928
1140
 
929
- - 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))
930
1143
 
931
1144
  ## 1.0.5 (2017-02-28)
932
1145
 
933
- - 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))
934
1148
 
935
1149
  ## 1.0.4 (2017-02-20)
936
1150
 
937
- - 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))
938
1153
 
939
1154
  ## 1.0.2 (2017-02-07)
940
1155
 
941
- - fix; Updates docs with yarn installation instructions ([aebf31a](https://bitbucket.org/atlassian/atlaskit/commits/aebf31a))
942
- - 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))
943
1160
 
944
1161
  ## 1.0.1 (2017-02-06)
945
1162
 
946
- - 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))