@atlaskit/popup 1.15.0 → 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 +424 -222
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,338 +1,450 @@
1
1
  # @atlaskit/popup
2
2
 
3
+ ## 1.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.15.0
4
10
 
5
11
  ### Minor Changes
6
12
 
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.
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.
8
16
 
9
17
  ## 1.14.1
10
18
 
11
19
  ### Patch Changes
12
20
 
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`
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`
14
24
 
15
25
  ## 1.14.0
16
26
 
17
27
  ### Minor Changes
18
28
 
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.
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.
20
33
 
21
34
  ## 1.13.2
22
35
 
23
36
  ### Patch Changes
24
37
 
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`
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`
26
41
 
27
42
  ## 1.13.1
28
43
 
29
44
  ### Patch Changes
30
45
 
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`
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`
32
49
 
33
50
  ## 1.13.0
34
51
 
35
52
  ### Minor Changes
36
53
 
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.
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.
38
60
 
39
61
  ## 1.12.0
40
62
 
41
63
  ### Minor Changes
42
64
 
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
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
44
68
 
45
69
  ## 1.11.6
46
70
 
47
71
  ### Patch Changes
48
72
 
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
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
50
77
 
51
78
  ## 1.11.5
52
79
 
53
80
  ### Patch Changes
54
81
 
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.
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.
56
85
 
57
86
  ## 1.11.4
58
87
 
59
88
  ### Patch Changes
60
89
 
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
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
62
93
 
63
94
  ## 1.11.3
64
95
 
65
96
  ### Patch Changes
66
97
 
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.
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.
68
102
 
69
103
  ## 1.11.2
70
104
 
71
105
  ### Patch Changes
72
106
 
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
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
74
110
 
75
111
  ## 1.11.1
76
112
 
77
113
  ### Patch Changes
78
114
 
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.
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.
80
118
 
81
119
  ## 1.11.0
82
120
 
83
121
  ### Minor Changes
84
122
 
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.
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.
86
128
 
87
129
  ## 1.10.2
88
130
 
89
131
  ### Patch Changes
90
132
 
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
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
92
136
 
93
137
  ## 1.10.1
94
138
 
95
139
  ### Patch Changes
96
140
 
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.
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.
98
144
 
99
145
  ## 1.10.0
100
146
 
101
147
  ### Minor Changes
102
148
 
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
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
104
152
 
105
153
  ### Patch Changes
106
154
 
107
- - Updated dependencies
155
+ - Updated dependencies
108
156
 
109
157
  ## 1.9.3
110
158
 
111
159
  ### Patch Changes
112
160
 
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
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
115
166
 
116
167
  ## 1.9.2
117
168
 
118
169
  ### Patch Changes
119
170
 
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`.
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`.
121
174
 
122
175
  ## 1.9.1
123
176
 
124
177
  ### Patch Changes
125
178
 
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.
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.
127
182
 
128
183
  ## 1.9.0
129
184
 
130
185
  ### Minor Changes
131
186
 
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.
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.
133
191
 
134
192
  ## 1.8.3
135
193
 
136
194
  ### Patch Changes
137
195
 
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.
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.
139
200
 
140
201
  ## 1.8.2
141
202
 
142
203
  ### Patch Changes
143
204
 
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.
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.
145
208
 
146
209
  ## 1.8.1
147
210
 
148
211
  ### Patch Changes
149
212
 
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.
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.
151
216
 
152
217
  ## 1.8.0
153
218
 
154
219
  ### Minor Changes
155
220
 
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.
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.
157
224
 
158
225
  ## 1.7.0
159
226
 
160
227
  ### Minor Changes
161
228
 
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.
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.
163
233
 
164
234
  ## 1.6.4
165
235
 
166
236
  ### Patch Changes
167
237
 
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.
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.
169
242
 
170
243
  ## 1.6.3
171
244
 
172
245
  ### Patch Changes
173
246
 
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
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
175
250
 
