@atlaskit/portal 4.4.1 → 4.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +465 -307
  2. package/package.json +10 -7
package/CHANGELOG.md CHANGED
@@ -1,323 +1,432 @@
1
1
  # @atlaskit/portal
2
2
 
3
+ ## 4.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#96695](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96695)
8
+ [`6374f444b3e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6374f444b3e4) -
9
+ Add support for React 18.
10
+
11
+ ## 4.4.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
16
+ [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
17
+ Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
18
+
3
19
  ## 4.4.1
4
20
 
5
21
  ### Patch Changes
6
22
 
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`
23
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
24
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
25
+ Upgrade Typescript from `4.9.5` to `5.4.2`
8
26
 
9
27
  ## 4.4.0
10
28
 
11
29
  ### Minor Changes
12
30
 
13
- - [#41817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41817) [`76888385b72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76888385b72) - Add MountStrategy prop to specify mount strategy
31
+ - [#41817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41817)
32
+ [`76888385b72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76888385b72) - Add
33
+ MountStrategy prop to specify mount strategy
14
34
 
15
35
  ## 4.3.6
16
36
 
17
37
  ### Patch Changes
18
38
 
19
- - [#39442](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39442) [`f78ae454863`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f78ae454863) - Update tooltip z-index to 9999
20
- - Updated dependencies
39
+ - [#39442](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39442)
40
+ [`f78ae454863`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f78ae454863) - Update
41
+ tooltip z-index to 9999
42
+ - Updated dependencies
21
43
 
22
44
  ## 4.3.5
23
45
 
24
46
  ### Patch Changes
25
47
 
26
- - [#38731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38731) [`9af31f3c1ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9af31f3c1ae) - Delete version.json
48
+ - [#38731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38731)
49
+ [`9af31f3c1ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9af31f3c1ae) - Delete
50
+ version.json
27
51
 
28
52
  ## 4.3.4
29
53
 
30
54
  ### Patch Changes
31
55
 
32
- - [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445) [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing unused dependencies and dev dependencies
56
+ - [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445)
57
+ [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) -
58
+ Removing unused dependencies and dev dependencies
33
59
 
34
60
  ## 4.3.3
35
61
 
36
62
  ### Patch Changes
37
63
 
38
- - [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124) [`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol packages to push-model consumption in Jira.
64
+ - [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
65
+ [`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol
66
+ packages to push-model consumption in Jira.
39
67
 
40
68
  ## 4.3.2
41
69
 
42
70
  ### Patch Changes
43
71
 
44
- - [#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
72
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
73
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
74
+ legacy types are published for TS 4.5-4.8
45
75
 
46
76
  ## 4.3.1
47
77
 
48
78
  ### Patch Changes
49
79
 
50
- - [#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`
80
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
81
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
82
+ Upgrade Typescript from `4.5.5` to `4.9.5`
51
83
 
52
84
  ## 4.3.0
53
85
 
54
86
  ### Minor Changes
55
87
 
56
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
88
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
89
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
90
+ minor dependency bump
57
91
 
58
92
  ### Patch Changes
59
93
 
60
- - Updated dependencies
94
+ - Updated dependencies
61
95
 
62
96
  ## 4.2.13
63
97
 
64
98
  ### Patch Changes
65
99
 
66
- - [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211) [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal changes.
100
+ - [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
101
+ [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) -
102
+ Internal changes.
67
103
 
68
104
  ## 4.2.12
69
105
 
70
106
  ### Patch Changes
71
107
 
72
- - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303) [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
108
+ - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
109
+ [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
110
+ change to introduce spacing tokens to design system components.
73
111
 
74
112
  ## 4.2.11
75
113
 
76
114
  ### Patch Changes
77
115
 
78
- - [#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`
116
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
117
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
118
+ Upgrade Typescript from `4.3.5` to `4.5.5`
79
119
 
80
120
  ## 4.2.10
81
121
 
82
122
  ### Patch Changes
83
123
 
84
- - [#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`.
124
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
125
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
126
+ Upgrade Typescript from `4.2.4` to `4.3.5`.
85
127
 
86
128
  ## 4.2.9
87
129
 
88
130
  ### Patch Changes
89
131
 
90
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`d5f0b466415`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5f0b466415) - Internal code change turning on new linting rules.
132
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
133
+ [`d5f0b466415`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5f0b466415) -
134
+ Internal code change turning on new linting rules.
91
135
 
92
136
  ## 4.2.8
93
137
 
94
138
  ### Patch Changes
95
139
 
96
- - [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614) [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
140
+ - [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614)
141
+ [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) -
142
+ Upgrading internal dependency (bind-event-listener) for improved internal types
97
143
 
98
144
  ## 4.2.7
99
145
 
100
146
  ### Patch Changes
101
147
 
102
- - [#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
148
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
149
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
150
+ Upgrade to TypeScript 4.2.4
103
151
 
104
152
  ## 4.2.6
105
153
 
106
154
  ### Patch Changes
107
155
 
108
- - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033) [`b3e5a62a9e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3e5a62a9e3) - Adds `static` techstack to package, enforcing stricter style linting. In this case the package already satisfied this requirement so there have been no changes to styles.
156
+ - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
157
+ [`b3e5a62a9e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3e5a62a9e3) - Adds
158
+ `static` techstack to package, enforcing stricter style linting. In this case the package
159
+ already satisfied this requirement so there have been no changes to styles.
109
160
 
110
161
  ## 4.2.5
111
162
 
112
163
  ### Patch Changes
113
164
 
114
- - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Retains the portal wrapper in the DOM after the last portal is unmounted. This drastically reduces the style recalculations and improves performance for portalled elements.
115
- - Updated dependencies
165
+ - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
166
+ [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) -
167
+ Retains the portal wrapper in the DOM after the last portal is unmounted. This drastically
168
+ reduces the style recalculations and improves performance for portalled elements.
169
+ - Updated dependencies
116
170
 
117
171
  ## 4.2.4
118
172
 
119
173
  ### Patch Changes
120
174
 
121
- - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`cd34d8ca8ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd34d8ca8ea) - Internal wiring up to the tokens techstack, no code changes.
175
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
176
+ [`cd34d8ca8ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd34d8ca8ea) -
177
+ Internal wiring up to the tokens techstack, no code changes.
122
178
 
123
179
  ## 4.2.3
124
180
 
125
181
  ### Patch Changes
126
182
 
127
- - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`ea086afdc2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea086afdc2d) - Fix bug where Portal was attached to the body after the children were rendered. Now Portal is attached before it's children are rendered.
128
- - Updated dependencies
183
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
184
+ [`ea086afdc2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea086afdc2d) - Fix
185
+ bug where Portal was attached to the body after the children were rendered. Now Portal is
186
+ attached before it's children are rendered.
187
+ - Updated dependencies
129
188
 
130
189
  ## 4.2.2
131
190
 
132
191
  ### Patch Changes
133
192
 
134
- - [#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`.
193
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
194
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
195
+ `@atlaskit/theme` to version `^11.3.0`.
135
196
 
136
197
  ## 4.2.1
137
198
 
138
199
  ### Patch Changes
139
200
 
140
- - [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167) [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates to development dependency `storybook-addon-performance`
201
+ - [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
202
+ [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) -
203
+ Updates to development dependency `storybook-addon-performance`
141
204
 
142
205
  ## 4.2.0
143
206
 
144
207
  ### Minor Changes
145
208
 
146
- - [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170) [`f6b951a51f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6b951a51f2) - Removes usage of styled-components in favour of standardising on emotion
209
+ - [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170)
210
+ [`f6b951a51f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6b951a51f2) -
211
+ Removes usage of styled-components in favour of standardising on emotion
147
212
 
148
213
  ## 4.1.2
149
214
 
150
215
  ### Patch Changes
151
216
 
152
- - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`28f40bac160`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f40bac160) - Updates targets for modal dialog in VR tests.
217
+ - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
218
+ [`28f40bac160`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f40bac160) -
219
+ Updates targets for modal dialog in VR tests.
153
220
 
154
221
  ## 4.1.1
155
222
 
156
223
  ### Patch Changes
157
224
 
158
- - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`8b360a4ac06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b360a4ac06) - NO-ISSUE Update modal dialog selector for VR & integration tests
159
- - Updated dependencies
225
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
226
+ [`8b360a4ac06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b360a4ac06) -
227
+ NO-ISSUE Update modal dialog selector for VR & integration tests
228
+ - Updated dependencies
160
229
 
161
230
  ## 4.1.0
162
231
 
163
232
  ### Minor Changes
164
233
 
165
- - [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083) [`d4f0c36ac36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4f0c36ac36) - Converted class based portal component to functional component and dropped unused ie11 specific code
234
+ - [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
235
+ [`d4f0c36ac36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4f0c36ac36) -
236
+ Converted class based portal component to functional component and dropped unused ie11 specific
237
+ code
166
238
 
167
239
  ### Patch Changes
168
240
 
169
- - [`9e94c1beb76`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e94c1beb76) - Removed deprecated auto entry points and added new entry points in Portal
170
- - [`e87c4a5ae8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e87c4a5ae8b) - Optimisation of z-index to layer name by removing dependency on atlaskit theme package
241
+ - [`9e94c1beb76`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e94c1beb76) -
242
+ Removed deprecated auto entry points and added new entry points in Portal
243
+ - [`e87c4a5ae8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e87c4a5ae8b) -
244
+ Optimisation of z-index to layer name by removing dependency on atlaskit theme package
171
245
 
172
246
  ## 4.0.5
173
247
 
174
248
  ### Patch Changes
175
249
 
176
- - [#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
250
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
251
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
252
+ Transpile packages using babel rather than tsc
177
253
 
178
254
  ## 4.0.4
179
255
 
180
256
  ### Patch Changes
181
257
 
182
- - [#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.
183
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
184
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
258
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
259
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
260
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
261
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle
262
+ Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
263
+ `devDependencies` to denote version that the package was built with.
185
264
 
186
265
  ## 4.0.3
187
266
 
188
267
  ### Patch Changes
189
268
 
190
- - Updated dependencies
269
+ - Updated dependencies
191
270
 
192
271
  ## 4.0.2
193
272
 
194
273
  ### Patch Changes
195
274
 
196
- - [#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
275
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
276
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
277
+ to TypeScript 3.9.6 and tslib to 2.0.0
197
278
 
198
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
199
- to prevent duplicates of tslib being bundled.
279
+ Since tslib is a dependency for all our packages we recommend that products also follow this
280
+ tslib upgrade to prevent duplicates of tslib being bundled.
200
281
 
201
282
  ## 4.0.1
202
283
 
203
284
  ### Patch Changes
204
285
 
205
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`3414523d6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3414523d6f) - Rearange buttons order to align with design guidelines
206
- - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
286
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
287
+ [`3414523d6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3414523d6f) - Rearange
288
+ buttons order to align with design guidelines
289
+ - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
290
+ all the theme imports to be tree-shakable
207
291
 
208
292
  ## 4.0.0
209
293
 
210
294
  ### Major Changes
211
295
 
212
- - [#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.
213
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
296
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
297
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
298
+ Officially dropping IE11 support, from this version onwards there are no warranties of the
299
+ package working in IE11. For more information see:
300
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
214
301
 
215
302
  ### Patch Changes
216
303
 
217
- - Updated dependencies
304
+ - Updated dependencies
218
305
 
219
306
  ## 3.1.9
220
307
 
221
308
  ### Patch Changes
222
309
 
223
- - [#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
310
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
311
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
312
+ and supporting files will no longer be published to npm
224
313
 
225
314
  ## 3.1.8
226
315
 
227
316
  ### Patch Changes
228
317
 
229
- - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868) [`4069606178`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4069606178) - Change imports to comply with Atlassian conventions- Updated dependencies
318
+ - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
319
+ [`4069606178`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4069606178) - Change
320
+ imports to comply with Atlassian conventions- Updated dependencies
230
321
 
231
322
  ## 3.1.7
232
323
 
233
324
  ### Patch Changes
234
325
 
235
- - [patch][603413f530](https://bitbucket.org/atlassian/atlassian-frontend/commits/603413f530):
326
+ - [patch][603413f530](https://bitbucket.org/atlassian/atlassian-frontend/commits/603413f530):
236
327
 
237
- Remove 'export \*' for improved tree shaking- Updated dependencies [168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
328
+ Remove 'export \*' for improved tree shaking- Updated dependencies
329
+ [168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
238
330
 
239
- - Updated dependencies [f5b654c328](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5b654c328):
240
- - Updated dependencies [0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
241
- - Updated dependencies [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
242
- - Updated dependencies [b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
243
- - Updated dependencies [0389a42cc5](https://bitbucket.org/atlassian/atlassian-frontend/commits/0389a42cc5):
244
- - Updated dependencies [89bf723567](https://bitbucket.org/atlassian/atlassian-frontend/commits/89bf723567):
245
- - @atlaskit/docs@8.5.1
246
- - @atlaskit/modal-dialog@10.5.6
247
- - @atlaskit/theme@9.5.3
248
- - @atlaskit/button@13.3.10
249
- - @atlaskit/onboarding@9.1.5
331
+ - Updated dependencies
332
+ [f5b654c328](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5b654c328):
333
+ - Updated dependencies
334
+ [0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
335
+ - Updated dependencies
336
+ [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
337
+ - Updated dependencies
338
+ [b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
339
+ - Updated dependencies
340
+ [0389a42cc5](https://bitbucket.org/atlassian/atlassian-frontend/commits/0389a42cc5):
341
+ - Updated dependencies
342
+ [89bf723567](https://bitbucket.org/atlassian/atlassian-frontend/commits/89bf723567):
343
+ - @atlaskit/docs@8.5.1
344
+ - @atlaskit/modal-dialog@10.5.6
345
+ - @atlaskit/theme@9.5.3
346
+ - @atlaskit/button@13.3.10
347
+ - @atlaskit/onboarding@9.1.5
250
348
 
251
349
  ## 3.1.6
252
350
 
253
351
  ### Patch Changes
254
352
 
255
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
353
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
256
354
 
257
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
355
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
356
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
258
357
 
259
- - @atlaskit/docs@8.3.2
260
- - @atlaskit/visual-regression@0.1.9
261
- - @atlaskit/button@13.3.7
262
- - @atlaskit/flag@12.3.7
263
- - @atlaskit/icon@20.0.1
264
- - @atlaskit/inline-dialog@12.1.9
265
- - @atlaskit/modal-dialog@10.5.2
266
- - @atlaskit/onboarding@9.0.9
267
- - @atlaskit/theme@9.5.1
268
- - @atlaskit/tooltip@15.2.3
358
+ - @atlaskit/docs@8.3.2
359
+ - @atlaskit/visual-regression@0.1.9
360
+ - @atlaskit/button@13.3.7
361
+ - @atlaskit/flag@12.3.7
362
+ - @atlaskit/icon@20.0.1
363
+ - @atlaskit/inline-dialog@12.1.9
364
+ - @atlaskit/modal-dialog@10.5.2
365
+ - @atlaskit/onboarding@9.0.9
366
+ - @atlaskit/theme@9.5.1
367
+ - @atlaskit/tooltip@15.2.3
269
368
 
270
369
  ## 3.1.5
271
370
 
272
371
  ### Patch Changes
273
372
 
274
- - Updated dependencies [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
275
- - @atlaskit/icon@20.0.0
276
- - @atlaskit/flag@12.3.6
277
- - @atlaskit/modal-dialog@10.5.1
278
- - @atlaskit/docs@8.3.1
279
- - @atlaskit/button@13.3.6
280
- - @atlaskit/inline-dialog@12.1.8
281
- - @atlaskit/onboarding@9.0.8
282
- - @atlaskit/tooltip@15.2.2
373
+ - Updated dependencies
374
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
375
+ - @atlaskit/icon@20.0.0
376
+ - @atlaskit/flag@12.3.6
377
+ - @atlaskit/modal-dialog@10.5.1
378
+ - @atlaskit/docs@8.3.1
379
+ - @atlaskit/button@13.3.6
380
+ - @atlaskit/inline-dialog@12.1.8
381
+ - @atlaskit/onboarding@9.0.8
382
+ - @atlaskit/tooltip@15.2.2
283
383
 
284
384
  ## 3.1.4
285
385
 
286
386
  ### Patch Changes
287
387
 
288
- - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
388
+ - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
289
389
 
290
- Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result- Updated dependencies [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
390
+ Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
391
+ Updated dependencies
392
+ [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
291
393
 
292
- - Updated dependencies [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
293
- - Updated dependencies [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
294
- - @atlaskit/icon@19.1.0
295
- - @atlaskit/theme@9.5.0
296
- - @atlaskit/button@13.3.5
297
- - @atlaskit/flag@12.3.5
298
- - @atlaskit/inline-dialog@12.1.7
299
- - @atlaskit/tooltip@15.2.1
394
+ - Updated dependencies
395
+ [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
396
+ - Updated dependencies
397
+ [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
398
+ - @atlaskit/icon@19.1.0
399
+ - @atlaskit/theme@9.5.0
400
+ - @atlaskit/button@13.3.5
401
+ - @atlaskit/flag@12.3.5
402
+ - @atlaskit/inline-dialog@12.1.7
403
+ - @atlaskit/tooltip@15.2.1
300
404
 
301
405
  ## 3.1.3
302
406
 
303
407
  ### Patch Changes
304
408
 
305
- - [patch][f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
409
+ - [patch][f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
306
410
 
307
- Corrects the type exports for typography, colors, elevation and layers. If you were doing any dynamic code it may break you. Refer to the [upgrade guide](/packages/core/theme/docs/upgrade-guide) for help upgrading.- Updated dependencies [c1d4898af5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1d4898af5):
411
+ Corrects the type exports for typography, colors, elevation and layers. If you were doing any
412
+ dynamic code it may break you. Refer to the
413
+ [upgrade guide](/packages/core/theme/docs/upgrade-guide) for help upgrading.- Updated
414
+ dependencies [c1d4898af5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1d4898af5):
308
415
 
309
- - Updated dependencies [3c0f6feee5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c0f6feee5):
310
- - Updated dependencies [f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
311
- - @atlaskit/icon@19.0.11
312
- - @atlaskit/theme@9.3.0
416
+ - Updated dependencies
417
+ [3c0f6feee5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c0f6feee5):
418
+ - Updated dependencies
419
+ [f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
420
+ - @atlaskit/icon@19.0.11
421
+ - @atlaskit/theme@9.3.0
313
422
 
314
423
  ## 3.1.2
315
424
 
316
425
  ### Patch Changes
317
426
 
318
- - [patch][adc048de7e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/adc048de7e):
427
+ - [patch][adc048de7e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/adc048de7e):
319
428
 
320
- Fixing ie11 bug caused by using Event constructor
429
+ Fixing ie11 bug caused by using Event constructor
321
430
 
322
431
  ## 3.1.1
323
432
 
@@ -327,9 +436,9 @@ It is broken for ie11 if you are not polyfilling the `new Event` constructor
327
436
 
328
437
  ### Patch Changes
329
438
 
330
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
439
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
331
440
 
332
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
441
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
333
442
 
334
443
  ## 3.1.0
335
444
 
@@ -339,373 +448,422 @@ It is broken for ie11 if you are not polyfilling the `new Event` constructor
339
448
 
340
449
  ### Minor Changes
341
450
 
342
- - [minor][bf8796cffa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bf8796cffa):
451
+ - [minor][bf8796cffa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bf8796cffa):
343
452
 
344
- Add mount and unmount events to @atlaskit/portal
453
+ Add mount and unmount events to @atlaskit/portal
345
454
 
346
455
  ## 3.0.13
347
456
 
348
- - Updated dependencies [a75dfaad67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a75dfaad67):
349
- - @atlaskit/onboarding@9.0.0
457
+ - Updated dependencies
458
+ [a75dfaad67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a75dfaad67):
459
+ - @atlaskit/onboarding@9.0.0
350
460
 
351
461
  ## 3.0.12
352
462
 
353
463
  ### Patch Changes
354
464
 
355
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
465
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
356
466
 
357
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
467
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
468
+ non-relative imports as relative imports
358
469
 
359
470
  ## 3.0.11
360
471
 
361
472
  ### Patch Changes
362
473
 
363
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
474
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
364
475
 
365
- Upgraded Typescript to 3.3.x
476
+ Upgraded Typescript to 3.3.x
366
477
 
367
478
  ## 3.0.10
368
479
 
369
480
  ### Patch Changes
370
481
 
371
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
482
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
372
483
 
373
- Updates component maintainers
484
+ Updates component maintainers
374
485
 
375
486
  ## 3.0.9
376
487
 
377
488
  ### Patch Changes
378
489
 
379
- - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
490
+ - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
380
491
 
381
- Fixes bug, missing version.json file
492
+ Fixes bug, missing version.json file
382
493
 
383
494
  ## 3.0.8
384
495
 
385
496
  ### Patch Changes
386
497
 
387
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
498
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
388
499
 
389
- In this PR, we are:
500
+ In this PR, we are:
390
501
 
391
- - Re-introducing dist build folders
392
- - Adding back cjs
393
- - Replacing es5 by cjs and es2015 by esm
394
- - Creating folders at the root for entry-points
395
- - Removing the generation of the entry-points at the root
396
- 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
502
+ - Re-introducing dist build folders
503
+ - Adding back cjs
504
+ - Replacing es5 by cjs and es2015 by esm
505
+ - Creating folders at the root for entry-points
506
+ - Removing the generation of the entry-points at the root Please see this
507
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
508
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
509
+ for further details
397
510
 
398
511
  ## 3.0.7
399
512
 
400
- - Updated dependencies [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
401
- - @atlaskit/docs@8.1.3
402
- - @atlaskit/button@13.0.9
403
- - @atlaskit/flag@12.0.10
404
- - @atlaskit/inline-dialog@12.0.3
405
- - @atlaskit/modal-dialog@10.0.7
406
- - @atlaskit/onboarding@8.0.6
407
- - @atlaskit/tooltip@15.0.2
408
- - @atlaskit/icon@19.0.0
513
+ - Updated dependencies
514
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
515
+ - @atlaskit/docs@8.1.3
516
+ - @atlaskit/button@13.0.9
517
+ - @atlaskit/flag@12.0.10
518
+ - @atlaskit/inline-dialog@12.0.3
519
+ - @atlaskit/modal-dialog@10.0.7
520
+ - @atlaskit/onboarding@8.0.6
521
+ - @atlaskit/tooltip@15.0.2
522
+ - @atlaskit/icon@19.0.0
409
523
 
410
524
  ## 3.0.6
411
525
 
412
526
  ### Patch Changes
413
527
 
414
- - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
528
+ - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
415
529
 
416
- index.ts will now be ignored when publishing to npm
530
+ index.ts will now be ignored when publishing to npm
417
531
 
418
532
  ## 3.0.5
419
533
 
420
534
  ### Patch Changes
421
535
 
422
- - [patch][93bcf314c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93bcf314c6):
536
+ - [patch][93bcf314c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93bcf314c6):
423
537
 
424
- Added missing tslib dep
538
+ Added missing tslib dep
425
539
 
426
540
  ## 3.0.4
427
541
 
428
- - Updated dependencies [67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
429
- - @atlaskit/icon@18.0.1
430
- - @atlaskit/tooltip@15.0.0
542
+ - Updated dependencies
543
+ [67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
544
+ - @atlaskit/icon@18.0.1
545
+ - @atlaskit/tooltip@15.0.0
431
546
 
432
547
  ## 3.0.3
433
548
 
434
- - Updated dependencies [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
435
- - @atlaskit/docs@8.1.2
436
- - @atlaskit/button@13.0.8
437
- - @atlaskit/flag@12.0.4
438
- - @atlaskit/inline-dialog@12.0.1
439
- - @atlaskit/modal-dialog@10.0.4
440
- - @atlaskit/onboarding@8.0.4
441
- - @atlaskit/tooltip@14.0.3
442
- - @atlaskit/icon@18.0.0
549
+ - Updated dependencies
550
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
551
+ - @atlaskit/docs@8.1.2
552
+ - @atlaskit/button@13.0.8
553
+ - @atlaskit/flag@12.0.4
554
+ - @atlaskit/inline-dialog@12.0.1
555
+ - @atlaskit/modal-dialog@10.0.4
556
+ - @atlaskit/onboarding@8.0.4
557
+ - @atlaskit/tooltip@14.0.3
558
+ - @atlaskit/icon@18.0.0
443
559
 
444
560
  ## 3.0.2
445
561
 
446
- - Updated dependencies [181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
447
- - @atlaskit/modal-dialog@10.0.3
448
- - @atlaskit/inline-dialog@12.0.0
562
+ - Updated dependencies
563
+ [181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
564
+ - @atlaskit/modal-dialog@10.0.3
565
+ - @atlaskit/inline-dialog@12.0.0
449
566
 
450
567
  ## 3.0.1
451
568
 
452
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
569
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
453
570
 
454
- - This is just a safety release in case anything strange happened in in the previous one. See Pull Request #5942 for details
571
+ - This is just a safety release in case anything strange happened in in the previous one. See
572
+ Pull Request #5942 for details
455
573
 
456
574
  ## 3.0.0
457
575
 
458
- - [major][dacfb81ca1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dacfb81ca1):
576
+ - [major][dacfb81ca1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dacfb81ca1):
459
577
 
460
- - @atlaskit/portal has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
578
+ - @atlaskit/portal has been converted to Typescript. Typescript consumers will now get static
579
+ type safety. Flow types are no longer provided. No API or behavioural changes.
461
580
 
462
- - Updated dependencies [06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
463
- - @atlaskit/icon@17.1.2
464
- - @atlaskit/onboarding@8.0.2
465
- - @atlaskit/modal-dialog@10.0.0
581
+ - Updated dependencies
582
+ [06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
583
+ - @atlaskit/icon@17.1.2
584
+ - @atlaskit/onboarding@8.0.2
585
+ - @atlaskit/modal-dialog@10.0.0
466
586
 
467
587
  ## 2.0.1
468
588
 
469
- - Updated dependencies [238b65171f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/238b65171f):
470
- - @atlaskit/flag@12.0.0
589
+ - Updated dependencies
590
+ [238b65171f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/238b65171f):
591
+ - @atlaskit/flag@12.0.0
471
592
 
472
593
  ## 2.0.0
473
594
 
474
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
595
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
475
596
 
476
- - 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.
597
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
598
+ this package, please ensure you use at least this version of react and react-dom.
477
599
 
478
600
  ## 1.0.0
479
601
 
480
- - [major][5b6b4d6a0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b6b4d6a0f):
602
+ - [major][5b6b4d6a0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b6b4d6a0f):
481
603
 
482
- - This major release indicates that this package is no longer under dev preview but is ready for use
604
+ - This major release indicates that this package is no longer under dev preview but is ready
605
+ for use
483
606
 
484
607
  ## 0.3.1
485
608
 
486
- - Updated dependencies [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
487
- - @atlaskit/docs@7.0.2
488
- - @atlaskit/flag@10.0.5
489
- - @atlaskit/icon@16.0.8
490
- - @atlaskit/inline-dialog@10.0.3
491
- - @atlaskit/modal-dialog@8.0.6
492
- - @atlaskit/onboarding@7.0.3
493
- - @atlaskit/tooltip@13.0.3
494
- - @atlaskit/button@12.0.0
609
+ - Updated dependencies
610
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
611
+ - @atlaskit/docs@7.0.2
612
+ - @atlaskit/flag@10.0.5
613
+ - @atlaskit/icon@16.0.8
614
+ - @atlaskit/inline-dialog@10.0.3
615
+ - @atlaskit/modal-dialog@8.0.6
616
+ - @atlaskit/onboarding@7.0.3
617
+ - @atlaskit/tooltip@13.0.3
618
+ - @atlaskit/button@12.0.0
495
619
 
496
620
  ## 0.3.0
497
621
 
498
- - [minor][ce4e1b4780](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ce4e1b4780):
622
+ - [minor][ce4e1b4780](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ce4e1b4780):
499
623
 
500
- - zIndex prop now accepts string and number values. Portal consumers can now use css values like "unset" if needed.
624
+ - zIndex prop now accepts string and number values. Portal consumers can now use css values
625
+ like "unset" if needed.
501
626
 
502
627
  ## 0.2.2
503
628
 
504
- - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
629
+ - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
505
630
 
506
- - Removes duplicate babel-runtime dependency
631
+ - Removes duplicate babel-runtime dependency
507
632
 
508
633
  ## 0.2.1
509
634
 
510
- - Updated dependencies [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
511
- - @atlaskit/docs@7.0.1
512
- - @atlaskit/flag@10.0.1
513
- - @atlaskit/icon@16.0.5
514
- - @atlaskit/inline-dialog@10.0.1
515
- - @atlaskit/modal-dialog@8.0.2
516
- - @atlaskit/onboarding@7.0.1
517
- - @atlaskit/tooltip@13.0.1
518
- - @atlaskit/button@11.0.0
635
+ - Updated dependencies
636
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
637
+ - @atlaskit/docs@7.0.1
638
+ - @atlaskit/flag@10.0.1
639
+ - @atlaskit/icon@16.0.5
640
+ - @atlaskit/inline-dialog@10.0.1
641
+ - @atlaskit/modal-dialog@8.0.2
642
+ - @atlaskit/onboarding@7.0.1
643
+ - @atlaskit/tooltip@13.0.1
644
+ - @atlaskit/button@11.0.0
519
645
 
520
646
  ## 0.2.0
521
647
 
522
- - [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
648
+ - [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
523
649
 
524
- - Drop ES5 from all the flow modules
650
+ - Drop ES5 from all the flow modules
525
651
 
526
- ### Dropping CJS support in all @atlaskit packages
652
+ ### Dropping CJS support in all @atlaskit packages
527
653
 
528
- 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
529
- `export` declarations.
654
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
655
+ distribute esm. This means all distributed code will be transpiled, but will still contain
656
+ `import` and `export` declarations.
530
657
 
531
- The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
658
+ The major reason for doing this is to allow us to support multiple entry points in packages,
659
+ e.g:
532
660
 
533
- ```js
534
- import colors from `@atlaskit/theme/colors`;
535
- ```
661
+ ```js
662
+ import colors from `@atlaskit/theme/colors`;
663
+ ```
536
664
 
537
- Previously this was sort of possible for consumers by doing something like:
665
+ Previously this was sort of possible for consumers by doing something like:
538
666
 
539
- ```js
540
- import colors from `@atlaskit/theme/dist/esm/colors`;
541
- ```
667
+ ```js
668
+ import colors from `@atlaskit/theme/dist/esm/colors`;
669
+ ```
542
670
 
543
- 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.
671
+ This has a couple of issues. 1, it treats the file system as API making internal refactors
672
+ harder, we have to worry about how consumers might be using things that aren't _actually_
673
+ supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
674
+ to lots of packages bundling all of theme, just to use a single color, especially in situations
675
+ where tree shaking fails.
544
676
 
545
- 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.
677
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
678
+ multiple distributions as they would need to have very different imports from of their own
679
+ internal dependencies.
546
680
 
547
- ES Modules are widely supported by all modern bundlers and can be worked around in node environments.
681
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
682
+ environments.
548
683
 
549
- 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.
684
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
685
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
686
+ saner API's and simpler package architecture.
550
687
 
551
- 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.
688
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
689
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
690
+ external) if you have any questions or queries about this.
552
691
 
553
692
  ## 0.1.0
554
693
 
555
- - [minor][27cacd44ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27cacd44ab):
694
+ - [minor][27cacd44ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27cacd44ab):
556
695
 
557
- - Components inside Portal render after portal container element is attached to the DOM
696
+ - Components inside Portal render after portal container element is attached to the DOM
558
697
 
559
698
  ## 0.0.18
560
699
 
561
- - Updated dependencies [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
562
- - @atlaskit/docs@6.0.1
563
- - @atlaskit/button@10.1.2
564
- - @atlaskit/flag@9.1.9
565
- - @atlaskit/inline-dialog@9.0.14
566
- - @atlaskit/modal-dialog@7.2.1
567
- - @atlaskit/onboarding@6.1.16
568
- - @atlaskit/tooltip@12.1.15
569
- - @atlaskit/icon@16.0.0
700
+ - Updated dependencies
701
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
702
+ - @atlaskit/docs@6.0.1
703
+ - @atlaskit/button@10.1.2
704
+ - @atlaskit/flag@9.1.9
705
+ - @atlaskit/inline-dialog@9.0.14
706
+ - @atlaskit/modal-dialog@7.2.1
707
+ - @atlaskit/onboarding@6.1.16
708
+ - @atlaskit/tooltip@12.1.15
709
+ - @atlaskit/icon@16.0.0
570
710
 
571
711
  ## 0.0.17
572
712
 
573
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
574
- - @atlaskit/button@10.1.1
575
- - @atlaskit/flag@9.1.8
576
- - @atlaskit/icon@15.0.2
577
- - @atlaskit/inline-dialog@9.0.13
578
- - @atlaskit/modal-dialog@7.1.1
579
- - @atlaskit/onboarding@6.1.14
580
- - @atlaskit/tooltip@12.1.13
581
- - @atlaskit/docs@6.0.0
713
+ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
714
+ - @atlaskit/button@10.1.1
715
+ - @atlaskit/flag@9.1.8
716
+ - @atlaskit/icon@15.0.2
717
+ - @atlaskit/inline-dialog@9.0.13
718
+ - @atlaskit/modal-dialog@7.1.1
719
+ - @atlaskit/onboarding@6.1.14
720
+ - @atlaskit/tooltip@12.1.13
721
+ - @atlaskit/docs@6.0.0
582
722
 
583
723
  ## 0.0.16
584
724
 
585
- - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
586
- - @atlaskit/docs@5.2.2
587
- - @atlaskit/button@10.0.1
588
- - @atlaskit/flag@9.1.6
589
- - @atlaskit/inline-dialog@9.0.11
590
- - @atlaskit/modal-dialog@7.0.13
591
- - @atlaskit/onboarding@6.1.11
592
- - @atlaskit/tooltip@12.1.11
593
- - @atlaskit/icon@15.0.0
725
+ - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
726
+ - @atlaskit/docs@5.2.2
727
+ - @atlaskit/button@10.0.1
728
+ - @atlaskit/flag@9.1.6
729
+ - @atlaskit/inline-dialog@9.0.11
730
+ - @atlaskit/modal-dialog@7.0.13
731
+ - @atlaskit/onboarding@6.1.11
732
+ - @atlaskit/tooltip@12.1.11
733
+ - @atlaskit/icon@15.0.0
594
734
 
595
735
  ## 0.0.15
596
736
 
597
- - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
598
- - @atlaskit/docs@5.2.1
599
- - @atlaskit/flag@9.1.5
600
- - @atlaskit/icon@14.6.1
601
- - @atlaskit/inline-dialog@9.0.10
602
- - @atlaskit/modal-dialog@7.0.12
603
- - @atlaskit/onboarding@6.1.10
604
- - @atlaskit/tooltip@12.1.10
605
- - @atlaskit/button@10.0.0
737
+ - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
738
+ - @atlaskit/docs@5.2.1
739
+ - @atlaskit/flag@9.1.5
740
+ - @atlaskit/icon@14.6.1
741
+ - @atlaskit/inline-dialog@9.0.10
742
+ - @atlaskit/modal-dialog@7.0.12
743
+ - @atlaskit/onboarding@6.1.10
744
+ - @atlaskit/tooltip@12.1.10
745
+ - @atlaskit/button@10.0.0
606
746
 
607
747
  ## 0.0.14
608
748
 
609
- - [patch][1fb2c2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1fb2c2a):
749
+ - [patch][1fb2c2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1fb2c2a):
610
750
 
611
- - Fixed issue where tooltips and modals would initially render in the wrong location
751
+ - Fixed issue where tooltips and modals would initially render in the wrong location
612
752
 
613
753
  ## 0.0.13
614
754
 
615
- - [patch][3f5a4dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f5a4dd):
755
+ - [patch][3f5a4dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f5a4dd):
616
756
 
617
- - Replaces our own check for dom in ssr with exenv package
757
+ - Replaces our own check for dom in ssr with exenv package
618
758
 
619
759
  ## 0.0.12
620
760
 
621
- - [patch] fixes problem with the DOM container for portal not creating a new stacking context [aaab348](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aaab348)
761
+ - [patch] fixes problem with the DOM container for portal not creating a new stacking context
762
+ [aaab348](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aaab348)
622
763
 
623
764
  ## 0.0.11
624
765
 
625
- - [patch] Adds missing implicit @babel/runtime dependency [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
766
+ - [patch] Adds missing implicit @babel/runtime dependency
767
+ [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
626
768
 
627
769
  ## 0.0.10
628
770
 
629
- - [patch] Updated dependencies [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
630
- - @atlaskit/docs@5.0.8
631
- - @atlaskit/button@9.0.13
632
- - @atlaskit/flag@9.0.11
633
- - @atlaskit/inline-dialog@9.0.6
634
- - @atlaskit/modal-dialog@7.0.2
635
- - @atlaskit/onboarding@6.0.2
636
- - @atlaskit/tooltip@12.1.1
637
- - @atlaskit/icon@14.0.0
771
+ - [patch] Updated dependencies
772
+ [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
773
+ - @atlaskit/docs@5.0.8
774
+ - @atlaskit/button@9.0.13
775
+ - @atlaskit/flag@9.0.11
776
+ - @atlaskit/inline-dialog@9.0.6
777
+ - @atlaskit/modal-dialog@7.0.2
778
+ - @atlaskit/onboarding@6.0.2
779
+ - @atlaskit/tooltip@12.1.1
780
+ - @atlaskit/icon@14.0.0
638
781
 
639
782
  ## 0.0.9
640
783
 
641
- - [patch] Updated dependencies [d5a043a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5a043a)
642
- - @atlaskit/icon@13.8.1
643
- - @atlaskit/onboarding@6.0.1
644
- - @atlaskit/flag@9.0.10
645
- - @atlaskit/tooltip@12.0.14
646
- - @atlaskit/modal-dialog@7.0.0
784
+ - [patch] Updated dependencies
785
+ [d5a043a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5a043a)
786
+ - @atlaskit/icon@13.8.1
787
+ - @atlaskit/onboarding@6.0.1
788
+ - @atlaskit/flag@9.0.10
789
+ - @atlaskit/tooltip@12.0.14
790
+ - @atlaskit/modal-dialog@7.0.0
647
791
 
648
792
  ## 0.0.8
649
793
 
650
- - [patch] Updated dependencies [d9d2f0d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d9d2f0d)
651
- - [none] Updated dependencies [89be4f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89be4f1)
652
- - @atlaskit/flag@9.0.9
653
- - @atlaskit/tooltip@12.0.13
654
- - @atlaskit/onboarding@6.0.0
794
+ - [patch] Updated dependencies
795
+ [d9d2f0d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d9d2f0d)
796
+ - [none] Updated dependencies
797
+ [89be4f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89be4f1)
798
+ - @atlaskit/flag@9.0.9
799
+ - @atlaskit/tooltip@12.0.13
800
+ - @atlaskit/onboarding@6.0.0
655
801
 
656
802
  ## 0.0.7
657
803
 
658
- - [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
804
+ - [patch] Adds sideEffects: false to allow proper tree shaking
805
+ [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
659
806
 
660
807
  ## 0.0.6
661
808
 
662
- - [patch] Updated dependencies [1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a)
663
- - @atlaskit/inline-dialog@9.0.0
664
- - @atlaskit/tooltip@12.0.8
665
- - @atlaskit/modal-dialog@6.0.8
666
- - [none] Updated dependencies [a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3)
667
- - @atlaskit/inline-dialog@9.0.0
668
- - @atlaskit/tooltip@12.0.8
669
- - @atlaskit/modal-dialog@6.0.8
670
- - [none] Updated dependencies [87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
671
- - @atlaskit/inline-dialog@9.0.0
672
- - @atlaskit/tooltip@12.0.8
673
- - @atlaskit/modal-dialog@6.0.8
674
- - [none] Updated dependencies [a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
675
- - @atlaskit/inline-dialog@9.0.0
676
- - @atlaskit/tooltip@12.0.8
677
- - @atlaskit/modal-dialog@6.0.8
809
+ - [patch] Updated dependencies
810
+ [1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a)
811
+ - @atlaskit/inline-dialog@9.0.0
812
+ - @atlaskit/tooltip@12.0.8
813
+ - @atlaskit/modal-dialog@6.0.8
814
+ - [none] Updated dependencies
815
+ [a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3)
816
+ - @atlaskit/inline-dialog@9.0.0
817
+ - @atlaskit/tooltip@12.0.8
818
+ - @atlaskit/modal-dialog@6.0.8
819
+ - [none] Updated dependencies
820
+ [87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
821
+ - @atlaskit/inline-dialog@9.0.0
822
+ - @atlaskit/tooltip@12.0.8
823
+ - @atlaskit/modal-dialog@6.0.8
824
+ - [none] Updated dependencies
825
+ [a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
826
+ - @atlaskit/inline-dialog@9.0.0
827
+ - @atlaskit/tooltip@12.0.8
828
+ - @atlaskit/modal-dialog@6.0.8
678
829
 
679
830
  ## 0.0.5
680
831
 
681
- - [patch] Adds missing dependency on babel-runtime [e41e465](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e41e465)
682
- - [none] Updated dependencies [e41e465](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e41e465)
683
- - @atlaskit/tooltip@12.0.7
832
+ - [patch] Adds missing dependency on babel-runtime
833
+ [e41e465](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e41e465)
834
+ - [none] Updated dependencies
835
+ [e41e465](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e41e465)
836
+ - @atlaskit/tooltip@12.0.7
684
837
 
685
838
  ## 0.0.4
686
839
 
687
- - [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)
688
- - [none] Updated dependencies [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
689
- - @atlaskit/tooltip@12.0.5
690
- - @atlaskit/inline-dialog@8.0.4
691
- - @atlaskit/modal-dialog@6.0.6
692
- - @atlaskit/onboarding@5.1.4
693
- - @atlaskit/flag@9.0.4
694
- - @atlaskit/button@9.0.5
695
- - @atlaskit/icon@13.2.4
840
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
841
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
842
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
843
+ - [none] Updated dependencies
844
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
845
+ - @atlaskit/tooltip@12.0.5
846
+ - @atlaskit/inline-dialog@8.0.4
847
+ - @atlaskit/modal-dialog@6.0.6
848
+ - @atlaskit/onboarding@5.1.4
849
+ - @atlaskit/flag@9.0.4
850
+ - @atlaskit/button@9.0.5
851
+ - @atlaskit/icon@13.2.4
696
852
 
697
853
  ## 0.0.3
698
854
 
699
- - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
700
- - @atlaskit/inline-dialog@8.0.3
701
- - @atlaskit/tooltip@12.0.4
702
- - @atlaskit/onboarding@5.1.3
703
- - @atlaskit/flag@9.0.3
704
- - @atlaskit/icon@13.2.2
705
- - @atlaskit/button@9.0.4
706
- - @atlaskit/docs@5.0.2
707
- - @atlaskit/modal-dialog@6.0.5
855
+ - [patch] Updated dependencies
856
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
857
+ - @atlaskit/inline-dialog@8.0.3
858
+ - @atlaskit/tooltip@12.0.4
859
+ - @atlaskit/onboarding@5.1.3
860
+ - @atlaskit/flag@9.0.3
861
+ - @atlaskit/icon@13.2.2
862
+ - @atlaskit/button@9.0.4
863
+ - @atlaskit/docs@5.0.2
864
+ - @atlaskit/modal-dialog@6.0.5
708
865
 
709
866
  ## 0.0.2
710
867
 
711
- - [patch] Initial dev release of portal package [6d5c8c0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6d5c8c0)
868
+ - [patch] Initial dev release of portal package
869
+ [6d5c8c0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6d5c8c0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/portal",
3
- "version": "4.4.1",
3
+ "version": "4.5.0",
4
4
  "description": "A wrapper for rendering components in React portals.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,32 +31,35 @@
31
31
  "website": {
32
32
  "name": "Portal",
33
33
  "category": "Libraries"
34
- }
34
+ },
35
+ "runReact18": true
35
36
  },
36
37
  "af:exports": {
37
38
  "./types": "./src/entry-points/types.tsx",
38
39
  ".": "./src/index.tsx"
39
40
  },
40
41
  "dependencies": {
41
- "@atlaskit/theme": "^12.6.0",
42
+ "@atlaskit/theme": "^12.7.0",
42
43
  "@babel/runtime": "^7.0.0"
43
44
  },
44
45
  "peerDependencies": {
45
- "react": "^16.8.0",
46
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
46
47
  "react-dom": "^16.8.0"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@af/accessibility-testing": "*",
50
51
  "@af/integration-testing": "*",
51
- "@atlaskit/ds-lib": "^2.2.0",
52
+ "@atlaskit/ds-lib": "^2.3.0",
53
+ "@atlaskit/modal-dialog": "^12.13.0",
52
54
  "@atlaskit/ssr": "*",
53
- "@atlaskit/tokens": "^1.42.0",
55
+ "@atlaskit/tokens": "^1.45.0",
56
+ "@atlaskit/tooltip": "^18.3.0",
54
57
  "@atlaskit/visual-regression": "*",
55
58
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
56
59
  "@emotion/react": "^11.7.1",
57
60
  "@testing-library/react": "^12.1.5",
58
61
  "@testing-library/react-hooks": "^8.0.1",
59
- "bind-event-listener": "^2.1.1",
62
+ "bind-event-listener": "^3.0.0",
60
63
  "raf-stub": "^2.0.1",
61
64
  "storybook-addon-performance": "^0.16.0",
62
65
  "typescript": "~5.4.2"