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