@atlaskit/popup 1.17.1 → 1.18.0

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