@atlaskit/portal 4.5.0 → 4.6.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 +463 -455
- package/__perf__/default.tsx +3 -3
- package/__perf__/examples.tsx +26 -19
- package/dist/types/internal/components/internal-portal.d.ts +1 -1
- package/dist/types/internal/hooks/use-is-subsequent-render.d.ts +1 -1
- package/dist/types/portal.d.ts +1 -1
- package/dist/types/types.d.ts +2 -2
- package/dist/types-ts4.5/internal/components/internal-portal.d.ts +1 -1
- package/dist/types-ts4.5/internal/hooks/use-is-subsequent-render.d.ts +1 -1
- package/dist/types-ts4.5/portal.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +2 -2
- package/package.json +91 -93
- package/report.api.md +14 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,432 +1,441 @@
|
|
|
1
1
|
# @atlaskit/portal
|
|
2
2
|
|
|
3
|
+
## 4.6.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
|
+
|
|
3
12
|
## 4.5.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
6
15
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
16
|
+
- [#96695](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96695)
|
|
17
|
+
[`6374f444b3e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6374f444b3e4) -
|
|
18
|
+
Add support for React 18 in non-strict mode.
|
|
10
19
|
|
|
11
20
|
## 4.4.2
|
|
12
21
|
|
|
13
22
|
### Patch Changes
|
|
14
23
|
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
|
|
24
|
+
- [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
|
|
25
|
+
[`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
|
|
26
|
+
Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
|
|
18
27
|
|
|
19
28
|
## 4.4.1
|
|
20
29
|
|
|
21
30
|
### Patch Changes
|
|
22
31
|
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
|
|
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`
|
|
26
35
|
|
|
27
36
|
## 4.4.0
|
|
28
37
|
|
|
29
38
|
### Minor Changes
|
|
30
39
|
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
|
|
40
|
+
- [#41817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41817)
|
|
41
|
+
[`76888385b72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76888385b72) - Add
|
|
42
|
+
MountStrategy prop to specify mount strategy
|
|
34
43
|
|
|
35
44
|
## 4.3.6
|
|
36
45
|
|
|
37
46
|
### Patch Changes
|
|
38
47
|
|
|
39
|
-
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
-
|
|
48
|
+
- [#39442](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39442)
|
|
49
|
+
[`f78ae454863`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f78ae454863) - Update
|
|
50
|
+
tooltip z-index to 9999
|
|
51
|
+
- Updated dependencies
|
|
43
52
|
|
|
44
53
|
## 4.3.5
|
|
45
54
|
|
|
46
55
|
### Patch Changes
|
|
47
56
|
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
|
|
57
|
+
- [#38731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38731)
|
|
58
|
+
[`9af31f3c1ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9af31f3c1ae) - Delete
|
|
59
|
+
version.json
|
|
51
60
|
|
|
52
61
|
## 4.3.4
|
|
53
62
|
|
|
54
63
|
### Patch Changes
|
|
55
64
|
|
|
56
|
-
-
|
|
57
|
-
|
|
58
|
-
|
|
65
|
+
- [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445)
|
|
66
|
+
[`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing
|
|
67
|
+
unused dependencies and dev dependencies
|
|
59
68
|
|
|
60
69
|
## 4.3.3
|
|
61
70
|
|
|
62
71
|
### Patch Changes
|
|
63
72
|
|
|
64
|
-
-
|
|
65
|
-
|
|
66
|
-
|
|
73
|
+
- [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
|
|
74
|
+
[`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol
|
|
75
|
+
packages to push-model consumption in Jira.
|
|
67
76
|
|
|
68
77
|
## 4.3.2
|
|
69
78
|
|
|
70
79
|
### Patch Changes
|
|
71
80
|
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
81
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
82
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
83
|
+
legacy types are published for TS 4.5-4.8
|
|
75
84
|
|
|
76
85
|
## 4.3.1
|
|
77
86
|
|
|
78
87
|
### Patch Changes
|
|
79
88
|
|
|
80
|
-
-
|
|
81
|
-
|
|
82
|
-
|
|
89
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
90
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
91
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
83
92
|
|
|
84
93
|
## 4.3.0
|
|
85
94
|
|
|
86
95
|
### Minor Changes
|
|
87
96
|
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
|
|
97
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
98
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
99
|
+
minor dependency bump
|
|
91
100
|
|
|
92
101
|
### Patch Changes
|
|
93
102
|
|
|
94
|
-
-
|
|
103
|
+
- Updated dependencies
|
|
95
104
|
|
|
96
105
|
## 4.2.13
|
|
97
106
|
|
|
98
107
|
### Patch Changes
|
|
99
108
|
|
|
100
|
-
-
|
|
101
|
-
|
|
102
|
-
|
|
109
|
+
- [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
|
|
110
|
+
[`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal
|
|
111
|
+
changes.
|
|
103
112
|
|
|
104
113
|
## 4.2.12
|
|
105
114
|
|
|
106
115
|
### Patch Changes
|
|
107
116
|
|
|
108
|
-
-
|
|
109
|
-
|
|
110
|
-
|
|
117
|
+
- [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
|
|
118
|
+
[`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
|
|
119
|
+
change to introduce spacing tokens to design system components.
|
|
111
120
|
|
|
112
121
|
## 4.2.11
|
|
113
122
|
|
|
114
123
|
### Patch Changes
|
|
115
124
|
|
|
116
|
-
-
|
|
117
|
-
|
|
118
|
-
|
|
125
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
126
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
127
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
119
128
|
|
|
120
129
|
## 4.2.10
|
|
121
130
|
|
|
122
131
|
### Patch Changes
|
|
123
132
|
|
|
124
|
-
-
|
|
125
|
-
|
|
126
|
-
|
|
133
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
134
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
135
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
127
136
|
|
|
128
137
|
## 4.2.9
|
|
129
138
|
|
|
130
139
|
### Patch Changes
|
|
131
140
|
|
|
132
|
-
-
|
|
133
|
-
|
|
134
|
-
|
|
141
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
142
|
+
[`d5f0b466415`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5f0b466415) - Internal
|
|
143
|
+
code change turning on new linting rules.
|
|
135
144
|
|
|
136
145
|
## 4.2.8
|
|
137
146
|
|
|
138
147
|
### Patch Changes
|
|
139
148
|
|
|
140
|
-
-
|
|
141
|
-
|
|
142
|
-
|
|
149
|
+
- [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614)
|
|
150
|
+
[`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) -
|
|
151
|
+
Upgrading internal dependency (bind-event-listener) for improved internal types
|
|
143
152
|
|
|
144
153
|
## 4.2.7
|
|
145
154
|
|
|
146
155
|
### Patch Changes
|
|
147
156
|
|
|
148
|
-
-
|
|
149
|
-
|
|
150
|
-
|
|
157
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
158
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
159
|
+
to TypeScript 4.2.4
|
|
151
160
|
|
|
152
161
|
## 4.2.6
|
|
153
162
|
|
|
154
163
|
### Patch Changes
|
|
155
164
|
|
|
156
|
-
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
165
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
|
|
166
|
+
[`b3e5a62a9e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3e5a62a9e3) - Adds
|
|
167
|
+
`static` techstack to package, enforcing stricter style linting. In this case the package already
|
|
168
|
+
satisfied this requirement so there have been no changes to styles.
|
|
160
169
|
|
|
161
170
|
## 4.2.5
|
|
162
171
|
|
|
163
172
|
### Patch Changes
|
|
164
173
|
|
|
165
|
-
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
-
|
|
174
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
|
|
175
|
+
[`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Retains
|
|
176
|
+
the portal wrapper in the DOM after the last portal is unmounted. This drastically reduces the
|
|
177
|
+
style recalculations and improves performance for portalled elements.
|
|
178
|
+
- Updated dependencies
|
|
170
179
|
|
|
171
180
|
## 4.2.4
|
|
172
181
|
|
|
173
182
|
### Patch Changes
|
|
174
183
|
|
|
175
|
-
-
|
|
176
|
-
|
|
177
|
-
|
|
184
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
185
|
+
[`cd34d8ca8ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd34d8ca8ea) - Internal
|
|
186
|
+
wiring up to the tokens techstack, no code changes.
|
|
178
187
|
|
|
179
188
|
## 4.2.3
|
|
180
189
|
|
|
181
190
|
### Patch Changes
|
|
182
191
|
|
|
183
|
-
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
-
|
|
192
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
193
|
+
[`ea086afdc2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea086afdc2d) - Fix bug
|
|
194
|
+
where Portal was attached to the body after the children were rendered. Now Portal is attached
|
|
195
|
+
before it's children are rendered.
|
|
196
|
+
- Updated dependencies
|
|
188
197
|
|
|
189
198
|
## 4.2.2
|
|
190
199
|
|
|
191
200
|
### Patch Changes
|
|
192
201
|
|
|
193
|
-
-
|
|
194
|
-
|
|
195
|
-
|
|
202
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
203
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
204
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
196
205
|
|
|
197
206
|
## 4.2.1
|
|
198
207
|
|
|
199
208
|
### Patch Changes
|
|
200
209
|
|
|
201
|
-
-
|
|
202
|
-
|
|
203
|
-
|
|
210
|
+
- [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
|
|
211
|
+
[`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates
|
|
212
|
+
to development dependency `storybook-addon-performance`
|
|
204
213
|
|
|
205
214
|
## 4.2.0
|
|
206
215
|
|
|
207
216
|
### Minor Changes
|
|
208
217
|
|
|
209
|
-
-
|
|
210
|
-
|
|
211
|
-
|
|
218
|
+
- [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170)
|
|
219
|
+
[`f6b951a51f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6b951a51f2) - Removes
|
|
220
|
+
usage of styled-components in favour of standardising on emotion
|
|
212
221
|
|
|
213
222
|
## 4.1.2
|
|
214
223
|
|
|
215
224
|
### Patch Changes
|
|
216
225
|
|
|
217
|
-
-
|
|
218
|
-
|
|
219
|
-
|
|
226
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
|
|
227
|
+
[`28f40bac160`](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f40bac160) - Updates
|
|
228
|
+
targets for modal dialog in VR tests.
|
|
220
229
|
|
|
221
230
|
## 4.1.1
|
|
222
231
|
|
|
223
232
|
### Patch Changes
|
|
224
233
|
|
|
225
|
-
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
-
|
|
234
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
235
|
+
[`8b360a4ac06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b360a4ac06) - NO-ISSUE
|
|
236
|
+
Update modal dialog selector for VR & integration tests
|
|
237
|
+
- Updated dependencies
|
|
229
238
|
|
|
230
239
|
## 4.1.0
|
|
231
240
|
|
|
232
241
|
### Minor Changes
|
|
233
242
|
|
|
234
|
-
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
243
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
|
|
244
|
+
[`d4f0c36ac36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4f0c36ac36) -
|
|
245
|
+
Converted class based portal component to functional component and dropped unused ie11 specific
|
|
246
|
+
code
|
|
238
247
|
|
|
239
248
|
### Patch Changes
|
|
240
249
|
|
|
241
|
-
-
|
|
242
|
-
|
|
243
|
-
-
|
|
244
|
-
|
|
250
|
+
- [`9e94c1beb76`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e94c1beb76) - Removed
|
|
251
|
+
deprecated auto entry points and added new entry points in Portal
|
|
252
|
+
- [`e87c4a5ae8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e87c4a5ae8b) -
|
|
253
|
+
Optimisation of z-index to layer name by removing dependency on atlaskit theme package
|
|
245
254
|
|
|
246
255
|
## 4.0.5
|
|
247
256
|
|
|
248
257
|
### Patch Changes
|
|
249
258
|
|
|
250
|
-
-
|
|
251
|
-
|
|
252
|
-
|
|
259
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
260
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
261
|
+
packages using babel rather than tsc
|
|
253
262
|
|
|
254
263
|
## 4.0.4
|
|
255
264
|
|
|
256
265
|
### Patch Changes
|
|
257
266
|
|
|
258
|
-
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
267
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
268
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
269
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
270
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
271
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
272
|
+
`devDependencies` to denote version that the package was built with.
|
|
264
273
|
|
|
265
274
|
## 4.0.3
|
|
266
275
|
|
|
267
276
|
### Patch Changes
|
|
268
277
|
|
|
269
|
-
-
|
|
278
|
+
- Updated dependencies
|
|
270
279
|
|
|
271
280
|
## 4.0.2
|
|
272
281
|
|
|
273
282
|
### Patch Changes
|
|
274
283
|
|
|
275
|
-
-
|
|
276
|
-
|
|
277
|
-
|
|
284
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
285
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
286
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
278
287
|
|
|
279
|
-
|
|
280
|
-
|
|
288
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
289
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
281
290
|
|
|
282
291
|
## 4.0.1
|
|
283
292
|
|
|
284
293
|
### Patch Changes
|
|
285
294
|
|
|
286
|
-
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
-
|
|
290
|
-
|
|
295
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
296
|
+
[`3414523d6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3414523d6f) - Rearange
|
|
297
|
+
buttons order to align with design guidelines
|
|
298
|
+
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
|
|
299
|
+
the theme imports to be tree-shakable
|
|
291
300
|
|
|
292
301
|
## 4.0.0
|
|
293
302
|
|
|
294
303
|
### Major Changes
|
|
295
304
|
|
|
296
|
-
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
305
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
306
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
307
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
308
|
+
IE11. For more information see:
|
|
309
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
301
310
|
|
|
302
311
|
### Patch Changes
|
|
303
312
|
|
|
304
|
-
-
|
|
313
|
+
- Updated dependencies
|
|
305
314
|
|
|
306
315
|
## 3.1.9
|
|
307
316
|
|
|
308
317
|
### Patch Changes
|
|
309
318
|
|
|
310
|
-
-
|
|
311
|
-
|
|
312
|
-
|
|
319
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
320
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
|
|
321
|
+
supporting files will no longer be published to npm
|
|
313
322
|
|
|
314
323
|
## 3.1.8
|
|
315
324
|
|
|
316
325
|
### Patch Changes
|
|
317
326
|
|
|
318
|
-
-
|
|
319
|
-
|
|
320
|
-
|
|
327
|
+
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
|
|
328
|
+
[`4069606178`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4069606178) - Change
|
|
329
|
+
imports to comply with Atlassian conventions- Updated dependencies
|
|
321
330
|
|
|
322
331
|
## 3.1.7
|
|
323
332
|
|
|
324
333
|
### Patch Changes
|
|
325
334
|
|
|
326
|
-
-
|
|
335
|
+
- [patch][603413f530](https://bitbucket.org/atlassian/atlassian-frontend/commits/603413f530):
|
|
327
336
|
|
|
328
|
-
|
|
329
|
-
|
|
337
|
+
Remove 'export \*' for improved tree shaking- Updated dependencies
|
|
338
|
+
[168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
|
|
330
339
|
|
|
331
|
-
-
|
|
332
|
-
|
|
333
|
-
-
|
|
334
|
-
|
|
335
|
-
-
|
|
336
|
-
|
|
337
|
-
-
|
|
338
|
-
|
|
339
|
-
-
|
|
340
|
-
|
|
341
|
-
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
340
|
+
- Updated dependencies
|
|
341
|
+
[f5b654c328](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5b654c328):
|
|
342
|
+
- Updated dependencies
|
|
343
|
+
[0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
|
|
344
|
+
- Updated dependencies
|
|
345
|
+
[109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
|
|
346
|
+
- Updated dependencies
|
|
347
|
+
[b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
|
|
348
|
+
- Updated dependencies
|
|
349
|
+
[0389a42cc5](https://bitbucket.org/atlassian/atlassian-frontend/commits/0389a42cc5):
|
|
350
|
+
- Updated dependencies
|
|
351
|
+
[89bf723567](https://bitbucket.org/atlassian/atlassian-frontend/commits/89bf723567):
|
|
352
|
+
- @atlaskit/docs@8.5.1
|
|
353
|
+
- @atlaskit/modal-dialog@10.5.6
|
|
354
|
+
- @atlaskit/theme@9.5.3
|
|
355
|
+
- @atlaskit/button@13.3.10
|
|
356
|
+
- @atlaskit/onboarding@9.1.5
|
|
348
357
|
|
|
349
358
|
## 3.1.6
|
|
350
359
|
|
|
351
360
|
### Patch Changes
|
|
352
361
|
|
|
353
|
-
-
|
|
362
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
354
363
|
|
|
355
|
-
|
|
356
|
-
|
|
364
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
365
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
357
366
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
367
|
+
- @atlaskit/docs@8.3.2
|
|
368
|
+
- @atlaskit/visual-regression@0.1.9
|
|
369
|
+
- @atlaskit/button@13.3.7
|
|
370
|
+
- @atlaskit/flag@12.3.7
|
|
371
|
+
- @atlaskit/icon@20.0.1
|
|
372
|
+
- @atlaskit/inline-dialog@12.1.9
|
|
373
|
+
- @atlaskit/modal-dialog@10.5.2
|
|
374
|
+
- @atlaskit/onboarding@9.0.9
|
|
375
|
+
- @atlaskit/theme@9.5.1
|
|
376
|
+
- @atlaskit/tooltip@15.2.3
|
|
368
377
|
|
|
369
378
|
## 3.1.5
|
|
370
379
|
|
|
371
380
|
### Patch Changes
|
|
372
381
|
|
|
373
|
-
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
382
|
+
- Updated dependencies
|
|
383
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
384
|
+
- @atlaskit/icon@20.0.0
|
|
385
|
+
- @atlaskit/flag@12.3.6
|
|
386
|
+
- @atlaskit/modal-dialog@10.5.1
|
|
387
|
+
- @atlaskit/docs@8.3.1
|
|
388
|
+
- @atlaskit/button@13.3.6
|
|
389
|
+
- @atlaskit/inline-dialog@12.1.8
|
|
390
|
+
- @atlaskit/onboarding@9.0.8
|
|
391
|
+
- @atlaskit/tooltip@15.2.2
|
|
383
392
|
|
|
384
393
|
## 3.1.4
|
|
385
394
|
|
|
386
395
|
### Patch Changes
|
|
387
396
|
|
|
388
|
-
-
|
|
397
|
+
- [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
389
398
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
399
|
+
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
|
|
400
|
+
Updated dependencies
|
|
401
|
+
[28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
|
|
393
402
|
|
|
394
|
-
-
|
|
395
|
-
|
|
396
|
-
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
403
|
+
- Updated dependencies
|
|
404
|
+
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
405
|
+
- Updated dependencies
|
|
406
|
+
[4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
407
|
+
- @atlaskit/icon@19.1.0
|
|
408
|
+
- @atlaskit/theme@9.5.0
|
|
409
|
+
- @atlaskit/button@13.3.5
|
|
410
|
+
- @atlaskit/flag@12.3.5
|
|
411
|
+
- @atlaskit/inline-dialog@12.1.7
|
|
412
|
+
- @atlaskit/tooltip@15.2.1
|
|
404
413
|
|
|
405
414
|
## 3.1.3
|
|
406
415
|
|
|
407
416
|
### Patch Changes
|
|
408
417
|
|
|
409
|
-
-
|
|
418
|
+
- [patch][f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
|
|
410
419
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
420
|
+
Corrects the type exports for typography, colors, elevation and layers. If you were doing any
|
|
421
|
+
dynamic code it may break you. Refer to the
|
|
422
|
+
[upgrade guide](/packages/core/theme/docs/upgrade-guide) for help upgrading.- Updated dependencies
|
|
423
|
+
[c1d4898af5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1d4898af5):
|
|
415
424
|
|
|
416
|
-
-
|
|
417
|
-
|
|
418
|
-
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
425
|
+
- Updated dependencies
|
|
426
|
+
[3c0f6feee5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c0f6feee5):
|
|
427
|
+
- Updated dependencies
|
|
428
|
+
[f9c291923c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c291923c):
|
|
429
|
+
- @atlaskit/icon@19.0.11
|
|
430
|
+
- @atlaskit/theme@9.3.0
|
|
422
431
|
|
|
423
432
|
## 3.1.2
|
|
424
433
|
|
|
425
434
|
### Patch Changes
|
|
426
435
|
|
|
427
|
-
-
|
|
436
|
+
- [patch][adc048de7e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/adc048de7e):
|
|
428
437
|
|
|
429
|
-
|
|
438
|
+
Fixing ie11 bug caused by using Event constructor
|
|
430
439
|
|
|
431
440
|
## 3.1.1
|
|
432
441
|
|
|
@@ -436,9 +445,9 @@ It is broken for ie11 if you are not polyfilling the `new Event` constructor
|
|
|
436
445
|
|
|
437
446
|
### Patch Changes
|
|
438
447
|
|
|
439
|
-
-
|
|
448
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
440
449
|
|
|
441
|
-
|
|
450
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
442
451
|
|
|
443
452
|
## 3.1.0
|
|
444
453
|
|
|
@@ -448,422 +457,421 @@ It is broken for ie11 if you are not polyfilling the `new Event` constructor
|
|
|
448
457
|
|
|
449
458
|
### Minor Changes
|
|
450
459
|
|
|
451
|
-
-
|
|
460
|
+
- [minor][bf8796cffa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bf8796cffa):
|
|
452
461
|
|
|
453
|
-
|
|
462
|
+
Add mount and unmount events to @atlaskit/portal
|
|
454
463
|
|
|
455
464
|
## 3.0.13
|
|
456
465
|
|
|
457
|
-
-
|
|
458
|
-
|
|
459
|
-
|
|
466
|
+
- Updated dependencies
|
|
467
|
+
[a75dfaad67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a75dfaad67):
|
|
468
|
+
- @atlaskit/onboarding@9.0.0
|
|
460
469
|
|
|
461
470
|
## 3.0.12
|
|
462
471
|
|
|
463
472
|
### Patch Changes
|
|
464
473
|
|
|
465
|
-
-
|
|
474
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
466
475
|
|
|
467
|
-
|
|
468
|
-
|
|
476
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
477
|
+
non-relative imports as relative imports
|
|
469
478
|
|
|
470
479
|
## 3.0.11
|
|
471
480
|
|
|
472
481
|
### Patch Changes
|
|
473
482
|
|
|
474
|
-
-
|
|
483
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
475
484
|
|
|
476
|
-
|
|
485
|
+
Upgraded Typescript to 3.3.x
|
|
477
486
|
|
|
478
487
|
## 3.0.10
|
|
479
488
|
|
|
480
489
|
### Patch Changes
|
|
481
490
|
|
|
482
|
-
-
|
|
491
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
483
492
|
|
|
484
|
-
|
|
493
|
+
Updates component maintainers
|
|
485
494
|
|
|
486
495
|
## 3.0.9
|
|
487
496
|
|
|
488
497
|
### Patch Changes
|
|
489
498
|
|
|
490
|
-
-
|
|
499
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
491
500
|
|
|
492
|
-
|
|
501
|
+
Fixes bug, missing version.json file
|
|
493
502
|
|
|
494
503
|
## 3.0.8
|
|
495
504
|
|
|
496
505
|
### Patch Changes
|
|
497
506
|
|
|
498
|
-
-
|
|
507
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
499
508
|
|
|
500
|
-
|
|
509
|
+
In this PR, we are:
|
|
501
510
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
511
|
+
- Re-introducing dist build folders
|
|
512
|
+
- Adding back cjs
|
|
513
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
514
|
+
- Creating folders at the root for entry-points
|
|
515
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
516
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
517
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
518
|
+
for further details
|
|
510
519
|
|
|
511
520
|
## 3.0.7
|
|
512
521
|
|
|
513
|
-
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
522
|
+
- Updated dependencies
|
|
523
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
524
|
+
- @atlaskit/docs@8.1.3
|
|
525
|
+
- @atlaskit/button@13.0.9
|
|
526
|
+
- @atlaskit/flag@12.0.10
|
|
527
|
+
- @atlaskit/inline-dialog@12.0.3
|
|
528
|
+
- @atlaskit/modal-dialog@10.0.7
|
|
529
|
+
- @atlaskit/onboarding@8.0.6
|
|
530
|
+
- @atlaskit/tooltip@15.0.2
|
|
531
|
+
- @atlaskit/icon@19.0.0
|
|
523
532
|
|
|
524
533
|
## 3.0.6
|
|
525
534
|
|
|
526
535
|
### Patch Changes
|
|
527
536
|
|
|
528
|
-
-
|
|
537
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
529
538
|
|
|
530
|
-
|
|
539
|
+
index.ts will now be ignored when publishing to npm
|
|
531
540
|
|
|
532
541
|
## 3.0.5
|
|
533
542
|
|
|
534
543
|
### Patch Changes
|
|
535
544
|
|
|
536
|
-
-
|
|
545
|
+
- [patch][93bcf314c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93bcf314c6):
|
|
537
546
|
|
|
538
|
-
|
|
547
|
+
Added missing tslib dep
|
|
539
548
|
|
|
540
549
|
## 3.0.4
|
|
541
550
|
|
|
542
|
-
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
551
|
+
- Updated dependencies
|
|
552
|
+
[67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
|
|
553
|
+
- @atlaskit/icon@18.0.1
|
|
554
|
+
- @atlaskit/tooltip@15.0.0
|
|
546
555
|
|
|
547
556
|
## 3.0.3
|
|
548
557
|
|
|
549
|
-
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
558
|
+
- Updated dependencies
|
|
559
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
560
|
+
- @atlaskit/docs@8.1.2
|
|
561
|
+
- @atlaskit/button@13.0.8
|
|
562
|
+
- @atlaskit/flag@12.0.4
|
|
563
|
+
- @atlaskit/inline-dialog@12.0.1
|
|
564
|
+
- @atlaskit/modal-dialog@10.0.4
|
|
565
|
+
- @atlaskit/onboarding@8.0.4
|
|
566
|
+
- @atlaskit/tooltip@14.0.3
|
|
567
|
+
- @atlaskit/icon@18.0.0
|
|
559
568
|
|
|
560
569
|
## 3.0.2
|
|
561
570
|
|
|
562
|
-
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
571
|
+
- Updated dependencies
|
|
572
|
+
[181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
|
|
573
|
+
- @atlaskit/modal-dialog@10.0.3
|
|
574
|
+
- @atlaskit/inline-dialog@12.0.0
|
|
566
575
|
|
|
567
576
|
## 3.0.1
|
|
568
577
|
|
|
569
|
-
-
|
|
578
|
+
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
570
579
|
|
|
571
|
-
|
|
572
|
-
|
|
580
|
+
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
581
|
+
Request #5942 for details
|
|
573
582
|
|
|
574
583
|
## 3.0.0
|
|
575
584
|
|
|
576
|
-
-
|
|
585
|
+
- [major][dacfb81ca1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dacfb81ca1):
|
|
577
586
|
|
|
578
|
-
|
|
579
|
-
|
|
587
|
+
- @atlaskit/portal has been converted to Typescript. Typescript consumers will now get static type
|
|
588
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
580
589
|
|
|
581
|
-
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
590
|
+
- Updated dependencies
|
|
591
|
+
[06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
|
|
592
|
+
- @atlaskit/icon@17.1.2
|
|
593
|
+
- @atlaskit/onboarding@8.0.2
|
|
594
|
+
- @atlaskit/modal-dialog@10.0.0
|
|
586
595
|
|
|
587
596
|
## 2.0.1
|
|
588
597
|
|
|
589
|
-
-
|
|
590
|
-
|
|
591
|
-
|
|
598
|
+
- Updated dependencies
|
|
599
|
+
[238b65171f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/238b65171f):
|
|
600
|
+
- @atlaskit/flag@12.0.0
|
|
592
601
|
|
|
593
602
|
## 2.0.0
|
|
594
603
|
|
|
595
|
-
-
|
|
604
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
596
605
|
|
|
597
|
-
|
|
598
|
-
|
|
606
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
607
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
599
608
|
|
|
600
609
|
## 1.0.0
|
|
601
610
|
|
|
602
|
-
-
|
|
611
|
+
- [major][5b6b4d6a0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b6b4d6a0f):
|
|
603
612
|
|
|
604
|
-
|
|
605
|
-
|
|
613
|
+
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
614
|
+
use
|
|
606
615
|
|
|
607
616
|
## 0.3.1
|
|
608
617
|
|
|
609
|
-
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
618
|
+
- Updated dependencies
|
|
619
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
620
|
+
- @atlaskit/docs@7.0.2
|
|
621
|
+
- @atlaskit/flag@10.0.5
|
|
622
|
+
- @atlaskit/icon@16.0.8
|
|
623
|
+
- @atlaskit/inline-dialog@10.0.3
|
|
624
|
+
- @atlaskit/modal-dialog@8.0.6
|
|
625
|
+
- @atlaskit/onboarding@7.0.3
|
|
626
|
+
- @atlaskit/tooltip@13.0.3
|
|
627
|
+
- @atlaskit/button@12.0.0
|
|
619
628
|
|
|
620
629
|
## 0.3.0
|
|
621
630
|
|
|
622
|
-
-
|
|
631
|
+
- [minor][ce4e1b4780](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ce4e1b4780):
|
|
623
632
|
|
|
624
|
-
|
|
625
|
-
|
|
633
|
+
- zIndex prop now accepts string and number values. Portal consumers can now use css values like
|
|
634
|
+
"unset" if needed.
|
|
626
635
|
|
|
627
636
|
## 0.2.2
|
|
628
637
|
|
|
629
|
-
-
|
|
638
|
+
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
|
|
630
639
|
|
|
631
|
-
|
|
640
|
+
- Removes duplicate babel-runtime dependency
|
|
632
641
|
|
|
633
642
|
## 0.2.1
|
|
634
643
|
|
|
635
|
-
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
644
|
+
- Updated dependencies
|
|
645
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
646
|
+
- @atlaskit/docs@7.0.1
|
|
647
|
+
- @atlaskit/flag@10.0.1
|
|
648
|
+
- @atlaskit/icon@16.0.5
|
|
649
|
+
- @atlaskit/inline-dialog@10.0.1
|
|
650
|
+
- @atlaskit/modal-dialog@8.0.2
|
|
651
|
+
- @atlaskit/onboarding@7.0.1
|
|
652
|
+
- @atlaskit/tooltip@13.0.1
|
|
653
|
+
- @atlaskit/button@11.0.0
|
|
645
654
|
|
|
646
655
|
## 0.2.0
|
|
647
656
|
|
|
648
|
-
-
|
|
657
|
+
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
649
658
|
|
|
650
|
-
|
|
659
|
+
- Drop ES5 from all the flow modules
|
|
651
660
|
|
|
652
|
-
|
|
661
|
+
### Dropping CJS support in all @atlaskit packages
|
|
653
662
|
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
663
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
664
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
665
|
+
`import` and `export` declarations.
|
|
657
666
|
|
|
658
|
-
|
|
659
|
-
e.g:
|
|
667
|
+
The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
|
|
660
668
|
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
669
|
+
```js
|
|
670
|
+
import colors from `@atlaskit/theme/colors`;
|
|
671
|
+
```
|
|
664
672
|
|
|
665
|
-
|
|
673
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
666
674
|
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
675
|
+
```js
|
|
676
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
677
|
+
```
|
|
670
678
|
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
679
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
|
|
680
|
+
we have to worry about how consumers might be using things that aren't _actually_ supposed to be
|
|
681
|
+
used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
|
|
682
|
+
packages bundling all of theme, just to use a single color, especially in situations where tree
|
|
683
|
+
shaking fails.
|
|
676
684
|
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
685
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
686
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
687
|
+
internal dependencies.
|
|
680
688
|
|
|
681
|
-
|
|
682
|
-
|
|
689
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
690
|
+
environments.
|
|
683
691
|
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
692
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
693
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
694
|
+
saner API's and simpler package architecture.
|
|
687
695
|
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
696
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
697
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
698
|
+
external) if you have any questions or queries about this.
|
|
691
699
|
|
|
692
700
|
## 0.1.0
|
|
693
701
|
|
|
694
|
-
-
|
|
702
|
+
- [minor][27cacd44ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27cacd44ab):
|
|
695
703
|
|
|
696
|
-
|
|
704
|
+
- Components inside Portal render after portal container element is attached to the DOM
|
|
697
705
|
|
|
698
706
|
## 0.0.18
|
|
699
707
|
|
|
700
|
-
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
708
|
+
- Updated dependencies
|
|
709
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
710
|
+
- @atlaskit/docs@6.0.1
|
|
711
|
+
- @atlaskit/button@10.1.2
|
|
712
|
+
- @atlaskit/flag@9.1.9
|
|
713
|
+
- @atlaskit/inline-dialog@9.0.14
|
|
714
|
+
- @atlaskit/modal-dialog@7.2.1
|
|
715
|
+
- @atlaskit/onboarding@6.1.16
|
|
716
|
+
- @atlaskit/tooltip@12.1.15
|
|
717
|
+
- @atlaskit/icon@16.0.0
|
|
710
718
|
|
|
711
719
|
## 0.0.17
|
|
712
720
|
|
|
713
|
-
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
721
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
722
|
+
- @atlaskit/button@10.1.1
|
|
723
|
+
- @atlaskit/flag@9.1.8
|
|
724
|
+
- @atlaskit/icon@15.0.2
|
|
725
|
+
- @atlaskit/inline-dialog@9.0.13
|
|
726
|
+
- @atlaskit/modal-dialog@7.1.1
|
|
727
|
+
- @atlaskit/onboarding@6.1.14
|
|
728
|
+
- @atlaskit/tooltip@12.1.13
|
|
729
|
+
- @atlaskit/docs@6.0.0
|
|
722
730
|
|
|
723
731
|
## 0.0.16
|
|
724
732
|
|
|
725
|
-
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
733
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
734
|
+
- @atlaskit/docs@5.2.2
|
|
735
|
+
- @atlaskit/button@10.0.1
|
|
736
|
+
- @atlaskit/flag@9.1.6
|
|
737
|
+
- @atlaskit/inline-dialog@9.0.11
|
|
738
|
+
- @atlaskit/modal-dialog@7.0.13
|
|
739
|
+
- @atlaskit/onboarding@6.1.11
|
|
740
|
+
- @atlaskit/tooltip@12.1.11
|
|
741
|
+
- @atlaskit/icon@15.0.0
|
|
734
742
|
|
|
735
743
|
## 0.0.15
|
|
736
744
|
|
|
737
|
-
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
745
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
746
|
+
- @atlaskit/docs@5.2.1
|
|
747
|
+
- @atlaskit/flag@9.1.5
|
|
748
|
+
- @atlaskit/icon@14.6.1
|
|
749
|
+
- @atlaskit/inline-dialog@9.0.10
|
|
750
|
+
- @atlaskit/modal-dialog@7.0.12
|
|
751
|
+
- @atlaskit/onboarding@6.1.10
|
|
752
|
+
- @atlaskit/tooltip@12.1.10
|
|
753
|
+
- @atlaskit/button@10.0.0
|
|
746
754
|
|
|
747
755
|
## 0.0.14
|
|
748
756
|
|
|
749
|
-
-
|
|
757
|
+
- [patch][1fb2c2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1fb2c2a):
|
|
750
758
|
|
|
751
|
-
|
|
759
|
+
- Fixed issue where tooltips and modals would initially render in the wrong location
|
|
752
760
|
|
|
753
761
|
## 0.0.13
|
|
754
762
|
|
|
755
|
-
-
|
|
763
|
+
- [patch][3f5a4dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f5a4dd):
|
|
756
764
|
|
|
757
|
-
|
|
765
|
+
- Replaces our own check for dom in ssr with exenv package
|
|
758
766
|
|
|
759
767
|
## 0.0.12
|
|
760
768
|
|
|
761
|
-
-
|
|
762
|
-
|
|
769
|
+
- [patch] fixes problem with the DOM container for portal not creating a new stacking context
|
|
770
|
+
[aaab348](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aaab348)
|
|
763
771
|
|
|
764
772
|
## 0.0.11
|
|
765
773
|
|
|
766
|
-
-
|
|
767
|
-
|
|
774
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
775
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
768
776
|
|
|
769
777
|
## 0.0.10
|
|
770
778
|
|
|
771
|
-
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
779
|
+
- [patch] Updated dependencies
|
|
780
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
781
|
+
- @atlaskit/docs@5.0.8
|
|
782
|
+
- @atlaskit/button@9.0.13
|
|
783
|
+
- @atlaskit/flag@9.0.11
|
|
784
|
+
- @atlaskit/inline-dialog@9.0.6
|
|
785
|
+
- @atlaskit/modal-dialog@7.0.2
|
|
786
|
+
- @atlaskit/onboarding@6.0.2
|
|
787
|
+
- @atlaskit/tooltip@12.1.1
|
|
788
|
+
- @atlaskit/icon@14.0.0
|
|
781
789
|
|
|
782
790
|
## 0.0.9
|
|
783
791
|
|
|
784
|
-
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
792
|
+
- [patch] Updated dependencies
|
|
793
|
+
[d5a043a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5a043a)
|
|
794
|
+
- @atlaskit/icon@13.8.1
|
|
795
|
+
- @atlaskit/onboarding@6.0.1
|
|
796
|
+
- @atlaskit/flag@9.0.10
|
|
797
|
+
- @atlaskit/tooltip@12.0.14
|
|
798
|
+
- @atlaskit/modal-dialog@7.0.0
|
|
791
799
|
|
|
792
800
|
## 0.0.8
|
|
793
801
|
|
|
794
|
-
-
|
|
795
|
-
|
|
796
|
-
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
802
|
+
- [patch] Updated dependencies
|
|
803
|
+
[d9d2f0d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d9d2f0d)
|
|
804
|
+
- [none] Updated dependencies
|
|
805
|
+
[89be4f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89be4f1)
|
|
806
|
+
- @atlaskit/flag@9.0.9
|
|
807
|
+
- @atlaskit/tooltip@12.0.13
|
|
808
|
+
- @atlaskit/onboarding@6.0.0
|
|
801
809
|
|
|
802
810
|
## 0.0.7
|
|
803
811
|
|
|
804
|
-
-
|
|
805
|
-
|
|
812
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
813
|
+
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
806
814
|
|
|
807
815
|
## 0.0.6
|
|
808
816
|
|
|
809
|
-
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
817
|
+
- [patch] Updated dependencies
|
|
818
|
+
[1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a)
|
|
819
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
820
|
+
- @atlaskit/tooltip@12.0.8
|
|
821
|
+
- @atlaskit/modal-dialog@6.0.8
|
|
822
|
+
- [none] Updated dependencies
|
|
823
|
+
[a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3)
|
|
824
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
825
|
+
- @atlaskit/tooltip@12.0.8
|
|
826
|
+
- @atlaskit/modal-dialog@6.0.8
|
|
827
|
+
- [none] Updated dependencies
|
|
828
|
+
[87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
|
|
829
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
830
|
+
- @atlaskit/tooltip@12.0.8
|
|
831
|
+
- @atlaskit/modal-dialog@6.0.8
|
|
832
|
+
- [none] Updated dependencies
|
|
833
|
+
[a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
|
|
834
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
835
|
+
- @atlaskit/tooltip@12.0.8
|
|
836
|
+
- @atlaskit/modal-dialog@6.0.8
|
|
829
837
|
|
|
830
838
|
## 0.0.5
|
|
831
839
|
|
|
832
|
-
-
|
|
833
|
-
|
|
834
|
-
-
|
|
835
|
-
|
|
836
|
-
|
|
840
|
+
- [patch] Adds missing dependency on babel-runtime
|
|
841
|
+
[e41e465](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e41e465)
|
|
842
|
+
- [none] Updated dependencies
|
|
843
|
+
[e41e465](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e41e465)
|
|
844
|
+
- @atlaskit/tooltip@12.0.7
|
|
837
845
|
|
|
838
846
|
## 0.0.4
|
|
839
847
|
|
|
840
|
-
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
848
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
849
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
850
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
851
|
+
- [none] Updated dependencies
|
|
852
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
853
|
+
- @atlaskit/tooltip@12.0.5
|
|
854
|
+
- @atlaskit/inline-dialog@8.0.4
|
|
855
|
+
- @atlaskit/modal-dialog@6.0.6
|
|
856
|
+
- @atlaskit/onboarding@5.1.4
|
|
857
|
+
- @atlaskit/flag@9.0.4
|
|
858
|
+
- @atlaskit/button@9.0.5
|
|
859
|
+
- @atlaskit/icon@13.2.4
|
|
852
860
|
|
|
853
861
|
## 0.0.3
|
|
854
862
|
|
|
855
|
-
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
863
|
+
- [patch] Updated dependencies
|
|
864
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
865
|
+
- @atlaskit/inline-dialog@8.0.3
|
|
866
|
+
- @atlaskit/tooltip@12.0.4
|
|
867
|
+
- @atlaskit/onboarding@5.1.3
|
|
868
|
+
- @atlaskit/flag@9.0.3
|
|
869
|
+
- @atlaskit/icon@13.2.2
|
|
870
|
+
- @atlaskit/button@9.0.4
|
|
871
|
+
- @atlaskit/docs@5.0.2
|
|
872
|
+
- @atlaskit/modal-dialog@6.0.5
|
|
865
873
|
|
|
866
874
|
## 0.0.2
|
|
867
875
|
|
|
868
|
-
-
|
|
869
|
-
|
|
876
|
+
- [patch] Initial dev release of portal package
|
|
877
|
+
[6d5c8c0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6d5c8c0)
|