@atlaskit/popper 5.5.5 → 6.0.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 +370 -214
- package/codemods/5.0.0-lite-mode.tsx +9 -8
- package/codemods/utils/helpers.tsx +9 -8
- package/dist/types/popper.d.ts +2 -2
- package/dist/types-ts4.5/popper.d.ts +2 -2
- package/package.json +8 -9
- package/dist/cjs/__tests_external__/index.js +0 -12
- package/dist/cjs/__tests_external__/page-objects/base-popper.js +0 -30
- package/dist/cjs/__tests_external__/test-cases/popper.js +0 -18
- package/dist/cjs/in-product.js +0 -12
- package/dist/es2019/__tests_external__/index.js +0 -1
- package/dist/es2019/__tests_external__/page-objects/base-popper.js +0 -6
- package/dist/es2019/__tests_external__/test-cases/popper.js +0 -10
- package/dist/es2019/in-product.js +0 -1
- package/dist/esm/__tests_external__/index.js +0 -1
- package/dist/esm/__tests_external__/page-objects/base-popper.js +0 -23
- package/dist/esm/__tests_external__/test-cases/popper.js +0 -12
- package/dist/esm/in-product.js +0 -1
- package/dist/types/__tests_external__/index.d.ts +0 -1
- package/dist/types/__tests_external__/page-objects/base-popper.d.ts +0 -7
- package/dist/types/__tests_external__/test-cases/popper.d.ts +0 -2
- package/dist/types/in-product.d.ts +0 -1
- package/dist/types-ts4.5/__tests_external__/index.d.ts +0 -1
- package/dist/types-ts4.5/__tests_external__/page-objects/base-popper.d.ts +0 -5
- package/dist/types-ts4.5/__tests_external__/test-cases/popper.d.ts +0 -2
- package/dist/types-ts4.5/in-product.d.ts +0 -1
- package/in-product/package.json +0 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,605 +1,761 @@
|
|
|
1
1
|
# @atlaskit/popper
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#102675](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102675)
|
|
8
|
+
[`5a358ae041de`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5a358ae041de) -
|
|
9
|
+
Removing @atlaskit/in-product-testing and its usages. Entry point removals require a major bump.
|
|
10
|
+
|
|
11
|
+
## 5.6.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#99248](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99248)
|
|
16
|
+
[`ffd6f7e683e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ffd6f7e683e0) -
|
|
17
|
+
Add support for React 18.
|
|
18
|
+
|
|
3
19
|
## 5.5.5
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
23
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
24
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
25
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
26
|
|
|
9
27
|
## 5.5.4
|
|
10
28
|
|
|
11
29
|
### Patch Changes
|
|
12
30
|
|
|
13
|
-
-
|
|
31
|
+
- [#38731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38731)
|
|
32
|
+
[`9af31f3c1ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9af31f3c1ae) - Delete
|
|
33
|
+
version.json
|
|
14
34
|
|
|
15
35
|
## 5.5.3
|
|
16
36
|
|
|
17
37
|
### Patch Changes
|
|
18
38
|
|
|
19
|
-
-
|
|
39
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
40
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
41
|
+
legacy types are published for TS 4.5-4.8
|
|
20
42
|
|
|
21
43
|
## 5.5.2
|
|
22
44
|
|
|
23
45
|
### Patch Changes
|
|
24
46
|
|
|
25
|
-
-
|
|
47
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
48
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
49
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
26
50
|
|
|
27
51
|
## 5.5.1
|
|
28
52
|
|
|
29
53
|
### Patch Changes
|
|
30
54
|
|
|
31
|
-
-
|
|
55
|
+
- [#32945](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32945)
|
|
56
|
+
[`f859e9ccda4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f859e9ccda4) -
|
|
57
|
+
Migrates unit tests from enzyme to RTL.
|
|
32
58
|
|
|
33
59
|
## 5.5.0
|
|
34
60
|
|
|
35
61
|
### Minor Changes
|
|
36
62
|
|
|
37
|
-
-
|
|
63
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
64
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
65
|
+
minor dependency bump
|
|
38
66
|
|
|
39
67
|
### Patch Changes
|
|
40
68
|
|
|
41
|
-
-
|
|
69
|
+
- Updated dependencies
|
|
42
70
|
|
|
43
71
|
## 5.4.11
|
|
44
72
|
|
|
45
73
|
### Patch Changes
|
|
46
74
|
|
|
47
|
-
-
|
|
75
|
+
- [#29327](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29327)
|
|
76
|
+
[`d84f56e6e50`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d84f56e6e50) - Remove
|
|
77
|
+
the unused feature flag
|
|
48
78
|
|
|
49
79
|
## 5.4.10
|
|
50
80
|
|
|
51
81
|
### Patch Changes
|
|
52
82
|
|
|
53
|
-
-
|
|
83
|
+
- Updated dependencies
|
|
54
84
|
|
|
55
85
|
## 5.4.9
|
|
56
86
|
|
|
57
87
|
### Patch Changes
|
|
58
88
|
|
|
59
|
-
-
|
|
89
|
+
- Updated dependencies
|
|
60
90
|
|
|
61
91
|
## 5.4.8
|
|
62
92
|
|
|
63
93
|
### Patch Changes
|
|
64
94
|
|
|
65
|
-
-
|
|
95
|
+
- Updated dependencies
|
|
66
96
|
|
|
67
97
|
## 5.4.7
|
|
68
98
|
|
|
69
99
|
### Patch Changes
|
|
70
100
|
|
|
71
|
-
-
|
|
101
|
+
- Updated dependencies
|
|
72
102
|
|
|
73
103
|
## 5.4.6
|
|
74
104
|
|
|
75
105
|
### Patch Changes
|
|
76
106
|
|
|
77
|
-
-
|
|
78
|
-
-
|
|
107
|
+
- [#28158](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28158)
|
|
108
|
+
[`7888ba61c3b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7888ba61c3b) - Add
|
|
109
|
+
platform feature flag registration and dynamic type generation for platform feature flag client
|
|
110
|
+
- Updated dependencies
|
|
79
111
|
|
|
80
112
|
## 5.4.5
|
|
81
113
|
|
|
82
114
|
### Patch Changes
|
|
83
115
|
|
|
84
|
-
-
|
|
116
|
+
- [#28303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28303)
|
|
117
|
+
[`85dc0230439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85dc0230439) - Add
|
|
118
|
+
eslint rule to allow for platform feature flag usage
|
|
85
119
|
|
|
86
120
|
## 5.4.4
|
|
87
121
|
|
|
88
122
|
### Patch Changes
|
|
89
123
|
|
|
90
|
-
-
|
|
124
|
+
- Updated dependencies
|
|
91
125
|
|
|
92
126
|
## 5.4.3
|
|
93
127
|
|
|
94
128
|
### Patch Changes
|
|
95
129
|
|
|
96
|
-
-
|
|
130
|
+
- Updated dependencies
|
|
97
131
|
|
|
98
132
|
## 5.4.2
|
|
99
133
|
|
|
100
134
|
### Patch Changes
|
|
101
135
|
|
|
102
|
-
-
|
|
136
|
+
- [#27890](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27890)
|
|
137
|
+
[`03a51e8100d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03a51e8100d) -
|
|
138
|
+
Introduces a hidden, dummy html element to validate that our new deployment pipeline is working
|
|
139
|
+
end-to-end.
|
|
103
140
|
|
|
104
141
|
## 5.4.1
|
|
105
142
|
|
|
106
143
|
### Patch Changes
|
|
107
144
|
|
|
108
|
-
-
|
|
145
|
+
- [#27756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27756)
|
|
146
|
+
[`211c04b1c96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/211c04b1c96) - Fixes
|
|
147
|
+
in-product testing typos causing assert errors
|
|
109
148
|
|
|
110
149
|
## 5.4.0
|
|
111
150
|
|
|
112
151
|
### Minor Changes
|
|
113
152
|
|
|
114
|
-
-
|
|
153
|
+
- [#27549](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27549)
|
|
154
|
+
[`cd2800156bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd2800156bd) -
|
|
155
|
+
Updates to in-product testing interface. The change switches
|
|
156
|
+
popperRendersWithPositionFixedTestCase to popperRendersTestCase.
|
|
115
157
|
|
|
116
158
|
## 5.3.0
|
|
117
159
|
|
|
118
160
|
### Minor Changes
|
|
119
161
|
|
|
120
|
-
-
|
|
162
|
+
- [#27258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27258)
|
|
163
|
+
[`6d5881c30a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d5881c30a4) -
|
|
164
|
+
Introducing in-product testing entrypoints to popper.
|
|
121
165
|
|
|
122
166
|
## 5.2.11
|
|
123
167
|
|
|
124
168
|
### Patch Changes
|
|
125
169
|
|
|
126
|
-
-
|
|
170
|
+
- [#27294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27294)
|
|
171
|
+
[`dc53dc3201b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc53dc3201b) - Add
|
|
172
|
+
'productPushConsumption' as a new optional field in package.json.
|
|
127
173
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
This field is optional.
|
|
174
|
+
_Note_: We want to track the information if the package was moved from the pull into the push
|
|
175
|
+
model in the product. Hence, we extended the `package.json` file by adding a new field e.g.:
|
|
176
|
+
"atlassian.productPushConsumption": ["jira"] This field is optional.
|
|
132
177
|
|
|
133
178
|
## 5.2.10
|
|
134
179
|
|
|
135
180
|
### Patch Changes
|
|
136
181
|
|
|
137
|
-
-
|
|
182
|
+
- [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
|
|
183
|
+
[`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
|
|
184
|
+
change to introduce spacing tokens to design system components.
|
|
138
185
|
|
|
139
186
|
## 5.2.9
|
|
140
187
|
|
|
141
188
|
### Patch Changes
|
|
142
189
|
|
|
143
|
-
-
|
|
190
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
191
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
192
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
144
193
|
|
|
145
194
|
## 5.2.8
|
|
146
195
|
|
|
147
196
|
### Patch Changes
|
|
148
197
|
|
|
149
|
-
-
|
|
198
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
199
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
200
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
150
201
|
|
|
151
202
|
## 5.2.7
|
|
152
203
|
|
|
153
204
|
### Patch Changes
|
|
154
205
|
|
|
155
|
-
-
|
|
206
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
207
|
+
[`ff5655480e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff5655480e6) -
|
|
208
|
+
Internal code change turning on new linting rules.
|
|
156
209
|
|
|
157
210
|
## 5.2.6
|
|
158
211
|
|
|
159
212
|
### Patch Changes
|
|
160
213
|
|
|
161
|
-
-
|
|
214
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
|
|
215
|
+
[`45ebe7af434`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45ebe7af434) - Moved
|
|
216
|
+
to using declarative entrypoints internally. Public API is unchanged.
|
|
162
217
|
|
|
163
218
|
## 5.2.5
|
|
164
219
|
|
|
165
220
|
### Patch Changes
|
|
166
221
|
|
|
167
|
-
-
|
|
222
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
223
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
224
|
+
Upgrade to TypeScript 4.2.4
|
|
168
225
|
|
|
169
226
|
## 5.2.4
|
|
170
227
|
|
|
171
228
|
### Patch Changes
|
|
172
229
|
|
|
173
|
-
-
|
|
230
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
|
|
231
|
+
[`b3e5a62a9e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3e5a62a9e3) - Adds
|
|
232
|
+
`static` techstack to package, enforcing stricter style linting. In this case the package
|
|
233
|
+
already satisfied this requirement so there have been no changes to styles.
|
|
174
234
|
|
|
175
235
|
## 5.2.3
|
|
176
236
|
|
|
177
237
|
### Patch Changes
|
|
178
238
|
|
|
179
|
-
-
|
|
239
|
+
- [#19678](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19678)
|
|
240
|
+
[`10d1f4d4a4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10d1f4d4a4b) - Export
|
|
241
|
+
placement options
|
|
180
242
|
|
|
181
243
|
## 5.2.2
|
|
182
244
|
|
|
183
245
|
### Patch Changes
|
|
184
246
|
|
|
185
|
-
-
|
|
247
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
248
|
+
[`cd34d8ca8ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd34d8ca8ea) -
|
|
249
|
+
Internal wiring up to the tokens techstack, no code changes.
|
|
186
250
|
|
|
187
251
|
## 5.2.1
|
|
188
252
|
|
|
189
253
|
### Patch Changes
|
|
190
254
|
|
|
191
|
-
-
|
|
255
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
256
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
257
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
192
258
|
|
|
193
259
|
## 5.2.0
|
|
194
260
|
|
|
195
261
|
### Minor Changes
|
|
196
262
|
|
|
197
|
-
-
|
|
263
|
+
- [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170)
|
|
264
|
+
[`f6b951a51f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6b951a51f2) -
|
|
265
|
+
Removes usage of styled-components in favour of standardising on emotion
|
|
198
266
|
|
|
199
267
|
## 5.1.0
|
|
200
268
|
|
|
201
269
|
### Minor Changes
|
|
202
270
|
|
|
203
|
-
-
|
|
271
|
+
- [#8388](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8388)
|
|
272
|
+
[`81f4f9f7562`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81f4f9f7562) - Update
|
|
273
|
+
core `@popperjs/core` dependency to `^2.9.1`, fixing some positioning bugs, such as in parents
|
|
274
|
+
with `will-change` CSS properties set. For more information on the specific changes, see the
|
|
275
|
+
popper docs.
|
|
204
276
|
|
|
205
277
|
## 5.0.4
|
|
206
278
|
|
|
207
279
|
### Patch Changes
|
|
208
280
|
|
|
209
|
-
-
|
|
281
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
282
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
283
|
+
Transpile packages using babel rather than tsc
|
|
210
284
|
|
|
211
285
|
## 5.0.3
|
|
212
286
|
|
|
213
287
|
### Patch Changes
|
|
214
288
|
|
|
215
|
-
-
|
|
216
|
-
|
|
217
|
-
|
|
289
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
290
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
291
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
292
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
293
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
294
|
+
`devDependencies` to denote version that the package was built with.
|
|
218
295
|
|
|
219
296
|
## 5.0.2
|
|
220
297
|
|
|
221
298
|
### Patch Changes
|
|
222
299
|
|
|
223
|
-
-
|
|
300
|
+
- [#4346](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4346)
|
|
301
|
+
[`fc8f6e61f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc8f6e61f3) - Fix
|
|
302
|
+
codemod utilities being exposed through the codemod cli
|
|
224
303
|
|
|
225
304
|
## 5.0.1
|
|
226
305
|
|
|
227
306
|
### Patch Changes
|
|
228
307
|
|
|
229
|
-
-
|
|
308
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
309
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
310
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
230
311
|
|
|
231
|
-
|
|
232
|
-
|
|
312
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
313
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
233
314
|
|
|
234
315
|
## 5.0.0
|
|
235
316
|
|
|
236
317
|
### Major Changes
|
|
237
318
|
|
|
238
|
-
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
319
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
320
|
+
[`044869b067`](https://bitbucket.org/atlassian/atlassian-frontend/commits/044869b067) - This
|
|
321
|
+
major release of Popper upgrades from react-popper v.1.3.6 to 2.2.3, which includes version 2 of
|
|
322
|
+
Popper JS (@popperjs/core). This is a complete re-write of popper.js which comes with
|
|
323
|
+
bundle-size and performance improvements, as well as a number of bug fixes and longer-term
|
|
324
|
+
support.
|
|
325
|
+
|
|
326
|
+
There are a number of major changes for consumers are listed below; ⚙️ indicates the change has
|
|
327
|
+
codemod support:
|
|
328
|
+
|
|
329
|
+
- **Component Props**:
|
|
330
|
+
- ⚙️ `offset` is no longer a string, but an array of two integers (i.e. '0px 8px' is now
|
|
331
|
+
[0, 8])
|
|
332
|
+
- **Render Props**:
|
|
333
|
+
- ⚙️ `outOfBoundaries` has been replaced with `isReferenceHidden`, and is now true when
|
|
334
|
+
the popper is hidden (i.e. by a scroll container)
|
|
335
|
+
- ⚙️ `scheduleUpdate`, for async updates, has been renamed to `update`, and now returns a
|
|
336
|
+
Promise.
|
|
337
|
+
- **✨new** `hasPopperEscaped` tracks when the reference element is fully clipped or
|
|
338
|
+
hidden
|
|
339
|
+
- **✨new** `forceUpdate` is exposed to perform synchronous updates
|
|
340
|
+
- **Types**:
|
|
341
|
+
- @atlaskit/popper now exports a number of useful types from both `@popperjs/core`
|
|
342
|
+
(`Placement`) and `react-popper` (`ManagerProps`, `ReferenceProps`, `PopperProps`,
|
|
343
|
+
`PopperArrowProps`, `PopperChildrenProps`, `StrictModifier`, `Modifier`).
|
|
344
|
+
- Custom modifiers are now more strongly typed; to improve the specificity of the types,
|
|
345
|
+
pass a generic type with the modifier names you plan to use.
|
|
346
|
+
- **Custom modifiers**: This only affects users applying custom modifiers via the `modifiers`
|
|
347
|
+
prop:
|
|
348
|
+
- the `modifiers` prop has been significantly updated:
|
|
349
|
+
- The format is now an array of objects, each labelled via a `name` key:value pair. Previously
|
|
350
|
+
the prop was an object where each property was the modifier name.
|
|
351
|
+
- Prop options are grouped together in an `options` object
|
|
352
|
+
- default boundary paddings have been removed from `preventOverflow` and `flip`; to restore
|
|
353
|
+
original padding, set `padding: 5`
|
|
354
|
+
- modifiers that supported a `boundariesElement` option now have two options in its place:
|
|
355
|
+
- `boundary`, which takes `clippingParents` (similar to `scrollParent`)
|
|
356
|
+
- `rootBoundary` which takes `viewport` or `document` (replacing `viewport` and
|
|
357
|
+
`window`respectively)
|
|
358
|
+
|
|
359
|
+
Each modifier has more internal changes not listed here: see
|
|
360
|
+
[the Popper JS docs](https://popper.js.org/docs/v2/modifiers/) for more information, as well as
|
|
361
|
+
the [Popper migration guide](https://popper.js.org/docs/v2/migration-guide/) for an example of
|
|
362
|
+
the new list structure.
|
|
363
|
+
|
|
364
|
+
Due to the highly specific nature of these modifiers, codemod support is not provided for this
|
|
365
|
+
change
|
|
366
|
+
|
|
367
|
+
Note: due to a bug in `react-popper`, a console.error message relating to React `act()` may be
|
|
368
|
+
raised on some tests. It should not cause test failures. This issue has been raised in
|
|
369
|
+
[the React Popper issue tracker](https://github.com/popperjs/react-popper/issues/368)
|
|
370
|
+
|
|
371
|
+
**Running the codemod cli**
|
|
372
|
+
|
|
373
|
+
To run the codemod: **You first need to have the latest version of popper installed before you
|
|
374
|
+
can run the codemod**
|
|
375
|
+
|
|
376
|
+
`yarn upgrade @atlaskit/popper@^5.0.0`
|
|
377
|
+
|
|
378
|
+
Once upgraded, use the Atlaskit codemod-cli;
|
|
379
|
+
|
|
380
|
+
`npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
|
|
381
|
+
|
|
382
|
+
Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to
|
|
383
|
+
[this doc](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
|
|
384
|
+
details on the codemod CLI.
|
|
286
385
|
|
|
287
386
|
## 4.0.1
|
|
288
387
|
|
|
289
388
|
### Patch Changes
|
|
290
389
|
|
|
291
|
-
-
|
|
390
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
391
|
+
[`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
|
|
392
|
+
all the theme imports to be tree-shakable
|
|
292
393
|
|
|
293
394
|
## 4.0.0
|
|
294
395
|
|
|
295
396
|
### Major Changes
|
|
296
397
|
|
|
297
|
-
-
|
|
298
|
-
|
|
398
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
399
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
|
|
400
|
+
Officially dropping IE11 support, from this version onwards there are no warranties of the
|
|
401
|
+
package working in IE11. For more information see:
|
|
402
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
299
403
|
|
|
300
404
|
## 3.1.13
|
|
301
405
|
|
|
302
406
|
### Patch Changes
|
|
303
407
|
|
|
304
|
-
-
|
|
408
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
409
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
|
|
410
|
+
and supporting files will no longer be published to npm
|
|
305
411
|
|
|
306
412
|
## 3.1.12
|
|
307
413
|
|
|
308
414
|
### Patch Changes
|
|
309
415
|
|
|
310
|
-
-
|
|
416
|
+
- [patch][cf8577f5d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf8577f5d6):
|
|
311
417
|
|
|
312
|
-
|
|
418
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
419
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
313
420
|
|
|
314
|
-
-
|
|
315
|
-
|
|
421
|
+
- Updated dependencies
|
|
422
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
423
|
+
- @atlaskit/button@13.3.11
|
|
316
424
|
|
|
317
425
|
## 3.1.11
|
|
318
426
|
|
|
319
427
|
### Patch Changes
|
|
320
428
|
|
|
321
|
-
-
|
|
429
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
322
430
|
|
|
323
|
-
|
|
431
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
432
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
324
433
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
434
|
+
- @atlaskit/docs@8.3.2
|
|
435
|
+
- @atlaskit/button@13.3.7
|
|
436
|
+
- @atlaskit/theme@9.5.1
|
|
328
437
|
|
|
329
438
|
## 3.1.10
|
|
330
439
|
|
|
331
440
|
### Patch Changes
|
|
332
441
|
|
|
333
|
-
-
|
|
442
|
+
- [patch][671de2d063](https://bitbucket.org/atlassian/atlassian-frontend/commits/671de2d063):
|
|
334
443
|
|
|
335
|
-
|
|
444
|
+
Updates `offset` prop description.
|
|
336
445
|
|
|
337
446
|
## 3.1.9
|
|
338
447
|
|
|
339
448
|
### Patch Changes
|
|
340
449
|
|
|
341
|
-
-
|
|
450
|
+
- [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
342
451
|
|
|
343
|
-
|
|
452
|
+
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
|
|
453
|
+
Updated dependencies
|
|
454
|
+
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
344
455
|
|
|
345
|
-
-
|
|
346
|
-
|
|
347
|
-
|
|
456
|
+
- Updated dependencies
|
|
457
|
+
[4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
458
|
+
- @atlaskit/theme@9.5.0
|
|
459
|
+
- @atlaskit/button@13.3.5
|
|
348
460
|
|
|
349
461
|
## 3.1.8
|
|
350
462
|
|
|
351
463
|
### Patch Changes
|
|
352
464
|
|
|
353
|
-
-
|
|
465
|
+
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
354
466
|
|
|
355
|
-
|
|
467
|
+
Updates react-popper dependency to a safe version.
|
|
356
468
|
|
|
357
469
|
## 3.1.7
|
|
358
470
|
|
|
359
471
|
### Patch Changes
|
|
360
472
|
|
|
361
|
-
-
|
|
473
|
+
- [patch][542080be8a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/542080be8a):
|
|
362
474
|
|
|
363
|
-
|
|
475
|
+
Bumped react-popper and resolved infinite looping refs issue, and fixed close-on-outside-click
|
|
476
|
+
for @atlaskit/popup
|
|
364
477
|
|
|
365
478
|
## 3.1.6
|
|
366
479
|
|
|
367
480
|
### Patch Changes
|
|
368
481
|
|
|
369
|
-
-
|
|
482
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
370
483
|
|
|
371
|
-
|
|
484
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
372
485
|
|
|
373
486
|
## 3.1.5
|
|
374
487
|
|
|
375
488
|
### Patch Changes
|
|
376
489
|
|
|
377
|
-
-
|
|
490
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
378
491
|
|
|
379
|
-
|
|
492
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
380
493
|
|
|
381
494
|
## 3.1.4
|
|
382
495
|
|
|
383
496
|
### Patch Changes
|
|
384
497
|
|
|
385
|
-
-
|
|
498
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
386
499
|
|
|
387
|
-
|
|
500
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
501
|
+
non-relative imports as relative imports
|
|
388
502
|
|
|
389
503
|
## 3.1.3
|
|
390
504
|
|
|
391
505
|
### Patch Changes
|
|
392
506
|
|
|
393
|
-
-
|
|
507
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
394
508
|
|
|
395
|
-
|
|
509
|
+
Upgraded Typescript to 3.3.x
|
|
396
510
|
|
|
397
511
|
## 3.1.2
|
|
398
512
|
|
|
399
513
|
### Patch Changes
|
|
400
514
|
|
|
401
|
-
-
|
|
515
|
+
- [patch][abee1a5f4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abee1a5f4f):
|
|
402
516
|
|
|
403
|
-
|
|
517
|
+
Bumping internal dependency (memoize-one) to latest version (5.1.0). memoize-one@5.1.0 has full
|
|
518
|
+
typescript support so it is recommended that typescript consumers use it also.
|
|
404
519
|
|
|
405
520
|
## 3.1.1
|
|
406
521
|
|
|
407
522
|
### Patch Changes
|
|
408
523
|
|
|
409
|
-
-
|
|
524
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
410
525
|
|
|
411
|
-
|
|
526
|
+
Updates component maintainers
|
|
412
527
|
|
|
413
528
|
## 3.1.0
|
|
414
529
|
|
|
415
530
|
### Minor Changes
|
|
416
531
|
|
|
417
|
-
-
|
|
532
|
+
- [minor][0a3116e217](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a3116e217):
|
|
418
533
|
|
|
419
|
-
|
|
534
|
+
Add ability to overwrite and adjust modifiers in popper
|
|
420
535
|
|
|
421
536
|
## 3.0.1
|
|
422
537
|
|
|
423
538
|
### Patch Changes
|
|
424
539
|
|
|
425
|
-
-
|
|
540
|
+
- [patch][f34776be97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f34776be97):
|
|
426
541
|
|
|
427
|
-
|
|
542
|
+
Type definition files are now referenced in package.json
|
|
428
543
|
|
|
429
544
|
## 3.0.0
|
|
430
545
|
|
|
431
546
|
### Major Changes
|
|
432
547
|
|
|
433
|
-
-
|
|
548
|
+
- [major][ebfeb03eb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebfeb03eb7):
|
|
434
549
|
|
|
435
|
-
|
|
550
|
+
popper has been converted to Typescript. Typescript consumers will now get static type safety.
|
|
551
|
+
Flow types are no longer provided. No API or behavioral changes.
|
|
436
552
|
|
|
437
553
|
## 2.0.1
|
|
438
554
|
|
|
439
555
|
### Patch Changes
|
|
440
556
|
|
|
441
|
-
-
|
|
557
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
442
558
|
|
|
443
|
-
|
|
559
|
+
index.ts will now be ignored when publishing to npm
|
|
444
560
|
|
|
445
561
|
## 2.0.0
|
|
446
562
|
|
|
447
|
-
-
|
|
563
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
448
564
|
|
|
449
|
-
|
|
565
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
566
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
450
567
|
|
|
451
568
|
## 1.0.0
|
|
452
569
|
|
|
453
|
-
-
|
|
570
|
+
- [major][8b5f052003](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b5f052003):
|
|
454
571
|
|
|
455
|
-
|
|
572
|
+
- This major release indicates that this package is no longer under dev preview but is ready
|
|
573
|
+
for use
|
|
456
574
|
|
|
457
575
|
## 0.4.3
|
|
458
576
|
|
|
459
|
-
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
577
|
+
- Updated dependencies
|
|
578
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
579
|
+
- @atlaskit/docs@7.0.3
|
|
580
|
+
- @atlaskit/button@12.0.3
|
|
581
|
+
- @atlaskit/theme@8.1.7
|
|
463
582
|
|
|
464
583
|
## 0.4.2
|
|
465
584
|
|
|
466
|
-
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
585
|
+
- Updated dependencies
|
|
586
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
587
|
+
- @atlaskit/docs@7.0.2
|
|
588
|
+
- @atlaskit/theme@8.1.6
|
|
589
|
+
- @atlaskit/button@12.0.0
|
|
470
590
|
|
|
471
591
|
## 0.4.1
|
|
472
592
|
|
|
473
|
-
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
593
|
+
- Updated dependencies
|
|
594
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
595
|
+
- @atlaskit/docs@7.0.1
|
|
596
|
+
- @atlaskit/theme@8.0.1
|
|
597
|
+
- @atlaskit/button@11.0.0
|
|
477
598
|
|
|
478
599
|
## 0.4.0
|
|
479
600
|
|
|
480
|
-
-
|
|
601
|
+
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
481
602
|
|
|
482
|
-
|
|
603
|
+
- Drop ES5 from all the flow modules
|
|
483
604
|
|
|
484
|
-
|
|
605
|
+
### Dropping CJS support in all @atlaskit packages
|
|
485
606
|
|
|
486
|
-
|
|
487
|
-
|
|
607
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
608
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
609
|
+
`import` and `export` declarations.
|
|
488
610
|
|
|
489
|
-
|
|
611
|
+
The major reason for doing this is to allow us to support multiple entry points in packages,
|
|
612
|
+
e.g:
|
|
490
613
|
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
614
|
+
```js
|
|
615
|
+
import colors from `@atlaskit/theme/colors`;
|
|
616
|
+
```
|
|
494
617
|
|
|
495
|
-
|
|
618
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
496
619
|
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
620
|
+
```js
|
|
621
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
622
|
+
```
|
|
500
623
|
|
|
501
|
-
|
|
624
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors
|
|
625
|
+
harder, we have to worry about how consumers might be using things that aren't _actually_
|
|
626
|
+
supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
|
|
627
|
+
to lots of packages bundling all of theme, just to use a single color, especially in situations
|
|
628
|
+
where tree shaking fails.
|
|
502
629
|
|
|
503
|
-
|
|
630
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
631
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
632
|
+
internal dependencies.
|
|
504
633
|
|
|
505
|
-
|
|
634
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
635
|
+
environments.
|
|
506
636
|
|
|
507
|
-
|
|
637
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
638
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
639
|
+
saner API's and simpler package architecture.
|
|
508
640
|
|
|
509
|
-
|
|
641
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
642
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
643
|
+
external) if you have any questions or queries about this.
|
|
510
644
|
|
|
511
645
|
## 0.3.7
|
|
512
646
|
|
|
513
|
-
-
|
|
647
|
+
- [patch][efc35d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/efc35d1):
|
|
514
648
|
|
|
515
|
-
|
|
649
|
+
- Internal changes: - Adding react-dom and build utils as dev dependencies - Adding unit test
|
|
650
|
+
for server side rendering use-case - Adding unit test to cover Popper component
|
|
516
651
|
|
|
517
652
|
## 0.3.6
|
|
518
653
|
|
|
519
|
-
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
654
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
655
|
+
- @atlaskit/button@10.1.1
|
|
656
|
+
- @atlaskit/theme@7.0.1
|
|
657
|
+
- @atlaskit/docs@6.0.0
|
|
523
658
|
|
|
524
659
|
## 0.3.5
|
|
525
660
|
|
|
526
|
-
-
|
|
661
|
+
- [patch][82fc5f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82fc5f5):
|
|
527
662
|
|
|
528
|
-
|
|
663
|
+
- Pinning react-popper to 1.0.2 to avoid recursive bug
|
|
529
664
|
|
|
530
665
|
## 0.3.4
|
|
531
666
|
|
|
532
|
-
-
|
|
667
|
+
- [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
|
|
533
668
|
|
|
534
|
-
|
|
669
|
+
- Packages should not be shown in the navigation, search and overview
|
|
535
670
|
|
|
536
671
|
## 0.3.3
|
|
537
672
|
|
|
538
|
-
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
673
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
674
|
+
- @atlaskit/docs@5.2.3
|
|
675
|
+
- @atlaskit/button@10.0.4
|
|
676
|
+
- @atlaskit/theme@7.0.0
|
|
542
677
|
|
|
543
678
|
## 0.3.2
|
|
544
679
|
|
|
545
|
-
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
680
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
681
|
+
- @atlaskit/docs@5.2.1
|
|
682
|
+
- @atlaskit/theme@6.2.1
|
|
683
|
+
- @atlaskit/button@10.0.0
|
|
549
684
|
|
|
550
685
|
## 0.3.1
|
|
551
686
|
|
|
552
|
-
-
|
|
687
|
+
- [patch] Fix referenceElement overriding ref from Reference component
|
|
688
|
+
[874d5bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/874d5bd)
|
|
553
689
|
|
|
554
690
|
## 0.3.0
|
|
555
691
|
|
|
556
|
-
-
|
|
692
|
+
- [minor] Adds replacementElement prop to enable onboarding use-case. See prop documentation
|
|
693
|
+
[here](https://github.com/FezVrasta/react-popper#usage-without-a-reference-htmlelement)
|
|
694
|
+
[1a752e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a752e6)
|
|
557
695
|
|
|
558
696
|
## 0.2.5
|
|
559
697
|
|
|
560
|
-
-
|
|
698
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
699
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
561
700
|
|
|
562
701
|
## 0.2.4
|
|
563
702
|
|
|
564
|
-
-
|
|
703
|
+
- [patch] Fixed popper placement offset to not fire deprecation warning.
|
|
704
|
+
[4fcff1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4fcff1c)
|
|
565
705
|
|
|
566
706
|
## 0.2.3
|
|
567
707
|
|
|
568
|
-
-
|
|
708
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
709
|
+
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
569
710
|
|
|
570
711
|
## 0.2.2
|
|
571
712
|
|
|
572
|
-
-
|
|
713
|
+
- [patch] Using the latest popper to avoid recursive setState calls.
|
|
714
|
+
[9dceca9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9dceca9)
|
|
573
715
|
|
|
574
716
|
## 0.2.1
|
|
575
717
|
|
|
576
|
-
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
718
|
+
- [patch] Updated dependencies
|
|
719
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
720
|
+
- @atlaskit/theme@6.0.0
|
|
721
|
+
- @atlaskit/button@9.0.6
|
|
722
|
+
- @atlaskit/docs@5.0.6
|
|
580
723
|
|
|
581
724
|
## 0.2.0
|
|
582
725
|
|
|
583
|
-
-
|
|
584
|
-
|
|
585
|
-
-
|
|
586
|
-
|
|
587
|
-
-
|
|
726
|
+
- [minor] Bumped react-popper version to get bug fixes, also added offset prop
|
|
727
|
+
[a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
|
|
728
|
+
- [none] Updated dependencies
|
|
729
|
+
[1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a)
|
|
730
|
+
- [none] Updated dependencies
|
|
731
|
+
[a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3)
|
|
732
|
+
- [none] Updated dependencies
|
|
733
|
+
[87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
|
|
734
|
+
- [none] Updated dependencies
|
|
735
|
+
[a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
|
|
588
736
|
|
|
589
737
|
## 0.1.2
|
|
590
738
|
|
|
591
|
-
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
-
|
|
739
|
+
- [patch] Replace @atlaskit/layer in date time picker with @atlaskit/popper, changed configuration
|
|
740
|
+
of flipbehavior modifier to use viewport as the element boundary rather than the window.
|
|
741
|
+
[4286672](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4286672)
|
|
742
|
+
- [patch] Updated datetime-picker to use @atlaskit/popper internally instead of @atlaskit/layer.
|
|
743
|
+
Minor fix to @atlaskit/popper, boundariesElement for flipbehavior is now viewport and not
|
|
744
|
+
window. [f2159f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2159f4)
|
|
745
|
+
- [none] Updated dependencies
|
|
746
|
+
[4286672](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4286672)
|
|
747
|
+
- [none] Updated dependencies
|
|
748
|
+
[f2159f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2159f4)
|
|
595
749
|
|
|
596
750
|
## 0.1.1
|
|
597
751
|
|
|
598
|
-
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
752
|
+
- [patch] Updated dependencies
|
|
753
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
754
|
+
- @atlaskit/button@9.0.4
|
|
755
|
+
- @atlaskit/theme@5.1.2
|
|
756
|
+
- @atlaskit/docs@5.0.2
|
|
602
757
|
|
|
603
758
|
## 0.1.0
|
|
604
759
|
|
|
605
|
-
-
|
|
760
|
+
- [minor] Dev release for popper
|
|
761
|
+
[e987222](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e987222)
|