@atlaskit/popup 1.14.1 → 1.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +429 -221
  2. package/package.json +6 -4
package/CHANGELOG.md CHANGED
@@ -1,332 +1,450 @@
1
1
  # @atlaskit/popup
2
2
 
3
+ ## 1.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.15.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#93705](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93705)
14
+ [`e0da49f51c4b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e0da49f51c4b) -
15
+ Add support for React 18.
16
+
3
17
  ## 1.14.1
4
18
 
5
19
  ### Patch Changes
6
20
 
7
- - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316) [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) - Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
21
+ - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
22
+ [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
23
+ Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
8
24
 
9
25
  ## 1.14.0
10
26
 
11
27
  ### Minor Changes
12
28
 
13
- - [#84410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84410) [`9d5dc8f7de85`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9d5dc8f7de85) - Adds a new `strategy` prop to control the positioning strategy to use other than the default 'fixed' position.
29
+ - [#84410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84410)
30
+ [`9d5dc8f7de85`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9d5dc8f7de85) -
31
+ Adds a new `strategy` prop to control the positioning strategy to use other than the default
32
+ 'fixed' position.
14
33
 
15
34
  ## 1.13.2
16
35
 
17
36
  ### Patch Changes
18
37
 
19
- - [#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`
38
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
39
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
40
+ Upgrade Typescript from `4.9.5` to `5.4.2`
20
41
 
21
42
  ## 1.13.1
22
43
 
23
44
  ### Patch Changes
24
45
 
25
- - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085) [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) - Update usage of `React.FC` to explicity include `children`
46
+ - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
47
+ [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
48
+ Update usage of `React.FC` to explicity include `children`
26
49
 
27
50
  ## 1.13.0
28
51
 
29
52
  ### Minor Changes
30
53
 
31
- - [#70573](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70573) [`c8fa9cdd08e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c8fa9cdd08e4) - Accessibility changes. Add a new optional prop `shouldDisableFocusLock`. We are testing the ability to close the popup by pressing the Tab key when `shouldDisableFocusLock` is `true` and `shouldRenderToParent` is `true` behind a feature flag. This is necessary for the dropdown menu to work correctly. If this fix is successful it will be available in a later release.
54
+ - [#70573](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70573)
55
+ [`c8fa9cdd08e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c8fa9cdd08e4) -
56
+ Accessibility changes. Add a new optional prop `shouldDisableFocusLock`. We are testing the
57
+ ability to close the popup by pressing the Tab key when `shouldDisableFocusLock` is `true` and
58
+ `shouldRenderToParent` is `true` behind a feature flag. This is necessary for the dropdown menu
59
+ to work correctly. If this fix is successful it will be available in a later release.
32
60
 
33
61
  ## 1.12.0
34
62
 
35
63
  ### Minor Changes
36
64
 
37
- - [#70664](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70664) [`776e5ba8fc41`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/776e5ba8fc41) - Enable layering in popup and dropdown to support nested navigation
65
+ - [#70664](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70664)
66
+ [`776e5ba8fc41`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/776e5ba8fc41) -
67
+ Enable layering in popup and dropdown to support nested navigation
38
68
 
39
69
  ## 1.11.6
40
70
 
41
71
  ### Patch Changes
42
72
 
43
- - [#67435](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67435) [`7949bd7f5cb6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7949bd7f5cb6) - Support to disable pointer-events on iframe when popup is open to fix issue of clicking on iframe won't close popup
73
+ - [#67435](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67435)
74
+ [`7949bd7f5cb6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7949bd7f5cb6) -
75
+ Support to disable pointer-events on iframe when popup is open to fix issue of clicking on
76
+ iframe won't close popup
44
77
 
45
78
  ## 1.11.5
46
79
 
47
80
  ### Patch Changes
48
81
 
49
- - [#40944](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40944) [`c6b7d977655`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6b7d977655) - Memoize the Popup Trigger's ref to avoid unnecessary renders.
82
+ - [#40944](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40944)
83
+ [`c6b7d977655`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6b7d977655) -
84
+ Memoize the Popup Trigger's ref to avoid unnecessary renders.
50
85
 
51
86
  ## 1.11.4
52
87
 
53
88
  ### Patch Changes
54
89
 
55
- - [#42577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42577) [`d51b45b02fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d51b45b02fb) - Add component to push model consumption in JFE
90
+ - [#42577](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42577)
91
+ [`d51b45b02fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d51b45b02fb) - Add
92
+ component to push model consumption in JFE
56
93
 
57
94
  ## 1.11.3
58
95
 
59
96
  ### Patch Changes
60
97
 
61
- - [#42594](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42594) [`07781d6d786`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07781d6d786) - Removes feature flag implemented in 1.11.0. Does not implement proposed functionality behind the feature flag.
98
+ - [#42594](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42594)
99
+ [`07781d6d786`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07781d6d786) -
100
+ Removes feature flag implemented in 1.11.0. Does not implement proposed functionality behind the
101
+ feature flag.
62
102
 
63
103
  ## 1.11.2
64
104
 
65
105
  ### Patch Changes
66
106
 
67
- - [#41628](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41628) [`b05664f7aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b05664f7aba) - Use feature flag to toggle if we enable UNSAFE_LAYERING
107
+ - [#41628](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41628)
108
+ [`b05664f7aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b05664f7aba) - Use
109
+ feature flag to toggle if we enable UNSAFE_LAYERING
68
110
 
69
111
  ## 1.11.1
70
112
 
71
113
  ### Patch Changes
72
114
 
73
- - [#41322](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41322) [`f54519b315c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f54519b315c) - This removes the error in console when passing `shouldRenderToParent` prop.
115
+ - [#41322](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41322)
116
+ [`f54519b315c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f54519b315c) - This
117
+ removes the error in console when passing `shouldRenderToParent` prop.
74
118
 
75
119
  ## 1.11.0
76
120
 
77
121
  ### Minor Changes
78
122
 
79
- - [#41251](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41251) [`b0a2a8d78c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0a2a8d78c6) - [ux] We are testing removing the `focus-trap` package for a smaller sharper implementation of focus management behind a feature flag. If this fix is successful it will be available in a later release.
123
+ - [#41251](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41251)
124
+ [`b0a2a8d78c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0a2a8d78c6) - [ux]
125
+ We are testing removing the `focus-trap` package for a smaller sharper implementation of focus
126
+ management behind a feature flag. If this fix is successful it will be available in a later
127
+ release.
80
128
 
81
129
  ## 1.10.2
82
130
 
83
131
  ### Patch Changes
84
132
 
85
- - [#41354](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41354) [`d621fe3e4f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d621fe3e4f8) - fix ReferenceError where frameId is used before it is initialised
133
+ - [#41354](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41354)
134
+ [`d621fe3e4f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d621fe3e4f8) - fix
135
+ ReferenceError where frameId is used before it is initialised
86
136
 
87
137
  ## 1.10.1
88
138
 
89
139
  ### Patch Changes
90
140
 
91
- - [#40515](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40515) [`a54578d2ea9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a54578d2ea9) - This removes the feature flag for the `shouldRenderToParent` prop. The prop is available for use.
141
+ - [#40515](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40515)
142
+ [`a54578d2ea9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a54578d2ea9) - This
143
+ removes the feature flag for the `shouldRenderToParent` prop. The prop is available for use.
92
144
 
93
145
  ## 1.10.0
94
146
 
95
147
  ### Minor Changes
96
148
 
97
- - [#39726](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39726) [`f355884a4aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f355884a4aa) - [ux] Support to press escape key and only close the top layer
149
+ - [#39726](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39726)
150
+ [`f355884a4aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f355884a4aa) - [ux]
151
+ Support to press escape key and only close the top layer
98
152
 
99
153
  ### Patch Changes
100
154
 
101
- - Updated dependencies
155
+ - Updated dependencies
102
156
 
103
157
  ## 1.9.3
104
158
 
105
159
  ### Patch Changes
106
160
 
107
- - [#39278](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39278) [`84442a93613`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84442a93613) - Adds support for surface detection when using design tokens. Enabling children to be styled with the surface color of the popup when using the `utility.elevation.surface.current` design token.
108
- - Updated dependencies
161
+ - [#39278](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39278)
162
+ [`84442a93613`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84442a93613) - Adds
163
+ support for surface detection when using design tokens. Enabling children to be styled with the
164
+ surface color of the popup when using the `utility.elevation.surface.current` design token.
165
+ - Updated dependencies
109
166
 
110
167
  ## 1.9.2
111
168
 
112
169
  ### Patch Changes
113
170
 
114
- - [#38011](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38011) [`065da872439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/065da872439) - Css changes for testing the feature flag `platform.design-system-team.render-popup-in-parent_f73ij`.
171
+ - [#38011](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38011)
172
+ [`065da872439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/065da872439) - Css
173
+ changes for testing the feature flag `platform.design-system-team.render-popup-in-parent_f73ij`.
115
174
 
116
175
  ## 1.9.1
117
176
 
118
177
  ### Patch Changes
119
178
 
120
- - [#37614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37614) [`6a0a3c059ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a0a3c059ba) - Remove unused argument from internal focus management function.
179
+ - [#37614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37614)
180
+ [`6a0a3c059ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a0a3c059ba) - Remove
181
+ unused argument from internal focus management function.
121
182
 
122
183
  ## 1.9.0
123
184
 
124
185
  ### Minor Changes
125
186
 
126
- - [#34797](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34797) [`3920dcfd848`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3920dcfd848) - This removes the feature flag made for upgrading the `focus-trap` dependency and keeps `focus-trap` at it's original version.
187
+ - [#34797](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34797)
188
+ [`3920dcfd848`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3920dcfd848) - This
189
+ removes the feature flag made for upgrading the `focus-trap` dependency and keeps `focus-trap`
190
+ at it's original version.
127
191
 
128
192
  ## 1.8.3
129
193
 
130
194
  ### Patch Changes
131
195
 
132
- - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754) [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
196
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
197
+ [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
198
+ `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
199
+ testing.
133
200
 
134
201
  ## 1.8.2
135
202
 
136
203
  ### Patch Changes
137
204
 
138
- - [#36447](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36447) [`472a62ce219`](https://bitbucket.org/atlassian/atlassian-frontend/commits/472a62ce219) - [ux] Fixes `autoFocus` functionality on upgrade of focus-trap to v7.
205
+ - [#36447](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36447)
206
+ [`472a62ce219`](https://bitbucket.org/atlassian/atlassian-frontend/commits/472a62ce219) - [ux]
207
+ Fixes `autoFocus` functionality on upgrade of focus-trap to v7.
139
208
 
140
209
  ## 1.8.1
141
210
 
142
211
  ### Patch Changes
143
212
 
144
- - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441) [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
213
+ - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
214
+ [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) -
215
+ Internal change to use shape tokens. There is no expected visual change.
145
216
 
146
217
  ## 1.8.0
147
218
 
148
219
  ### Minor Changes
149
220
 
150
- - [`ac5a05f5929`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac5a05f5929) - We are testing an upgrade to the `focus-trap` dependency behind a feature flag. If this fix is successful it will be available in a later release.
221
+ - [`ac5a05f5929`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac5a05f5929) - We are
222
+ testing an upgrade to the `focus-trap` dependency behind a feature flag. If this fix is
223
+ successful it will be available in a later release.
151
224
 
152
225
  ## 1.7.0
153
226
 
154
227
  ### Minor Changes
155
228
 
156
- - [#35092](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35092) [`eca89633804`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eca89633804) - Add a new prop `shouldRenderToParent` to allow render popup into a DOM node within the parent DOM hierarchy instead of React portal.
229
+ - [#35092](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35092)
230
+ [`eca89633804`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eca89633804) - Add a
231
+ new prop `shouldRenderToParent` to allow render popup into a DOM node within the parent DOM
232
+ hierarchy instead of React portal.
157
233
 
158
234
  ## 1.6.4
159
235
 
160
236
  ### Patch Changes
161
237
 
162
- - [#35299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35299) [`e2a6337bb05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2a6337bb05) - Reverts changes 1.6.3 in @atlaskit/popup, reverts disabling pointer events on iframes when popup is open.
238
+ - [#35299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35299)
239
+ [`e2a6337bb05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2a6337bb05) -
240
+ Reverts changes 1.6.3 in @atlaskit/popup, reverts disabling pointer events on iframes when popup
241
+ is open.
163
242
 
164
243
  ## 1.6.3
165
244
 
166
245
  ### Patch Changes
167
246
 
168
- - [#34314](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34314) [`c394dbc632f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c394dbc632f) - Addresses the problem where the popup fails to close upon clicking on the iframe
247
+ - [#34314](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34314)
248
+ [`c394dbc632f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c394dbc632f) -
249
+ Addresses the problem where the popup fails to close upon clicking on the iframe
169
250
 
170
251
  ## 1.6.2
171
252
 
172
253
  ### Patch Changes
173
254
 
174
- - [#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
255
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
256
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
257
+ legacy types are published for TS 4.5-4.8
175
258
 
176
259
  ## 1.6.1
177
260
 
178
261
  ### Patch Changes
179
262
 
180
- - [#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`
263
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
264
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
265
+ Upgrade Typescript from `4.5.5` to `4.9.5`
181
266
 
182
267
  ## 1.6.0
183
268
 
184
269
  ### Minor Changes
185
270
 
186
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
271
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
272
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
273
+ minor dependency bump
187
274
 
188
275
  ### Patch Changes
189
276
 
190
- - Updated dependencies
277
+ - Updated dependencies
191
278
 
192
279
  ## 1.5.5
193
280
 
194
281
  ### Patch Changes
195
282
 
196
- - Updated dependencies
283
+ - Updated dependencies
197
284
 
198
285
  ## 1.5.4
199
286
 
200
287
  ### Patch Changes
201
288
 
202
- - Updated dependencies
289
+ - Updated dependencies
203
290
 
204
291
  ## 1.5.3
205
292
 
206
293
  ### Patch Changes
207
294
 
208
- - Updated dependencies
295
+ - Updated dependencies
209
296
 
210
297
  ## 1.5.2
211
298
 
212
299
  ### Patch Changes
213
300
 
214
- - Updated dependencies
301
+ - Updated dependencies
215
302
 
216
303
  ## 1.5.1
217
304
 
218
305
  ### Patch Changes
219
306
 
220
- - [#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.
307
+ - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
308
+ [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
309
+ change to introduce spacing tokens to design system components.
221
310
 
222
311
  ## 1.5.0
223
312
 
224
313
  ### Minor Changes
225
314
 
226
- - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`c520e306869`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c520e306869) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
315
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
316
+ [`c520e306869`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c520e306869) -
317
+ Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
227
318
 
228
319
  ## 1.4.2
229
320
 
230
321
  ### Patch Changes
231
322
 
232
- - [#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`
323
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
324
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
325
+ Upgrade Typescript from `4.3.5` to `4.5.5`
233
326
 
234
327
  ## 1.4.1
235
328
 
236
329
  ### Patch Changes
237
330
 
238
- - [#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`.
331
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
332
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
333
+ Upgrade Typescript from `4.2.4` to `4.3.5`.
239
334
 
240
335
  ## 1.4.0
241
336
 
242
337
  ### Minor Changes
243
338
 
244
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`01d80d395bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01d80d395bc) - pass event to onOpenChange consistently
339
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
340
+ [`01d80d395bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01d80d395bc) - pass
341
+ event to onOpenChange consistently
245
342
 
246
343
  ### Patch Changes
247
344
 
248
- - [`8202e37941b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8202e37941b) - Internal code change turning on new linting rules.
249
- - Updated dependencies
345
+ - [`8202e37941b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8202e37941b) -
346
+ Internal code change turning on new linting rules.
347
+ - Updated dependencies
250
348
 
251
349
  ## 1.3.10
252
350
 
253
351
  ### Patch Changes
254
352
 
255
- - [#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
353
+ - [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614)
354
+ [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) -
355
+ Upgrading internal dependency (bind-event-listener) for improved internal types
256
356
 
257
357
  ## 1.3.9
258
358
 
259
359
  ### Patch Changes
260
360
 
261
- - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`dcf8150c49c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcf8150c49c) - Allow `trigger` props to be applied to any HTML element tag without causing type errors for the `ref` type
361
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
362
+ [`dcf8150c49c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcf8150c49c) - Allow
363
+ `trigger` props to be applied to any HTML element tag without causing type errors for the `ref`
364
+ type
262
365
 
263
366
  ## 1.3.8
264
367
 
265
368
  ### Patch Changes
266
369
 
267
- - Updated dependencies
370
+ - Updated dependencies
268
371
 
269
372
  ## 1.3.7
270
373
 
271
374
  ### Patch Changes
272
375
 
273
- - [#21242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21242) [`2e7bbdfd813`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e7bbdfd813) - Upgrading internal dependency 'bind-event-listener' to 2.1.0 for improved types
376
+ - [#21242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21242)
377
+ [`2e7bbdfd813`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e7bbdfd813) -
378
+ Upgrading internal dependency 'bind-event-listener' to 2.1.0 for improved types
274
379
 
275
380
  ## 1.3.6
276
381
 
277
382
  ### Patch Changes
278
383
 
279
- - [#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
384
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
385
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
386
+ Upgrade to TypeScript 4.2.4
280
387
 
281
388
  ## 1.3.5
282
389
 
283
390
  ### Patch Changes
284
391
 
285
- - Updated dependencies
392
+ - Updated dependencies
286
393
 
287
394
  ## 1.3.4
288
395
 
289
396
  ### Patch Changes
290
397
 
291
- - Updated dependencies
398
+ - Updated dependencies
292
399
 
293
400
  ## 1.3.3
294
401
 
295
402
  ### Patch Changes
296
403
 
297
- - Updated dependencies
404
+ - Updated dependencies
298
405
 
299
406
  ## 1.3.2
300
407
 
301
408
  ### Patch Changes
302
409
 
303
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
304
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
305
- - Updated dependencies
410
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
411
+ [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
412
+ no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
413
+ auto-fixing by correctly formatting token ids.
414
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
415
+ no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
416
+ auto-fixing by correctly formatting token ids.
417
+ - Updated dependencies
306
418
 
307
419
  ## 1.3.1
308
420
 
309
421
  ### Patch Changes
310
422
 
311
- - Updated dependencies
423
+ - Updated dependencies
312
424
 
313
425
  ## 1.3.0
314
426
 
315
427
  ### Minor Changes
316
428
 
317
- - [#17576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17576) [`2e42aa0d900`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e42aa0d900) - **Note**: It is a re-release of the wrongly `patched` version `1.1.6` that should have been a `minor` release.
429
+ - [#17576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17576)
430
+ [`2e42aa0d900`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e42aa0d900) -
431
+ **Note**: It is a re-release of the wrongly `patched` version `1.1.6` that should have been a
432
+ `minor` release.
318
433
 
319
- Expose `fallbackPlacement` modifier from to specify a list of fallback options to try incase there isn't enough space
434
+ Expose `fallbackPlacement` modifier from to specify a list of fallback options to try incase
435
+ there isn't enough space
320
436
 
321
437
  ### Patch Changes
322
438
 
323
- - Updated dependencies
439
+ - Updated dependencies
324
440
 
325
441
  ## 1.2.0
326
442
 
327
443
  ### Minor Changes
328
444
 
329
- - [#16960](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16960) [`c2dd770a743`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2dd770a743) - Add new prop which controls is outside click should be bound using capture
445
+ - [#16960](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16960)
446
+ [`c2dd770a743`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2dd770a743) - Add
447
+ new prop which controls is outside click should be bound using capture
330
448
 
331
449
  ## 1.1.6
332
450
 
@@ -334,424 +452,514 @@ _WRONG RELEASE TYPE - DON'T USE_
334
452
 
335
453
  ### Minor Changes
336
454
 
337
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`f142150a3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f142150a3e8) - Expose `fallbackPlacement` modifier from to specify a list of fallback options to try incase there isn't enough space
455
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
456
+ [`f142150a3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f142150a3e8) - Expose
457
+ `fallbackPlacement` modifier from to specify a list of fallback options to try incase there
458
+ isn't enough space
338
459
 
339
460
  ### Patch Changes
340
461
 
341
- - [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
342
- - Updated dependencies
462
+ - [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
463
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
464
+ tokens() function and improving bundle size.
465
+ - Updated dependencies
343
466
 
344
467
  ## 1.1.5
345
468
 
346
469
  ### Patch Changes
347
470
 
348
- - Updated dependencies
471
+ - Updated dependencies
349
472
 
350
473
  ## 1.1.4
351
474
 
352
475
  ### Patch Changes
353
476
 
354
- - Updated dependencies
477
+ - Updated dependencies
355
478
 
356
479
  ## 1.1.3
357
480
 
358
481
  ### Patch Changes
359
482
 
360
- - Updated dependencies
483
+ - Updated dependencies
361
484
 
362
485
  ## 1.1.2
363
486
 
364
487
  ### Patch Changes
365
488
 
366
- - Updated dependencies
489
+ - Updated dependencies
367
490
 
368
491
  ## 1.1.1
369
492
 
370
493
  ### Patch Changes
371
494
 
372
- - Updated dependencies
495
+ - Updated dependencies
373
496
 
374
497
  ## 1.1.0
375
498
 
376
499
  ### Minor Changes
377
500
 
378
- - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`04cf9c3d28c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04cf9c3d28c) - [ux] Colors now sourced from tokens.
501
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
502
+ [`04cf9c3d28c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04cf9c3d28c) - [ux]
503
+ Colors now sourced from tokens.
379
504
 
380
505
  ### Patch Changes
381
506
 
382
- - Updated dependencies
507
+ - Updated dependencies
383
508
 
384
509
  ## 1.0.8
385
510
 
386
511
  ### Patch Changes
387
512
 
388
- - [#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`.
513
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
514
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
515
+ `@atlaskit/theme` to version `^11.3.0`.
389
516
 
390
517
  ## 1.0.7
391
518
 
392
519
  ### Patch Changes
393
520
 
394
- - [#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`
521
+ - [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
522
+ [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) -
523
+ Updates to development dependency `storybook-addon-performance`
395
524
 
396
525
  ## 1.0.6
397
526
 
398
527
  ### Patch Changes
399
528
 
400
- - [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930) [`1858f20ac3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1858f20ac3) - Optimised popup performance as part of the lite-mode project. Changes are internal and have no implications for component API or usage.
529
+ - [#6930](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6930)
530
+ [`1858f20ac3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1858f20ac3) -
531
+ Optimised popup performance as part of the lite-mode project. Changes are internal and have no
532
+ implications for component API or usage.
401
533
 
402
534
  ## 1.0.5
403
535
 
404
536
  ### Patch Changes
405
537
 
406
- - [#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
538
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
539
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
540
+ Transpile packages using babel rather than tsc
407
541
 
408
542
  ## 1.0.4
409
543
 
410
544
  ### Patch Changes
411
545
 
412
- - [#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.
413
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
414
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
546
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
547
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
548
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
549
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle
550
+ Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
551
+ `devDependencies` to denote version that the package was built with.
415
552
 
416
553
  ## 1.0.3
417
554
 
418
555
  ### Patch Changes
419
556
 
420
- - Updated dependencies
557
+ - Updated dependencies
421
558
 
422
559
  ## 1.0.2
423
560
 
424
561
  ### Patch Changes
425
562
 
426
- - [#4346](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4346) [`fc8f6e61f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc8f6e61f3) - Fix codemod utilities being exposed through the codemod cli
563
+ - [#4346](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4346)
564
+ [`fc8f6e61f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc8f6e61f3) - Fix
565
+ codemod utilities being exposed through the codemod cli
427
566
 
428
567
  ## 1.0.1
429
568
 
430
569
  ### Patch Changes
431
570
 
432
- - [#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
571
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
572
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
573
+ to TypeScript 3.9.6 and tslib to 2.0.0
433
574
 
434
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
435
- to prevent duplicates of tslib being bundled.
575
+ Since tslib is a dependency for all our packages we recommend that products also follow this
576
+ tslib upgrade to prevent duplicates of tslib being bundled.
436
577
 
437
578
  ## 1.0.0
438
579
 
439
580
  ### Major Changes
440
581
 
441
- - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`740e011f8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/740e011f8d) - This first major release of popup brings in major changes from @atlaskit/popper. These changes come with performance, maintainability and behavioral improvements.
582
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
583
+ [`740e011f8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/740e011f8d) - This
584
+ first major release of popup brings in major changes from @atlaskit/popper. These changes come
585
+ with performance, maintainability and behavioral improvements.
442
586
 
443
- As popup wraps popper's functionality, these changes result in a breaking change for popup as well.
587
+ As popup wraps popper's functionality, these changes result in a breaking change for popup as
588
+ well.
444
589
 
445
- These changes have ⚙️ codemod support:
590
+ These changes have ⚙️ codemod support:
446
591
 
447
- - ⚙️ `offset` is no longer a string, but an array of two integers (i.e. '0px 8px' is now [0, 8])
448
- - ⚙️ `boundariesElement` has been replaced with two props: `boundary` and `rootBoundary`. The three supported values
449
- from the boundariesElement prop have been split between the two as follows:
592
+ - ⚙️ `offset` is no longer a string, but an array of two integers (i.e. '0px 8px' is now [0,
593
+ 8])
594
+ - ⚙️ `boundariesElement` has been replaced with two props: `boundary` and `rootBoundary`. The
595
+ three supported values from the boundariesElement prop have been split between the two as
596
+ follows:
450
597
 
451
- - `boundariesElement = "scrollParents"` has been renamed: use `boundary = "clippingParents"`.
452
- - `boundariesElement = "window"` has been renamed: use `rootBoundary = "document"`, and acts in a similar fashion.
453
- - `boundariesElement = "viewport"` has been moved: use `rootBoundary = "document"`.
454
- - **✨new** the `boundary` prop now supports custom elements.
598
+ - `boundariesElement = "scrollParents"` has been renamed: use
599
+ `boundary = "clippingParents"`.
600
+ - `boundariesElement = "window"` has been renamed: use `rootBoundary = "document"`, and
601
+ acts in a similar fashion.
602
+ - `boundariesElement = "viewport"` has been moved: use `rootBoundary = "document"`.
603
+ - **✨new** the `boundary` prop now supports custom elements.
455
604
 
456
- - Components passed into the `content` have a change to render props:
605
+ - Components passed into the `content` have a change to render props:
457
606
 
458
- - ⚙️ `scheduleUpdate`, for async updates, has been renamed to `update`, and now returns a Promise.
607
+ - ⚙️ `scheduleUpdate`, for async updates, has been renamed to `update`, and now returns a
608
+ Promise.
459
609
 
460
- - For more information on the change, see [the popper.js docs](https://popper.js.org/docs/v2/utils/detect-overflow/#boundary)
610
+ - For more information on the change, see
611
+ [the popper.js docs](https://popper.js.org/docs/v2/utils/detect-overflow/#boundary)
461
612
 
462
- **Running the codemod cli**
613
+ **Running the codemod cli**
463
614
 
464
- To run the codemod: **You first need to have the latest version of popup installed before you can run the codemod**
615
+ To run the codemod: **You first need to have the latest version of popup installed before you
616
+ can run the codemod**
465
617
 
466
- `yarn upgrade @atlaskit/popup@^1.0.0`
618
+ `yarn upgrade @atlaskit/popup@^1.0.0`
467
619
 
468
- Once upgraded, use the Atlaskit codemod-cli;
620
+ Once upgraded, use the Atlaskit codemod-cli;
469
621
 
470
- `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
622
+ `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
471
623
 
472
- Or run `npx @atlaskit/codemod-cli -h` for more details on usage.
473
- For Atlassians, refer to [this doc](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more details on the codemod CLI.
624
+ Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to
625
+ [this doc](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
626
+ details on the codemod CLI.
474
627
 
475
628
  ### Patch Changes
476
629
 
477
- - Updated dependencies
630
+ - Updated dependencies
478
631
 
479
632
  ## 0.6.1
480
633
 
481
634
  ### Patch Changes
482
635
 
483
- - [#4329](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4329) [`8dd80245bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8dd80245bb) - Remove unnecessary code for IE11.
636
+ - [#4329](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4329)
637
+ [`8dd80245bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8dd80245bb) - Remove
638
+ unnecessary code for IE11.
484
639
 
485
640
  ## 0.6.0
486
641
 
487
642
  ### Minor Changes
488
643
 
489
- - [#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.
490
- For more information see: 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) -
646
+ Officially dropping IE11 support, from this version onwards there are no warranties of the
647
+ package working in 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
491
649
 
492
650
  ### Patch Changes
493
651
 
494
- - Updated dependencies
652
+ - Updated dependencies
495
653
 
496
654
  ## 0.5.0
497
655
 
498
656
  ### Minor Changes
499
657
 
500
- - [#3289](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3289) [`ebcb467688`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebcb467688) - Add a new prop `autoFocus` to allow consumers to control whether the Popup takes focus when opened
658
+ - [#3289](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3289)
659
+ [`ebcb467688`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ebcb467688) - Add a
660
+ new prop `autoFocus` to allow consumers to control whether the Popup takes focus when opened
501
661
 
502
662
  ## 0.4.3
503
663
 
504
664
  ### Patch Changes
505
665
 
506
- - [#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
666
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
667
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
668
+ and supporting files will no longer be published to npm
507
669
 
508
670
  ## 0.4.2
509
671
 
510
672
  ### Patch Changes
511
673
 
512
- - [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430) [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
674
+ - [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430)
675
+ [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch
676
+ all packages that are used by confluence that have a broken es2019 dist
513
677
 
514
678
  ## 0.4.1
515
679
 
516
680
  ### Patch Changes
517
681
 
518
- - [#2186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2186) [`f4d4de67e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4d4de67e4) - Prevent closing of popup when clicked element (which is inside content) is removed from the DOM
682
+ - [#2186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2186)
683
+ [`f4d4de67e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4d4de67e4) - Prevent
684
+ closing of popup when clicked element (which is inside content) is removed from the DOM
519
685
 
520
686
  ## 0.4.0
521
687
 
522
688
  ### Minor Changes
523
689
 
524
- - [#2060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2060) [`ead13374cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ead13374cf) - **BREAKING:** Removes `tag` prop and unneeded wrapping element around the trigger.
690
+ - [#2060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2060)
691
+ [`ead13374cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ead13374cf) -
692
+ **BREAKING:** Removes `tag` prop and unneeded wrapping element around the trigger.
525
693
 
526
694
  ## 0.3.5
527
695
 
528
696
  ### Patch Changes
529
697
 
530
- - [patch][a12ea387f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/a12ea387f1):
698
+ - [patch][a12ea387f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/a12ea387f1):
531
699
 
532
- Change imports to comply with Atlassian conventions- Updated dependencies [cf8577f5d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf8577f5d6):
700
+ Change imports to comply with Atlassian conventions- Updated dependencies
701
+ [cf8577f5d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf8577f5d6):
533
702
 
534
- - Updated dependencies [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
535
- - Updated dependencies [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
536
- - Updated dependencies [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
537
- - Updated dependencies [1e7e54c20e](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e7e54c20e):
538
- - @atlaskit/popper@3.1.12
539
- - @atlaskit/button@13.3.11
540
- - @atlaskit/icon@20.1.1
541
- - @atlaskit/menu@0.4.1
703
+ - Updated dependencies
704
+ [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
705
+ - Updated dependencies
706
+ [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
707
+ - Updated dependencies
708
+ [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
709
+ - Updated dependencies
710
+ [1e7e54c20e](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e7e54c20e):
711
+ - @atlaskit/popper@3.1.12
712
+ - @atlaskit/button@13.3.11
713
+ - @atlaskit/icon@20.1.1
714
+ - @atlaskit/menu@0.4.1
542
715
 
543
716
  ## 0.3.4
544
717
 
545
718
  ### Patch Changes
546
719
 
547
- - Updated dependencies [7e408e4037](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e408e4037):
548
- - Updated dependencies [603413f530](https://bitbucket.org/atlassian/atlassian-frontend/commits/603413f530):
549
- - Updated dependencies [6453c8de48](https://bitbucket.org/atlassian/atlassian-frontend/commits/6453c8de48):
550
- - Updated dependencies [168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
551
- - Updated dependencies [e4dde0ad13](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4dde0ad13):
552
- - Updated dependencies [41760ea4a6](https://bitbucket.org/atlassian/atlassian-frontend/commits/41760ea4a6):
553
- - Updated dependencies [0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
554
- - Updated dependencies [971e294b1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/971e294b1e):
555
- - Updated dependencies [684ee794d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/684ee794d6):
556
- - Updated dependencies [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
557
- - Updated dependencies [b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
558
- - Updated dependencies [286770886d](https://bitbucket.org/atlassian/atlassian-frontend/commits/286770886d):
559
- - Updated dependencies [2c1b78027c](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c1b78027c):
560
- - Updated dependencies [fb3ca3a3b2](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb3ca3a3b2):
561
- - @atlaskit/menu@0.4.0
562
- - @atlaskit/portal@3.1.7
563
- - @atlaskit/docs@8.5.1
564
- - @atlaskit/theme@9.5.3
565
- - @atlaskit/button@13.3.10
720
+ - Updated dependencies
721
+ [7e408e4037](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e408e4037):
722
+ - Updated dependencies
723
+ [603413f530](https://bitbucket.org/atlassian/atlassian-frontend/commits/603413f530):
724
+ - Updated dependencies
725
+ [6453c8de48](https://bitbucket.org/atlassian/atlassian-frontend/commits/6453c8de48):
726
+ - Updated dependencies
727
+ [168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
728
+ - Updated dependencies
729
+ [e4dde0ad13](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4dde0ad13):
730
+ - Updated dependencies
731
+ [41760ea4a6](https://bitbucket.org/atlassian/atlassian-frontend/commits/41760ea4a6):
732
+ - Updated dependencies
733
+ [0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
734
+ - Updated dependencies
735
+ [971e294b1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/971e294b1e):
736
+ - Updated dependencies
737
+ [684ee794d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/684ee794d6):
738
+ - Updated dependencies
739
+ [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
740
+ - Updated dependencies
741
+ [b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
742
+ - Updated dependencies
743
+ [286770886d](https://bitbucket.org/atlassian/atlassian-frontend/commits/286770886d):
744
+ - Updated dependencies
745
+ [2c1b78027c](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c1b78027c):
746
+ - Updated dependencies
747
+ [fb3ca3a3b2](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb3ca3a3b2):
748
+ - @atlaskit/menu@0.4.0
749
+ - @atlaskit/portal@3.1.7
750
+ - @atlaskit/docs@8.5.1
751
+ - @atlaskit/theme@9.5.3
752
+ - @atlaskit/button@13.3.10
566
753
 
567
754
  ## 0.3.3
568
755
 
569
756
  ### Patch Changes
570
757
 
571
- - Updated dependencies [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
572
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
573
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
574
- - Updated dependencies [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
575
- - Updated dependencies [7a6e5f6e3d](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a6e5f6e3d):
576
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
577
- - @atlaskit/docs@8.4.0
578
- - @atlaskit/icon@20.1.0
579
- - @atlaskit/menu@0.3.0
580
- - @atlaskit/button@13.3.9
581
- - @atlaskit/radio@3.1.11
582
- - @atlaskit/spinner@12.1.6
758
+ - Updated dependencies
759
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
760
+ - Updated dependencies
761
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
762
+ - Updated dependencies
763
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
764
+ - Updated dependencies
765
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
766
+ - Updated dependencies
767
+ [7a6e5f6e3d](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a6e5f6e3d):
768
+ - Updated dependencies
769
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
770
+ - @atlaskit/docs@8.4.0
771
+ - @atlaskit/icon@20.1.0
772
+ - @atlaskit/menu@0.3.0
773
+ - @atlaskit/button@13.3.9
774
+ - @atlaskit/radio@3.1.11
775
+ - @atlaskit/spinner@12.1.6
583
776
 
584
777
  ## 0.3.2
585
778
 
586
779
  ### Patch Changes
587
780
 
588
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
781
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
589
782
 
590
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
783
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
784
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
591
785
 
592
- - @atlaskit/docs@8.3.2
593
- - @atlaskit/visual-regression@0.1.9
594
- - @atlaskit/button@13.3.7
595
- - @atlaskit/icon@20.0.1
596
- - @atlaskit/menu@0.2.6
597
- - @atlaskit/popper@3.1.11
598
- - @atlaskit/portal@3.1.6
599
- - @atlaskit/radio@3.1.9
600
- - @atlaskit/spinner@12.1.4
601
- - @atlaskit/theme@9.5.1
786
+ - @atlaskit/docs@8.3.2
787
+ - @atlaskit/visual-regression@0.1.9
788
+ - @atlaskit/button@13.3.7
789
+ - @atlaskit/icon@20.0.1
790
+ - @atlaskit/menu@0.2.6
791
+ - @atlaskit/popper@3.1.11
792
+ - @atlaskit/portal@3.1.6
793
+ - @atlaskit/radio@3.1.9
794
+ - @atlaskit/spinner@12.1.4
795
+ - @atlaskit/theme@9.5.1
602
796
 
603
797
  ## 0.3.1
604
798
 
605
799
  ### Patch Changes
606
800
 
607
- - [patch][afc9384399](https://bitbucket.org/atlassian/atlassian-frontend/commits/afc9384399):
801
+ - [patch][afc9384399](https://bitbucket.org/atlassian/atlassian-frontend/commits/afc9384399):
608
802
 
609
- Adds tag prop, use this for changing (or removing with a `Fragment`) the wrapping element around the trigger.- Updated dependencies [671de2d063](https://bitbucket.org/atlassian/atlassian-frontend/commits/671de2d063):
803
+ Adds tag prop, use this for changing (or removing with a `Fragment`) the wrapping element around
804
+ the trigger.- Updated dependencies
805
+ [671de2d063](https://bitbucket.org/atlassian/atlassian-frontend/commits/671de2d063):
610
806
 
611
- - Updated dependencies [77ffd08ea0](https://bitbucket.org/atlassian/atlassian-frontend/commits/77ffd08ea0):
612
- - Updated dependencies [0ae6ce5d46](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae6ce5d46):
613
- - @atlaskit/popper@3.1.10
614
- - @atlaskit/menu@0.2.5
807
+ - Updated dependencies
808
+ [77ffd08ea0](https://bitbucket.org/atlassian/atlassian-frontend/commits/77ffd08ea0):
809
+ - Updated dependencies
810
+ [0ae6ce5d46](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae6ce5d46):
811
+ - @atlaskit/popper@3.1.10
812
+ - @atlaskit/menu@0.2.5
615
813
 
616
814
  ## 0.3.0
617
815
 
618
816
  ### Minor Changes
619
817
 
620
- - [minor][0946fdd319](https://bitbucket.org/atlassian/atlassian-frontend/commits/0946fdd319):
818
+ - [minor][0946fdd319](https://bitbucket.org/atlassian/atlassian-frontend/commits/0946fdd319):
621
819
 
622
- - **BREAKING** - Changes `content` prop to expect render props instead of a component.
623
- This is primarily to stop your components remounting when not having a stable reference.
820
+ - **BREAKING** - Changes `content` prop to expect render props instead of a component. This is
821
+ primarily to stop your components remounting when not having a stable reference.
624
822
 
625
823
  ## 0.2.7
626
824
 
627
825
  ### Patch Changes
628
826
 
629
- - [patch][eb1ecc219a](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb1ecc219a):
827
+ - [patch][eb1ecc219a](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb1ecc219a):
630
828
 
631
- Fix issue where stopping event propagation would still close a popup
829
+ Fix issue where stopping event propagation would still close a popup
632
830
 
633
831
  ## 0.2.6
634
832
 
635
833
  ### Patch Changes
636
834
 
637
- - [patch][f534973bd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/f534973bd4):
835
+ - [patch][f534973bd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/f534973bd4):
638
836
 
639
- Fix a bug causing the page to scroll to top when a popup is opened- Updated dependencies [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
837
+ Fix a bug causing the page to scroll to top when a popup is opened- Updated dependencies
838
+ [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
640
839
 
641
- - Updated dependencies [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
642
- - @atlaskit/theme@9.5.0
643
- - @atlaskit/button@13.3.5
644
- - @atlaskit/popper@3.1.9
645
- - @atlaskit/portal@3.1.4
646
- - @atlaskit/radio@3.1.6
647
- - @atlaskit/spinner@12.1.3
840
+ - Updated dependencies
841
+ [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
842
+ - @atlaskit/theme@9.5.0
843
+ - @atlaskit/button@13.3.5
844
+ - @atlaskit/popper@3.1.9
845
+ - @atlaskit/portal@3.1.4
846
+ - @atlaskit/radio@3.1.6
847
+ - @atlaskit/spinner@12.1.3
648
848
 
649
849
  ## 0.2.5
650
850
 
651
851
  ### Patch Changes
652
852
 
653
- - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
853
+ - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
654
854
 
655
- Updates react-popper dependency to a safe version.- Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
855
+ Updates react-popper dependency to a safe version.- Updated dependencies
856
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
656
857
 
657
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
658
- - @atlaskit/radio@3.1.5
659
- - @atlaskit/popper@3.1.8
858
+ - Updated dependencies
859
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
860
+ - @atlaskit/radio@3.1.5
861
+ - @atlaskit/popper@3.1.8
660
862
 
661
863
  ## 0.2.4
662
864
 
663
865
  ### Patch Changes
664
866
 
665
- - [patch][d0415ae306](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0415ae306):
867
+ - [patch][d0415ae306](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0415ae306):
666
868
 
667
- Popup now uses the correct e200 shadow
869
+ Popup now uses the correct e200 shadow
668
870
 
669
871
  ## 0.2.3
670
872
 
671
873
  ### Patch Changes
672
874
 
673
- - [patch][542080be8a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/542080be8a):
875
+ - [patch][542080be8a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/542080be8a):
674
876
 
675
- Bumped react-popper and resolved infinite looping refs issue, and fixed close-on-outside-click for @atlaskit/popup- [patch][995c1f6fd6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/995c1f6fd6):
877
+ Bumped react-popper and resolved infinite looping refs issue, and fixed close-on-outside-click
878
+ for @atlaskit/popup-
879
+ [patch][995c1f6fd6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/995c1f6fd6):
676
880
 
677
- Popup close on outside click no longer fires when clicking on content within the popup that re-renders
881
+ Popup close on outside click no longer fires when clicking on content within the popup that
882
+ re-renders
678
883
 
679
884
  ## 0.2.2
680
885
 
681
886
  ### Patch Changes
682
887
 
683
- - [patch][3cad6b0118](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3cad6b0118):
888
+ - [patch][3cad6b0118](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3cad6b0118):
684
889
 
685
- Exposed offset prop for popper allowing positioning of popups relative to the trigger. Added example for double pop-up pattern
890
+ Exposed offset prop for popper allowing positioning of popups relative to the trigger. Added
891
+ example for double pop-up pattern
686
892
 
687
893
  ## 0.2.1
688
894
 
689
895
  ### Patch Changes
690
896
 
691
- - [patch][f86839ca4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86839ca4e):
897
+ - [patch][f86839ca4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86839ca4e):
692
898
 
693
- @atlaskit/portal had an issue in IE11 and this is fixed in 3.1.2
899
+ @atlaskit/portal had an issue in IE11 and this is fixed in 3.1.2
694
900
 
695
901
  ## 0.2.0
696
902
 
697
903
  ### Minor Changes
698
904
 
699
- - [minor][6e0bcc75ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e0bcc75ac):
905
+ - [minor][6e0bcc75ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e0bcc75ac):
700
906
 
701
- - Adds the ability to render class components as children of Popup.
702
- - Removes redundatnt onOpen callback prop for Popup
907
+ - Adds the ability to render class components as children of Popup.
908
+ - Removes redundatnt onOpen callback prop for Popup
703
909
 
704
910
  ## 0.1.5
705
911
 
706
912
  ### Patch Changes
707
913
 
708
- - [patch][93fe1d6f0d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93fe1d6f0d):
914
+ - [patch][93fe1d6f0d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93fe1d6f0d):
709
915
 
710
- Fix issue where popup content is rendered infinitely
916
+ Fix issue where popup content is rendered infinitely
711
917
 
712
918
  ## 0.1.4
713
919
 
714
920
  ### Patch Changes
715
921
 
716
- - [patch][c0a6abed47](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c0a6abed47):
922
+ - [patch][c0a6abed47](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c0a6abed47):
717
923
 
718
- Add onOpen and re-render unit tests
924
+ Add onOpen and re-render unit tests
719
925
 
720
926
  ## 0.1.3
721
927
 
722
928
  ### Patch Changes
723
929
 
724
- - [patch][28e9c65acd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28e9c65acd):
930
+ - [patch][28e9c65acd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28e9c65acd):
725
931
 
726
- - Add multiple popups example
727
- - Add unit tests
728
- - Add useCloseManager
729
- - Fix bug that did not call onClose on open popups
730
- - Move RepositionOnUpdate to a separate file
731
- - Remove scroll lock and corresponding example
732
- - Remove requestAnimationFrame usage
733
- - Replace @emotion/styled with @emotion/core
932
+ - Add multiple popups example
933
+ - Add unit tests
934
+ - Add useCloseManager
935
+ - Fix bug that did not call onClose on open popups
936
+ - Move RepositionOnUpdate to a separate file
937
+ - Remove scroll lock and corresponding example
938
+ - Remove requestAnimationFrame usage
939
+ - Replace @emotion/styled with @emotion/core
734
940
 
735
941
  ## 0.1.2
736
942
 
737
943
  ### Patch Changes
738
944
 
739
- - [patch][242dd7a06d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/242dd7a06d):
945
+ - [patch][242dd7a06d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/242dd7a06d):
740
946
 
741
- Expose additional types
947
+ Expose additional types
742
948
 
743
949
  ## 0.1.1
744
950
 
745
951
  ### Patch Changes
746
952
 
747
- - [patch][583a9873ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/583a9873ef):
953
+ - [patch][583a9873ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/583a9873ef):
748
954
 
749
- Provided better description for popup types
955
+ Provided better description for popup types
750
956
 
751
957
  ## 0.1.0
752
958
 
753
959
  ### Minor Changes
754
960
 
755
- - [minor][f1a3548732](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1a3548732):
961
+ - [minor][f1a3548732](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1a3548732):
756
962
 
757
- Introduce new package for the lightweight inline-dialog to be used in @atlaskit/app-navigation. The package will stay internal for now until more hardening is done, but releasing first minor to unblock navigation work.
963
+ Introduce new package for the lightweight inline-dialog to be used in @atlaskit/app-navigation.
964
+ The package will stay internal for now until more hardening is done, but releasing first minor
965
+ to unblock navigation work.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.14.1",
3
+ "version": "1.15.1",
4
4
  "description": "A popup displays brief content in an overlay.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,6 +32,7 @@
32
32
  "jira"
33
33
  ],
34
34
  "releaseModel": "continuous",
35
+ "runReact18": true,
35
36
  "website": {
36
37
  "name": "Popup",
37
38
  "category": "Components"
@@ -39,12 +40,12 @@
39
40
  },
40
41
  "dependencies": {
41
42
  "@atlaskit/ds-lib": "^2.3.0",
42
- "@atlaskit/layering": "^0.2.0",
43
+ "@atlaskit/layering": "^0.3.0",
43
44
  "@atlaskit/platform-feature-flags": "^0.2.0",
44
45
  "@atlaskit/popper": "^5.5.0",
45
46
  "@atlaskit/portal": "^4.4.0",
46
47
  "@atlaskit/theme": "^12.7.0",
47
- "@atlaskit/tokens": "^1.43.0",
48
+ "@atlaskit/tokens": "^1.44.0",
48
49
  "@babel/runtime": "^7.0.0",
49
50
  "@emotion/react": "^11.7.1",
50
51
  "bind-event-listener": "^3.0.0",
@@ -52,7 +53,7 @@
52
53
  "memoize-one": "^6.0.0"
53
54
  },
54
55
  "peerDependencies": {
55
- "react": "^16.8.0",
56
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
56
57
  "react-dom": "^16.8.0"
57
58
  },
58
59
  "devDependencies": {
@@ -61,6 +62,7 @@
61
62
  "@atlaskit/button": "^17.14.0",
62
63
  "@atlaskit/icon": "^22.1.0",
63
64
  "@atlaskit/ssr": "*",
65
+ "@atlaskit/toggle": "^13.0.0",
64
66
  "@atlaskit/visual-regression": "*",
65
67
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
66
68
  "@atlassian/feature-flags-test-utils": "*",