@atlaskit/lozenge 11.7.2 → 11.8.0

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