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