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