176
251
  ## 1.6.2
177
252
 
178
253
  ### Patch Changes
179
254
 
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
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
181
258
 
182
259
  ## 1.6.1
183
260
 
184
261
  ### Patch Changes
185
262
 
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`
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`
187
266
 
188
267
  ## 1.6.0
189
268
 
190
269
  ### Minor Changes
191
270
 
192
- - [#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
193
274
 
194
275
  ### Patch Changes
195
276
 
196
- - Updated dependencies
277
+ - Updated dependencies
197
278
 
198
279
  ## 1.5.5
199
280
 
200
281
  ### Patch Changes
201
282
 
202
- - Updated dependencies
283
+ - Updated dependencies
203
284
 
204
285
  ## 1.5.4
205
286
 
206
287
  ### Patch Changes
207
288
 
208
- - Updated dependencies
289
+ - Updated dependencies
209
290
 
210
291
  ## 1.5.3
211
292
 
212
293
  ### Patch Changes
213
294
 
214
- - Updated dependencies
295
+ - Updated dependencies
215
296
 
216
297
  ## 1.5.2
217
298
 
218
299
  ### Patch Changes
219
300
 
220
- - Updated dependencies
301
+ - Updated dependencies
221
302
 
222
303
  ## 1.5.1
223
304
 
224
305
  ### Patch Changes
225
306
 
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.
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.
227
310
 
228
311
  ## 1.5.0
229
312
 
230
313
  ### Minor Changes
231
314
 
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.
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.
233
318
 
234
319
  ## 1.4.2
235
320
 
236
321
  ### Patch Changes
237
322
 
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`
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`
239
326
 
240
327
  ## 1.4.1
241
328
 
242
329
  ### Patch Changes
243
330
 
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`.
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`.
245
334
 
246
335
  ## 1.4.0
247
336
 
248
337
  ### Minor Changes
249
338
 
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
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
251
342
 
252
343
  ### Patch Changes
253
344
 
254
- - [`8202e37941b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8202e37941b) - Internal code change turning on new linting rules.
255
- - Updated dependencies
345
+ - [`8202e37941b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8202e37941b) -
346
+ Internal code change turning on new linting rules.
347
+ - Updated dependencies
256
348
 
257
349
  ## 1.3.10
258
350
 
259
351
  ### Patch Changes
260
352
 
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
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
262
356
 
263
357
  ## 1.3.9
264
358
 
265
359
  ### Patch Changes
266
360
 
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
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
268
365
 
269
366
  ## 1.3.8
270
367
 
271
368
  ### Patch Changes
272
369
 
273
- - Updated dependencies
370
+ - Updated dependencies
274
371
 
275
372
  ## 1.3.7
276
373
 
277
374
  ### Patch Changes
278
375
 
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
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
280
379
 
281
380
  ## 1.3.6
282
381
 
283
382
  ### Patch Changes
284
383
 
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
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
286
387
 
287
388
  ## 1.3.5
288
389
 
289
390
  ### Patch Changes
290
391
 
291
- - Updated dependencies
392
+ - Updated dependencies
292
393
 
293
394
  ## 1.3.4
294
395
 
295
396
  ### Patch Changes
296
397
 
297
- - Updated dependencies
398
+ - Updated dependencies
298
399
 
299
400
  ## 1.3.3
300
401
 
301
402
  ### Patch Changes
302
403
 
303
- - Updated dependencies
404
+ - Updated dependencies
304
405
 
305
406
  ## 1.3.2
306
407
 
307
408
  ### Patch Changes
308
409
 
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
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
312
418
 
313
419
  ## 1.3.1
314
420
 
315
421
  ### Patch Changes
316
422
 
317
- - Updated dependencies
423
+ - Updated dependencies
318
424
 
319
425
  ## 1.3.0
320
426
 
321
427
  ### Minor Changes
322
428
 
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.
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.
324
433
 
325
- 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
326
436
 
327
437
  ### Patch Changes
328
438
 
329
- - Updated dependencies
439
+ - Updated dependencies
330
440
 
331
441
  ## 1.2.0
332
442
 
333
443
  ### Minor Changes
334
444
 
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
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
336
448
 
337
449
  ## 1.1.6
338
450
 
@@ -340,424 +452,514 @@ _WRONG RELEASE TYPE - DON'T USE_
340
452
 
341
453
  ### Minor Changes
342
454
 
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
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
344
459
 
345
460
  ### Patch Changes
346
461
 
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
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
349
466
 
350
467
  ## 1.1.5
351
468
 
352
469
  ### Patch Changes
353
470
 
354
- - Updated dependencies
471
+ - Updated dependencies
355
472
 
356
473
  ## 1.1.4
357
474
 
358
475
  ### Patch Changes
359
476
 
360
- - Updated dependencies
477
+ - Updated dependencies
361
478
 
362
479
  ## 1.1.3
363
480
 
364
481
  ### Patch Changes
365
482
 
366
- - Updated dependencies
483
+ - Updated dependencies
367
484
 
368
485
  ## 1.1.2
369
486
 
370
487
  ### Patch Changes
371
488
 
372
- - Updated dependencies
489
+ - Updated dependencies
373
490
 
374
491
  ## 1.1.1
375
492
 
376
493
  ### Patch Changes
377
494
 
378
- - Updated dependencies
495
+ - Updated dependencies
379
496
 
380
497
  ## 1.1.0
381
498
 
382
499
  ### Minor Changes
383
500
 
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.
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.
385
504
 
386
505
  ### Patch Changes
387
506
 
388
- - Updated dependencies
507
+ - Updated dependencies
389
508
 
390
509
  ## 1.0.8
391
510
 
392
511
  ### Patch Changes
393
512
 
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`.
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`.
395
516
 
396
517
  ## 1.0.7
397
518
 
398
519
  ### Patch Changes
399
520
 
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`
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`
401
524
 
402
525
  ## 1.0.6
403
526
 
404
527
  ### Patch Changes
405
528
 
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.
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.
407
533
 
408
534
  ## 1.0.5
409
535
 
410
536
  ### Patch Changes
411
537
 
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
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
413
541
 
414
542
  ## 1.0.4
415
543
 
416
544
  ### Patch Changes
417
545
 
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.
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.
421
552
 
422
553
  ## 1.0.3
423
554
 
424
555
  ### Patch Changes
425
556
 
426
- - Updated dependencies
557
+ - Updated dependencies
427
558
 
428
559
  ## 1.0.2
429
560
 
430
561
  ### Patch Changes
431
562
 
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
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
433
566
 
434
567
  ## 1.0.1
435
568
 
436
569
  ### Patch Changes
437
570
 
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
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
439
574
 
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.
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.
442
577
 
443
578
  ## 1.0.0
444
579
 
445
580
  ### Major Changes
446
581
 
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.
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.
448
586
 
449
- 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.
450
589
 
451
- These changes have ⚙️ codemod support:
590
+ These changes have ⚙️ codemod support:
452
591
 
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:
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:
456
597
 
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.
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.
461
604
 
462
- - Components passed into the `content` have a change to render props:
605
+ - Components passed into the `content` have a change to render props:
463
606
 
464
- - ⚙️ `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.
465
609
 
466
- - 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)
467
612
 
468
- **Running the codemod cli**
613
+ **Running the codemod cli**
469
614
 
470
- 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**
471
617
 
472
- `yarn upgrade @atlaskit/popup@^1.0.0`
618
+ `yarn upgrade @atlaskit/popup@^1.0.0`
473
619
 
474
- Once upgraded, use the Atlaskit codemod-cli;
620
+ Once upgraded, use the Atlaskit codemod-cli;
475
621
 
476
- `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
622
+ `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
477
623
 
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.
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.
480
627
 
481
628
  ### Patch Changes
482
629
 
483
- - Updated dependencies
630
+ - Updated dependencies
484
631
 
485
632
  ## 0.6.1
486
633
 
487
634
  ### Patch Changes
488
635
 
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.
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.
490
639
 
491
640
  ## 0.6.0
492
641
 
493
642
  ### Minor Changes
494
643
 
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
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
497
649
 
498
650
  ### Patch Changes
499
651
 
500
- - Updated dependencies
652
+ - Updated dependencies
501
653
 
502
654
  ## 0.5.0
503
655
 
504
656
  ### Minor Changes
505
657
 
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
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
507
661
 
508
662
  ## 0.4.3
509
663
 
510
664
  ### Patch Changes
511
665
 
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
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
513
669
 
514
670
  ## 0.4.2
515
671
 
516
672
  ### Patch Changes
517
673
 
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
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
519
677
 
520
678
  ## 0.4.1
521
679
 
522
680
  ### Patch Changes
523
681
 
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
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
525
685
 
526
686
  ## 0.4.0
527
687
 
528
688
  ### Minor Changes
529
689
 
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.
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.
531
693
 
532
694
  ## 0.3.5
533
695
 
534
696
  ### Patch Changes
535
697
 
536
- - [patch][a12ea387f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/a12ea387f1):
698
+ - [patch][a12ea387f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/a12ea387f1):
537
699
 
538
- 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):
539
702
 
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
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
548
715
 
549
716
  ## 0.3.4
550
717
 
551
718
  ### Patch Changes
552
719
 
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
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
572
753
 
573
754
  ## 0.3.3
574
755
 
575
756
  ### Patch Changes
576
757
 
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
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
589
776
 
590
777
  ## 0.3.2
591
778
 
592
779
  ### Patch Changes
593
780
 
594
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
781
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
595
782
 
596
- 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):
597
785
 
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
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
608
796
 
609
797
  ## 0.3.1
610
798
 
611
799
  ### Patch Changes
612
800
 
613
- - [patch][afc9384399](https://bitbucket.org/atlassian/atlassian-frontend/commits/afc9384399):
801
+ - [patch][afc9384399](https://bitbucket.org/atlassian/atlassian-frontend/commits/afc9384399):
614
802
 
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):
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):
616
806
 
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
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
621
813
 
622
814
  ## 0.3.0
623
815
 
624
816
  ### Minor Changes
625
817
 
626
- - [minor][0946fdd319](https://bitbucket.org/atlassian/atlassian-frontend/commits/0946fdd319):
818
+ - [minor][0946fdd319](https://bitbucket.org/atlassian/atlassian-frontend/commits/0946fdd319):
627
819
 
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.
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.
630
822
 
631
823
  ## 0.2.7
632
824
 
633
825
  ### Patch Changes
634
826
 
635
- - [patch][eb1ecc219a](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb1ecc219a):
827
+ - [patch][eb1ecc219a](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb1ecc219a):
636
828
 
637
- Fix issue where stopping event propagation would still close a popup
829
+ Fix issue where stopping event propagation would still close a popup
638
830
 
639
831
  ## 0.2.6
640
832
 
641
833
  ### Patch Changes
642
834
 
643
- - [patch][f534973bd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/f534973bd4):
835
+ - [patch][f534973bd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/f534973bd4):
644
836
 
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):
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):
646
839
 
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
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
654
848
 
655
849
  ## 0.2.5
656
850
 
657
851
  ### Patch Changes
658
852
 
659
- - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
853
+ - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
660
854
 
661
- 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):
662
857
 
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
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
666
862
 
667
863
  ## 0.2.4
668
864
 
669
865
  ### Patch Changes
670
866
 
671
- - [patch][d0415ae306](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0415ae306):
867
+ - [patch][d0415ae306](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0415ae306):
672
868
 
673
- Popup now uses the correct e200 shadow
869
+ Popup now uses the correct e200 shadow
674
870
 
675
871
  ## 0.2.3
676
872
 
677
873
  ### Patch Changes
678
874
 
679
- - [patch][542080be8a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/542080be8a):
875
+ - [patch][542080be8a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/542080be8a):
680
876
 
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):
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):
682
880
 
683
- 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
684
883
 
685
884
  ## 0.2.2
686
885
 
687
886
  ### Patch Changes
688
887
 
689
- - [patch][3cad6b0118](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3cad6b0118):
888
+ - [patch][3cad6b0118](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3cad6b0118):
690
889
 
691
- 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
692
892
 
693
893
  ## 0.2.1
694
894
 
695
895
  ### Patch Changes
696
896
 
697
- - [patch][f86839ca4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86839ca4e):
897
+ - [patch][f86839ca4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86839ca4e):
698
898
 
699
- @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
700
900
 
701
901
  ## 0.2.0
702
902
 
703
903
  ### Minor Changes
704
904
 
705
- - [minor][6e0bcc75ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e0bcc75ac):
905
+ - [minor][6e0bcc75ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e0bcc75ac):
706
906
 
707
- - Adds the ability to render class components as children of Popup.
708
- - 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
709
909
 
710
910
  ## 0.1.5
711
911
 
712
912
  ### Patch Changes
713
913
 
714
- - [patch][93fe1d6f0d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93fe1d6f0d):
914
+ - [patch][93fe1d6f0d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93fe1d6f0d):
715
915
 
716
- Fix issue where popup content is rendered infinitely
916
+ Fix issue where popup content is rendered infinitely
717
917
 
718
918
  ## 0.1.4
719
919
 
720
920
  ### Patch Changes
721
921
 
722
- - [patch][c0a6abed47](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c0a6abed47):
922
+ - [patch][c0a6abed47](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c0a6abed47):
723
923
 
724
- Add onOpen and re-render unit tests
924
+ Add onOpen and re-render unit tests
725
925
 
726
926
  ## 0.1.3
727
927
 
728
928
  ### Patch Changes
729
929
 
730
- - [patch][28e9c65acd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28e9c65acd):
930
+ - [patch][28e9c65acd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28e9c65acd):
731
931
 
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
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
740
940
 
741
941
  ## 0.1.2
742
942
 
743
943
  ### Patch Changes
744
944
 
745
- - [patch][242dd7a06d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/242dd7a06d):
945
+ - [patch][242dd7a06d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/242dd7a06d):
746
946
 
747
- Expose additional types
947
+ Expose additional types
748
948
 
749
949
  ## 0.1.1
750
950
 
751
951
  ### Patch Changes
752
952
 
753
- - [patch][583a9873ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/583a9873ef):
953
+ - [patch][583a9873ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/583a9873ef):
754
954
 
755
- Provided better description for popup types
955
+ Provided better description for popup types
756
956
 
757
957
  ## 0.1.0
758
958
 
759
959
  ### Minor Changes
760
960
 
761
- - [minor][f1a3548732](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1a3548732):
961
+ - [minor][f1a3548732](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1a3548732):
762
962
 
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.
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.15.0",
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/"
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@atlaskit/ds-lib": "^2.3.0",
43
- "@atlaskit/layering": "^0.2.0",
43
+ "@atlaskit/layering": "^0.3.0",
44
44
  "@atlaskit/platform-feature-flags": "^0.2.0",
45
45
  "@atlaskit/popper": "^5.5.0",
46
46
  "@atlaskit/portal": "^4.4.0",
@@ -62,6 +62,7 @@
62
62
  "@atlaskit/button": "^17.14.0",
63
63
  "@atlaskit/icon": "^22.1.0",
64
64
  "@atlaskit/ssr": "*",
65
+ "@atlaskit/toggle": "^13.0.0",
65
66
  "@atlaskit/visual-regression": "*",
66
67
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
67
68
  "@atlassian/feature-flags-test-utils": "*",