@atlaskit/modal-dialog 12.13.0 → 12.13.2
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 +1819 -1287
- package/dist/cjs/modal-wrapper.js +1 -1
- package/dist/es2019/modal-wrapper.js +1 -1
- package/dist/esm/modal-wrapper.js +1 -1
- package/dist/types/types.d.ts +8 -9
- package/dist/types-ts4.5/types.d.ts +8 -9
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,2625 +1,3157 @@
|
|
|
1
1
|
# @atlaskit/modal-dialog
|
|
2
2
|
|
|
3
|
+
## 12.13.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 12.13.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 12.13.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
7
|
-
-
|
|
19
|
+
- [#93686](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93686)
|
|
20
|
+
[`acf6d58fc241`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/acf6d58fc241) -
|
|
21
|
+
Add support for React 18.
|
|
8
22
|
|
|
9
23
|
### Patch Changes
|
|
10
24
|
|
|
11
|
-
-
|
|
25
|
+
- Updated dependencies
|
|
12
26
|
|
|
13
27
|
## 12.12.0
|
|
14
28
|
|
|
15
29
|
### Minor Changes
|
|
16
30
|
|
|
17
|
-
-
|
|
31
|
+
- [#89943](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89943)
|
|
32
|
+
[`9e8e7fd1a601`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9e8e7fd1a601) -
|
|
33
|
+
[ux] Internal changes to typography, small visual change to modal title.
|
|
18
34
|
|
|
19
35
|
## 12.11.1
|
|
20
36
|
|
|
21
37
|
### Patch Changes
|
|
22
38
|
|
|
23
|
-
-
|
|
39
|
+
- [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
|
|
40
|
+
[`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
|
|
41
|
+
Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
|
|
24
42
|
|
|
25
43
|
## 12.11.0
|
|
26
44
|
|
|
27
45
|
### Minor Changes
|
|
28
46
|
|
|
29
|
-
-
|
|
47
|
+
- [#82087](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82087)
|
|
48
|
+
[`aa45bc0045bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa45bc0045bb) -
|
|
49
|
+
[ux] This change introduces `focusLockAllowlist` prop. It allows to pass callback function to
|
|
50
|
+
specify nodes which focus lock should ignore.
|
|
30
51
|
|
|
31
52
|
## 12.10.10
|
|
32
53
|
|
|
33
54
|
### Patch Changes
|
|
34
55
|
|
|
35
|
-
-
|
|
56
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
57
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
58
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
36
59
|
|
|
37
60
|
## 12.10.9
|
|
38
61
|
|
|
39
62
|
### Patch Changes
|
|
40
63
|
|
|
41
|
-
-
|
|
64
|
+
- Updated dependencies
|
|
42
65
|
|
|
43
66
|
## 12.10.8
|
|
44
67
|
|
|
45
68
|
### Patch Changes
|
|
46
69
|
|
|
47
|
-
-
|
|
70
|
+
- Updated dependencies
|
|
48
71
|
|
|
49
72
|
## 12.10.7
|
|
50
73
|
|
|
51
74
|
### Patch Changes
|
|
52
75
|
|
|
53
|
-
-
|
|
76
|
+
- Updated dependencies
|
|
54
77
|
|
|
55
78
|
## 12.10.6
|
|
56
79
|
|
|
57
80
|
### Patch Changes
|
|
58
81
|
|
|
59
|
-
-
|
|
82
|
+
- [#72130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72130)
|
|
83
|
+
[`b037e5451037`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b037e5451037) -
|
|
84
|
+
Update new button text color fallback for default theme (non-token) to match that of old button
|
|
85
|
+
current text color
|
|
60
86
|
|
|
61
87
|
## 12.10.5
|
|
62
88
|
|
|
63
89
|
### Patch Changes
|
|
64
90
|
|
|
65
|
-
-
|
|
91
|
+
- Updated dependencies
|
|
66
92
|
|
|
67
93
|
## 12.10.4
|
|
68
94
|
|
|
69
95
|
### Patch Changes
|
|
70
96
|
|
|
71
|
-
-
|
|
97
|
+
- [#68278](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68278)
|
|
98
|
+
[`291b54998410`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/291b54998410) -
|
|
99
|
+
Reset iframe to have auto pointer-events in modal under feature flag
|
|
72
100
|
|
|
73
101
|
## 12.10.3
|
|
74
102
|
|
|
75
103
|
### Patch Changes
|
|
76
104
|
|
|
77
|
-
-
|
|
105
|
+
- [#60920](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60920)
|
|
106
|
+
[`a77a99360fa2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a77a99360fa2) -
|
|
107
|
+
Revert previous modal gutter change.
|
|
78
108
|
|
|
79
109
|
## 12.10.2
|
|
80
110
|
|
|
81
111
|
### Patch Changes
|
|
82
112
|
|
|
83
|
-
-
|
|
113
|
+
- [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
|
|
114
|
+
[`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
|
|
115
|
+
Update dependencies that were impacted by HOT-106483 to latest.
|
|
84
116
|
|
|
85
117
|
## 12.10.1
|
|
86
118
|
|
|
87
119
|
### Patch Changes
|
|
88
120
|
|
|
89
|
-
-
|
|
121
|
+
- [#58698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58698)
|
|
122
|
+
[`222c15fb9a38`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/222c15fb9a38) -
|
|
123
|
+
Modal gutter is now 64px instead of 60px. This means the modal now displays slightly lower than
|
|
124
|
+
before and will be slightly more inset when at max width/height.
|
|
90
125
|
|
|
91
126
|
## 12.10.0
|
|
92
127
|
|
|
93
128
|
### Minor Changes
|
|
94
129
|
|
|
95
|
-
-
|
|
130
|
+
- [#57627](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57627)
|
|
131
|
+
[`bef9748d9db2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bef9748d9db2) -
|
|
132
|
+
[ux] We are testing default return focus on modal close behind a feature flag. This change
|
|
133
|
+
returns focus to the element which triggered the modal to open. If this fix is successful, it
|
|
134
|
+
will be available in a later release.
|
|
96
135
|
|
|
97
136
|
## 12.9.1
|
|
98
137
|
|
|
99
138
|
### Patch Changes
|
|
100
139
|
|
|
101
|
-
-
|
|
140
|
+
- [#43918](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43918)
|
|
141
|
+
[`d100ca42f46`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d100ca42f46) - Push
|
|
142
|
+
model consumption configuration done for these packages
|
|
102
143
|
|
|
103
144
|
## 12.9.0
|
|
104
145
|
|
|
105
146
|
### Minor Changes
|
|
106
147
|
|
|
107
|
-
-
|
|
148
|
+
- [#43674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43674)
|
|
149
|
+
[`4061f5b29f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4061f5b29f8) - [ux]
|
|
150
|
+
shouldReturnFocus now can accept ref as a value to return focus to a specified element on modal
|
|
151
|
+
close.
|
|
108
152
|
|
|
109
153
|
## 12.8.5
|
|
110
154
|
|
|
111
155
|
### Patch Changes
|
|
112
156
|
|
|
113
|
-
-
|
|
157
|
+
- Updated dependencies
|
|
114
158
|
|
|
115
159
|
## 12.8.4
|
|
116
160
|
|
|
117
161
|
### Patch Changes
|
|
118
162
|
|
|
119
|
-
-
|
|
163
|
+
- Updated dependencies
|
|
120
164
|
|
|
121
165
|
## 12.8.3
|
|
122
166
|
|
|
123
167
|
### Patch Changes
|
|
124
168
|
|
|
125
|
-
-
|
|
169
|
+
- [#41628](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41628)
|
|
170
|
+
[`b05664f7aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b05664f7aba) - Use
|
|
171
|
+
feature flag to toggle if we enable UNSAFE_LAYERING
|
|
126
172
|
|
|
127
173
|
## 12.8.2
|
|
128
174
|
|
|
129
175
|
### Patch Changes
|
|
130
176
|
|
|
131
|
-
-
|
|
177
|
+
- [#40650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40650)
|
|
178
|
+
[`07aa588c8a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07aa588c8a4) -
|
|
179
|
+
Reverts the fix to text descender cut-off, due to incompatibilities with Firefox and Safari.
|
|
132
180
|
|
|
133
181
|
## 12.8.1
|
|
134
182
|
|
|
135
183
|
### Patch Changes
|
|
136
184
|
|
|
137
|
-
-
|
|
185
|
+
- [#40647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40647)
|
|
186
|
+
[`0de92f17021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0de92f17021) - Bump
|
|
187
|
+
react-focus-lock to latest version
|
|
138
188
|
|
|
139
189
|
## 12.8.0
|
|
140
190
|
|
|
141
191
|
### Minor Changes
|
|
142
192
|
|
|
143
|
-
-
|
|
193
|
+
- [#39425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39425)
|
|
194
|
+
[`f0df9a3b6e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0df9a3b6e7) -
|
|
195
|
+
[ED-19408] Add new prop to modal shouldReturnFocus - shouldReturnFocus is used to control what
|
|
196
|
+
happens when the user exits focus lock mode. If true, focus will be returned to the element that
|
|
197
|
+
had focus before focus lock was activated. If false, focus remains where it was when the
|
|
198
|
+
FocusLock was deactivated
|
|
144
199
|
|
|
145
200
|
## 12.7.1
|
|
146
201
|
|
|
147
202
|
### Patch Changes
|
|
148
203
|
|
|
149
|
-
-
|
|
204
|
+
- [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
|
|
205
|
+
[`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) -
|
|
206
|
+
Connect yarn changeset to packages, upgrade adf-schema
|
|
150
207
|
|
|
151
208
|
## 12.7.0
|
|
152
209
|
|
|
153
210
|
### Minor Changes
|
|
154
211
|
|
|
155
|
-
-
|
|
212
|
+
- [#39726](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39726)
|
|
213
|
+
[`f355884a4aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f355884a4aa) - [ux]
|
|
214
|
+
Support to press escape key and only close the top layer
|
|
156
215
|
|
|
157
216
|
### Patch Changes
|
|
158
217
|
|
|
159
|
-
-
|
|
218
|
+
- Updated dependencies
|
|
160
219
|
|
|
161
220
|
## 12.6.10
|
|
162
221
|
|
|
163
222
|
### Patch Changes
|
|
164
223
|
|
|
165
|
-
-
|
|
224
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
225
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
|
|
226
|
+
Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
166
227
|
|
|
167
228
|
## 12.6.9
|
|
168
229
|
|
|
169
230
|
### Patch Changes
|
|
170
231
|
|
|
171
|
-
-
|
|
232
|
+
- [#38948](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38948)
|
|
233
|
+
[`c8d28bd7519`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8d28bd7519) - Adds
|
|
234
|
+
role of region to modal dialog body when scrollable
|
|
172
235
|
|
|
173
236
|
## 12.6.8
|
|
174
237
|
|
|
175
238
|
### Patch Changes
|
|
176
239
|
|
|
177
|
-
-
|
|
178
|
-
-
|
|
240
|
+
- [#37789](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37789)
|
|
241
|
+
[`d6f63fa1abc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f63fa1abc) - Adds
|
|
242
|
+
support for surface detection when using design tokens. Enabling children to be styled with the
|
|
243
|
+
Modal’s surface color when using the `utility.elevation.surface.current` design token.
|
|
244
|
+
- Updated dependencies
|
|
179
245
|
|
|
180
246
|
## 12.6.7
|
|
181
247
|
|
|
182
248
|
### Patch Changes
|
|
183
249
|
|
|
184
|
-
-
|
|
250
|
+
- [#39169](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39169)
|
|
251
|
+
[`d2b6377be3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2b6377be3d) - Add
|
|
252
|
+
some basic JSDoc for internal components, add tokens.
|
|
185
253
|
|
|
186
254
|
## 12.6.6
|
|
187
255
|
|
|
188
256
|
### Patch Changes
|
|
189
257
|
|
|
190
|
-
-
|
|
258
|
+
- [#38209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38209)
|
|
259
|
+
[`56b444b56a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56b444b56a8) - Fix a
|
|
260
|
+
bug where text descenders were cut off at high zoom levels on Windows
|
|
191
261
|
|
|
192
262
|
## 12.6.5
|
|
193
263
|
|
|
194
264
|
### Patch Changes
|
|
195
265
|
|
|
196
|
-
-
|
|
266
|
+
- [#36744](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36744)
|
|
267
|
+
[`c2484be748e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2484be748e) - [ux]
|
|
268
|
+
DSP-11269: hard coded the warning icon to improve color contrast
|
|
197
269
|
|
|
198
270
|
## 12.6.4
|
|
199
271
|
|
|
200
272
|
### Patch Changes
|
|
201
273
|
|
|
202
|
-
-
|
|
274
|
+
- [#37066](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37066)
|
|
275
|
+
[`c673c7246cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c673c7246cf) -
|
|
276
|
+
Internal change to improve how media queries are applied. There is no expected behaviour change.
|
|
203
277
|
|
|
204
278
|
## 12.6.3
|
|
205
279
|
|
|
206
280
|
### Patch Changes
|
|
207
281
|
|
|
208
|
-
-
|
|
282
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
283
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
284
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
285
|
+
testing.
|
|
209
286
|
|
|
210
287
|
## 12.6.2
|
|
211
288
|
|
|
212
289
|
### Patch Changes
|
|
213
290
|
|
|
214
|
-
-
|
|
291
|
+
- [#34811](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34811)
|
|
292
|
+
[`abf69e9a4f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abf69e9a4f6) -
|
|
293
|
+
Removes usage of deprecated theme mixins in favor of static token / color usage.
|
|
215
294
|
|
|
216
295
|
## 12.6.1
|
|
217
296
|
|
|
218
297
|
### Patch Changes
|
|
219
298
|
|
|
220
|
-
-
|
|
299
|
+
- [#35074](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35074)
|
|
300
|
+
[`b6b02e57520`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6b02e57520) -
|
|
301
|
+
Restore support for foreground modal
|
|
221
302
|
|
|
222
303
|
## 12.6.0
|
|
223
304
|
|
|
224
305
|
### Minor Changes
|
|
225
306
|
|
|
226
|
-
-
|
|
307
|
+
- [#34353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34353)
|
|
308
|
+
[`26388cfdd23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26388cfdd23) - Adds
|
|
309
|
+
`label` prop for users of assistive technology to receive more context when using the modal.
|
|
227
310
|
|
|
228
311
|
## 12.5.7
|
|
229
312
|
|
|
230
313
|
### Patch Changes
|
|
231
314
|
|
|
232
|
-
-
|
|
315
|
+
- [#34427](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34427)
|
|
316
|
+
[`7e018144c35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e018144c35) - [ux]
|
|
317
|
+
Add aria-label to scrollable ModalBody to communicate to AT users why ModalBody is focused.
|
|
233
318
|
|
|
234
319
|
## 12.5.6
|
|
235
320
|
|
|
236
321
|
### Patch Changes
|
|
237
322
|
|
|
238
|
-
-
|
|
323
|
+
- [#34297](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34297)
|
|
324
|
+
[`fd5c7f6ca6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5c7f6ca6a) - Fixes
|
|
325
|
+
an issue where the focus moved inappropriately when closing a modal with multiple modals open.
|
|
239
326
|
|
|
240
327
|
## 12.5.5
|
|
241
328
|
|
|
242
329
|
### Patch Changes
|
|
243
330
|
|
|
244
|
-
-
|
|
331
|
+
- [#34160](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34160)
|
|
332
|
+
[`ba48a3a0fec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba48a3a0fec) - Remove
|
|
333
|
+
redundant language from default icon labels for ModalTitle.
|
|
245
334
|
|
|
246
335
|
## 12.5.4
|
|
247
336
|
|
|
248
337
|
### Patch Changes
|
|
249
338
|
|
|
250
|
-
-
|
|
339
|
+
- [#34170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34170)
|
|
340
|
+
[`e3eff9117fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3eff9117fe) - Update
|
|
341
|
+
examples to use CTAs with sufficient contrast.
|
|
251
342
|
|
|
252
343
|
## 12.5.3
|
|
253
344
|
|
|
254
345
|
### Patch Changes
|
|
255
346
|
|
|
256
|
-
-
|
|
347
|
+
- [#34051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34051)
|
|
348
|
+
[`49b08bfdf5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49b08bfdf5f) -
|
|
349
|
+
Migrated use of `gridSize` to space tokens where possible. There is no expected visual or
|
|
350
|
+
behaviour change.
|
|
257
351
|
|
|
258
352
|
## 12.5.2
|
|
259
353
|
|
|
260
354
|
### Patch Changes
|
|
261
355
|
|
|
262
|
-
-
|
|
356
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
357
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
358
|
+
legacy types are published for TS 4.5-4.8
|
|
263
359
|
|
|
264
360
|
## 12.5.1
|
|
265
361
|
|
|
266
362
|
### Patch Changes
|
|
267
363
|
|
|
268
|
-
-
|
|
364
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
365
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
366
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
269
367
|
|
|
270
368
|
## 12.5.0
|
|
271
369
|
|
|
272
370
|
### Minor Changes
|
|
273
371
|
|
|
274
|
-
-
|
|
372
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
373
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
374
|
+
minor dependency bump
|
|
275
375
|
|
|
276
376
|
### Patch Changes
|
|
277
377
|
|
|
278
|
-
-
|
|
378
|
+
- Updated dependencies
|
|
279
379
|
|
|
280
380
|
## 12.4.13
|
|
281
381
|
|
|
282
382
|
### Patch Changes
|
|
283
383
|
|
|
284
|
-
-
|
|
384
|
+
- [#32734](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32734)
|
|
385
|
+
[`7f53352e047`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f53352e047) -
|
|
386
|
+
Updates the `@types/react-beautiful-dnd` devDependency
|
|
285
387
|
|
|
286
388
|
## 12.4.12
|
|
287
389
|
|
|
288
390
|
### Patch Changes
|
|
289
391
|
|
|
290
|
-
-
|
|
392
|
+
- [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
|
|
393
|
+
[`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) -
|
|
394
|
+
Internal changes.
|
|
291
395
|
|
|
292
396
|
## 12.4.11
|
|
293
397
|
|
|
294
398
|
### Patch Changes
|
|
295
399
|
|
|
296
|
-
-
|
|
400
|
+
- [#30125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30125)
|
|
401
|
+
[`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) -
|
|
402
|
+
Introduce shape tokens to some packages.
|
|
297
403
|
|
|
298
404
|
## 12.4.10
|
|
299
405
|
|
|
300
406
|
### Patch Changes
|
|
301
407
|
|
|
302
|
-
-
|
|
408
|
+
- Updated dependencies
|
|
303
409
|
|
|
304
410
|
## 12.4.9
|
|
305
411
|
|
|
306
412
|
### Patch Changes
|
|
307
413
|
|
|
308
|
-
-
|
|
414
|
+
- [#29725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29725)
|
|
415
|
+
[`63c2f0b3f96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63c2f0b3f96) -
|
|
416
|
+
Internal changes to use spacing tokens. There is no expected behaviour or visual change.
|
|
309
417
|
|
|
310
418
|
## 12.4.8
|
|
311
419
|
|
|
312
420
|
### Patch Changes
|
|
313
421
|
|
|
314
|
-
-
|
|
422
|
+
- Updated dependencies
|
|
315
423
|
|
|
316
424
|
## 12.4.7
|
|
317
425
|
|
|
318
426
|
### Patch Changes
|
|
319
427
|
|
|
320
|
-
-
|
|
428
|
+
- [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
|
|
429
|
+
[`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) -
|
|
430
|
+
Internal change to update token references. There is no expected behaviour or visual change.
|
|
321
431
|
|
|
322
432
|
## 12.4.6
|
|
323
433
|
|
|
324
434
|
### Patch Changes
|
|
325
435
|
|
|
326
|
-
-
|
|
436
|
+
- [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
|
|
437
|
+
[`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
|
|
438
|
+
ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add
|
|
439
|
+
`allowedSideEffects` when loading the page.
|
|
327
440
|
|
|
328
441
|
## 12.4.5
|
|
329
442
|
|
|
330
443
|
### Patch Changes
|
|
331
444
|
|
|
332
|
-
-
|
|
445
|
+
- [#28064](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28064)
|
|
446
|
+
[`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) -
|
|
447
|
+
Updated to use typography tokens. There is no expected behaviour or visual change.
|
|
333
448
|
|
|
334
449
|
## 12.4.4
|
|
335
450
|
|
|
336
451
|
### Patch Changes
|
|
337
452
|
|
|
338
|
-
-
|
|
453
|
+
- Updated dependencies
|
|
339
454
|
|
|
340
455
|
## 12.4.3
|
|
341
456
|
|
|
342
457
|
### Patch Changes
|
|
343
458
|
|
|
344
|
-
-
|
|
459
|
+
- Updated dependencies
|
|
345
460
|
|
|
346
461
|
## 12.4.2
|
|
347
462
|
|
|
348
463
|
### Patch Changes
|
|
349
464
|
|
|
350
|
-
-
|
|
465
|
+
- Updated dependencies
|
|
351
466
|
|
|
352
467
|
## 12.4.1
|
|
353
468
|
|
|
354
469
|
### Patch Changes
|
|
355
470
|
|
|
356
|
-
-
|
|
471
|
+
- [#26408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26408)
|
|
472
|
+
[`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) -
|
|
473
|
+
Internal changes to include spacing tokens in component implementations.
|
|
357
474
|
|
|
358
475
|
## 12.4.0
|
|
359
476
|
|
|
360
477
|
### Minor Changes
|
|
361
478
|
|
|
362
|
-
-
|
|
479
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
480
|
+
[`f3ffcf1a783`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3ffcf1a783) -
|
|
481
|
+
Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
363
482
|
|
|
364
483
|
### Patch Changes
|
|
365
484
|
|
|
366
|
-
-
|
|
485
|
+
- Updated dependencies
|
|
367
486
|
|
|
368
487
|
## 12.3.1
|
|
369
488
|
|
|
370
489
|
### Patch Changes
|
|
371
490
|
|
|
372
|
-
-
|
|
491
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
492
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
493
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
373
494
|
|
|
374
495
|
## 12.3.0
|
|
375
496
|
|
|
376
497
|
### Minor Changes
|
|
377
498
|
|
|
378
|
-
-
|
|
499
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
500
|
+
[`c44f3f5f973`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c44f3f5f973) - Modal
|
|
501
|
+
Dialog’s focus lock now allows focus to reach elements outside the modal if they contain the
|
|
502
|
+
data-atlas-extension attribute, such as a browser extension that renders in-browser.
|
|
379
503
|
|
|
380
504
|
### Patch Changes
|
|
381
505
|
|
|
382
|
-
-
|
|
506
|
+
- Updated dependencies
|
|
383
507
|
|
|
384
508
|
## 12.2.15
|
|
385
509
|
|
|
386
510
|
### Patch Changes
|
|
387
511
|
|
|
388
|
-
-
|
|
512
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
513
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
514
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
389
515
|
|
|
390
516
|
## 12.2.14
|
|
391
517
|
|
|
392
518
|
### Patch Changes
|
|
393
519
|
|
|
394
|
-
-
|
|
395
|
-
-
|
|
520
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
521
|
+
[`454ec1bbf07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/454ec1bbf07) -
|
|
522
|
+
Internal code change turning on new linting rules.
|
|
523
|
+
- Updated dependencies
|
|
396
524
|
|
|
397
525
|
## 12.2.13
|
|
398
526
|
|
|
399
527
|
### Patch Changes
|
|
400
528
|
|
|
401
|
-
-
|
|
529
|
+
- [#22775](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22775)
|
|
530
|
+
[`1c3948738f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c3948738f9) - Adjust
|
|
531
|
+
the styles for an internal positioning element to constrain the height for ModalBody and restore
|
|
532
|
+
support for custom scrolling regions"
|
|
402
533
|
|
|
403
534
|
## 12.2.12
|
|
404
535
|
|
|
405
536
|
### Patch Changes
|
|
406
537
|
|
|
407
|
-
-
|
|
538
|
+
- [#22758](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22758)
|
|
539
|
+
[`b72e12b97ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b72e12b97ac) - [ux]
|
|
540
|
+
Fixed a regression which prevented clicks on the blanket from closing modal dialogs with
|
|
541
|
+
`shouldScrollInViewport`.
|
|
408
542
|
|
|
409
543
|
## 12.2.11
|
|
410
544
|
|
|
411
545
|
### Patch Changes
|
|
412
546
|
|
|
413
|
-
-
|
|
547
|
+
- [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614)
|
|
548
|
+
[`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) -
|
|
549
|
+
Upgrading internal dependency (bind-event-listener) for improved internal types
|
|
414
550
|
|
|
415
551
|
## 12.2.10
|
|
416
552
|
|
|
417
553
|
### Patch Changes
|
|
418
554
|
|
|
419
|
-
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
-
|
|
555
|
+
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
|
|
556
|
+
[`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) -
|
|
557
|
+
Internal migration to bind-event-listener for safer DOM Event cleanup
|
|
558
|
+
- [`347fd703ce0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/347fd703ce0) -
|
|
559
|
+
Internally shifting to using bind-event-listener for events added in effects
|
|
560
|
+
- [`07ab2748b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07ab2748b62) - [ux] -
|
|
561
|
+
Changes the position of icon in ModalTitle having an appearance prop to be top aligned instead
|
|
562
|
+
of center. This only affects titles that where the title wraps into multiple lines.
|
|
563
|
+
- Updated dependencies
|
|
423
564
|
|
|
424
565
|
## 12.2.9
|
|
425
566
|
|
|
426
567
|
### Patch Changes
|
|
427
568
|
|
|
428
|
-
-
|
|
569
|
+
- Updated dependencies
|
|
429
570
|
|
|
430
571
|
## 12.2.8
|
|
431
572
|
|
|
432
573
|
### Patch Changes
|
|
433
574
|
|
|
434
|
-
-
|
|
575
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
|
|
576
|
+
[`0d1c80fe00d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d1c80fe00d) - [ux]
|
|
577
|
+
The width of the modal dialog now respect the custom value of the `width` prop.
|
|
435
578
|
|
|
436
579
|
## 12.2.7
|
|
437
580
|
|
|
438
581
|
### Patch Changes
|
|
439
582
|
|
|
440
|
-
-
|
|
583
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
584
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
585
|
+
Upgrade to TypeScript 4.2.4
|
|
441
586
|
|
|
442
587
|
## 12.2.6
|
|
443
588
|
|
|
444
589
|
### Patch Changes
|
|
445
590
|
|
|
446
|
-
-
|
|
591
|
+
- Updated dependencies
|
|
447
592
|
|
|
448
593
|
## 12.2.5
|
|
449
594
|
|
|
450
595
|
### Patch Changes
|
|
451
596
|
|
|
452
|
-
-
|
|
453
|
-
-
|
|
597
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
598
|
+
[`dcd92130cc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcd92130cc4) -
|
|
599
|
+
Migrate deleted background accent tokens to replacements
|
|
600
|
+
- Updated dependencies
|
|
454
601
|
|
|
455
602
|
## 12.2.4
|
|
456
603
|
|
|
457
604
|
### Patch Changes
|
|
458
605
|
|
|
459
|
-
-
|
|
606
|
+
- Updated dependencies
|
|
460
607
|
|
|
461
608
|
## 12.2.3
|
|
462
609
|
|
|
463
610
|
### Patch Changes
|
|
464
611
|
|
|
465
|
-
-
|
|
612
|
+
- Updated dependencies
|
|
466
613
|
|
|
467
614
|
## 12.2.2
|
|
468
615
|
|
|
469
616
|
### Patch Changes
|
|
470
617
|
|
|
471
|
-
-
|
|
472
|
-
|
|
473
|
-
-
|
|
474
|
-
-
|
|
618
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
619
|
+
[`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
|
|
620
|
+
no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
|
|
621
|
+
auto-fixing by correctly formatting token ids.
|
|
622
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
|
|
623
|
+
no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
|
|
624
|
+
auto-fixing by correctly formatting token ids.
|
|
625
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump
|
|
626
|
+
raf-schd to latest (4.0.3), including better TS typings.
|
|
627
|
+
- Updated dependencies
|
|
475
628
|
|
|
476
629
|
## 12.2.1
|
|
477
630
|
|
|
478
631
|
### Patch Changes
|
|
479
632
|
|
|
480
|
-
-
|
|
633
|
+
- Updated dependencies
|
|
481
634
|
|
|
482
635
|
## 12.2.0
|
|
483
636
|
|
|
484
637
|
### Minor Changes
|
|
485
638
|
|
|
486
|
-
-
|
|
639
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
640
|
+
[`2d60dd3116d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d60dd3116d) - [ux]
|
|
641
|
+
Modal dialogs which contain no focusable children will now lock focus to the modal container.
|
|
642
|
+
The container will have a focus ring, so some VR tests may need to be regenerated.
|
|
487
643
|
|
|
488
644
|
### Patch Changes
|
|
489
645
|
|
|
490
|
-
-
|
|
491
|
-
|
|
492
|
-
-
|
|
493
|
-
|
|
646
|
+
- [`3fced6aa641`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fced6aa641) - Bumped
|
|
647
|
+
`react-focus-lock` to version `^2.2.1`.
|
|
648
|
+
- [`a8c55e479e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8c55e479e8) -
|
|
649
|
+
Removes unused dependency on emotion-styled
|
|
650
|
+
- [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
|
|
651
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
652
|
+
tokens() function and improving bundle size.
|
|
653
|
+
- Updated dependencies
|
|
494
654
|
|
|
495
655
|
## 12.1.1
|
|
496
656
|
|
|
497
657
|
### Patch Changes
|
|
498
658
|
|
|
499
|
-
-
|
|
659
|
+
- [#16335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16335)
|
|
660
|
+
[`2b2290121eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b2290121eb) - Raised
|
|
661
|
+
the minimum version carat range of focus ring to latest.
|
|
500
662
|
|
|
501
663
|
## 12.1.0
|
|
502
664
|
|
|
503
665
|
### Minor Changes
|
|
504
666
|
|
|
505
|
-
-
|
|
667
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
|
|
668
|
+
[`993eb469fcb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/993eb469fcb) -
|
|
669
|
+
Instrumented `@atlaskit/modal-dialog` with the new theming package, `@atlaskit/tokens`. Tokens
|
|
670
|
+
will be visible only in applications configured to use the new Tokens API (currently in
|
|
671
|
+
alpha).These changes are intended to be interoperable with the legacy theme implementation.
|
|
672
|
+
Legacy dark mode users should expect no visual or breaking changes.
|
|
506
673
|
|
|
507
674
|
### Patch Changes
|
|
508
675
|
|
|
509
|
-
-
|
|
676
|
+
- Updated dependencies
|
|
510
677
|
|
|
511
678
|
## 12.0.3
|
|
512
679
|
|
|
513
680
|
### Patch Changes
|
|
514
681
|
|
|
515
|
-
-
|
|
682
|
+
- Updated dependencies
|
|
516
683
|
|
|
517
684
|
## 12.0.2
|
|
518
685
|
|
|
519
686
|
### Patch Changes
|
|
520
687
|
|
|
521
|
-
-
|
|
688
|
+
- Updated dependencies
|
|
522
689
|
|
|
523
690
|
## 12.0.1
|
|
524
691
|
|
|
525
692
|
### Patch Changes
|
|
526
693
|
|
|
527
|
-
-
|
|
694
|
+
- Updated dependencies
|
|
528
695
|
|
|
529
696
|
## 12.0.0
|
|
530
697
|
|
|
531
698
|
### Major Changes
|
|
532
699
|
|
|
533
|
-
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
700
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
701
|
+
[`07ad26948a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07ad26948a1) - In
|
|
702
|
+
this version we made modal dialog dramatically faster and lighter with a new composable API.
|
|
703
|
+
This is a large change and we have provided a codemod to help you upgrade. Once you have run the
|
|
704
|
+
codemod there may be manual change required so read below for all the changes in this release.
|
|
537
705
|
|
|
538
|
-
|
|
706
|
+
**Running the codemod cli**
|
|
539
707
|
|
|
540
|
-
|
|
708
|
+
To run the codemod: **You first need to have the latest version installed**
|
|
541
709
|
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
710
|
+
```bash
|
|
711
|
+
yarn upgrade @atlaskit/modal-dialog@^12.0.0
|
|
712
|
+
```
|
|
545
713
|
|
|
546
|
-
|
|
714
|
+
Once upgraded, use `@atlaskit/codemod-cli`:
|
|
547
715
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
716
|
+
```bash
|
|
717
|
+
npx @atlaskit/codemod-cli --parser {tsx|babylon} --extensions ts,tsx,js [relativePath]
|
|
718
|
+
```
|
|
551
719
|
|
|
552
|
-
|
|
553
|
-
|
|
720
|
+
The CLI will show a list of components and versions so select `@atlaskit/modal-dialog@^12.0.0`
|
|
721
|
+
and you will automatically be upgraded. If your usage of `@atlaskit/modal-dialog` cannot be
|
|
722
|
+
upgraded a comment will be left that a manual change is required.
|
|
554
723
|
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
724
|
+
Run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to the
|
|
725
|
+
[documentation](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
|
|
726
|
+
details on the codemod CLI.
|
|
558
727
|
|
|
559
|
-
|
|
728
|
+
### Visual changes
|
|
560
729
|
|
|
561
|
-
|
|
562
|
-
|
|
730
|
+
The primary button in the footer is now on the right. This has changed from being on the left to
|
|
731
|
+
match the [design documentation](https://atlassian.design/components/modal-dialog/usage).
|
|
563
732
|
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
733
|
+
The codemod will automatically reverse the order of your actions for this to happen. You could
|
|
734
|
+
previously achieve this behaviour by adding an `appearance` key to your actions. The codemod
|
|
735
|
+
will detect this and not reverse the array in this case.
|
|
567
736
|
|
|
568
|
-
|
|
737
|
+
### Composable API
|
|
569
738
|
|
|
570
|
-
|
|
739
|
+
The old version of modal dialog had three props that mapped into components.
|
|
571
740
|
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
741
|
+
- `heading` was the text for the header.
|
|
742
|
+
- `children` was the React node that ended up in the modal body.
|
|
743
|
+
- `actions` was an array of objects that mapped into buttons in the footer.
|
|
575
744
|
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
dialog.
|
|
745
|
+
The new composable API exposes these components so that you can use them directly as a child of
|
|
746
|
+
modal dialog. This creates a clear parallel between what is given as children and what the modal
|
|
747
|
+
dialog renders. It also allows you to use any valid React node as a child of modal dialog.
|
|
580
748
|
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
749
|
+
```
|
|
750
|
+
// Before
|
|
751
|
+
import Modal, { ModalTransition } from '@atlaskit/modal-dialog';
|
|
584
752
|
|
|
585
|
-
|
|
753
|
+
...
|
|
586
754
|
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
<Lorem count={2} />
|
|
598
|
-
</Modal>
|
|
599
|
-
)}
|
|
600
|
-
</ModalTransition>
|
|
601
|
-
|
|
602
|
-
// After
|
|
603
|
-
import Modal, {
|
|
604
|
-
ModalBody,
|
|
605
|
-
ModalFooter,
|
|
606
|
-
ModalHeader,
|
|
607
|
-
ModalTitle,
|
|
608
|
-
ModalTransition,
|
|
609
|
-
} from '@atlaskit/modal-dialog';
|
|
610
|
-
import Button from '@atlaskit/button/standard-button';
|
|
611
|
-
|
|
612
|
-
...
|
|
613
|
-
|
|
614
|
-
<ModalTransition>
|
|
615
|
-
{isOpen && (
|
|
616
|
-
<Modal onClose={close}>
|
|
617
|
-
<ModalHeader>
|
|
618
|
-
<ModalTitle>Modal Title</ModalTitle>
|
|
619
|
-
</ModalHeader>
|
|
620
|
-
<ModalBody>
|
|
755
|
+
<ModalTransition>
|
|
756
|
+
{isOpen && (
|
|
757
|
+
<Modal
|
|
758
|
+
onClose={close}
|
|
759
|
+
heading="Modal Title"
|
|
760
|
+
actions={[
|
|
761
|
+
{ text: 'Secondary Action', onClick: secondaryAction },
|
|
762
|
+
{ text: 'Close', onClick: close },
|
|
763
|
+
]}
|
|
764
|
+
>
|
|
621
765
|
<Lorem count={2} />
|
|
622
|
-
</
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
766
|
+
</Modal>
|
|
767
|
+
)}
|
|
768
|
+
</ModalTransition>
|
|
769
|
+
|
|
770
|
+
// After
|
|
771
|
+
import Modal, {
|
|
772
|
+
ModalBody,
|
|
773
|
+
ModalFooter,
|
|
774
|
+
ModalHeader,
|
|
775
|
+
ModalTitle,
|
|
776
|
+
ModalTransition,
|
|
777
|
+
} from '@atlaskit/modal-dialog';
|
|
778
|
+
import Button from '@atlaskit/button/standard-button';
|
|
779
|
+
|
|
780
|
+
...
|
|
781
|
+
|
|
782
|
+
<ModalTransition>
|
|
783
|
+
{isOpen && (
|
|
784
|
+
<Modal onClose={close}>
|
|
785
|
+
<ModalHeader>
|
|
786
|
+
<ModalTitle>Modal Title</ModalTitle>
|
|
787
|
+
</ModalHeader>
|
|
788
|
+
<ModalBody>
|
|
789
|
+
<Lorem count={2} />
|
|
790
|
+
</ModalBody>
|
|
791
|
+
<ModalFooter>
|
|
792
|
+
<Button appearance="subtle" onClick={secondaryAction}>
|
|
793
|
+
Secondary Action
|
|
794
|
+
</Button>
|
|
795
|
+
<Button appearance="primary" autoFocus onClick={close}>
|
|
796
|
+
Close
|
|
797
|
+
</Button>
|
|
798
|
+
</ModalFooter>
|
|
799
|
+
</Modal>
|
|
800
|
+
)}
|
|
801
|
+
</ModalTransition>
|
|
802
|
+
```
|
|
803
|
+
|
|
804
|
+
#### Children
|
|
805
|
+
|
|
806
|
+
The original children need to be wrapped in a `ModalBody`.
|
|
807
|
+
|
|
808
|
+
```
|
|
809
|
+
// Before
|
|
810
|
+
<Modal>
|
|
811
|
+
<Lorem count={2} />
|
|
812
|
+
</Modal>
|
|
635
813
|
|
|
636
|
-
|
|
814
|
+
// After
|
|
815
|
+
<Modal>
|
|
816
|
+
<ModalBody>
|
|
817
|
+
<Lorem count={2} />
|
|
818
|
+
</ModalBody>
|
|
819
|
+
</Modal>
|
|
820
|
+
```
|
|
637
821
|
|
|
638
|
-
|
|
822
|
+
#### Heading
|
|
639
823
|
|
|
640
|
-
|
|
641
|
-
// Before
|
|
642
|
-
<Modal>
|
|
643
|
-
<Lorem count={2} />
|
|
644
|
-
</Modal>
|
|
824
|
+
The `heading` prop turns into a `ModalHeader` and `ModalTitle`.
|
|
645
825
|
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
<
|
|
826
|
+
```
|
|
827
|
+
// Before
|
|
828
|
+
<Modal heading="Modal Title">
|
|
649
829
|
<Lorem count={2} />
|
|
650
|
-
</
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
830
|
+
</Modal>
|
|
831
|
+
|
|
832
|
+
// After
|
|
833
|
+
<Modal>
|
|
834
|
+
<ModalHeader>
|
|
835
|
+
<ModalTitle>Modal Title</ModalTitle>
|
|
836
|
+
</ModalHeader>
|
|
837
|
+
<ModalBody>
|
|
838
|
+
<Lorem count={2} />
|
|
839
|
+
</ModalBody>
|
|
840
|
+
</Modal>
|
|
841
|
+
```
|
|
842
|
+
|
|
843
|
+
#### Actions
|
|
844
|
+
|
|
845
|
+
The `actions` prop turns into `Button`'s in a `ModalFooter`.
|
|
846
|
+
|
|
847
|
+
```
|
|
848
|
+
// Before
|
|
849
|
+
<Modal
|
|
850
|
+
actions={[
|
|
851
|
+
{ text: 'Secondary Action', onClick: secondaryAction },
|
|
852
|
+
{ text: 'Close', onClick: close },
|
|
853
|
+
]}
|
|
854
|
+
heading="Modal Title"
|
|
855
|
+
>
|
|
856
|
+
<Lorem count={2} />
|
|
857
|
+
</Modal>
|
|
858
|
+
|
|
859
|
+
// After
|
|
860
|
+
<Modal>
|
|
861
|
+
<ModalHeader>
|
|
862
|
+
<ModalTitle>Modal Title</ModalTitle>
|
|
863
|
+
</ModalHeader>
|
|
864
|
+
<ModalBody>
|
|
865
|
+
<Lorem count={2} />
|
|
866
|
+
</ModalBody>
|
|
867
|
+
<ModalFooter>
|
|
868
|
+
<Button appearance="subtle" onClick={secondaryAction}>
|
|
869
|
+
Secondary Action
|
|
870
|
+
</Button>
|
|
871
|
+
<Button appearance="primary" autoFocus onClick={close}>
|
|
872
|
+
Close
|
|
873
|
+
</Button>
|
|
874
|
+
</ModalFooter>
|
|
875
|
+
</Modal>
|
|
876
|
+
```
|
|
877
|
+
|
|
878
|
+
Previously in the examples the primary button was on the left, we’ve updated the documentation
|
|
879
|
+
to match our design documentation so that the primary button is on the right. You could
|
|
880
|
+
previously achieve this behaviour by adding an `appearance` key to your actions. The codemod
|
|
881
|
+
will reverse the order of your actions if you have not set the `appearance` in the actions.
|
|
882
|
+
|
|
883
|
+
### Components prop
|
|
884
|
+
|
|
885
|
+
The `components` prop has been entirely replaced with the composable API. The philosophy of
|
|
886
|
+
creating a custom component that receive modal's props has been replaced with custom components
|
|
887
|
+
where the user can define their own props.
|
|
888
|
+
|
|
889
|
+
#### Container
|
|
890
|
+
|
|
891
|
+
To replace using the `Container` prop you can wrap `Modal`'s children in the container
|
|
892
|
+
component. Note that unless you are using a `form` you will need to add the style
|
|
893
|
+
`all: inherit;` to ensure scrolling works.
|
|
894
|
+
|
|
895
|
+
```
|
|
896
|
+
// Before
|
|
897
|
+
<Modal
|
|
898
|
+
components={{
|
|
899
|
+
Container: (props) => (
|
|
900
|
+
<form {...props} onSubmit={onSubmit}>
|
|
901
|
+
{props.children}
|
|
902
|
+
</form>
|
|
903
|
+
),
|
|
904
|
+
}}
|
|
905
|
+
>
|
|
906
|
+
{children}
|
|
907
|
+
</Modal>
|
|
908
|
+
|
|
909
|
+
// After
|
|
910
|
+
<Modal>
|
|
911
|
+
<form onSubmit={onSubmit}>
|
|
912
|
+
{children}
|
|
913
|
+
</form>
|
|
914
|
+
</Modal>
|
|
915
|
+
```
|
|
916
|
+
|
|
917
|
+
#### Header
|
|
918
|
+
|
|
919
|
+
To replace using the `Header` prop you can use your custom header as the first child.
|
|
920
|
+
|
|
921
|
+
```
|
|
922
|
+
// Before
|
|
923
|
+
<Modal
|
|
924
|
+
components={{
|
|
925
|
+
Header: CustomHeader,
|
|
926
|
+
}}
|
|
927
|
+
>
|
|
928
|
+
{children}
|
|
929
|
+
</Modal>
|
|
655
930
|
|
|
656
|
-
|
|
931
|
+
// After
|
|
932
|
+
<Modal>
|
|
933
|
+
<CustomHeader />
|
|
934
|
+
{children}
|
|
935
|
+
</Modal>
|
|
936
|
+
```
|
|
937
|
+
|
|
938
|
+
If you are creating a custom header you should call the new hook `useModal` to get the title id
|
|
939
|
+
so the content and the title can be linked. You can also access the `onClose` function this way.
|
|
940
|
+
|
|
941
|
+
```
|
|
942
|
+
import { useModal } from '@atlaskit/modal-dialog';
|
|
943
|
+
|
|
944
|
+
const CustomHeader = () => {
|
|
945
|
+
const { onClose, titleId } = useModal();
|
|
946
|
+
return (
|
|
947
|
+
<div css={headerStyles}>
|
|
948
|
+
<h1 css={headingStyles} id={titleId}>
|
|
949
|
+
Custom modal header
|
|
950
|
+
</h1>
|
|
951
|
+
<Button onClick={onClose}>
|
|
952
|
+
Close
|
|
953
|
+
</Button>
|
|
954
|
+
</div>
|
|
955
|
+
);
|
|
956
|
+
};
|
|
957
|
+
```
|
|
657
958
|
|
|
658
|
-
|
|
659
|
-
// Before
|
|
660
|
-
<Modal heading="Modal Title">
|
|
661
|
-
<Lorem count={2} />
|
|
662
|
-
</Modal>
|
|
959
|
+
If you are doing something simple like adding a button you can continue to use `ModalHeader`.
|
|
663
960
|
|
|
664
|
-
|
|
665
|
-
<Modal>
|
|
961
|
+
```
|
|
666
962
|
<ModalHeader>
|
|
667
|
-
<ModalTitle>
|
|
668
|
-
|
|
669
|
-
<ModalBody>
|
|
670
|
-
<Lorem count={2} />
|
|
671
|
-
</ModalBody>
|
|
672
|
-
</Modal>
|
|
673
|
-
```
|
|
674
|
-
|
|
675
|
-
#### Actions
|
|
676
|
-
|
|
677
|
-
The `actions` prop turns into `Button`'s in a `ModalFooter`.
|
|
678
|
-
|
|
679
|
-
```
|
|
680
|
-
// Before
|
|
681
|
-
<Modal
|
|
682
|
-
actions={[
|
|
683
|
-
{ text: 'Secondary Action', onClick: secondaryAction },
|
|
684
|
-
{ text: 'Close', onClick: close },
|
|
685
|
-
]}
|
|
686
|
-
heading="Modal Title"
|
|
687
|
-
>
|
|
688
|
-
<Lorem count={2} />
|
|
689
|
-
</Modal>
|
|
690
|
-
|
|
691
|
-
// After
|
|
692
|
-
<Modal>
|
|
693
|
-
<ModalHeader>
|
|
694
|
-
<ModalTitle>Modal Title</ModalTitle>
|
|
695
|
-
</ModalHeader>
|
|
696
|
-
<ModalBody>
|
|
697
|
-
<Lorem count={2} />
|
|
698
|
-
</ModalBody>
|
|
699
|
-
<ModalFooter>
|
|
700
|
-
<Button appearance="subtle" onClick={secondaryAction}>
|
|
701
|
-
Secondary Action
|
|
702
|
-
</Button>
|
|
703
|
-
<Button appearance="primary" autoFocus onClick={close}>
|
|
963
|
+
<ModalTitle>Custom modal header</ModalTitle>
|
|
964
|
+
<Button appearance="link" onClick={closeModal}>
|
|
704
965
|
Close
|
|
705
966
|
</Button>
|
|
706
|
-
</
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
{
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
// After
|
|
742
|
-
<Modal>
|
|
743
|
-
<form onSubmit={onSubmit}>
|
|
744
|
-
{children}
|
|
745
|
-
</form>
|
|
746
|
-
</Modal>
|
|
747
|
-
```
|
|
748
|
-
|
|
749
|
-
#### Header
|
|
750
|
-
|
|
751
|
-
To replace using the `Header` prop you can use your custom header as the first child.
|
|
752
|
-
|
|
753
|
-
```
|
|
754
|
-
// Before
|
|
755
|
-
<Modal
|
|
756
|
-
components={{
|
|
757
|
-
Header: CustomHeader,
|
|
758
|
-
}}
|
|
759
|
-
>
|
|
760
|
-
{children}
|
|
761
|
-
</Modal>
|
|
762
|
-
|
|
763
|
-
// After
|
|
764
|
-
<Modal>
|
|
765
|
-
<CustomHeader />
|
|
766
|
-
{children}
|
|
767
|
-
</Modal>
|
|
768
|
-
```
|
|
769
|
-
|
|
770
|
-
If you are creating a custom header you should call the new hook `useModal` to get the
|
|
771
|
-
title id so the content and the title can be linked. You can also access the `onClose`
|
|
772
|
-
function this way.
|
|
773
|
-
|
|
774
|
-
```
|
|
775
|
-
import { useModal } from '@atlaskit/modal-dialog';
|
|
776
|
-
|
|
777
|
-
const CustomHeader = () => {
|
|
778
|
-
const { onClose, titleId } = useModal();
|
|
779
|
-
return (
|
|
780
|
-
<div css={headerStyles}>
|
|
781
|
-
<h1 css={headingStyles} id={titleId}>
|
|
782
|
-
Custom modal header
|
|
783
|
-
</h1>
|
|
784
|
-
<Button onClick={onClose}>
|
|
785
|
-
Close
|
|
786
|
-
</Button>
|
|
787
|
-
</div>
|
|
788
|
-
);
|
|
789
|
-
};
|
|
790
|
-
```
|
|
791
|
-
|
|
792
|
-
If you are doing something simple like adding a button you can continue to use `ModalHeader`.
|
|
793
|
-
|
|
794
|
-
```
|
|
795
|
-
<ModalHeader>
|
|
796
|
-
<ModalTitle>Custom modal header</ModalTitle>
|
|
797
|
-
<Button appearance="link" onClick={closeModal}>
|
|
798
|
-
Close
|
|
799
|
-
</Button>
|
|
800
|
-
</ModalHeader>
|
|
801
|
-
```
|
|
802
|
-
|
|
803
|
-
#### Footer and body
|
|
804
|
-
|
|
805
|
-
Similar to `Header`, if you were using the `Footer` or `Body` prop,
|
|
806
|
-
you can replace `ModalFooter` and `ModalBody` with any valid React node.
|
|
807
|
-
`ModalFooter` and `ModalBody` also accept any valid React node as children.
|
|
808
|
-
`useModal` works in any of `Modal`'s children if you wish to use it.
|
|
809
|
-
|
|
810
|
-
### Scroll behaviour
|
|
811
|
-
|
|
812
|
-
The `scrollBehavior` prop has changed from strings 'inside', 'inside-wide' and 'outside'
|
|
813
|
-
to a boolean `shouldScrollInViewport`. 'inside' and 'inside-wide' have consolidated to
|
|
814
|
-
be `shouldScrollInViewport={false}` and 'outside' is `shouldScrollInViewport={true}`.
|
|
815
|
-
|
|
816
|
-
### Appearance
|
|
817
|
-
|
|
818
|
-
The `appearance` prop has been removed from `Modal` and is now set on `ModalTitle` and
|
|
819
|
-
the primary `Button`.
|
|
820
|
-
|
|
821
|
-
```
|
|
822
|
-
// Before
|
|
823
|
-
<ModalTransition>
|
|
824
|
-
{isOpen && (
|
|
825
|
-
<Modal
|
|
826
|
-
appearance="danger"
|
|
827
|
-
onClose={close}
|
|
828
|
-
heading="Modal Title"
|
|
829
|
-
actions={[
|
|
830
|
-
{ text: 'Secondary Action', onClick: secondaryAction },
|
|
831
|
-
{ text: 'Close', onClick: close },
|
|
832
|
-
]}
|
|
833
|
-
>
|
|
834
|
-
<Lorem count={2} />
|
|
835
|
-
</Modal>
|
|
836
|
-
)}
|
|
837
|
-
</ModalTransition>
|
|
838
|
-
|
|
839
|
-
// After
|
|
840
|
-
<ModalTransition>
|
|
841
|
-
{isOpen && (
|
|
842
|
-
<Modal onClose={close}>
|
|
843
|
-
<ModalHeader>
|
|
844
|
-
<ModalTitle appearance="danger">Modal Title</ModalTitle>
|
|
845
|
-
</ModalHeader>
|
|
846
|
-
<ModalBody>
|
|
967
|
+
</ModalHeader>
|
|
968
|
+
```
|
|
969
|
+
|
|
970
|
+
#### Footer and body
|
|
971
|
+
|
|
972
|
+
Similar to `Header`, if you were using the `Footer` or `Body` prop, you can replace
|
|
973
|
+
`ModalFooter` and `ModalBody` with any valid React node. `ModalFooter` and `ModalBody` also
|
|
974
|
+
accept any valid React node as children. `useModal` works in any of `Modal`'s children if you
|
|
975
|
+
wish to use it.
|
|
976
|
+
|
|
977
|
+
### Scroll behaviour
|
|
978
|
+
|
|
979
|
+
The `scrollBehavior` prop has changed from strings 'inside', 'inside-wide' and 'outside' to a
|
|
980
|
+
boolean `shouldScrollInViewport`. 'inside' and 'inside-wide' have consolidated to be
|
|
981
|
+
`shouldScrollInViewport={false}` and 'outside' is `shouldScrollInViewport={true}`.
|
|
982
|
+
|
|
983
|
+
### Appearance
|
|
984
|
+
|
|
985
|
+
The `appearance` prop has been removed from `Modal` and is now set on `ModalTitle` and the
|
|
986
|
+
primary `Button`.
|
|
987
|
+
|
|
988
|
+
```
|
|
989
|
+
// Before
|
|
990
|
+
<ModalTransition>
|
|
991
|
+
{isOpen && (
|
|
992
|
+
<Modal
|
|
993
|
+
appearance="danger"
|
|
994
|
+
onClose={close}
|
|
995
|
+
heading="Modal Title"
|
|
996
|
+
actions={[
|
|
997
|
+
{ text: 'Secondary Action', onClick: secondaryAction },
|
|
998
|
+
{ text: 'Close', onClick: close },
|
|
999
|
+
]}
|
|
1000
|
+
>
|
|
847
1001
|
<Lorem count={2} />
|
|
848
|
-
</
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
Secondary Action
|
|
852
|
-
</Button>
|
|
853
|
-
<Button appearance="danger" autoFocus onClick={close}>
|
|
854
|
-
Close
|
|
855
|
-
</Button>
|
|
856
|
-
</ModalFooter>
|
|
857
|
-
</Modal>
|
|
858
|
-
)}
|
|
859
|
-
</ModalTransition>;
|
|
860
|
-
```
|
|
1002
|
+
</Modal>
|
|
1003
|
+
)}
|
|
1004
|
+
</ModalTransition>
|
|
861
1005
|
|
|
862
|
-
|
|
1006
|
+
// After
|
|
1007
|
+
<ModalTransition>
|
|
1008
|
+
{isOpen && (
|
|
1009
|
+
<Modal onClose={close}>
|
|
1010
|
+
<ModalHeader>
|
|
1011
|
+
<ModalTitle appearance="danger">Modal Title</ModalTitle>
|
|
1012
|
+
</ModalHeader>
|
|
1013
|
+
<ModalBody>
|
|
1014
|
+
<Lorem count={2} />
|
|
1015
|
+
</ModalBody>
|
|
1016
|
+
<ModalFooter>
|
|
1017
|
+
<Button appearance="subtle" onClick={secondaryAction}>
|
|
1018
|
+
Secondary Action
|
|
1019
|
+
</Button>
|
|
1020
|
+
<Button appearance="danger" autoFocus onClick={close}>
|
|
1021
|
+
Close
|
|
1022
|
+
</Button>
|
|
1023
|
+
</ModalFooter>
|
|
1024
|
+
</Modal>
|
|
1025
|
+
)}
|
|
1026
|
+
</ModalTransition>;
|
|
1027
|
+
```
|
|
863
1028
|
|
|
864
|
-
|
|
865
|
-
and choose not to use `ModalHeader`, `ModalBody` and `ModalFooter`. The only change to
|
|
866
|
-
this behaviour is that there is no way to turn off the box shadow and border radius,
|
|
867
|
-
which used to happen when `isChromeless={true}`. You only need to change your usage if
|
|
868
|
-
`Modal`'s children set their own background and don’t have a border radius of 3 px.
|
|
869
|
-
In this case set the border radius to 3px.
|
|
1029
|
+
### isChromeless
|
|
870
1030
|
|
|
871
|
-
|
|
1031
|
+
The `isChromeless` is no longer supported as you can any valid React node in `Modal` and choose
|
|
1032
|
+
not to use `ModalHeader`, `ModalBody` and `ModalFooter`. The only change to this behaviour is
|
|
1033
|
+
that there is no way to turn off the box shadow and border radius, which used to happen when
|
|
1034
|
+
`isChromeless={true}`. You only need to change your usage if `Modal`'s children set their own
|
|
1035
|
+
background and don’t have a border radius of 3 px. In this case set the border radius to 3px.
|
|
872
1036
|
|
|
873
|
-
|
|
1037
|
+
### Test IDs
|
|
874
1038
|
|
|
875
|
-
|
|
1039
|
+
The mapping for test IDs have changed.
|
|
876
1040
|
|
|
877
|
-
|
|
1041
|
+
Modal: `{testId}` -> `{testId}`
|
|
878
1042
|
|
|
879
|
-
|
|
1043
|
+
Modal content: `{testId}-dialog-content` -> DOM node removed
|
|
880
1044
|
|
|
881
|
-
|
|
1045
|
+
Modal header: `{testId}-dialog-content--header` -> `{testId}--header`
|
|
882
1046
|
|
|
883
|
-
|
|
1047
|
+
Modal title: `{testId}-dialog-content--heading` -> `{testId}--title`
|
|
884
1048
|
|
|
885
|
-
|
|
1049
|
+
Modal body: `{testId}-dialog-content--body` -> `{testId}--body`
|
|
886
1050
|
|
|
887
|
-
|
|
1051
|
+
Modal footer: `{testId}-dialog-content--footer` -> `{testId}--footer`
|
|
888
1052
|
|
|
889
|
-
|
|
1053
|
+
Scrollable body content: `{testId}-dialog-content--scrollable` -> `{testId}--scrollable`
|
|
890
1054
|
|
|
891
|
-
|
|
1055
|
+
Blanket: `{testId}--blanket` -> `{testId}--blanket`
|
|
892
1056
|
|
|
893
|
-
|
|
1057
|
+
Modal actions: `{testId}-dialog-content--action-{index}` -> Removed, can set on Button
|
|
894
1058
|
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
`
|
|
901
|
-
|
|
1059
|
+
### Miscallaneous changes
|
|
1060
|
+
|
|
1061
|
+
- `ModalFooter` now uses `flex-end` instead of `space-between` to justify its contents.
|
|
1062
|
+
- Inner components `ModalFooter`, `ModalHeader` and `ModalBody` no longer accepts style prop.
|
|
1063
|
+
If you wish to modify the styles, you have to build your own component.
|
|
1064
|
+
- `ContainerComponentProps` and `ScrollBehavior` types are now removed with no replacements.
|
|
1065
|
+
- `(Header|Body|Footer|Title)ComponentProps` types are now aliased to
|
|
1066
|
+
`Modal(Header|Body|Footer|Title)Props`, however most props are not used anymore as state is
|
|
1067
|
+
shared via the `useModal` hook.
|
|
902
1068
|
|
|
903
1069
|
### Patch Changes
|
|
904
1070
|
|
|
905
|
-
-
|
|
906
|
-
|
|
1071
|
+
- [`1efbaebfbf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1efbaebfbf3) - Fixes
|
|
1072
|
+
a bug in the appearance of the modal focus state which is now consistent with other elements in
|
|
1073
|
+
the Design System.
|
|
1074
|
+
- Updated dependencies
|
|
907
1075
|
|
|
908
1076
|
## 11.7.4
|
|
909
1077
|
|
|
910
1078
|
### Patch Changes
|
|
911
1079
|
|
|
912
|
-
-
|
|
913
|
-
-
|
|
1080
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
1081
|
+
[`adad0d75402`](https://bitbucket.org/atlassian/atlassian-frontend/commits/adad0d75402) -
|
|
1082
|
+
Internal test fix.
|
|
1083
|
+
- Updated dependencies
|
|
914
1084
|
|
|
915
1085
|
## 11.7.3
|
|
916
1086
|
|
|
917
1087
|
### Patch Changes
|
|
918
1088
|
|
|
919
|
-
-
|
|
920
|
-
-
|
|
1089
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
1090
|
+
[`f75544b8b57`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f75544b8b57) - [ux]
|
|
1091
|
+
As a part of DSP-895, a 0px margin was applied to button to fix a regression in Safari. This has
|
|
1092
|
+
been reverted as the 0px margin will be moved to css-reset instead. As a part of that same
|
|
1093
|
+
ticket, the specificity of the footer buttons in modal dialog was updated. This has also been
|
|
1094
|
+
reverted now that the 0px margin is being moved to css-reset.
|
|
1095
|
+
- Updated dependencies
|
|
921
1096
|
|
|
922
1097
|
## 11.7.2
|
|
923
1098
|
|
|
924
1099
|
### Patch Changes
|
|
925
1100
|
|
|
926
|
-
-
|
|
1101
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
1102
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
1103
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
927
1104
|
|
|
928
1105
|
## 11.7.1
|
|
929
1106
|
|
|
930
1107
|
### Patch Changes
|
|
931
1108
|
|
|
932
|
-
-
|
|
1109
|
+
- Updated dependencies
|
|
933
1110
|
|
|
934
1111
|
## 11.7.0
|
|
935
1112
|
|
|
936
1113
|
### Minor Changes
|
|
937
1114
|
|
|
938
|
-
-
|
|
1115
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
1116
|
+
[`6679c172f59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6679c172f59) - Trap
|
|
1117
|
+
the virtual cursor within the modal for screen reader
|
|
939
1118
|
|
|
940
1119
|
### Patch Changes
|
|
941
1120
|
|
|
942
|
-
-
|
|
943
|
-
|
|
1121
|
+
- [`0f7fd3e7c0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f7fd3e7c0d) - FIX:
|
|
1122
|
+
content focus and keylines only applied when the target DOM node exists
|
|
1123
|
+
- Updated dependencies
|
|
944
1124
|
|
|
945
1125
|
## 11.6.3
|
|
946
1126
|
|
|
947
1127
|
### Patch Changes
|
|
948
1128
|
|
|
949
|
-
-
|
|
1129
|
+
- [#12263](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12263)
|
|
1130
|
+
[`95f500da676`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95f500da676) - [ux]
|
|
1131
|
+
Fixes a bug introduced in 11.4.0 – CSS property `left` is put back to the styles of modal dialog
|
|
1132
|
+
container so it doesn't push out floated elements in the background.
|
|
950
1133
|
|
|
951
1134
|
## 11.6.2
|
|
952
1135
|
|
|
953
1136
|
### Patch Changes
|
|
954
1137
|
|
|
955
|
-
-
|
|
1138
|
+
- [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
|
|
1139
|
+
[`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) -
|
|
1140
|
+
Updates to development dependency `storybook-addon-performance`
|
|
956
1141
|
|
|
957
1142
|
## 11.6.1
|
|
958
1143
|
|
|
959
1144
|
### Patch Changes
|
|
960
1145
|
|
|
961
|
-
-
|
|
1146
|
+
- [#11407](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11407)
|
|
1147
|
+
[`e3a6469c8e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3a6469c8e5) - [ux]
|
|
1148
|
+
FIX: fixes a bug introduced in 11.5.0 – now modal dialog is correctly positioned when relative
|
|
1149
|
+
sizing is used as width
|
|
962
1150
|
|
|
963
1151
|
## 11.6.0
|
|
964
1152
|
|
|
965
1153
|
### Minor Changes
|
|
966
1154
|
|
|
967
|
-
-
|
|
1155
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
1156
|
+
[`e1dc82f2825`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e1dc82f2825) - Fix
|
|
1157
|
+
Modal header and footer tags
|
|
968
1158
|
|
|
969
1159
|
### Patch Changes
|
|
970
1160
|
|
|
971
|
-
-
|
|
1161
|
+
- Updated dependencies
|
|
972
1162
|
|
|
973
1163
|
## 11.5.0
|
|
974
1164
|
|
|
975
1165
|
### Minor Changes
|
|
976
1166
|
|
|
977
|
-
-
|
|
1167
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
|
|
1168
|
+
[`c9cca93180b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9cca93180b) - [ux]
|
|
1169
|
+
Removes unnecessary dom nodes and refactors styles in modal dialog.
|
|
978
1170
|
|
|
979
1171
|
### Patch Changes
|
|
980
1172
|
|
|
981
|
-
-
|
|
982
|
-
|
|
1173
|
+
- [`e48c323dd75`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e48c323dd75) - [ux]
|
|
1174
|
+
Fixed `outside` scrolling offset positioning when multiple modals are open.
|
|
1175
|
+
- [`78803694b8c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78803694b8c) - [ux]
|
|
1176
|
+
Fixes display of focus ring on modal dialog content – now only shown when triggered by keyboard.
|
|
983
1177
|
|
|
984
1178
|
## 11.4.1
|
|
985
1179
|
|
|
986
1180
|
### Patch Changes
|
|
987
1181
|
|
|
988
|
-
-
|
|
1182
|
+
- Updated dependencies
|
|
989
1183
|
|
|
990
1184
|
## 11.4.0
|
|
991
1185
|
|
|
992
1186
|
### Minor Changes
|
|
993
1187
|
|
|
994
|
-
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
-
|
|
999
|
-
|
|
1000
|
-
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
-
|
|
1007
|
-
|
|
1008
|
-
-
|
|
1188
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
1189
|
+
[`c0dbb6425f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0dbb6425f7) - [ux]
|
|
1190
|
+
Changed ModalDialog html tag from "div" to "section", changed ModalDialog heading from "h4" to
|
|
1191
|
+
"h1"
|
|
1192
|
+
- [`7e3e3e16b55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e3e3e16b55) - Entry
|
|
1193
|
+
points are now defined using the declarative format.
|
|
1194
|
+
- [`441b1eded91`](https://bitbucket.org/atlassian/atlassian-frontend/commits/441b1eded91) - [ux]
|
|
1195
|
+
Modal dialog no longer attaches keylines in its header/footer – it now shows and hides keylines
|
|
1196
|
+
in its body during scroll when the content overflows.
|
|
1197
|
+
- [`96f56104518`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96f56104518) - Adds
|
|
1198
|
+
ability to pass a element ref to the `autoFocus` prop to specifically focus on an element during
|
|
1199
|
+
initial mount.
|
|
1200
|
+
- [`6ebee3d941d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ebee3d941d) -
|
|
1201
|
+
Internal refactor converting to hooks.
|
|
1202
|
+
- [`e100d801223`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e100d801223) - [ux]
|
|
1203
|
+
Modal dialog now uses @atlaskit/motion for its entering/exiting animations.
|
|
1204
|
+
- [`8a22ca5357b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a22ca5357b) - Event
|
|
1205
|
+
handler types are now exposed in the primary and types entrypoints.
|
|
1206
|
+
|
|
1207
|
+
### Patch Changes
|
|
1208
|
+
|
|
1209
|
+
- [`8db8f3a22cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8db8f3a22cb) - Modal
|
|
1210
|
+
dialog now uses css props for styling.
|
|
1211
|
+
- [`022ec2307a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/022ec2307a9) - The
|
|
1212
|
+
`onClose` callback now correctly has its second argument types as an analytic event.
|
|
1213
|
+
- [`d7d64aac39d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7d64aac39d) - Fixed
|
|
1214
|
+
`onStackChange` from firing on inital mount. It will now only fire after the initial mount and
|
|
1215
|
+
its stack position has changed.
|
|
1216
|
+
- [`1195a2abbbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1195a2abbbf) - Modal
|
|
1217
|
+
dialog now uses new utility from ds-lib to merge refs.
|
|
1218
|
+
- Updated dependencies
|
|
1009
1219
|
|
|
1010
1220
|
## 11.3.0
|
|
1011
1221
|
|
|
1012
1222
|
### Minor Changes
|
|
1013
1223
|
|
|
1014
|
-
-
|
|
1224
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
|
|
1225
|
+
[`0e0b2148d48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e0b2148d48) - Modal
|
|
1226
|
+
dialog now attaches data-testid to its header and footer.
|
|
1015
1227
|
|
|
1016
1228
|
### Patch Changes
|
|
1017
1229
|
|
|
1018
|
-
-
|
|
1019
|
-
|
|
1020
|
-
-
|
|
1230
|
+
- [`a9dc147612a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9dc147612a) -
|
|
1231
|
+
[litemode] Internal nested modal components have been re-written as hooks.
|
|
1232
|
+
- [`910c7744256`](https://bitbucket.org/atlassian/atlassian-frontend/commits/910c7744256) -
|
|
1233
|
+
Internal restructure of files and folders.
|
|
1234
|
+
- Updated dependencies
|
|
1021
1235
|
|
|
1022
1236
|
## 11.2.9
|
|
1023
1237
|
|
|
1024
1238
|
### Patch Changes
|
|
1025
1239
|
|
|
1026
|
-
-
|
|
1027
|
-
-
|
|
1240
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
|
|
1241
|
+
[`624d33651cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/624d33651cf) - Fix
|
|
1242
|
+
content remounts in version >= 11.1.3
|
|
1243
|
+
- Updated dependencies
|
|
1028
1244
|
|
|
1029
1245
|
## 11.2.8
|
|
1030
1246
|
|
|
1031
1247
|
### Patch Changes
|
|
1032
1248
|
|
|
1033
|
-
-
|
|
1034
|
-
-
|
|
1249
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
1250
|
+
[`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
|
|
1251
|
+
injected package name and version for analytics instead of version.json.
|
|
1252
|
+
- Updated dependencies
|
|
1035
1253
|
|
|
1036
1254
|
## 11.2.7
|
|
1037
1255
|
|
|
1038
1256
|
### Patch Changes
|
|
1039
1257
|
|
|
1040
|
-
-
|
|
1258
|
+
- [#8478](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8478)
|
|
1259
|
+
[`5af85edf960`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af85edf960) -
|
|
1260
|
+
Internal code style change of default exports
|
|
1041
1261
|
|
|
1042
1262
|
## 11.2.6
|
|
1043
1263
|
|
|
1044
1264
|
### Patch Changes
|
|
1045
1265
|
|
|
1046
|
-
-
|
|
1266
|
+
- [#7892](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7892)
|
|
1267
|
+
[`7490717bdd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7490717bdd4) - Fix
|
|
1268
|
+
overflow issue present in Safari 14.0.3
|
|
1047
1269
|
|
|
1048
1270
|
## 11.2.5
|
|
1049
1271
|
|
|
1050
1272
|
### Patch Changes
|
|
1051
1273
|
|
|
1052
|
-
-
|
|
1274
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425)
|
|
1275
|
+
[`d94d90714b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d94d90714b) - Modal
|
|
1276
|
+
will retain full-width at viewports < 320px. This makes it consistent with < 480px beahviour.
|
|
1053
1277
|
|
|
1054
1278
|
## 11.2.4
|
|
1055
1279
|
|
|
1056
1280
|
### Patch Changes
|
|
1057
1281
|
|
|
1058
|
-
-
|
|
1282
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
1283
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
1284
|
+
Transpile packages using babel rather than tsc
|
|
1059
1285
|
|
|
1060
1286
|
## 11.2.3
|
|
1061
1287
|
|
|
1062
1288
|
### Patch Changes
|
|
1063
1289
|
|
|
1064
|
-
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1290
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
1291
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
1292
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
1293
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
1294
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
1295
|
+
`devDependencies` to denote version that the package was built with.
|
|
1067
1296
|
|
|
1068
1297
|
## 11.2.2
|
|
1069
1298
|
|
|
1070
1299
|
### Patch Changes
|
|
1071
1300
|
|
|
1072
|
-
-
|
|
1301
|
+
- Updated dependencies
|
|
1073
1302
|
|
|
1074
1303
|
## 11.2.1
|
|
1075
1304
|
|
|
1076
1305
|
### Patch Changes
|
|
1077
1306
|
|
|
1078
|
-
-
|
|
1307
|
+
- [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164)
|
|
1308
|
+
[`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo
|
|
1309
|
+
analytics-next file restructure to allow external ts definitions to continue working
|
|
1079
1310
|
|
|
1080
1311
|
## 11.2.0
|
|
1081
1312
|
|
|
1082
1313
|
### Minor Changes
|
|
1083
1314
|
|
|
1084
|
-
-
|
|
1315
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
|
|
1316
|
+
[`9d5d1ab37f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d5d1ab37f) - Allow
|
|
1317
|
+
for non tinted blanket background
|
|
1085
1318
|
|
|
1086
1319
|
### Patch Changes
|
|
1087
1320
|
|
|
1088
|
-
-
|
|
1089
|
-
|
|
1321
|
+
- [`c48024293c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c48024293c) - Fixed an
|
|
1322
|
+
issue when using `scrollBehavior="outside"` would cause Firefox to not allow scrolling of modal
|
|
1323
|
+
- Updated dependencies
|
|
1090
1324
|
|
|
1091
1325
|
## 11.1.6
|
|
1092
1326
|
|
|
1093
1327
|
### Patch Changes
|
|
1094
1328
|
|
|
1095
|
-
-
|
|
1329
|
+
- [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
|
|
1330
|
+
[`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
|
|
1331
|
+
integration tests for Edge browser
|
|
1096
1332
|
|
|
1097
1333
|
## 11.1.5
|
|
1098
1334
|
|
|
1099
1335
|
### Patch Changes
|
|
1100
1336
|
|
|
1101
|
-
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1337
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
|
|
1338
|
+
[`8598d0bd13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8598d0bd13) - Remove
|
|
1339
|
+
unnecessary code and tests for IE11.
|
|
1340
|
+
- [`6ac737558f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ac737558f) - Remove
|
|
1341
|
+
non-standard CSS property
|
|
1342
|
+
[-ms-high-contrast](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-ms-high-contrast).
|
|
1343
|
+
The `-ms-high-contrast` CSS media feature is a Microsoft extension that describes whether the
|
|
1344
|
+
application is being displayed in high contrast mode, and with what color variation.
|
|
1345
|
+
- Updated dependencies
|
|
1104
1346
|
|
|
1105
1347
|
## 11.1.4
|
|
1106
1348
|
|
|
1107
1349
|
### Patch Changes
|
|
1108
1350
|
|
|
1109
|
-
-
|
|
1351
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
1352
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
1353
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
1110
1354
|
|
|
1111
|
-
|
|
1112
|
-
|
|
1355
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
1356
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
1113
1357
|
|
|
1114
1358
|
## 11.1.3
|
|
1115
1359
|
|
|
1116
1360
|
### Patch Changes
|
|
1117
1361
|
|
|
1118
|
-
-
|
|
1362
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
1363
|
+
[`c1b8d0e897`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1b8d0e897) - You can
|
|
1364
|
+
now scroll using a touchscreen in the body of `modal-dialog` content
|
|
1119
1365
|
|
|
1120
1366
|
## 11.1.2
|
|
1121
1367
|
|
|
1122
1368
|
### Patch Changes
|
|
1123
1369
|
|
|
1124
|
-
-
|
|
1370
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
|
|
1371
|
+
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
|
|
1372
|
+
readme and package information has been updated to point to the new design system website.
|
|
1125
1373
|
|
|
1126
1374
|
## 11.1.1
|
|
1127
1375
|
|
|
1128
1376
|
### Patch Changes
|
|
1129
1377
|
|
|
1130
|
-
-
|
|
1378
|
+
- [#4191](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4191)
|
|
1379
|
+
[`810f11aaab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/810f11aaab) - Custom
|
|
1380
|
+
body styles have been added back. They will be removed in the next major version - if you're
|
|
1381
|
+
customizing the body of the modal dialog please make sure to spread props onto your custom
|
|
1382
|
+
component.
|
|
1131
1383
|
|
|
1132
1384
|
## 11.1.0
|
|
1133
1385
|
|
|
1134
1386
|
### Minor Changes
|
|
1135
1387
|
|
|
1136
|
-
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1388
|
+
- [#3954](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3954)
|
|
1389
|
+
[`727776fa32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/727776fa32) - Missing
|
|
1390
|
+
types for component overrides are now exposed - you can access them through the root entrypoint.
|
|
1391
|
+
|
|
1392
|
+
```js
|
|
1393
|
+
import {
|
|
1394
|
+
BodyComponentProps,
|
|
1395
|
+
TitleComponentProps,
|
|
1396
|
+
ContainerComponentProps,
|
|
1397
|
+
FooterComponentProps,
|
|
1398
|
+
HeaderComponentProps,
|
|
1399
|
+
ScrollBehavior,
|
|
1400
|
+
} from '@atlaskit/modal-dialog';
|
|
1401
|
+
```
|
|
1148
1402
|
|
|
1149
1403
|
## 11.0.3
|
|
1150
1404
|
|
|
1151
1405
|
### Patch Changes
|
|
1152
1406
|
|
|
1153
|
-
-
|
|
1407
|
+
- [#3826](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3826)
|
|
1408
|
+
[`5b5e7b6323`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b5e7b6323) - The
|
|
1409
|
+
previous hotfix (https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3781) didn't
|
|
1410
|
+
fix the appearance override issue.
|
|
1154
1411
|
|
|
1155
|
-
|
|
1412
|
+
This change will be re-introduced in a future major version, please follow this ticket for
|
|
1413
|
+
updates https://product-fabric.atlassian.net/browse/DST-660.
|
|
1156
1414
|
|
|
1157
1415
|
## 11.0.2
|
|
1158
1416
|
|
|
1159
1417
|
### Patch Changes
|
|
1160
1418
|
|
|
1161
|
-
-
|
|
1419
|
+
- [#3781](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3781)
|
|
1420
|
+
[`9796654bab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9796654bab) - The
|
|
1421
|
+
button sequence correction has been reverted as it was causing unintended regressions for some
|
|
1422
|
+
use cases. Affected versions include: @atlaskit/modal-dialog@11.0.1.
|
|
1162
1423
|
|
|
1163
|
-
|
|
1424
|
+
This change will be re-introduced in a future major version, please follow this ticket for
|
|
1425
|
+
updates https://product-fabric.atlassian.net/browse/DST-660.
|
|
1164
1426
|
|
|
1165
1427
|
## 11.0.1
|
|
1166
1428
|
|
|
1167
1429
|
### Patch Changes
|
|
1168
1430
|
|
|
1169
|
-
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
-
|
|
1431
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
1432
|
+
[`95261cf7b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95261cf7b0) - Fixed
|
|
1433
|
+
modal dialog focus issue
|
|
1434
|
+
- [`3414523d6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3414523d6f) - Rearange
|
|
1435
|
+
buttons order to align with design guidelines
|
|
1436
|
+
- [`30f8909177`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30f8909177) - fixed
|
|
1437
|
+
the layering between header, content, and footer
|
|
1438
|
+
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
|
|
1439
|
+
all the theme imports to be tree-shakable
|
|
1173
1440
|
|
|
1174
1441
|
## 11.0.0
|
|
1175
1442
|
|
|
1176
1443
|
### Major Changes
|
|
1177
1444
|
|
|
1178
|
-
-
|
|
1179
|
-
|
|
1445
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
1446
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
|
|
1447
|
+
Officially dropping IE11 support, from this version onwards there are no warranties of the
|
|
1448
|
+
package working in IE11. For more information see:
|
|
1449
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
1180
1450
|
|
|
1181
1451
|
### Patch Changes
|
|
1182
1452
|
|
|
1183
|
-
-
|
|
1453
|
+
- Updated dependencies
|
|
1184
1454
|
|
|
1185
1455
|
## 10.6.4
|
|
1186
1456
|
|
|
1187
1457
|
### Patch Changes
|
|
1188
1458
|
|
|
1189
|
-
-
|
|
1190
|
-
|
|
1459
|
+
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763)
|
|
1460
|
+
[`5be257c6f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5be257c6f6) - Fix
|
|
1461
|
+
issue with the way that tabIndex was applied to dialog content. Now the check looks at whether
|
|
1462
|
+
the container is scrollable, rather than the shouldScroll prop.
|
|
1463
|
+
- [`057d870973`](https://bitbucket.org/atlassian/atlassian-frontend/commits/057d870973) - Fix
|
|
1464
|
+
keyboard scrolling of modal dialog content
|
|
1191
1465
|
|
|
1192
1466
|
## 10.6.3
|
|
1193
1467
|
|
|
1194
1468
|
### Patch Changes
|
|
1195
1469
|
|
|
1196
|
-
-
|
|
1197
|
-
|
|
1470
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
|
|
1471
|
+
[`fddc283495`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fddc283495) - Added
|
|
1472
|
+
aria-labelledby to dialog and point it to the real heading
|
|
1473
|
+
- [`b2b0b94079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2b0b94079) - Reverts
|
|
1474
|
+
breaking test id change.
|
|
1198
1475
|
|
|
1199
1476
|
## 10.6.2
|
|
1200
1477
|
|
|
1201
1478
|
### Patch Changes
|
|
1202
1479
|
|
|
1203
|
-
-
|
|
1480
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
1481
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
|
|
1482
|
+
and supporting files will no longer be published to npm
|
|
1204
1483
|
|
|
1205
1484
|
## 10.6.1
|
|
1206
1485
|
|
|
1207
1486
|
### Patch Changes
|
|
1208
1487
|
|
|
1209
|
-
-
|
|
1488
|
+
- [#2677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2677)
|
|
1489
|
+
[`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade
|
|
1490
|
+
react-transition-group to latest
|
|
1210
1491
|
|
|
1211
1492
|
## 10.6.0
|
|
1212
1493
|
|
|
1213
1494
|
### Minor Changes
|
|
1214
1495
|
|
|
1215
|
-
-
|
|
1496
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
1497
|
+
[`98e93d93ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98e93d93ec) -
|
|
1498
|
+
ActionProps.text now accepts React.ReactNode instead of just string
|
|
1216
1499
|
|
|
1217
1500
|
### Patch Changes
|
|
1218
1501
|
|
|
1219
|
-
-
|
|
1220
|
-
|
|
1502
|
+
- [`16ccd817d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16ccd817d8) - Export
|
|
1503
|
+
types
|
|
1504
|
+
- Updated dependencies
|
|
1221
1505
|
|
|
1222
1506
|
## 10.5.9
|
|
1223
1507
|
|
|
1224
1508
|
### Patch Changes
|
|
1225
1509
|
|
|
1226
|
-
-
|
|
1510
|
+
- Updated dependencies
|
|
1227
1511
|
|
|
1228
1512
|
## 10.5.8
|
|
1229
1513
|
|
|
1230
1514
|
### Patch Changes
|
|
1231
1515
|
|
|
1232
|
-
-
|
|
1516
|
+
- [#2012](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2012)
|
|
1517
|
+
[`53d09bdb5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/53d09bdb5d) - Reverts
|
|
1518
|
+
scrolling fix which introduced a layering regression.
|
|
1233
1519
|
|
|
1234
1520
|
## 10.5.7
|
|
1235
1521
|
|
|
1236
1522
|
### Patch Changes
|
|
1237
1523
|
|
|
1238
|
-
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
-
|
|
1244
|
-
|
|
1245
|
-
-
|
|
1246
|
-
|
|
1247
|
-
-
|
|
1248
|
-
|
|
1249
|
-
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1524
|
+
- [patch][9a534d6a74](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a534d6a74):
|
|
1525
|
+
|
|
1526
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
1527
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
1528
|
+
|
|
1529
|
+
- Updated dependencies
|
|
1530
|
+
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
1531
|
+
- Updated dependencies
|
|
1532
|
+
[167a55fd7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/167a55fd7a):
|
|
1533
|
+
- Updated dependencies
|
|
1534
|
+
[3a09573b4e](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a09573b4e):
|
|
1535
|
+
- Updated dependencies
|
|
1536
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
1537
|
+
- Updated dependencies
|
|
1538
|
+
[68ff159118](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ff159118):
|
|
1539
|
+
- Updated dependencies
|
|
1540
|
+
[6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
|
|
1541
|
+
- Updated dependencies
|
|
1542
|
+
[6d744d3ff1](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d744d3ff1):
|
|
1543
|
+
- Updated dependencies
|
|
1544
|
+
[0059d26429](https://bitbucket.org/atlassian/atlassian-frontend/commits/0059d26429):
|
|
1545
|
+
- Updated dependencies
|
|
1546
|
+
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
1547
|
+
- @atlaskit/button@13.3.11
|
|
1548
|
+
- @atlaskit/icon@20.1.1
|
|
1549
|
+
- @atlaskit/select@11.0.10
|
|
1550
|
+
- @atlaskit/avatar@17.1.10
|
|
1551
|
+
- @atlaskit/inline-dialog@12.1.12
|
|
1552
|
+
- @atlaskit/checkbox@10.1.11
|
|
1553
|
+
- @atlaskit/blanket@10.0.18
|
|
1554
|
+
- @atlaskit/form@7.2.1
|
|
1555
|
+
- @atlaskit/webdriver-runner@0.3.4
|
|
1260
1556
|
|
|
1261
1557
|
## 10.5.6
|
|
1262
1558
|
|
|
1263
1559
|
### Patch Changes
|
|
1264
1560
|
|
|
1265
|
-
-
|
|
1561
|
+
- [patch][f5b654c328](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5b654c328):
|
|
1266
1562
|
|
|
1267
|
-
|
|
1563
|
+
Added a new `ScrollBehavior` value `inside-wide` to support showing modals on pages with body
|
|
1564
|
+
wider than viewport width.-
|
|
1565
|
+
[patch][89bf723567](https://bitbucket.org/atlassian/atlassian-frontend/commits/89bf723567):
|
|
1268
1566
|
|
|
1269
|
-
|
|
1567
|
+
FIX: `scrollBehavior: outside` Firefox scroll issue- Updated dependencies
|
|
1568
|
+
[603413f530](https://bitbucket.org/atlassian/atlassian-frontend/commits/603413f530):
|
|
1270
1569
|
|
|
1271
|
-
-
|
|
1272
|
-
|
|
1273
|
-
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1570
|
+
- Updated dependencies
|
|
1571
|
+
[168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
|
|
1572
|
+
- Updated dependencies
|
|
1573
|
+
[0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
|
|
1574
|
+
- Updated dependencies
|
|
1575
|
+
[109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
|
|
1576
|
+
- Updated dependencies
|
|
1577
|
+
[b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
|
|
1578
|
+
- @atlaskit/portal@3.1.7
|
|
1579
|
+
- @atlaskit/docs@8.5.1
|
|
1580
|
+
- @atlaskit/theme@9.5.3
|
|
1581
|
+
- @atlaskit/analytics-next@6.3.6
|
|
1582
|
+
- @atlaskit/button@13.3.10
|
|
1280
1583
|
|
|
1281
1584
|
## 10.5.5
|
|
1282
1585
|
|
|
1283
1586
|
### Patch Changes
|
|
1284
1587
|
|
|
1285
|
-
-
|
|
1588
|
+
- [patch][4d3749c9e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d3749c9e6):
|
|
1286
1589
|
|
|
1287
|
-
|
|
1590
|
+
Upgraded react-scrolllock package- Updated dependencies
|
|
1591
|
+
[294c05bcdf](https://bitbucket.org/atlassian/atlassian-frontend/commits/294c05bcdf):
|
|
1288
1592
|
|
|
1289
|
-
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1593
|
+
- Updated dependencies
|
|
1594
|
+
[dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
|
|
1595
|
+
- Updated dependencies
|
|
1596
|
+
[8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
|
|
1597
|
+
- @atlaskit/form@7.2.0
|
|
1598
|
+
- @atlaskit/build-utils@2.6.4
|
|
1599
|
+
- @atlaskit/docs@8.5.0
|
|
1294
1600
|
|
|
1295
1601
|
## 10.5.4
|
|
1296
1602
|
|
|
1297
1603
|
### Patch Changes
|
|
1298
1604
|
|
|
1299
|
-
-
|
|
1300
|
-
|
|
1301
|
-
-
|
|
1302
|
-
|
|
1303
|
-
-
|
|
1304
|
-
|
|
1305
|
-
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1605
|
+
- Updated dependencies
|
|
1606
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
1607
|
+
- Updated dependencies
|
|
1608
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1609
|
+
- Updated dependencies
|
|
1610
|
+
[64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
|
|
1611
|
+
- Updated dependencies
|
|
1612
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1613
|
+
- Updated dependencies
|
|
1614
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
1615
|
+
- Updated dependencies
|
|
1616
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1617
|
+
- Updated dependencies
|
|
1618
|
+
[109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
|
|
1619
|
+
- Updated dependencies
|
|
1620
|
+
[c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
|
|
1621
|
+
- @atlaskit/docs@8.4.0
|
|
1622
|
+
- @atlaskit/icon@20.1.0
|
|
1623
|
+
- @atlaskit/webdriver-runner@0.3.0
|
|
1624
|
+
- @atlaskit/field-radio-group@7.0.2
|
|
1625
|
+
- @atlaskit/avatar@17.1.9
|
|
1626
|
+
- @atlaskit/button@13.3.9
|
|
1627
|
+
- @atlaskit/checkbox@10.1.10
|
|
1628
|
+
- @atlaskit/form@7.1.5
|
|
1629
|
+
- @atlaskit/inline-dialog@12.1.11
|
|
1630
|
+
- @atlaskit/select@11.0.9
|
|
1631
|
+
- @atlaskit/textfield@3.1.9
|
|
1318
1632
|
|
|
1319
1633
|
## 10.5.3
|
|
1320
1634
|
|
|
1321
1635
|
### Patch Changes
|
|
1322
1636
|
|
|
1323
|
-
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1637
|
+
- Updated dependencies
|
|
1638
|
+
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
1639
|
+
- @atlaskit/webdriver-runner@0.2.0
|
|
1640
|
+
- @atlaskit/avatar@17.1.8
|
|
1641
|
+
- @atlaskit/button@13.3.8
|
|
1642
|
+
- @atlaskit/checkbox@10.1.9
|
|
1643
|
+
- @atlaskit/form@7.1.4
|
|
1644
|
+
- @atlaskit/inline-dialog@12.1.10
|
|
1645
|
+
- @atlaskit/select@11.0.8
|
|
1646
|
+
- @atlaskit/textfield@3.1.8
|
|
1332
1647
|
|
|
1333
1648
|
## 10.5.2
|
|
1334
1649
|
|
|
1335
1650
|
### Patch Changes
|
|
1336
1651
|
|
|
1337
|
-
-
|
|
1652
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1338
1653
|
|
|
1339
|
-
|
|
1654
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1655
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1340
1656
|
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1657
|
+
- @atlaskit/docs@8.3.2
|
|
1658
|
+
- @atlaskit/visual-regression@0.1.9
|
|
1659
|
+
- @atlaskit/analytics-next@6.3.5
|
|
1660
|
+
- @atlaskit/avatar@17.1.7
|
|
1661
|
+
- @atlaskit/blanket@10.0.17
|
|
1662
|
+
- @atlaskit/button@13.3.7
|
|
1663
|
+
- @atlaskit/checkbox@10.1.7
|
|
1664
|
+
- @atlaskit/field-radio-group@7.0.1
|
|
1665
|
+
- @atlaskit/form@7.1.2
|
|
1666
|
+
- @atlaskit/icon@20.0.1
|
|
1667
|
+
- @atlaskit/inline-dialog@12.1.9
|
|
1668
|
+
- @atlaskit/portal@3.1.6
|
|
1669
|
+
- @atlaskit/select@11.0.7
|
|
1670
|
+
- @atlaskit/textfield@3.1.6
|
|
1671
|
+
- @atlaskit/theme@9.5.1
|
|
1356
1672
|
|
|
1357
1673
|
## 10.5.1
|
|
1358
1674
|
|
|
1359
1675
|
### Patch Changes
|
|
1360
1676
|
|
|
1361
|
-
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1677
|
+
- Updated dependencies
|
|
1678
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
1679
|
+
- Updated dependencies
|
|
1680
|
+
[b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
|
|
1681
|
+
- @atlaskit/field-radio-group@7.0.0
|
|
1682
|
+
- @atlaskit/icon@20.0.0
|
|
1683
|
+
- @atlaskit/avatar@17.1.6
|
|
1684
|
+
- @atlaskit/form@7.1.1
|
|
1685
|
+
- @atlaskit/docs@8.3.1
|
|
1686
|
+
- @atlaskit/button@13.3.6
|
|
1687
|
+
- @atlaskit/checkbox@10.1.6
|
|
1688
|
+
- @atlaskit/inline-dialog@12.1.8
|
|
1689
|
+
- @atlaskit/portal@3.1.5
|
|
1690
|
+
- @atlaskit/select@11.0.6
|
|
1691
|
+
- @atlaskit/textfield@3.1.5
|
|
1374
1692
|
|
|
1375
1693
|
## 10.5.0
|
|
1376
1694
|
|
|
1377
1695
|
### Minor Changes
|
|
1378
1696
|
|
|
1379
|
-
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
### Patch Changes
|
|
1384
|
-
|
|
1385
|
-
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
-
|
|
1392
|
-
|
|
1393
|
-
-
|
|
1394
|
-
|
|
1395
|
-
-
|
|
1396
|
-
|
|
1397
|
-
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1697
|
+
- [minor][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1698
|
+
|
|
1699
|
+
Allowing support for using with new react-beautiful-dnd 12.x API
|
|
1700
|
+
|
|
1701
|
+
### Patch Changes
|
|
1702
|
+
|
|
1703
|
+
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1704
|
+
|
|
1705
|
+
Form has been converted to Typescript. TypeScript consumers will now get static type safety.
|
|
1706
|
+
Flow types are no longer provided. No API changes.- Updated dependencies
|
|
1707
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1708
|
+
|
|
1709
|
+
- Updated dependencies
|
|
1710
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1711
|
+
- Updated dependencies
|
|
1712
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1713
|
+
- Updated dependencies
|
|
1714
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1715
|
+
- Updated dependencies
|
|
1716
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1717
|
+
- Updated dependencies
|
|
1718
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1719
|
+
- Updated dependencies
|
|
1720
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1721
|
+
- Updated dependencies
|
|
1722
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1723
|
+
- Updated dependencies
|
|
1724
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1725
|
+
- Updated dependencies
|
|
1726
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1727
|
+
- Updated dependencies
|
|
1728
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1729
|
+
- @atlaskit/analytics-next@6.3.3
|
|
1730
|
+
- @atlaskit/select@11.0.3
|
|
1731
|
+
- @atlaskit/form@7.0.0
|
|
1732
|
+
- @atlaskit/checkbox@10.1.4
|
|
1733
|
+
- @atlaskit/field-text@9.0.14
|
|
1734
|
+
- @atlaskit/textfield@3.1.4
|
|
1735
|
+
- @atlaskit/avatar@17.1.5
|
|
1736
|
+
- @atlaskit/inline-dialog@12.1.6
|
|
1407
1737
|
|
|
1408
1738
|
## 10.4.0
|
|
1409
1739
|
|
|
1410
1740
|
### Minor Changes
|
|
1411
1741
|
|
|
1412
|
-
-
|
|
1742
|
+
- [minor][1ed27f5f85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1ed27f5f85):
|
|
1413
1743
|
|
|
1414
|
-
|
|
1744
|
+
Adds prop types for Header / Footer render props.
|
|
1415
1745
|
|
|
1416
1746
|
## 10.3.6
|
|
1417
1747
|
|
|
1418
|
-
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1748
|
+
- Updated dependencies
|
|
1749
|
+
[30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
|
|
1750
|
+
- @atlaskit/form@6.3.2
|
|
1751
|
+
- @atlaskit/inline-dialog@12.1.5
|
|
1752
|
+
- @atlaskit/select@11.0.0
|
|
1753
|
+
- @atlaskit/button@13.3.4
|
|
1423
1754
|
|
|
1424
1755
|
## 10.3.5
|
|
1425
1756
|
|
|
1426
1757
|
### Patch Changes
|
|
1427
1758
|
|
|
1428
|
-
-
|
|
1759
|
+
- [patch][b39742b616](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b39742b616):
|
|
1429
1760
|
|
|
1430
|
-
|
|
1761
|
+
fixed type for the actions props
|
|
1431
1762
|
|
|
1432
1763
|
## 10.3.4
|
|
1433
1764
|
|
|
1434
1765
|
### Patch Changes
|
|
1435
1766
|
|
|
1436
|
-
-
|
|
1767
|
+
- [patch][f86839ca4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86839ca4e):
|
|
1437
1768
|
|
|
1438
|
-
|
|
1769
|
+
@atlaskit/portal had an issue in IE11 and this is fixed in 3.1.2
|
|
1439
1770
|
|
|
1440
1771
|
## 10.3.3
|
|
1441
1772
|
|
|
1442
1773
|
### Patch Changes
|
|
1443
1774
|
|
|
1444
|
-
-
|
|
1775
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
1445
1776
|
|
|
1446
|
-
|
|
1777
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
1447
1778
|
|
|
1448
1779
|
## 10.3.2
|
|
1449
1780
|
|
|
1450
1781
|
### Patch Changes
|
|
1451
1782
|
|
|
1452
|
-
-
|
|
1783
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
1453
1784
|
|
|
1454
|
-
|
|
1785
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
1455
1786
|
|
|
1456
1787
|
## 10.3.1
|
|
1457
1788
|
|
|
1458
|
-
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1789
|
+
- Updated dependencies
|
|
1790
|
+
[97bab7fd28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bab7fd28):
|
|
1791
|
+
- @atlaskit/button@13.3.1
|
|
1792
|
+
- @atlaskit/form@6.2.3
|
|
1793
|
+
- @atlaskit/select@10.1.1
|
|
1794
|
+
- @atlaskit/checkbox@10.0.0
|
|
1795
|
+
- @atlaskit/docs@8.1.7
|
|
1464
1796
|
|
|
1465
1797
|
## 10.3.0
|
|
1466
1798
|
|
|
1467
1799
|
### Minor Changes
|
|
1468
1800
|
|
|
1469
|
-
-
|
|
1801
|
+
- [minor][66e147e6a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66e147e6a1):
|
|
1470
1802
|
|
|
1471
|
-
|
|
1803
|
+
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
|
|
1804
|
+
products to write better integration and end to end tests.
|
|
1472
1805
|
|
|
1473
1806
|
## 10.2.1
|
|
1474
1807
|
|
|
1475
|
-
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1808
|
+
- Updated dependencies
|
|
1809
|
+
[8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
|
|
1810
|
+
- @atlaskit/textfield@3.0.6
|
|
1811
|
+
- @atlaskit/avatar@17.0.0
|
|
1812
|
+
- @atlaskit/theme@9.2.2
|
|
1479
1813
|
|
|
1480
1814
|
## 10.2.0
|
|
1481
1815
|
|
|
1482
1816
|
### Minor Changes
|
|
1483
1817
|
|
|
1484
|
-
-
|
|
1818
|
+
- [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
|
|
1485
1819
|
|
|
1486
|
-
|
|
1820
|
+
Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
|
|
1487
1821
|
|
|
1488
|
-
|
|
1489
|
-
|
|
1822
|
+
More information about the deprecation of lifecycles methods can be found here:
|
|
1823
|
+
https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
|
|
1490
1824
|
|
|
1491
1825
|
## 10.1.9
|
|
1492
1826
|
|
|
1493
1827
|
### Patch Changes
|
|
1494
1828
|
|
|
1495
|
-
-
|
|
1829
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
1496
1830
|
|
|
1497
|
-
|
|
1831
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
1832
|
+
non-relative imports as relative imports
|
|
1498
1833
|
|
|
1499
1834
|
## 10.1.8
|
|
1500
1835
|
|
|
1501
1836
|
### Patch Changes
|
|
1502
1837
|
|
|
1503
|
-
-
|
|
1838
|
+
- [patch][0d7d459f1a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0d7d459f1a):
|
|
1504
1839
|
|
|
1505
|
-
|
|
1840
|
+
Fixes type errors which were incompatible with TS 3.6
|
|
1506
1841
|
|
|
1507
1842
|
## 10.1.7
|
|
1508
1843
|
|
|
1509
1844
|
### Patch Changes
|
|
1510
1845
|
|
|
1511
|
-
-
|
|
1846
|
+
- [patch][f4ba40109f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f4ba40109f):
|
|
1512
1847
|
|
|
1513
|
-
|
|
1848
|
+
Refactors modal-dialog's styled component props
|
|
1514
1849
|
|
|
1515
1850
|
## 10.1.6
|
|
1516
1851
|
|
|
1517
1852
|
### Patch Changes
|
|
1518
1853
|
|
|
1519
|
-
-
|
|
1854
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
1520
1855
|
|
|
1521
|
-
|
|
1856
|
+
Upgraded Typescript to 3.3.x
|
|
1522
1857
|
|
|
1523
1858
|
## 10.1.5
|
|
1524
1859
|
|
|
1525
1860
|
### Patch Changes
|
|
1526
1861
|
|
|
1527
|
-
-
|
|
1862
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
1528
1863
|
|
|
1529
|
-
|
|
1864
|
+
Change all the imports to theme in Core to use multi entry points
|
|
1530
1865
|
|
|
1531
1866
|
## 10.1.4
|
|
1532
1867
|
|
|
1533
1868
|
### Patch Changes
|
|
1534
1869
|
|
|
1535
|
-
-
|
|
1870
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
1536
1871
|
|
|
1537
|
-
|
|
1872
|
+
Updates component maintainers
|
|
1538
1873
|
|
|
1539
1874
|
## 10.1.3
|
|
1540
1875
|
|
|
1541
1876
|
### Patch Changes
|
|
1542
1877
|
|
|
1543
|
-
-
|
|
1878
|
+
- [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
1544
1879
|
|
|
1545
|
-
|
|
1880
|
+
Analytics-next has been converted to Typescript. Typescript consumers will now get static type
|
|
1881
|
+
safety. Flow types are no longer provided. No behavioural changes.
|
|
1546
1882
|
|
|
1547
|
-
|
|
1883
|
+
**Breaking changes**
|
|
1548
1884
|
|
|
1549
|
-
|
|
1550
|
-
|
|
1885
|
+
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1886
|
+
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1551
1887
|
|
|
1552
|
-
|
|
1888
|
+
**Breaking changes to TypeScript annotations**
|
|
1553
1889
|
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1890
|
+
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to
|
|
1891
|
+
provide props as a generic type.
|
|
1892
|
+
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to
|
|
1893
|
+
provide props as a generic type.
|
|
1894
|
+
- Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match
|
|
1895
|
+
source code
|
|
1896
|
+
- Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
|
|
1897
|
+
source code
|
|
1898
|
+
- Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to
|
|
1899
|
+
match source code
|
|
1900
|
+
- Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
|
|
1901
|
+
- Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
|
|
1902
|
+
- Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
|
|
1903
|
+
- Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
|
|
1904
|
+
- Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
|
|
1905
|
+
- Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
|
|
1565
1906
|
|
|
1566
1907
|
## 10.1.2
|
|
1567
1908
|
|
|
1568
|
-
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1909
|
+
- Updated dependencies
|
|
1910
|
+
[84887b940c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84887b940c):
|
|
1911
|
+
- @atlaskit/form@6.1.7
|
|
1912
|
+
- @atlaskit/icon@19.0.2
|
|
1913
|
+
- @atlaskit/textfield@3.0.0
|
|
1572
1914
|
|
|
1573
1915
|
## 10.1.1
|
|
1574
1916
|
|
|
1575
1917
|
### Patch Changes
|
|
1576
1918
|
|
|
1577
|
-
-
|
|
1919
|
+
- [patch][688f2957ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/688f2957ca):
|
|
1578
1920
|
|
|
1579
|
-
|
|
1921
|
+
Fixes various TypeScript errors which were previously failing silently
|
|
1580
1922
|
|
|
1581
1923
|
## 10.1.0
|
|
1582
1924
|
|
|
1583
1925
|
### Minor Changes
|
|
1584
1926
|
|
|
1585
|
-
-
|
|
1927
|
+
- [minor][eb7b748d59](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eb7b748d59):
|
|
1586
1928
|
|
|
1587
|
-
|
|
1929
|
+
Modal-dialog padding now matches AGD and GUI pack
|
|
1588
1930
|
|
|
1589
1931
|
## 10.0.14
|
|
1590
1932
|
|
|
1591
1933
|
### Patch Changes
|
|
1592
1934
|
|
|
1593
|
-
-
|
|
1935
|
+
- [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
|
|
1594
1936
|
|
|
1595
|
-
|
|
1937
|
+
Consume analytics-next ts type definitions as an ambient declaration.
|
|
1596
1938
|
|
|
1597
1939
|
## 10.0.13
|
|
1598
1940
|
|
|
1599
1941
|
### Patch Changes
|
|
1600
1942
|
|
|
1601
|
-
-
|
|
1943
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
1602
1944
|
|
|
1603
|
-
|
|
1945
|
+
Fixes bug, missing version.json file
|
|
1604
1946
|
|
|
1605
1947
|
## 10.0.12
|
|
1606
1948
|
|
|
1607
1949
|
### Patch Changes
|
|
1608
1950
|
|
|
1609
|
-
-
|
|
1951
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1610
1952
|
|
|
1611
|
-
|
|
1953
|
+
In this PR, we are:
|
|
1612
1954
|
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1955
|
+
- Re-introducing dist build folders
|
|
1956
|
+
- Adding back cjs
|
|
1957
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
1958
|
+
- Creating folders at the root for entry-points
|
|
1959
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
1960
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
1961
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
1962
|
+
for further details
|
|
1619
1963
|
|
|
1620
1964
|
## 10.0.11
|
|
1621
1965
|
|
|
1622
1966
|
### Patch Changes
|
|
1623
1967
|
|
|
1624
|
-
-
|
|
1968
|
+
- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
|
|
1625
1969
|
|
|
1626
|
-
|
|
1970
|
+
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide
|
|
1971
|
+
props as a generic type. This is so that TypeScript can correctly calculate the props and
|
|
1972
|
+
defaultProps of the returned component.
|
|
1627
1973
|
|
|
1628
|
-
|
|
1974
|
+
Before:
|
|
1629
1975
|
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1976
|
+
```typescript
|
|
1977
|
+
withAnalyticsEvents()(Button) as ComponentClass<Props>;
|
|
1978
|
+
```
|
|
1633
1979
|
|
|
1634
|
-
|
|
1980
|
+
After:
|
|
1635
1981
|
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1982
|
+
```typescript
|
|
1983
|
+
withAnalyticsEvents<Props>()(Button);
|
|
1984
|
+
```
|
|
1639
1985
|
|
|
1640
1986
|
## 10.0.10
|
|
1641
1987
|
|
|
1642
|
-
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1988
|
+
- Updated dependencies
|
|
1989
|
+
[790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
|
|
1990
|
+
- @atlaskit/button@13.0.11
|
|
1991
|
+
- @atlaskit/form@6.1.4
|
|
1992
|
+
- @atlaskit/inline-dialog@12.0.5
|
|
1993
|
+
- @atlaskit/select@10.0.0
|
|
1647
1994
|
|
|
1648
1995
|
## 10.0.9
|
|
1649
1996
|
|
|
1650
1997
|
### Patch Changes
|
|
1651
1998
|
|
|
1652
|
-
-
|
|
1999
|
+
- [patch][0342746c45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0342746c45):
|
|
1653
2000
|
|
|
1654
|
-
|
|
2001
|
+
Closing a dialog in IE11 specific event key
|
|
1655
2002
|
|
|
1656
2003
|
## 10.0.8
|
|
1657
2004
|
|
|
1658
|
-
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
2005
|
+
- Updated dependencies
|
|
2006
|
+
[87a2638655](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87a2638655):
|
|
2007
|
+
- @atlaskit/button@13.0.10
|
|
2008
|
+
- @atlaskit/form@6.1.2
|
|
2009
|
+
- @atlaskit/select@9.1.10
|
|
2010
|
+
- @atlaskit/checkbox@9.0.0
|
|
1663
2011
|
|
|
1664
2012
|
## 10.0.7
|
|
1665
2013
|
|
|
1666
|
-
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
2014
|
+
- Updated dependencies
|
|
2015
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
2016
|
+
- @atlaskit/docs@8.1.3
|
|
2017
|
+
- @atlaskit/avatar@16.0.6
|
|
2018
|
+
- @atlaskit/button@13.0.9
|
|
2019
|
+
- @atlaskit/checkbox@8.0.5
|
|
2020
|
+
- @atlaskit/field-radio-group@6.0.4
|
|
2021
|
+
- @atlaskit/form@6.1.1
|
|
2022
|
+
- @atlaskit/inline-dialog@12.0.3
|
|
2023
|
+
- @atlaskit/portal@3.0.7
|
|
2024
|
+
- @atlaskit/select@9.1.8
|
|
2025
|
+
- @atlaskit/textfield@2.0.3
|
|
2026
|
+
- @atlaskit/icon@19.0.0
|
|
1678
2027
|
|
|
1679
2028
|
## 10.0.6
|
|
1680
2029
|
|
|
1681
2030
|
### Patch Changes
|
|
1682
2031
|
|
|
1683
|
-
-
|
|
2032
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
1684
2033
|
|
|
1685
|
-
|
|
2034
|
+
index.ts will now be ignored when publishing to npm
|
|
1686
2035
|
|
|
1687
2036
|
## 10.0.5
|
|
1688
2037
|
|
|
1689
2038
|
### Patch Changes
|
|
1690
2039
|
|
|
1691
|
-
-
|
|
2040
|
+
- [patch][02f1f73671](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/02f1f73671):
|
|
1692
2041
|
|
|
1693
|
-
|
|
2042
|
+
`heading` prop type changed from string to React.ReactNode. This provides more flexibility for
|
|
2043
|
+
consumers to provide i18n components like FormattedMessage.
|
|
1694
2044
|
|
|
1695
2045
|
## 10.0.4
|
|
1696
2046
|
|
|
1697
|
-
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
2047
|
+
- Updated dependencies
|
|
2048
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
2049
|
+
- @atlaskit/docs@8.1.2
|
|
2050
|
+
- @atlaskit/avatar@16.0.3
|
|
2051
|
+
- @atlaskit/button@13.0.8
|
|
2052
|
+
- @atlaskit/checkbox@8.0.2
|
|
2053
|
+
- @atlaskit/field-radio-group@6.0.2
|
|
2054
|
+
- @atlaskit/form@6.0.5
|
|
2055
|
+
- @atlaskit/inline-dialog@12.0.1
|
|
2056
|
+
- @atlaskit/portal@3.0.3
|
|
2057
|
+
- @atlaskit/select@9.1.5
|
|
2058
|
+
- @atlaskit/textfield@2.0.1
|
|
2059
|
+
- @atlaskit/icon@18.0.0
|
|
1709
2060
|
|
|
1710
2061
|
## 10.0.3
|
|
1711
2062
|
|
|
1712
|
-
-
|
|
1713
|
-
|
|
1714
|
-
|
|
2063
|
+
- Updated dependencies
|
|
2064
|
+
[181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
|
|
2065
|
+
- @atlaskit/portal@3.0.2
|
|
2066
|
+
- @atlaskit/inline-dialog@12.0.0
|
|
1715
2067
|
|
|
1716
2068
|
## 10.0.2
|
|
1717
2069
|
|
|
1718
|
-
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
2070
|
+
- Updated dependencies
|
|
2071
|
+
[70862830d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70862830d6):
|
|
2072
|
+
- @atlaskit/button@13.0.6
|
|
2073
|
+
- @atlaskit/form@6.0.4
|
|
2074
|
+
- @atlaskit/select@9.1.4
|
|
2075
|
+
- @atlaskit/checkbox@8.0.0
|
|
2076
|
+
- @atlaskit/icon@17.2.0
|
|
2077
|
+
- @atlaskit/theme@9.1.0
|
|
1725
2078
|
|
|
1726
2079
|
## 10.0.1
|
|
1727
2080
|
|
|
1728
|
-
-
|
|
2081
|
+
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1729
2082
|
|
|
1730
|
-
|
|
2083
|
+
- This is just a safety release in case anything strange happened in in the previous one. See
|
|
2084
|
+
Pull Request #5942 for details
|
|
1731
2085
|
|
|
1732
2086
|
## 10.0.0
|
|
1733
2087
|
|
|
1734
|
-
-
|
|
2088
|
+
- [major][06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
|
|
1735
2089
|
|
|
1736
|
-
|
|
2090
|
+
- modal-dialog has been converted to Typescript. Typescript consumers will now get static type
|
|
2091
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1737
2092
|
|
|
1738
|
-
-
|
|
2093
|
+
- [patch][c3ab82ed42](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3ab82ed42):
|
|
1739
2094
|
|
|
1740
|
-
|
|
2095
|
+
- Bump react-focus-lock to latest 1.19.1, it will fix a bug with document.activeElement
|
|
1741
2096
|
|
|
1742
|
-
-
|
|
1743
|
-
|
|
2097
|
+
- Updated dependencies
|
|
2098
|
+
[dacfb81ca1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dacfb81ca1):
|
|
2099
|
+
- @atlaskit/portal@3.0.0
|
|
1744
2100
|
|
|
1745
2101
|
## 9.0.0
|
|
1746
2102
|
|
|
1747
|
-
-
|
|
2103
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1748
2104
|
|
|
1749
|
-
|
|
2105
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
2106
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
1750
2107
|
|
|
1751
2108
|
## 8.0.9
|
|
1752
2109
|
|
|
1753
|
-
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
2110
|
+
- Updated dependencies
|
|
2111
|
+
[6cdf11238d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6cdf11238d):
|
|
2112
|
+
- Updated dependencies
|
|
2113
|
+
[5b6b4d6a0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b6b4d6a0f):
|
|
2114
|
+
- @atlaskit/form@5.2.10
|
|
2115
|
+
- @atlaskit/textfield@1.0.0
|
|
2116
|
+
- @atlaskit/portal@1.0.0
|
|
1758
2117
|
|
|
1759
2118
|
## 8.0.8
|
|
1760
2119
|
|
|
1761
|
-
-
|
|
1762
|
-
|
|
2120
|
+
- Updated dependencies
|
|
2121
|
+
[38dab947e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/38dab947e6):
|
|
2122
|
+
- @atlaskit/blanket@9.0.0
|
|
1763
2123
|
|
|
1764
2124
|
## 8.0.7
|
|
1765
2125
|
|
|
1766
|
-
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
2126
|
+
- Updated dependencies
|
|
2127
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
2128
|
+
- @atlaskit/docs@7.0.3
|
|
2129
|
+
- @atlaskit/avatar@15.0.4
|
|
2130
|
+
- @atlaskit/blanket@8.0.3
|
|
2131
|
+
- @atlaskit/button@12.0.3
|
|
2132
|
+
- @atlaskit/checkbox@6.0.4
|
|
2133
|
+
- @atlaskit/field-radio-group@5.0.3
|
|
2134
|
+
- @atlaskit/field-text@8.0.3
|
|
2135
|
+
- @atlaskit/form@5.2.7
|
|
2136
|
+
- @atlaskit/icon@16.0.9
|
|
2137
|
+
- @atlaskit/inline-dialog@10.0.4
|
|
2138
|
+
- @atlaskit/select@8.1.1
|
|
2139
|
+
- @atlaskit/textfield@0.4.4
|
|
2140
|
+
- @atlaskit/theme@8.1.7
|
|
1780
2141
|
|
|
1781
2142
|
## 8.0.6
|
|
1782
2143
|
|
|
1783
|
-
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
2144
|
+
- Updated dependencies
|
|
2145
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
2146
|
+
- @atlaskit/docs@7.0.2
|
|
2147
|
+
- @atlaskit/analytics-next@4.0.3
|
|
2148
|
+
- @atlaskit/avatar@15.0.3
|
|
2149
|
+
- @atlaskit/blanket@8.0.2
|
|
2150
|
+
- @atlaskit/checkbox@6.0.3
|
|
2151
|
+
- @atlaskit/field-radio-group@5.0.2
|
|
2152
|
+
- @atlaskit/field-text@8.0.2
|
|
2153
|
+
- @atlaskit/form@5.2.5
|
|
2154
|
+
- @atlaskit/icon@16.0.8
|
|
2155
|
+
- @atlaskit/inline-dialog@10.0.3
|
|
2156
|
+
- @atlaskit/portal@0.3.1
|
|
2157
|
+
- @atlaskit/select@8.0.5
|
|
2158
|
+
- @atlaskit/textfield@0.4.3
|
|
2159
|
+
- @atlaskit/theme@8.1.6
|
|
2160
|
+
- @atlaskit/button@12.0.0
|
|
1799
2161
|
|
|
1800
2162
|
## 8.0.5
|
|
1801
2163
|
|
|
1802
|
-
-
|
|
2164
|
+
- [patch][cc8378fcd4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc8378fcd4):
|
|
1803
2165
|
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
2166
|
+
- Modal-dialog has been migrated from styled-components to Emotion (v10)
|
|
2167
|
+
- styled-components is no longer a peer-dependency
|
|
2168
|
+
- Render props Body, Header, Footer and Container continue to get styles applied via className
|
|
2169
|
+
- Fixes an issue with modal contents that re-rendered on resize
|
|
2170
|
+
- Fixes an issue with forms losing state
|
|
2171
|
+
- SSR now works out of the box
|
|
1810
2172
|
|
|
1811
|
-
|
|
2173
|
+
### Warning
|
|
1812
2174
|
|
|
1813
|
-
|
|
2175
|
+
Emotion 10 does not provide support for
|
|
2176
|
+
[Enzyme shallow rendering](https://airbnb.io/enzyme/docs/api/shallow.html). This is due to the
|
|
2177
|
+
fact that uses it's own [JSX pragma](https://emotion.sh/docs/css-prop#jsx-pragma) to support the
|
|
2178
|
+
[CSS prop](https://emotion.sh/docs/css-prop). The pragma internally wraps components and
|
|
2179
|
+
attaches a sibling style tag. Consequently, these implementation details may now be visible as
|
|
2180
|
+
conflicts in your snapshot tests and may be the cause of test failures for cases that reach into
|
|
2181
|
+
modal-dialog.
|
|
1814
2182
|
|
|
1815
|
-
|
|
2183
|
+
If you are using Enzyme to test components dependent on Modal-Dialog, you may need to replace
|
|
2184
|
+
calls to [shallow()](https://airbnb.io/enzyme/docs/api/shallow.html) with a call to
|
|
2185
|
+
[mount()](https://airbnb.io/enzyme/docs/api/mount.html) instead.
|
|
1816
2186
|
|
|
1817
|
-
|
|
2187
|
+
For more information please see:
|
|
2188
|
+
[Migrating to Emotion 10](https://emotion.sh/docs/migrating-to-emotion-10)
|
|
1818
2189
|
|
|
1819
2190
|
## 8.0.4
|
|
1820
2191
|
|
|
1821
|
-
-
|
|
1822
|
-
|
|
2192
|
+
- Updated dependencies
|
|
2193
|
+
[ce4e1b4780](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ce4e1b4780):
|
|
2194
|
+
- @atlaskit/portal@0.3.0
|
|
1823
2195
|
|
|
1824
2196
|
## 8.0.3
|
|
1825
2197
|
|
|
1826
|
-
-
|
|
1827
|
-
|
|
1828
|
-
|
|
2198
|
+
- Updated dependencies
|
|
2199
|
+
[8eff47cacb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8eff47cacb):
|
|
2200
|
+
- @atlaskit/form@5.2.3
|
|
2201
|
+
- @atlaskit/textfield@0.4.0
|
|
1829
2202
|
|
|
1830
2203
|
## 8.0.2
|
|
1831
2204
|
|
|
1832
|
-
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
2205
|
+
- Updated dependencies
|
|
2206
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2207
|
+
- @atlaskit/docs@7.0.1
|
|
2208
|
+
- @atlaskit/analytics-next@4.0.1
|
|
2209
|
+
- @atlaskit/avatar@15.0.1
|
|
2210
|
+
- @atlaskit/blanket@8.0.1
|
|
2211
|
+
- @atlaskit/checkbox@6.0.1
|
|
2212
|
+
- @atlaskit/field-radio-group@5.0.1
|
|
2213
|
+
- @atlaskit/field-text@8.0.1
|
|
2214
|
+
- @atlaskit/form@5.2.1
|
|
2215
|
+
- @atlaskit/icon@16.0.5
|
|
2216
|
+
- @atlaskit/inline-dialog@10.0.1
|
|
2217
|
+
- @atlaskit/portal@0.2.1
|
|
2218
|
+
- @atlaskit/select@8.0.3
|
|
2219
|
+
- @atlaskit/textfield@0.3.1
|
|
2220
|
+
- @atlaskit/theme@8.0.1
|
|
2221
|
+
- @atlaskit/button@11.0.0
|
|
1848
2222
|
|
|
1849
2223
|
## 8.0.1
|
|
1850
2224
|
|
|
1851
|
-
-
|
|
2225
|
+
- [patch][0f764dbd7c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f764dbd7c):
|
|
1852
2226
|
|
|
1853
|
-
|
|
2227
|
+
- Modal-dialog no longer shows unnecessary scrollbars in modern browsers
|
|
1854
2228
|
|
|
1855
2229
|
## 8.0.0
|
|
1856
2230
|
|
|
1857
|
-
-
|
|
2231
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1858
2232
|
|
|
1859
|
-
|
|
2233
|
+
- Drop ES5 from all the flow modules
|
|
1860
2234
|
|
|
1861
|
-
|
|
2235
|
+
### Dropping CJS support in all @atlaskit packages
|
|
1862
2236
|
|
|
1863
|
-
|
|
1864
|
-
|
|
2237
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
2238
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
2239
|
+
`import` and `export` declarations.
|
|
1865
2240
|
|
|
1866
|
-
|
|
2241
|
+
The major reason for doing this is to allow us to support multiple entry points in packages,
|
|
2242
|
+
e.g:
|
|
1867
2243
|
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
2244
|
+
```js
|
|
2245
|
+
import colors from `@atlaskit/theme/colors`;
|
|
2246
|
+
```
|
|
1871
2247
|
|
|
1872
|
-
|
|
2248
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
1873
2249
|
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
2250
|
+
```js
|
|
2251
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
2252
|
+
```
|
|
1877
2253
|
|
|
1878
|
-
|
|
2254
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors
|
|
2255
|
+
harder, we have to worry about how consumers might be using things that aren't _actually_
|
|
2256
|
+
supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
|
|
2257
|
+
to lots of packages bundling all of theme, just to use a single color, especially in situations
|
|
2258
|
+
where tree shaking fails.
|
|
1879
2259
|
|
|
1880
|
-
|
|
2260
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
2261
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
2262
|
+
internal dependencies.
|
|
1881
2263
|
|
|
1882
|
-
|
|
2264
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
2265
|
+
environments.
|
|
1883
2266
|
|
|
1884
|
-
|
|
2267
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
2268
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
2269
|
+
saner API's and simpler package architecture.
|
|
1885
2270
|
|
|
1886
|
-
|
|
2271
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
2272
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
2273
|
+
external) if you have any questions or queries about this.
|
|
1887
2274
|
|
|
1888
2275
|
## 7.3.0
|
|
1889
2276
|
|
|
1890
|
-
-
|
|
2277
|
+
- [minor][f26a3d0235](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f26a3d0235):
|
|
1891
2278
|
|
|
1892
|
-
|
|
2279
|
+
- Added media queries to make Modal Dialogs Responsive
|
|
1893
2280
|
|
|
1894
2281
|
## 7.2.4
|
|
1895
2282
|
|
|
1896
|
-
-
|
|
1897
|
-
|
|
1898
|
-
|
|
2283
|
+
- Updated dependencies
|
|
2284
|
+
[e9b824bf86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9b824bf86):
|
|
2285
|
+
- @atlaskit/form@5.1.7
|
|
2286
|
+
- @atlaskit/textfield@0.2.0
|
|
1899
2287
|
|
|
1900
2288
|
## 7.2.3
|
|
1901
2289
|
|
|
1902
|
-
-
|
|
2290
|
+
- [patch][06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
|
|
1903
2291
|
|
|
1904
|
-
|
|
2292
|
+
- popup select "target" is now a function that must resolve to a node
|
|
1905
2293
|
|
|
1906
2294
|
## 7.2.2
|
|
1907
2295
|
|
|
1908
|
-
-
|
|
2296
|
+
- [patch][a7670c1488](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a7670c1488):
|
|
1909
2297
|
|
|
1910
|
-
|
|
2298
|
+
- Enabling handling focus in model-dialog by rendering component in model-dialog only after
|
|
2299
|
+
portal in model-dialog is attached to DOM.
|
|
1911
2300
|
|
|
1912
|
-
-
|
|
1913
|
-
|
|
2301
|
+
- Updated dependencies
|
|
2302
|
+
[27cacd44ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27cacd44ab):
|
|
2303
|
+
- @atlaskit/portal@0.1.0
|
|
1914
2304
|
|
|
1915
2305
|
## 7.2.1
|
|
1916
2306
|
|
|
1917
|
-
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
2307
|
+
- Updated dependencies
|
|
2308
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
2309
|
+
- @atlaskit/docs@6.0.1
|
|
2310
|
+
- @atlaskit/avatar@14.1.8
|
|
2311
|
+
- @atlaskit/button@10.1.2
|
|
2312
|
+
- @atlaskit/checkbox@5.0.11
|
|
2313
|
+
- @atlaskit/field-radio-group@4.0.15
|
|
2314
|
+
- @atlaskit/form@5.1.2
|
|
2315
|
+
- @atlaskit/inline-dialog@9.0.14
|
|
2316
|
+
- @atlaskit/portal@0.0.18
|
|
2317
|
+
- @atlaskit/select@6.1.19
|
|
2318
|
+
- @atlaskit/icon@16.0.0
|
|
1928
2319
|
|
|
1929
2320
|
## 7.2.0
|
|
1930
2321
|
|
|
1931
|
-
-
|
|
2322
|
+
- [minor][07c4cd1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07c4cd1):
|
|
1932
2323
|
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
-
|
|
1937
|
-
|
|
2324
|
+
- **Feature**: `components` prop now has an optional `container` entry that is wrapped around
|
|
2325
|
+
the header, body and footer. This provides compatibility for forms with fields in the body,
|
|
2326
|
+
and submit buttons in the footer
|
|
2327
|
+
- **API changes:**
|
|
2328
|
+
- The `header`, `body` and `footer` props have been deprecated; such custom components
|
|
2329
|
+
should be passed within the `components` prop instead.
|
|
2330
|
+
- Custom `Body` components passed in using the new method must contain a `ref` element;
|
|
2331
|
+
this can be done using forwardRef, as seen in the `custom` example.
|
|
2332
|
+
- **Documentation:** Examples have been updated to demonstrate the new container prop, as well
|
|
2333
|
+
as utilise the new composition method for custom header/body/footers.
|
|
1938
2334
|
|
|
1939
2335
|
## 7.1.2
|
|
1940
2336
|
|
|
1941
|
-
-
|
|
2337
|
+
- [patch][2686f21](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2686f21):
|
|
1942
2338
|
|
|
1943
|
-
|
|
2339
|
+
- Removed example demonstrating deprecated reference behaviour
|
|
1944
2340
|
|
|
1945
2341
|
## 7.1.1
|
|
1946
2342
|
|
|
1947
|
-
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
2343
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
2344
|
+
- @atlaskit/analytics-next@3.1.2
|
|
2345
|
+
- @atlaskit/avatar@14.1.7
|
|
2346
|
+
- @atlaskit/blanket@7.0.12
|
|
2347
|
+
- @atlaskit/button@10.1.1
|
|
2348
|
+
- @atlaskit/checkbox@5.0.9
|
|
2349
|
+
- @atlaskit/field-radio-group@4.0.14
|
|
2350
|
+
- @atlaskit/field-text@7.0.18
|
|
2351
|
+
- @atlaskit/icon@15.0.2
|
|
2352
|
+
- @atlaskit/inline-dialog@9.0.13
|
|
2353
|
+
- @atlaskit/portal@0.0.17
|
|
2354
|
+
- @atlaskit/select@6.1.13
|
|
2355
|
+
- @atlaskit/theme@7.0.1
|
|
2356
|
+
- @atlaskit/docs@6.0.0
|
|
1961
2357
|
|
|
1962
2358
|
## 7.1.0
|
|
1963
2359
|
|
|
1964
|
-
-
|
|
2360
|
+
- [minor][7f99dec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7f99dec):
|
|
1965
2361
|
|
|
1966
|
-
|
|
2362
|
+
- Fix usage of PopupSelect inside ModalDialog
|
|
1967
2363
|
|
|
1968
2364
|
## 7.0.14
|
|
1969
2365
|
|
|
1970
|
-
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
2366
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
2367
|
+
- @atlaskit/docs@5.2.3
|
|
2368
|
+
- @atlaskit/blanket@7.0.11
|
|
2369
|
+
- @atlaskit/button@10.0.4
|
|
2370
|
+
- @atlaskit/checkbox@5.0.8
|
|
2371
|
+
- @atlaskit/field-radio-group@4.0.13
|
|
2372
|
+
- @atlaskit/field-text@7.0.16
|
|
2373
|
+
- @atlaskit/icon@15.0.1
|
|
2374
|
+
- @atlaskit/inline-dialog@9.0.12
|
|
2375
|
+
- @atlaskit/theme@7.0.0
|
|
2376
|
+
- @atlaskit/avatar@14.1.6
|
|
1981
2377
|
|
|
1982
2378
|
## 7.0.13
|
|
1983
2379
|
|
|
1984
|
-
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
2380
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
2381
|
+
- @atlaskit/docs@5.2.2
|
|
2382
|
+
- @atlaskit/avatar@14.1.5
|
|
2383
|
+
- @atlaskit/button@10.0.1
|
|
2384
|
+
- @atlaskit/checkbox@5.0.7
|
|
2385
|
+
- @atlaskit/field-radio-group@4.0.12
|
|
2386
|
+
- @atlaskit/inline-dialog@9.0.11
|
|
2387
|
+
- @atlaskit/portal@0.0.16
|
|
2388
|
+
- @atlaskit/icon@15.0.0
|
|
1993
2389
|
|
|
1994
2390
|
## 7.0.12
|
|
1995
2391
|
|
|
1996
|
-
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2392
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
2393
|
+
- @atlaskit/docs@5.2.1
|
|
2394
|
+
- @atlaskit/analytics-next@3.1.1
|
|
2395
|
+
- @atlaskit/avatar@14.1.4
|
|
2396
|
+
- @atlaskit/blanket@7.0.10
|
|
2397
|
+
- @atlaskit/checkbox@5.0.6
|
|
2398
|
+
- @atlaskit/field-radio-group@4.0.11
|
|
2399
|
+
- @atlaskit/field-text@7.0.15
|
|
2400
|
+
- @atlaskit/icon@14.6.1
|
|
2401
|
+
- @atlaskit/inline-dialog@9.0.10
|
|
2402
|
+
- @atlaskit/portal@0.0.15
|
|
2403
|
+
- @atlaskit/theme@6.2.1
|
|
2404
|
+
- @atlaskit/button@10.0.0
|
|
2009
2405
|
|
|
2010
2406
|
## 7.0.11
|
|
2011
2407
|
|
|
2012
|
-
-
|
|
2408
|
+
- [patch][abd3a39](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abd3a39):
|
|
2013
2409
|
|
|
2014
|
-
|
|
2410
|
+
- Bump react-beautiful-dnd dependency to v10.0.2
|
|
2015
2411
|
|
|
2016
2412
|
## 7.0.10
|
|
2017
2413
|
|
|
2018
|
-
-
|
|
2414
|
+
- [patch][e151c1a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e151c1a):
|
|
2019
2415
|
|
|
2020
|
-
|
|
2416
|
+
- Removes dependency on @atlaskit/layer-manager
|
|
2021
2417
|
|
|
2022
|
-
|
|
2418
|
+
As of component versions:
|
|
2023
2419
|
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2420
|
+
- \`@atlaskit/modal-dialog@7.0.0\`
|
|
2421
|
+
- \`@atlaskit/tooltip@12.0.2\`
|
|
2422
|
+
- \`@atlaskit/flag@9.0.6\`
|
|
2423
|
+
- \`@atlaskit/onboarding@6.0.0\`
|
|
2028
2424
|
|
|
2029
|
-
|
|
2425
|
+
No component requires \`LayerManager\` to layer correctly.
|
|
2030
2426
|
|
|
2031
|
-
|
|
2427
|
+
You can safely remove this dependency and stop rendering \`LayerManager\` in your apps.
|
|
2032
2428
|
|
|
2033
2429
|
## 7.0.9
|
|
2034
2430
|
|
|
2035
|
-
-
|
|
2431
|
+
- [patch][1fb2c2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1fb2c2a):
|
|
2036
2432
|
|
|
2037
|
-
|
|
2433
|
+
- Fixed issue where tooltips and modals would initially render in the wrong location
|
|
2038
2434
|
|
|
2039
2435
|
## 7.0.8
|
|
2040
2436
|
|
|
2041
|
-
-
|
|
2042
|
-
|
|
2437
|
+
- Updated dependencies [3f5a4dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f5a4dd):
|
|
2438
|
+
- @atlaskit/portal@0.0.13
|
|
2043
2439
|
|
|
2044
2440
|
## 7.0.7
|
|
2045
2441
|
|
|
2046
|
-
-
|
|
2442
|
+
- [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
|
|
2047
2443
|
|
|
2048
|
-
|
|
2444
|
+
- Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow
|
|
2445
|
+
flow to type check properly
|
|
2049
2446
|
|
|
2050
2447
|
## 7.0.6
|
|
2051
2448
|
|
|
2052
|
-
-
|
|
2449
|
+
- [patch][7cbd729](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7cbd729):
|
|
2053
2450
|
|
|
2054
|
-
|
|
2451
|
+
- Fixes visual bug where header and footer keylines appeared below textboxes and other
|
|
2452
|
+
components
|
|
2055
2453
|
|
|
2056
2454
|
## 7.0.5
|
|
2057
2455
|
|
|
2058
|
-
-
|
|
2456
|
+
- [patch][72bc8da](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/72bc8da):
|
|
2059
2457
|
|
|
2060
|
-
|
|
2458
|
+
- Removes reference to window in initial state to properly support ssr
|
|
2061
2459
|
|
|
2062
|
-
-
|
|
2460
|
+
- [patch][b332c91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b332c91):
|
|
2063
2461
|
|
|
2064
|
-
|
|
2462
|
+
- upgrades verison of react-scrolllock to SSR safe version
|
|
2065
2463
|
|
|
2066
2464
|
## 7.0.4
|
|
2067
2465
|
|
|
2068
|
-
-
|
|
2069
|
-
|
|
2466
|
+
- [patch] Updated dependencies
|
|
2467
|
+
[aaab348](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aaab348)
|
|
2468
|
+
- @atlaskit/portal@0.0.12
|
|
2070
2469
|
|
|
2071
2470
|
## 7.0.3
|
|
2072
2471
|
|
|
2073
|
-
-
|
|
2472
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
2473
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
2074
2474
|
|
|
2075
2475
|
## 7.0.2
|
|
2076
2476
|
|
|
2077
|
-
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2477
|
+
- [patch] Updated dependencies
|
|
2478
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
2479
|
+
- @atlaskit/docs@5.0.8
|
|
2480
|
+
- @atlaskit/avatar@14.0.11
|
|
2481
|
+
- @atlaskit/button@9.0.13
|
|
2482
|
+
- @atlaskit/checkbox@5.0.2
|
|
2483
|
+
- @atlaskit/field-radio-group@4.0.8
|
|
2484
|
+
- @atlaskit/inline-dialog@9.0.6
|
|
2485
|
+
- @atlaskit/layer-manager@5.0.13
|
|
2486
|
+
- @atlaskit/portal@0.0.10
|
|
2487
|
+
- @atlaskit/icon@14.0.0
|
|
2087
2488
|
|
|
2088
2489
|
## 7.0.1
|
|
2089
2490
|
|
|
2090
|
-
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2491
|
+
- [patch] Updated dependencies
|
|
2492
|
+
[80e1925](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80e1925)
|
|
2493
|
+
- @atlaskit/button@9.0.9
|
|
2494
|
+
- @atlaskit/checkbox@5.0.0
|
|
2093
2495
|
|
|
2094
2496
|
## 7.0.0
|
|
2095
2497
|
|
|
2096
|
-
-
|
|
2097
|
-
|
|
2498
|
+
- [patch] Updates dependency on portal
|
|
2499
|
+
[b46385f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b46385f)
|
|
2500
|
+
- [major] Changes the pattern for using dialogs. Adds ModalTransition component to
|
|
2501
|
+
@atlaskit/modal-dialog. See the
|
|
2502
|
+
[migration guide](http://atlaskit.atlassian.com/packages/core/modal-dialog/docs/migration) for
|
|
2503
|
+
more information. [d5a043a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5a043a)
|
|
2098
2504
|
|
|
2099
2505
|
## 6.0.12
|
|
2100
2506
|
|
|
2101
|
-
-
|
|
2507
|
+
- [patch] Bump react-focus-lock to fix issues with selecting text in Safari.
|
|
2508
|
+
[62dc9fc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/62dc9fc)
|
|
2102
2509
|
|
|
2103
2510
|
## 6.0.11
|
|
2104
2511
|
|
|
2105
|
-
-
|
|
2512
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
2513
|
+
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
2106
2514
|
|
|
2107
2515
|
## 6.0.9
|
|
2108
2516
|
|
|
2109
|
-
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2517
|
+
- [patch] Updated dependencies
|
|
2518
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
2519
|
+
- @atlaskit/theme@6.0.0
|
|
2520
|
+
- @atlaskit/layer-manager@5.0.6
|
|
2521
|
+
- @atlaskit/inline-dialog@9.0.2
|
|
2522
|
+
- @atlaskit/icon@13.2.5
|
|
2523
|
+
- @atlaskit/field-text@7.0.6
|
|
2524
|
+
- @atlaskit/field-radio-group@4.0.5
|
|
2525
|
+
- @atlaskit/checkbox@4.0.4
|
|
2526
|
+
- @atlaskit/button@9.0.6
|
|
2527
|
+
- @atlaskit/blanket@7.0.5
|
|
2528
|
+
- @atlaskit/avatar@14.0.8
|
|
2529
|
+
- @atlaskit/docs@5.0.6
|
|
2121
2530
|
|
|
2122
2531
|
## 6.0.8
|
|
2123
2532
|
|
|
2124
|
-
-
|
|
2125
|
-
|
|
2126
|
-
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
-
|
|
2131
|
-
|
|
2533
|
+
- [patch] Updated dependencies
|
|
2534
|
+
[1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a)
|
|
2535
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
2536
|
+
- [none] Updated dependencies
|
|
2537
|
+
[a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3)
|
|
2538
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
2539
|
+
- [none] Updated dependencies
|
|
2540
|
+
[87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
|
|
2541
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
2542
|
+
- [none] Updated dependencies
|
|
2543
|
+
[a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
|
|
2544
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
2132
2545
|
|
|
2133
2546
|
## 6.0.7
|
|
2134
2547
|
|
|
2135
|
-
-
|
|
2136
|
-
|
|
2548
|
+
- [patch] Bumping react-beautiful-dnd to version 9. Making use of use onBeforeDragStart for
|
|
2549
|
+
dynamic table [9cbd494](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9cbd494)
|
|
2550
|
+
- [none] Updated dependencies
|
|
2551
|
+
[9cbd494](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9cbd494)
|
|
2137
2552
|
|
|
2138
2553
|
## 6.0.6
|
|
2139
2554
|
|
|
2140
|
-
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2555
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
2556
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
2557
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
2558
|
+
- [none] Updated dependencies
|
|
2559
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
2560
|
+
- @atlaskit/inline-dialog@8.0.4
|
|
2561
|
+
- @atlaskit/field-text@7.0.4
|
|
2562
|
+
- @atlaskit/analytics-next@3.0.4
|
|
2563
|
+
- @atlaskit/checkbox@4.0.3
|
|
2564
|
+
- @atlaskit/button@9.0.5
|
|
2565
|
+
- @atlaskit/theme@5.1.3
|
|
2566
|
+
- @atlaskit/blanket@7.0.4
|
|
2567
|
+
- @atlaskit/field-radio-group@4.0.4
|
|
2568
|
+
- @atlaskit/layer-manager@5.0.5
|
|
2569
|
+
- @atlaskit/icon@13.2.4
|
|
2570
|
+
- @atlaskit/avatar@14.0.6
|
|
2153
2571
|
|
|
2154
2572
|
## 6.0.5
|
|
2155
2573
|
|
|
2156
|
-
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2574
|
+
- [patch] Updated dependencies
|
|
2575
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
2576
|
+
- @atlaskit/inline-dialog@8.0.3
|
|
2577
|
+
- @atlaskit/layer-manager@5.0.4
|
|
2578
|
+
- @atlaskit/icon@13.2.2
|
|
2579
|
+
- @atlaskit/field-radio-group@4.0.3
|
|
2580
|
+
- @atlaskit/checkbox@4.0.2
|
|
2581
|
+
- @atlaskit/button@9.0.4
|
|
2582
|
+
- @atlaskit/theme@5.1.2
|
|
2583
|
+
- @atlaskit/field-text@7.0.3
|
|
2584
|
+
- @atlaskit/blanket@7.0.3
|
|
2585
|
+
- @atlaskit/analytics-next@3.0.3
|
|
2586
|
+
- @atlaskit/docs@5.0.2
|
|
2587
|
+
- @atlaskit/avatar@14.0.5
|
|
2169
2588
|
|
|
2170
2589
|
## 6.0.4
|
|
2171
2590
|
|
|
2172
|
-
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2591
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
2592
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
2593
|
+
- [none] Updated dependencies
|
|
2594
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
2595
|
+
- @atlaskit/inline-dialog@8.0.2
|
|
2596
|
+
- @atlaskit/field-text@7.0.2
|
|
2597
|
+
- @atlaskit/analytics-next@3.0.2
|
|
2598
|
+
- @atlaskit/checkbox@4.0.1
|
|
2599
|
+
- @atlaskit/button@9.0.3
|
|
2600
|
+
- @atlaskit/theme@5.1.1
|
|
2601
|
+
- @atlaskit/blanket@7.0.2
|
|
2602
|
+
- @atlaskit/field-radio-group@4.0.2
|
|
2603
|
+
- @atlaskit/layer-manager@5.0.3
|
|
2604
|
+
- @atlaskit/icon@13.2.1
|
|
2605
|
+
- @atlaskit/avatar@14.0.4
|
|
2185
2606
|
|
|
2186
2607
|
## 6.0.3
|
|
2187
2608
|
|
|
2188
|
-
-
|
|
2189
|
-
|
|
2190
|
-
-
|
|
2191
|
-
|
|
2609
|
+
- [patch] Upgrading react-beautiful-dnd to 8.0.1
|
|
2610
|
+
[87cd977](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87cd977)
|
|
2611
|
+
- [patch] Upgrading react-beautiful-dnd to 8.0.0
|
|
2612
|
+
[22efc08](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/22efc08)
|
|
2613
|
+
- [none] Updated dependencies
|
|
2614
|
+
[87cd977](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87cd977)
|
|
2615
|
+
- [none] Updated dependencies
|
|
2616
|
+
[22efc08](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/22efc08)
|
|
2192
2617
|
|
|
2193
2618
|
## 6.0.2
|
|
2194
2619
|
|
|
2195
|
-
-
|
|
2196
|
-
|
|
2620
|
+
- [patch] Upgrading react-beautiful-dnd to 8.0.5
|
|
2621
|
+
[6052132](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6052132)
|
|
2622
|
+
- [none] Updated dependencies
|
|
2623
|
+
[6052132](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6052132)
|
|
2197
2624
|
|
|
2198
2625
|
## 6.0.1
|
|
2199
2626
|
|
|
2200
|
-
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2627
|
+
- [patch] Move analytics tests and replace elements to core
|
|
2628
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
2629
|
+
- [none] Updated dependencies
|
|
2630
|
+
[49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
|
|
2631
|
+
- @atlaskit/inline-dialog@8.0.1
|
|
2632
|
+
- @atlaskit/field-text@7.0.1
|
|
2633
|
+
- @atlaskit/analytics-next@3.0.1
|
|
2634
|
+
- @atlaskit/button@9.0.2
|
|
2635
|
+
- @atlaskit/docs@5.0.1
|
|
2636
|
+
- @atlaskit/blanket@7.0.1
|
|
2637
|
+
- @atlaskit/field-radio-group@4.0.1
|
|
2638
|
+
- @atlaskit/avatar@14.0.2
|
|
2210
2639
|
|
|
2211
2640
|
## 6.0.0
|
|
2212
2641
|
|
|
2213
|
-
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2642
|
+
- [major] Provides analytics for common component interations. See the
|
|
2643
|
+
[Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section
|
|
2644
|
+
for more details. If you are using enzyme for testing you will have to use
|
|
2645
|
+
[our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme).
|
|
2646
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
2647
|
+
- [major] Updates to React ^16.4.0
|
|
2648
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
2649
|
+
- [major] Updated dependencies
|
|
2650
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
2651
|
+
- @atlaskit/inline-dialog@8.0.0
|
|
2652
|
+
- @atlaskit/field-text@7.0.0
|
|
2653
|
+
- @atlaskit/analytics-next@3.0.0
|
|
2654
|
+
- @atlaskit/checkbox@4.0.0
|
|
2655
|
+
- @atlaskit/button@9.0.0
|
|
2656
|
+
- @atlaskit/theme@5.0.0
|
|
2657
|
+
- @atlaskit/docs@5.0.0
|
|
2658
|
+
- @atlaskit/blanket@7.0.0
|
|
2659
|
+
- @atlaskit/field-radio-group@4.0.0
|
|
2660
|
+
- @atlaskit/layer-manager@5.0.0
|
|
2661
|
+
- @atlaskit/icon@13.0.0
|
|
2662
|
+
- @atlaskit/avatar@14.0.0
|
|
2663
|
+
- [major] Updated dependencies
|
|
2664
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
2665
|
+
- @atlaskit/inline-dialog@8.0.0
|
|
2666
|
+
- @atlaskit/field-text@7.0.0
|
|
2667
|
+
- @atlaskit/analytics-next@3.0.0
|
|
2668
|
+
- @atlaskit/checkbox@4.0.0
|
|
2669
|
+
- @atlaskit/button@9.0.0
|
|
2670
|
+
- @atlaskit/theme@5.0.0
|
|
2671
|
+
- @atlaskit/docs@5.0.0
|
|
2672
|
+
- @atlaskit/blanket@7.0.0
|
|
2673
|
+
- @atlaskit/field-radio-group@4.0.0
|
|
2674
|
+
- @atlaskit/layer-manager@5.0.0
|
|
2675
|
+
- @atlaskit/icon@13.0.0
|
|
2676
|
+
- @atlaskit/avatar@14.0.0
|
|
2241
2677
|
|
|
2242
2678
|
## 5.2.8
|
|
2243
2679
|
|
|
2244
|
-
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2680
|
+
- [none] Updated dependencies
|
|
2681
|
+
[da63331](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da63331)
|
|
2682
|
+
- @atlaskit/button@8.2.5
|
|
2683
|
+
- @atlaskit/avatar@13.0.0
|
|
2684
|
+
- [patch] Updated dependencies
|
|
2685
|
+
[7724115](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7724115)
|
|
2686
|
+
- @atlaskit/avatar@13.0.0
|
|
2687
|
+
- @atlaskit/button@8.2.5
|
|
2250
2688
|
|
|
2251
2689
|
## 5.2.7
|
|
2252
2690
|
|
|
2253
|
-
-
|
|
2254
|
-
|
|
2691
|
+
- [patch] Updated dependencies
|
|
2692
|
+
[8a01bcd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8a01bcd)
|
|
2693
|
+
- @atlaskit/avatar@12.0.0
|
|
2255
2694
|
|
|
2256
2695
|
## 5.2.6
|
|
2257
2696
|
|
|
2258
|
-
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2697
|
+
- [patch] Remove or update \$FlowFixMe
|
|
2698
|
+
[e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
|
|
2699
|
+
- [none] Updated dependencies
|
|
2700
|
+
[e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
|
|
2701
|
+
- @atlaskit/field-text@6.1.1
|
|
2702
|
+
- @atlaskit/button@8.2.4
|
|
2703
|
+
- @atlaskit/field-radio-group@3.1.3
|
|
2704
|
+
- @atlaskit/icon@12.6.1
|
|
2705
|
+
- @atlaskit/avatar@11.2.2
|
|
2265
2706
|
|
|
2266
2707
|
## 5.2.5
|
|
2267
2708
|
|
|
2268
|
-
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2709
|
+
- [patch] Fix \$FlowFixMe and release packages
|
|
2710
|
+
[25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
|
|
2711
|
+
- [none] Updated dependencies
|
|
2712
|
+
[25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
|
|
2713
|
+
- @atlaskit/inline-dialog@7.1.3
|
|
2714
|
+
- @atlaskit/button@8.2.2
|
|
2715
|
+
- @atlaskit/checkbox@3.1.2
|
|
2716
|
+
- @atlaskit/field-radio-group@3.1.2
|
|
2717
|
+
- @atlaskit/icon@12.3.1
|
|
2718
|
+
- @atlaskit/avatar@11.2.1
|
|
2276
2719
|
|
|
2277
2720
|
## 5.2.4
|
|
2278
2721
|
|
|
2279
|
-
-
|
|
2280
|
-
-
|
|
2281
|
-
|
|
2722
|
+
- [patch] Replaces implementation of ScrollLock with
|
|
2723
|
+
[react-scrolllock](https://github.com/jossmac/react-scrolllock). Deprecates ScrollLock export in
|
|
2724
|
+
@atlaskit/layer-manager.
|
|
2725
|
+
[497d50d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/497d50d)
|
|
2726
|
+
- [none] Updated dependencies
|
|
2727
|
+
[497d50d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/497d50d)
|
|
2728
|
+
- @atlaskit/layer-manager@4.3.1
|
|
2282
2729
|
|
|
2283
2730
|
## 5.2.3
|
|
2284
2731
|
|
|
2285
|
-
-
|
|
2286
|
-
|
|
2732
|
+
- [patch] Upgrading react-beautiful-dnd dependency to ^7.1.3
|
|
2733
|
+
[024b7fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/024b7fb)
|
|
2734
|
+
- [patch] Updated dependencies
|
|
2735
|
+
[024b7fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/024b7fb)
|
|
2287
2736
|
|
|
2288
2737
|
## 5.2.2
|
|
2289
2738
|
|
|
2290
|
-
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2739
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
2740
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
2741
|
+
- [none] Updated dependencies
|
|
2742
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
2743
|
+
- @atlaskit/inline-dialog@7.1.2
|
|
2744
|
+
- @atlaskit/field-text@6.0.4
|
|
2745
|
+
- @atlaskit/button@8.1.2
|
|
2746
|
+
- @atlaskit/theme@4.0.4
|
|
2747
|
+
- @atlaskit/checkbox@3.0.6
|
|
2748
|
+
- @atlaskit/field-radio-group@3.0.4
|
|
2749
|
+
- @atlaskit/layer-manager@4.2.1
|
|
2750
|
+
- @atlaskit/icon@12.1.2
|
|
2300
2751
|
|
|
2301
2752
|
## 5.2.1
|
|
2302
2753
|
|
|
2303
|
-
-
|
|
2304
|
-
|
|
2754
|
+
- [patch] Removes tabbable and focusin dependencies
|
|
2755
|
+
[274e773](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/274e773)
|
|
2756
|
+
- [none] Updated dependencies
|
|
2757
|
+
[274e773](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/274e773)
|
|
2305
2758
|
|
|
2306
2759
|
## 5.2.0
|
|
2307
2760
|
|
|
2308
|
-
-
|
|
2761
|
+
- [minor] Deprecates the ability to pass a function to the autoFocus prop. Changes implementation
|
|
2762
|
+
of FocusLock to use [react-focus-lock](https://github.com/theKashey/react-focus-lock).
|
|
2763
|
+
[5b1ab0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b1ab0b)
|
|
2309
2764
|
|
|
2310
|
-
-
|
|
2311
|
-
|
|
2312
|
-
-
|
|
2313
|
-
|
|
2765
|
+
- [none] Updated dependencies
|
|
2766
|
+
[5b1ab0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b1ab0b)
|
|
2767
|
+
- @atlaskit/layer-manager@4.2.0
|
|
2768
|
+
- [none] Updated dependencies
|
|
2769
|
+
[de9690b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de9690b)
|
|
2770
|
+
- @atlaskit/layer-manager@4.2.0
|
|
2314
2771
|
|
|
2315
2772
|
## 5.1.1
|
|
2316
2773
|
|
|
2317
|
-
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2774
|
+
- [patch] Update changelogs to remove duplicate
|
|
2775
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
2776
|
+
- [none] Updated dependencies
|
|
2777
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
2778
|
+
- @atlaskit/theme@4.0.3
|
|
2779
|
+
- @atlaskit/layer-manager@4.1.1
|
|
2780
|
+
- @atlaskit/inline-dialog@7.1.1
|
|
2781
|
+
- @atlaskit/icon@12.1.1
|
|
2782
|
+
- @atlaskit/field-radio-group@3.0.3
|
|
2783
|
+
- @atlaskit/checkbox@3.0.5
|
|
2784
|
+
- @atlaskit/button@8.1.1
|
|
2785
|
+
- @atlaskit/blanket@6.0.3
|
|
2786
|
+
- @atlaskit/avatar@11.1.1
|
|
2787
|
+
- @atlaskit/docs@4.1.1
|
|
2329
2788
|
|
|
2330
2789
|
## 5.1.0
|
|
2331
2790
|
|
|
2332
|
-
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2791
|
+
- [none] Updated dependencies
|
|
2792
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
2793
|
+
- @atlaskit/inline-dialog@7.1.0
|
|
2794
|
+
- @atlaskit/layer-manager@4.1.0
|
|
2795
|
+
- @atlaskit/avatar@11.1.0
|
|
2796
|
+
- @atlaskit/icon@12.1.0
|
|
2797
|
+
- @atlaskit/field-radio-group@3.0.2
|
|
2798
|
+
- @atlaskit/checkbox@3.0.4
|
|
2799
|
+
- @atlaskit/docs@4.1.0
|
|
2800
|
+
- @atlaskit/theme@4.0.2
|
|
2801
|
+
- @atlaskit/field-text@6.0.2
|
|
2802
|
+
- @atlaskit/blanket@6.0.2
|
|
2803
|
+
- @atlaskit/button@8.1.0
|
|
2344
2804
|
|
|
2345
2805
|
## 5.0.1
|
|
2346
2806
|
|
|
2347
|
-
-
|
|
2348
|
-
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2807
|
+
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
2808
|
+
- [patch] Updated dependencies
|
|
2809
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
2810
|
+
- @atlaskit/layer-manager@4.0.1
|
|
2811
|
+
- @atlaskit/icon@12.0.1
|
|
2812
|
+
- @atlaskit/inline-dialog@7.0.1
|
|
2813
|
+
- @atlaskit/field-radio-group@3.0.1
|
|
2814
|
+
- @atlaskit/field-text@6.0.1
|
|
2815
|
+
- @atlaskit/checkbox@3.0.1
|
|
2816
|
+
- @atlaskit/button@8.0.1
|
|
2817
|
+
- @atlaskit/theme@4.0.1
|
|
2818
|
+
- @atlaskit/blanket@6.0.1
|
|
2819
|
+
- @atlaskit/docs@4.0.1
|
|
2820
|
+
- @atlaskit/avatar@11.0.1
|
|
2360
2821
|
|
|
2361
2822
|
## 5.0.0
|
|
2362
2823
|
|
|
2363
|
-
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2824
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
2825
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
2826
|
+
- [patch] Updated dependencies
|
|
2827
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
2828
|
+
- @atlaskit/layer-manager@4.0.0
|
|
2829
|
+
- @atlaskit/icon@12.0.0
|
|
2830
|
+
- @atlaskit/inline-dialog@7.0.0
|
|
2831
|
+
- @atlaskit/field-radio-group@3.0.0
|
|
2832
|
+
- @atlaskit/field-text@6.0.0
|
|
2833
|
+
- @atlaskit/checkbox@3.0.0
|
|
2834
|
+
- @atlaskit/button@8.0.0
|
|
2835
|
+
- @atlaskit/theme@4.0.0
|
|
2836
|
+
- @atlaskit/blanket@6.0.0
|
|
2837
|
+
- @atlaskit/docs@4.0.0
|
|
2838
|
+
- @atlaskit/avatar@11.0.0
|
|
2376
2839
|
|
|
2377
2840
|
## 4.0.5
|
|
2378
2841
|
|
|
2379
|
-
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2842
|
+
- [patch] Updated dependencies
|
|
2843
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
2844
|
+
- @atlaskit/icon@11.3.0
|
|
2845
|
+
- @atlaskit/layer-manager@3.0.4
|
|
2846
|
+
- @atlaskit/inline-dialog@6.0.2
|
|
2847
|
+
- @atlaskit/field-radio-group@2.0.3
|
|
2848
|
+
- @atlaskit/field-text@5.0.3
|
|
2849
|
+
- @atlaskit/checkbox@2.0.2
|
|
2850
|
+
- @atlaskit/button@7.2.5
|
|
2851
|
+
- @atlaskit/theme@3.2.2
|
|
2852
|
+
- @atlaskit/blanket@5.0.2
|
|
2853
|
+
- @atlaskit/avatar@10.0.6
|
|
2854
|
+
- @atlaskit/docs@3.0.4
|
|
2391
2855
|
|
|
2392
2856
|
## 4.0.2
|
|
2393
2857
|
|
|
2394
|
-
-
|
|
2858
|
+
- [patch] AK-4416 changes meaning of autofocus prop values
|
|
2859
|
+
[c831a3d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c831a3d)
|
|
2395
2860
|
|
|
2396
2861
|
## 4.0.1
|
|
2397
2862
|
|
|
2398
|
-
-
|
|
2863
|
+
- [patch] Add possibility to display heading in modal in one line (with ellipsis if content is
|
|
2864
|
+
wider than modal) [30883b4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30883b4)
|
|
2399
2865
|
|
|
2400
2866
|
## 4.0.0
|
|
2401
2867
|
|
|
2402
|
-
-
|
|
2868
|
+
- [major] Bump to React 16.3.
|
|
2869
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
2403
2870
|
|
|
2404
2871
|
## 3.5.1
|
|
2405
2872
|
|
|
2406
|
-
-
|
|
2873
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
2874
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
2407
2875
|
|
|
2408
2876
|
## 3.5.0
|
|
2409
2877
|
|
|
2410
|
-
-
|
|
2878
|
+
- [minor] Updated website to use iframe to load examples. Example loader now in a separate react
|
|
2879
|
+
app. Webpack config refactored to compile separate example loader, chunking refactored to be
|
|
2880
|
+
more performant with the new website changes. Updated modal-dialog to use new component
|
|
2881
|
+
structure to optionally specify a Body wrapping component.
|
|
2882
|
+
[e1fdfd8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1fdfd8)
|
|
2411
2883
|
|
|
2412
2884
|
## 3.4.0
|
|
2413
2885
|
|
|
2414
|
-
-
|
|
2886
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
2887
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
2415
2888
|
|
|
2416
2889
|
## 3.3.15
|
|
2417
2890
|
|
|
2418
|
-
-
|
|
2891
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
2892
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
2419
2893
|
|
|
2420
2894
|
## 3.3.14
|
|
2421
2895
|
|
|
2422
|
-
-
|
|
2896
|
+
- [patch] Fix react-beautiful-dnd position issues when used inside a modal dialog
|
|
2897
|
+
[cfda546](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfda546)
|
|
2423
2898
|
|
|
2424
2899
|
## 3.3.12
|
|
2425
2900
|
|
|
2426
|
-
-
|
|
2901
|
+
- [patch] Remove babel-plugin-react-flow-props-to-prop-types
|
|
2902
|
+
[06c1f08](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c1f08)
|
|
2427
2903
|
|
|
2428
2904
|
## 3.3.11
|
|
2429
2905
|
|
|
2430
|
-
-
|
|
2906
|
+
- [patch] Packages Flow types for elements components
|
|
2907
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
2431
2908
|
|
|
2432
2909
|
## 3.3.9
|
|
2433
2910
|
|
|
2434
|
-
-
|
|
2911
|
+
- [patch] Updated inline-dialog to include boundaries element prop, updated Layer to have dynamic
|
|
2912
|
+
boolean escapeWithReference property, updated modal-dialog Content component with
|
|
2913
|
+
overflow-x:hidden' [cb72752](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cb72752)
|
|
2435
2914
|
|
|
2436
2915
|
## 3.3.8
|
|
2437
2916
|
|
|
2438
|
-
-
|
|
2917
|
+
- [patch] Prevent window from being scrolled programmatically
|
|
2918
|
+
[3e3085c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3e3085c)
|
|
2439
2919
|
|
|
2440
2920
|
## 3.3.5
|
|
2441
2921
|
|
|
2442
|
-
-
|
|
2922
|
+
- [patch] Migrate Navigation from Ak repo to ak mk 2 repo, Fixed flow typing inconsistencies in ak
|
|
2923
|
+
mk 2 [bdeef5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bdeef5b)
|
|
2443
2924
|
|
|
2444
2925
|
## 3.3.4
|
|
2445
2926
|
|
|
2446
|
-
-
|
|
2927
|
+
- [patch] Fix modal appearing behind navigation's drawer blanket when layer manager is not used
|
|
2928
|
+
[a6c6e5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a6c6e5e)
|
|
2447
2929
|
|
|
2448
2930
|
## 3.3.3
|
|
2449
2931
|
|
|
2450
|
-
-
|
|
2932
|
+
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
|
|
2933
|
+
\$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
|
|
2451
2934
|
|
|
2452
2935
|
## 3.3.2
|
|
2453
2936
|
|
|
2454
|
-
-
|
|
2937
|
+
- [patch] Fix modal height being clipped by destination parent
|
|
2938
|
+
[c30e7b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c30e7b0)
|
|
2455
2939
|
|
|
2456
2940
|
## 3.3.1
|
|
2457
2941
|
|
|
2458
|
-
-
|
|
2942
|
+
- [patch] Migration of Blanket to mk2 repo
|
|
2943
|
+
[1c55d97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c55d97)
|
|
2459
2944
|
|
|
2460
2945
|
## 3.3.0
|
|
2461
2946
|
|
|
2462
|
-
-
|
|
2947
|
+
- [minor] Add React 16 support.
|
|
2948
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
2463
2949
|
|
|
2464
2950
|
## 3.2.5
|
|
2465
2951
|
|
|
2466
|
-
-
|
|
2952
|
+
- [patch] Migrate modal-dialog to ak mk 2 update deps and add flow types
|
|
2953
|
+
[a91cefe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a91cefe)
|
|
2467
2954
|
|
|
2468
2955
|
## 3.2.4 (2017-11-30)
|
|
2469
2956
|
|
|
2470
|
-
-
|
|
2957
|
+
- bug fix; fix modal dialog not shrinking to viewport height in IE11 (issues closed: ak-3879)
|
|
2958
|
+
([d3bb5cd](https://bitbucket.org/atlassian/atlaskit/commits/d3bb5cd))
|
|
2471
2959
|
|
|
2472
2960
|
## 3.2.3 (2017-11-30)
|
|
2473
2961
|
|
|
2474
|
-
-
|
|
2962
|
+
- bug fix; release stories with fixed console errors
|
|
2963
|
+
([3321c2b](https://bitbucket.org/atlassian/atlaskit/commits/3321c2b))
|
|
2475
2964
|
|
|
2476
2965
|
## 3.2.2 (2017-11-17)
|
|
2477
2966
|
|
|
2478
|
-
-
|
|
2967
|
+
- bug fix; bumping internal dependencies to latest major version
|
|
2968
|
+
([3aefbce](https://bitbucket.org/atlassian/atlaskit/commits/3aefbce))
|
|
2479
2969
|
|
|
2480
2970
|
## 3.2.1 (2017-11-13)
|
|
2481
2971
|
|
|
2482
|
-
-
|
|
2972
|
+
- bug fix; remove chrome from the wrapping dialog (issues closed: #67)
|
|
2973
|
+
([21f3a0e](https://bitbucket.org/atlassian/atlaskit/commits/21f3a0e))
|
|
2483
2974
|
|
|
2484
2975
|
## 3.2.0 (2017-10-26)
|
|
2485
2976
|
|
|
2486
|
-
-
|
|
2487
|
-
|
|
2977
|
+
- bug fix; add deprecation warning to spotlight package
|
|
2978
|
+
([3ea2312](https://bitbucket.org/atlassian/atlaskit/commits/3ea2312))
|
|
2979
|
+
- feature; cleanup layer-manager and modal-dialog in preparation for onboarding
|
|
2980
|
+
([02a516b](https://bitbucket.org/atlassian/atlaskit/commits/02a516b))
|
|
2488
2981
|
|
|
2489
2982
|
## 3.1.3 (2017-10-26)
|
|
2490
2983
|
|
|
2491
|
-
-
|
|
2984
|
+
- bug fix; fix to rebuild stories
|
|
2985
|
+
([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
|
|
2492
2986
|
|
|
2493
2987
|
## 3.1.2 (2017-10-22)
|
|
2494
2988
|
|
|
2495
|
-
-
|
|
2989
|
+
- bug fix; update styled-components dep and react peerDep
|
|
2990
|
+
([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
|
|
2496
2991
|
|
|
2497
2992
|
## 3.1.1 (2017-10-12)
|
|
2498
2993
|
|
|
2499
|
-
-
|
|
2994
|
+
- bug fix; bumps version of Page (issues closed: ak-3680)
|
|
2995
|
+
([8713649](https://bitbucket.org/atlassian/atlaskit/commits/8713649))
|
|
2500
2996
|
|
|
2501
2997
|
## 3.1.0 (2017-10-11)
|
|
2502
2998
|
|
|
2503
|
-
-
|
|
2999
|
+
- feature; add chromeless option to modal to support Connect JSAPI
|
|
3000
|
+
([5ca6a65](https://bitbucket.org/atlassian/atlaskit/commits/5ca6a65))
|
|
2504
3001
|
|
|
2505
3002
|
## 3.0.2 (2017-10-05)
|
|
2506
3003
|
|
|
2507
|
-
-
|
|
3004
|
+
- bug fix; resolve error in modal dialog (issues closed: ak-3623)
|
|
3005
|
+
([2052679](https://bitbucket.org/atlassian/atlaskit/commits/2052679))
|
|
2508
3006
|
|
|
2509
3007
|
## 3.0.1 (2017-09-26)
|
|
2510
3008
|
|
|
2511
|
-
-
|
|
3009
|
+
- bug fix; update webpack raw path (issues closed: ak-3589)
|
|
3010
|
+
([0aa9737](https://bitbucket.org/atlassian/atlaskit/commits/0aa9737))
|
|
2512
3011
|
|
|
2513
3012
|
## 3.0.0 (2017-09-13)
|
|
2514
3013
|
|
|
2515
|
-
-
|
|
2516
|
-
|
|
3014
|
+
- breaking; onDialogDismissed = onClose, isOpen prop removed, just render the modal to display it
|
|
3015
|
+
([3819bac](https://bitbucket.org/atlassian/atlaskit/commits/3819bac))
|
|
3016
|
+
- breaking; major overhaul to modal implementation and behaviour (issues closed: ak-2972, ak-3343)
|
|
3017
|
+
([3819bac](https://bitbucket.org/atlassian/atlaskit/commits/3819bac))
|
|
2517
3018
|
|
|
2518
3019
|
## 2.6.0 (2017-08-07)
|
|
2519
3020
|
|
|
2520
|
-
-
|
|
3021
|
+
- feature; Added support for custom modal heights, with the new `ModalDialog.height` prop. It
|
|
3022
|
+
accepts a number (converted to `px`) or string (not converted to `px`, so you can use any unit
|
|
3023
|
+
you like such as `%`, `vh`, etc). (issues closed: ak-1723)
|
|
3024
|
+
([3c1f537](https://bitbucket.org/atlassian/atlaskit/commits/3c1f537))
|
|
2521
3025
|
|
|
2522
3026
|
## 2.5.2 (2017-07-27)
|
|
2523
3027
|
|
|
2524
|
-
-
|
|
3028
|
+
- fix; rename jsnext:main to jsnext:experimental:main temporarily
|
|
3029
|
+
([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
|
|
2525
3030
|
|
|
2526
3031
|
## 2.5.1 (2017-07-25)
|
|
2527
3032
|
|
|
2528
|
-
-
|
|
3033
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
3034
|
+
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
2529
3035
|
|
|
2530
3036
|
## 2.2.0 (2017-07-17)
|
|
2531
3037
|
|
|
2532
|
-
-
|
|
3038
|
+
- fix; rerelease, failed prepublish scripts
|
|
3039
|
+
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
2533
3040
|
|
|
2534
3041
|
## 2.2.0 (2017-07-17)
|
|
2535
3042
|
|
|
2536
|
-
-
|
|
3043
|
+
- feature; added ES module builds to dist and add jsnext:main to most ADG packages
|
|
3044
|
+
([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
|
|
2537
3045
|
|
|
2538
3046
|
## 2.1.2 (2017-06-15)
|
|
2539
3047
|
|
|
2540
|
-
-
|
|
3048
|
+
- fix; avoid unwanted re-render of modal children when state/props change
|
|
3049
|
+
([7ae6324](https://bitbucket.org/atlassian/atlaskit/commits/7ae6324))
|
|
2541
3050
|
|
|
2542
3051
|
## 2.1.1 (2017-05-26)
|
|
2543
3052
|
|
|
2544
|
-
-
|
|
2545
|
-
|
|
3053
|
+
- fix; add prop-types as a dependency to avoid React 15.x warnings
|
|
3054
|
+
([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
|
|
3055
|
+
- fix; pin react-lorem-component version to avoid newly released broken version
|
|
3056
|
+
([6f3d9c6](https://bitbucket.org/atlassian/atlaskit/commits/6f3d9c6))
|
|
2546
3057
|
|
|
2547
3058
|
## 2.1.0 (2017-05-06)
|
|
2548
3059
|
|
|
2549
|
-
-
|
|
3060
|
+
- feature; animated entry/exit of modal dialog
|
|
3061
|
+
([e721aaa](https://bitbucket.org/atlassian/atlaskit/commits/e721aaa))
|
|
2550
3062
|
|
|
2551
3063
|
## 2.0.0 (2017-05-05)
|
|
2552
3064
|
|
|
2553
|
-
-
|
|
2554
|
-
|
|
2555
|
-
-
|
|
3065
|
+
- switch modal styling to styled-components
|
|
3066
|
+
([f9510b4](https://bitbucket.org/atlassian/atlaskit/commits/f9510b4))
|
|
3067
|
+
- breaking; Modal dialog now has a peerDependency on the styled-components package.
|
|
3068
|
+
- ISSUES CLOSED: AK-2290
|
|
2556
3069
|
|
|
2557
3070
|
## 1.3.3 (2017-05-03)
|
|
2558
3071
|
|
|
2559
|
-
-
|
|
3072
|
+
- fix; Fix child position:fixed elements being clipped
|
|
3073
|
+
([fc0a894](https://bitbucket.org/atlassian/atlaskit/commits/fc0a894))
|
|
2560
3074
|
|
|
2561
3075
|
## 1.3.2 (2017-04-27)
|
|
2562
3076
|
|
|
2563
|
-
-
|
|
3077
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
3078
|
+
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
2564
3079
|
|
|
2565
3080
|
## 1.3.1 (2017-04-26)
|
|
2566
3081
|
|
|
2567
|
-
-
|
|
3082
|
+
- fix; update legal copy and fix broken links for component README on npm. New contribution and
|
|
3083
|
+
([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
|
|
2568
3084
|
|
|
2569
3085
|
## 1.3.0 (2017-04-20)
|
|
2570
3086
|
|
|
2571
|
-
-
|
|
3087
|
+
- feature; removed explicit style! imports, set style-loader in webpack config
|
|
3088
|
+
([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c))
|
|
2572
3089
|
|
|
2573
3090
|
## 1.2.15 (2017-03-31)
|
|
2574
3091
|
|
|
2575
|
-
-
|
|
2576
|
-
|
|
3092
|
+
- fix; update modal story to use latest navigation devDep
|
|
3093
|
+
([5ed9946](https://bitbucket.org/atlassian/atlaskit/commits/5ed9946))
|
|
3094
|
+
- fix; update modal story to use latest navigation devDep
|
|
3095
|
+
([c074080](https://bitbucket.org/atlassian/atlaskit/commits/c074080))
|
|
2577
3096
|
|
|
2578
3097
|
## 1.2.14 (2017-03-29)
|
|
2579
3098
|
|
|
2580
|
-
-
|
|
3099
|
+
- fix; only show scrolling keylines when header or footer shown
|
|
3100
|
+
([fd1c68a](https://bitbucket.org/atlassian/atlaskit/commits/fd1c68a))
|
|
2581
3101
|
|
|
2582
3102
|
## 1.2.13 (2017-03-29)
|
|
2583
3103
|
|
|
2584
|
-
-
|
|
3104
|
+
- fix; fire onDialogDismissed when clicking on blanket directly below modal
|
|
3105
|
+
([1c9efb0](https://bitbucket.org/atlassian/atlaskit/commits/1c9efb0))
|
|
2585
3106
|
|
|
2586
3107
|
## 1.2.10 (2017-03-21)
|
|
2587
3108
|
|
|
2588
|
-
-
|
|
2589
|
-
|
|
3109
|
+
- fix; render rounded corners correctly when header/footer omitted
|
|
3110
|
+
([724480d](https://bitbucket.org/atlassian/atlaskit/commits/724480d))
|
|
3111
|
+
- fix; maintainers for all the packages were added
|
|
3112
|
+
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
2590
3113
|
|
|
2591
3114
|
## 1.2.9 (2017-02-28)
|
|
2592
3115
|
|
|
2593
|
-
-
|
|
3116
|
+
- fix; dummy commit to release stories
|
|
3117
|
+
([3df5d9f](https://bitbucket.org/atlassian/atlaskit/commits/3df5d9f))
|
|
2594
3118
|
|
|
2595
3119
|
## 1.2.7 (2017-02-28)
|
|
2596
3120
|
|
|
2597
|
-
-
|
|
3121
|
+
- fix; dummy commit to fix broken stories and missing registry pages
|
|
3122
|
+
([a31e92a](https://bitbucket.org/atlassian/atlaskit/commits/a31e92a))
|
|
2598
3123
|
|
|
2599
3124
|
## 1.2.7 (2017-02-28)
|
|
2600
3125
|
|
|
2601
|
-
-
|
|
3126
|
+
- fix; dummy commit to release stories for components
|
|
3127
|
+
([a105c02](https://bitbucket.org/atlassian/atlaskit/commits/a105c02))
|
|
2602
3128
|
|
|
2603
3129
|
## 1.2.6 (2017-02-28)
|
|
2604
3130
|
|
|
2605
|
-
-
|
|
3131
|
+
- fix; removes jsdoc annotations and moves content to usage.md
|
|
3132
|
+
([14f941a](https://bitbucket.org/atlassian/atlaskit/commits/14f941a))
|
|
2606
3133
|
|
|
2607
3134
|
## 1.2.5 (2017-02-27)
|
|
2608
3135
|
|
|
2609
|
-
-
|
|
3136
|
+
- empty commit to make components release themselves
|
|
3137
|
+
([5511fbe](https://bitbucket.org/atlassian/atlaskit/commits/5511fbe))
|
|
2610
3138
|
|
|
2611
3139
|
## 1.2.4 (2017-02-13)
|
|
2612
3140
|
|
|
2613
|
-
-
|
|
3141
|
+
- Fix types for modal-dialog typescript declaration file
|
|
3142
|
+
([533adea](https://bitbucket.org/atlassian/atlaskit/commits/533adea))
|
|
2614
3143
|
|
|
2615
3144
|
## 1.2.3 (2017-02-08)
|
|
2616
3145
|
|
|
2617
|
-
-
|
|
3146
|
+
- fix; trigger modal close handler on esc key in older browsers
|
|
3147
|
+
([a692683](https://bitbucket.org/atlassian/atlaskit/commits/a692683))
|
|
2618
3148
|
|
|
2619
3149
|
## 1.2.2 (2017-02-07)
|
|
2620
3150
|
|
|
2621
|
-
-
|
|
3151
|
+
- fix; render dropdown in modal above footer
|
|
3152
|
+
([2b76812](https://bitbucket.org/atlassian/atlaskit/commits/2b76812))
|
|
2622
3153
|
|
|
2623
3154
|
## 1.2.1 (2017-02-06)
|
|
2624
3155
|
|
|
2625
|
-
-
|
|
3156
|
+
- fix; layer navigation at correct level so it works with modal
|
|
3157
|
+
([5bef9db](https://bitbucket.org/atlassian/atlaskit/commits/5bef9db))
|