@atlaskit/popup 1.15.0 → 1.16.0

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