@atlaskit/media-test-helpers 33.0.35 → 33.0.36
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 +1461 -1466
- package/dist/cjs/docs-content-tabs.js +3 -0
- package/dist/cjs/featureFlagsWrapper/dropdown.js +42 -32
- package/dist/cjs/story-list.js +12 -6
- package/dist/cjs/story-styles.js +10 -1
- package/dist/cjs/styled.js +4 -1
- package/dist/es2019/docs-content-tabs.js +2 -0
- package/dist/es2019/featureFlagsWrapper/dropdown.js +38 -29
- package/dist/es2019/story-list.js +12 -6
- package/dist/es2019/story-styles.js +9 -1
- package/dist/es2019/styled.js +3 -1
- package/dist/esm/docs-content-tabs.js +2 -0
- package/dist/esm/featureFlagsWrapper/dropdown.js +41 -32
- package/dist/esm/story-list.js +12 -6
- package/dist/esm/story-styles.js +9 -1
- package/dist/esm/styled.js +3 -1
- package/dist/types/I18nWrapper.d.ts +1 -1
- package/dist/types/authProvider.d.ts +1 -1
- package/dist/types/docs-content-tabs.d.ts +1 -1
- package/dist/types/example-mediaFeatureFlags.d.ts +1 -1
- package/dist/types/exampleMediaItems.d.ts +1 -1
- package/dist/types/fakeMediaClient.d.ts +1 -1
- package/dist/types/featureFlagsWrapper/dropdown.d.ts +1 -1
- package/dist/types/featureFlagsWrapper/helpers.d.ts +1 -1
- package/dist/types/fileReader.d.ts +1 -1
- package/dist/types/fileStateFactory/factory/createFileState.d.ts +1 -1
- package/dist/types/fileStateFactory/factory/factory.d.ts +5 -5
- package/dist/types/fileStateFactory/factory/helpers.d.ts +1 -1
- package/dist/types/fileStateFactory/factory/index.d.ts +1 -1
- package/dist/types/fileStateFactory/fileSimulation/fileSimulation.d.ts +2 -2
- package/dist/types/fileStateFactory/fileSimulation/index.d.ts +1 -1
- package/dist/types/fileStateFactory/fileSimulation/simulations.d.ts +4 -11
- package/dist/types/fileStateFactory/index.d.ts +2 -2
- package/dist/types/index.d.ts +3 -3
- package/dist/types/mediaClientErrors.d.ts +1 -1
- package/dist/types/mediaClientProvider.d.ts +2 -2
- package/dist/types/mediaPickerAuthProvider.d.ts +1 -1
- package/dist/types/mockData/handlers/copyWithToken.d.ts +2 -2
- package/dist/types/mockData/handlers/getFile.d.ts +2 -2
- package/dist/types/mockData/handlers/getFileImage.d.ts +2 -2
- package/dist/types/mockData/handlers/tenantAuth.d.ts +2 -2
- package/dist/types/mockData/handlers/userCollectionFetch.d.ts +2 -2
- package/dist/types/mockData/index.d.ts +4 -4
- package/dist/types/mockData/matchers.d.ts +2 -2
- package/dist/types/mockData/staticCommon.d.ts +1 -1
- package/dist/types/mockData/utils.d.ts +2 -2
- package/dist/types/mocks/database/collection-item.d.ts +1 -1
- package/dist/types/mocks/database/index.d.ts +7 -7
- package/dist/types/mocks/database/upload.d.ts +2 -2
- package/dist/types/mocks/media-mock.d.ts +1 -1
- package/dist/types/mocks/routers/api-router.d.ts +1 -1
- package/dist/types/mocks/routers/media-playground-router.d.ts +1 -1
- package/dist/types/mocks/websockets/remote-upload-server.d.ts +3 -3
- package/dist/types/mountWithIntlContext.d.ts +3 -3
- package/dist/types/renderWithIntl.d.ts +1 -1
- package/dist/types/story-list.d.ts +1 -1
- package/dist/types/ufoLogger.d.ts +1 -1
- package/dist/types/utils/logging.d.ts +2 -2
- package/dist/types-ts4.5/I18nWrapper.d.ts +1 -1
- package/dist/types-ts4.5/authProvider.d.ts +1 -1
- package/dist/types-ts4.5/docs-content-tabs.d.ts +1 -1
- package/dist/types-ts4.5/example-mediaFeatureFlags.d.ts +1 -1
- package/dist/types-ts4.5/exampleMediaItems.d.ts +1 -1
- package/dist/types-ts4.5/fakeMediaClient.d.ts +1 -1
- package/dist/types-ts4.5/featureFlagsWrapper/dropdown.d.ts +1 -1
- package/dist/types-ts4.5/featureFlagsWrapper/helpers.d.ts +1 -1
- package/dist/types-ts4.5/fileReader.d.ts +1 -1
- package/dist/types-ts4.5/fileStateFactory/factory/createFileState.d.ts +1 -1
- package/dist/types-ts4.5/fileStateFactory/factory/factory.d.ts +5 -5
- package/dist/types-ts4.5/fileStateFactory/factory/helpers.d.ts +1 -1
- package/dist/types-ts4.5/fileStateFactory/factory/index.d.ts +1 -1
- package/dist/types-ts4.5/fileStateFactory/fileSimulation/fileSimulation.d.ts +2 -2
- package/dist/types-ts4.5/fileStateFactory/fileSimulation/index.d.ts +1 -1
- package/dist/types-ts4.5/fileStateFactory/fileSimulation/simulations.d.ts +1 -1
- package/dist/types-ts4.5/fileStateFactory/index.d.ts +2 -2
- package/dist/types-ts4.5/index.d.ts +3 -3
- package/dist/types-ts4.5/mediaClientErrors.d.ts +1 -1
- package/dist/types-ts4.5/mediaClientProvider.d.ts +2 -2
- package/dist/types-ts4.5/mediaPickerAuthProvider.d.ts +1 -1
- package/dist/types-ts4.5/mockData/handlers/copyWithToken.d.ts +2 -2
- package/dist/types-ts4.5/mockData/handlers/getFile.d.ts +2 -2
- package/dist/types-ts4.5/mockData/handlers/getFileImage.d.ts +2 -2
- package/dist/types-ts4.5/mockData/handlers/tenantAuth.d.ts +2 -2
- package/dist/types-ts4.5/mockData/handlers/userCollectionFetch.d.ts +2 -2
- package/dist/types-ts4.5/mockData/index.d.ts +4 -4
- package/dist/types-ts4.5/mockData/matchers.d.ts +2 -2
- package/dist/types-ts4.5/mockData/staticCommon.d.ts +1 -1
- package/dist/types-ts4.5/mockData/utils.d.ts +2 -2
- package/dist/types-ts4.5/mocks/database/collection-item.d.ts +1 -1
- package/dist/types-ts4.5/mocks/database/index.d.ts +7 -7
- package/dist/types-ts4.5/mocks/database/upload.d.ts +2 -2
- package/dist/types-ts4.5/mocks/media-mock.d.ts +1 -1
- package/dist/types-ts4.5/mocks/routers/api-router.d.ts +1 -1
- package/dist/types-ts4.5/mocks/routers/media-playground-router.d.ts +1 -1
- package/dist/types-ts4.5/mocks/websockets/remote-upload-server.d.ts +3 -3
- package/dist/types-ts4.5/mountWithIntlContext.d.ts +3 -3
- package/dist/types-ts4.5/renderWithIntl.d.ts +1 -1
- package/dist/types-ts4.5/story-list.d.ts +1 -1
- package/dist/types-ts4.5/ufoLogger.d.ts +1 -1
- package/dist/types-ts4.5/utils/logging.d.ts +2 -2
- package/package.json +89 -91
- package/report.api.md +445 -498
package/CHANGELOG.md
CHANGED
|
@@ -1,1402 +1,1407 @@
|
|
|
1
1
|
# @atlaskit/media-test-helpers
|
|
2
2
|
|
|
3
|
+
## 33.0.36
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 33.0.35
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
-
|
|
13
|
+
- Updated dependencies
|
|
8
14
|
|
|
9
15
|
## 33.0.34
|
|
10
16
|
|
|
11
17
|
### Patch Changes
|
|
12
18
|
|
|
13
|
-
-
|
|
19
|
+
- Updated dependencies
|
|
14
20
|
|
|
15
21
|
## 33.0.33
|
|
16
22
|
|
|
17
23
|
### Patch Changes
|
|
18
24
|
|
|
19
|
-
-
|
|
20
|
-
|
|
21
|
-
|
|
25
|
+
- [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
|
|
26
|
+
[`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
|
|
27
|
+
Migrated to the new button component
|
|
22
28
|
|
|
23
29
|
## 33.0.32
|
|
24
30
|
|
|
25
31
|
### Patch Changes
|
|
26
32
|
|
|
27
|
-
-
|
|
33
|
+
- Updated dependencies
|
|
28
34
|
|
|
29
35
|
## 33.0.31
|
|
30
36
|
|
|
31
37
|
### Patch Changes
|
|
32
38
|
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
39
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
40
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
41
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
36
42
|
|
|
37
43
|
## 33.0.30
|
|
38
44
|
|
|
39
45
|
### Patch Changes
|
|
40
46
|
|
|
41
|
-
-
|
|
42
|
-
|
|
43
|
-
|
|
47
|
+
- [#80509](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80509)
|
|
48
|
+
[`fcf7481f594f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fcf7481f594f) -
|
|
49
|
+
Upgrade dependency of `@emotion/styled` to version 11
|
|
44
50
|
|
|
45
51
|
## 33.0.29
|
|
46
52
|
|
|
47
53
|
### Patch Changes
|
|
48
54
|
|
|
49
|
-
-
|
|
50
|
-
|
|
51
|
-
|
|
55
|
+
- [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
|
|
56
|
+
[`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
|
|
57
|
+
Update usage of `React.FC` to explicity include `children`
|
|
52
58
|
|
|
53
59
|
## 33.0.28
|
|
54
60
|
|
|
55
61
|
### Patch Changes
|
|
56
62
|
|
|
57
|
-
-
|
|
58
|
-
|
|
59
|
-
|
|
63
|
+
- [#80150](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80150)
|
|
64
|
+
[`0a733b205b48`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0a733b205b48) -
|
|
65
|
+
suppressed a console.warn in development, updated an import to not use media-test-helpers
|
|
60
66
|
|
|
61
67
|
## 33.0.27
|
|
62
68
|
|
|
63
69
|
### Patch Changes
|
|
64
70
|
|
|
65
|
-
-
|
|
71
|
+
- Updated dependencies
|
|
66
72
|
|
|
67
73
|
## 33.0.26
|
|
68
74
|
|
|
69
75
|
### Patch Changes
|
|
70
76
|
|
|
71
|
-
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
-
|
|
77
|
+
- [#60352](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60352)
|
|
78
|
+
[`ff9488b450dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ff9488b450dd) -
|
|
79
|
+
WHAT: Media has removed the ability to probe for existing file chunks.
|
|
80
|
+
WHY: This is to support the work to deprecate SHA1 usage and make the Media Platform comply with
|
|
81
|
+
FedRAMP moderate controls. HOW: Remove any calls you have directly to probing, instead upload all
|
|
82
|
+
files directly. If you upload files via MediaPicker no changes are required.
|
|
83
|
+
- Updated dependencies
|
|
78
84
|
|
|
79
85
|
## 33.0.25
|
|
80
86
|
|
|
81
87
|
### Patch Changes
|
|
82
88
|
|
|
83
|
-
-
|
|
89
|
+
- Updated dependencies
|
|
84
90
|
|
|
85
91
|
## 33.0.24
|
|
86
92
|
|
|
87
93
|
### Patch Changes
|
|
88
94
|
|
|
89
|
-
-
|
|
95
|
+
- Updated dependencies
|
|
90
96
|
|
|
91
97
|
## 33.0.23
|
|
92
98
|
|
|
93
99
|
### Patch Changes
|
|
94
100
|
|
|
95
|
-
-
|
|
101
|
+
- Updated dependencies
|
|
96
102
|
|
|
97
103
|
## 33.0.22
|
|
98
104
|
|
|
99
105
|
### Patch Changes
|
|
100
106
|
|
|
101
|
-
-
|
|
107
|
+
- Updated dependencies
|
|
102
108
|
|
|
103
109
|
## 33.0.21
|
|
104
110
|
|
|
105
111
|
### Patch Changes
|
|
106
112
|
|
|
107
|
-
-
|
|
113
|
+
- Updated dependencies
|
|
108
114
|
|
|
109
115
|
## 33.0.20
|
|
110
116
|
|
|
111
117
|
### Patch Changes
|
|
112
118
|
|
|
113
|
-
-
|
|
119
|
+
- Updated dependencies
|
|
114
120
|
|
|
115
121
|
## 33.0.19
|
|
116
122
|
|
|
117
123
|
### Patch Changes
|
|
118
124
|
|
|
119
|
-
-
|
|
125
|
+
- Updated dependencies
|
|
120
126
|
|
|
121
127
|
## 33.0.18
|
|
122
128
|
|
|
123
129
|
### Patch Changes
|
|
124
130
|
|
|
125
|
-
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
-
|
|
131
|
+
- [#42562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42562)
|
|
132
|
+
[`49213c393ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49213c393ca) - Upgrade
|
|
133
|
+
`mock-socket` and adapt to API changes
|
|
134
|
+
- Updated dependencies
|
|
129
135
|
|
|
130
136
|
## 33.0.17
|
|
131
137
|
|
|
132
138
|
### Patch Changes
|
|
133
139
|
|
|
134
|
-
-
|
|
140
|
+
- Updated dependencies
|
|
135
141
|
|
|
136
142
|
## 33.0.16
|
|
137
143
|
|
|
138
144
|
### Patch Changes
|
|
139
145
|
|
|
140
|
-
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
146
|
+
- [#41932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41932)
|
|
147
|
+
[`756dd90f1a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/756dd90f1a3) - 1.
|
|
148
|
+
Deprecate withMediaClient HOC in media-client and migrated it to media-client-react 2. clean up
|
|
149
|
+
deprecated imports from media-client
|
|
144
150
|
|
|
145
151
|
## 33.0.15
|
|
146
152
|
|
|
147
153
|
### Patch Changes
|
|
148
154
|
|
|
149
|
-
-
|
|
155
|
+
- Updated dependencies
|
|
150
156
|
|
|
151
157
|
## 33.0.14
|
|
152
158
|
|
|
153
159
|
### Patch Changes
|
|
154
160
|
|
|
155
|
-
-
|
|
156
|
-
|
|
157
|
-
|
|
161
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
162
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
|
|
163
|
+
changes to use space tokens. There is no expected visual or behaviour change.
|
|
158
164
|
|
|
159
165
|
## 33.0.13
|
|
160
166
|
|
|
161
167
|
### Patch Changes
|
|
162
168
|
|
|
163
|
-
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
- Updated dependencies
|
|
169
|
+
- [#38532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38532)
|
|
170
|
+
[`7b6a2c6671b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6a2c6671b) -
|
|
171
|
+
Introducing 'media-state' for handling media internal file state. Introducing 'media-client-react'
|
|
172
|
+
to provide hooks for seamless media-client integration with React. Introducing 'MediaCardV2' with
|
|
173
|
+
a feature flag to replace rxjs based fileState subscription with 'useFileState' hook. Removed
|
|
174
|
+
unused feature flags APIs from 'media-client' and its helper functions from 'media-common'.
|
|
175
|
+
- Updated dependencies
|
|
171
176
|
|
|
172
177
|
## 33.0.12
|
|
173
178
|
|
|
174
179
|
### Patch Changes
|
|
175
180
|
|
|
176
|
-
-
|
|
181
|
+
- Updated dependencies
|
|
177
182
|
|
|
178
183
|
## 33.0.11
|
|
179
184
|
|
|
180
185
|
### Patch Changes
|
|
181
186
|
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
-
|
|
187
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
188
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
189
|
+
version.json
|
|
190
|
+
- Updated dependencies
|
|
186
191
|
|
|
187
192
|
## 33.0.10
|
|
188
193
|
|
|
189
194
|
### Patch Changes
|
|
190
195
|
|
|
191
|
-
-
|
|
196
|
+
- Updated dependencies
|
|
192
197
|
|
|
193
198
|
## 33.0.9
|
|
194
199
|
|
|
195
200
|
### Patch Changes
|
|
196
201
|
|
|
197
|
-
-
|
|
198
|
-
|
|
199
|
-
|
|
202
|
+
- [#37340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37340)
|
|
203
|
+
[`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out
|
|
204
|
+
of peer dependency enforcement
|
|
200
205
|
|
|
201
206
|
## 33.0.8
|
|
202
207
|
|
|
203
208
|
### Patch Changes
|
|
204
209
|
|
|
205
|
-
-
|
|
206
|
-
|
|
207
|
-
|
|
210
|
+
- [#36757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36757)
|
|
211
|
+
[`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add
|
|
212
|
+
postinstall check to enforce internal peer dependencies
|
|
208
213
|
|
|
209
214
|
## 33.0.7
|
|
210
215
|
|
|
211
216
|
### Patch Changes
|
|
212
217
|
|
|
213
|
-
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
218
|
+
- [#33728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33728)
|
|
219
|
+
[`48e4a655534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e4a655534) - Internal
|
|
220
|
+
change to enforce token usage for spacing properties. There is no expected visual or behaviour
|
|
221
|
+
change.
|
|
217
222
|
|
|
218
223
|
## 33.0.6
|
|
219
224
|
|
|
220
225
|
### Patch Changes
|
|
221
226
|
|
|
222
|
-
-
|
|
227
|
+
- Updated dependencies
|
|
223
228
|
|
|
224
229
|
## 33.0.5
|
|
225
230
|
|
|
226
231
|
### Patch Changes
|
|
227
232
|
|
|
228
|
-
-
|
|
233
|
+
- Updated dependencies
|
|
229
234
|
|
|
230
235
|
## 33.0.4
|
|
231
236
|
|
|
232
237
|
### Patch Changes
|
|
233
238
|
|
|
234
|
-
-
|
|
239
|
+
- Updated dependencies
|
|
235
240
|
|
|
236
241
|
## 33.0.3
|
|
237
242
|
|
|
238
243
|
### Patch Changes
|
|
239
244
|
|
|
240
|
-
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
-
|
|
245
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
246
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
247
|
+
legacy types are published for TS 4.5-4.8
|
|
248
|
+
- Updated dependencies
|
|
244
249
|
|
|
245
250
|
## 33.0.2
|
|
246
251
|
|
|
247
252
|
### Patch Changes
|
|
248
253
|
|
|
249
|
-
-
|
|
254
|
+
- Updated dependencies
|
|
250
255
|
|
|
251
256
|
## 33.0.1
|
|
252
257
|
|
|
253
258
|
### Patch Changes
|
|
254
259
|
|
|
255
|
-
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
-
|
|
260
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
261
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
262
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
263
|
+
- Updated dependencies
|
|
259
264
|
|
|
260
265
|
## 33.0.0
|
|
261
266
|
|
|
262
267
|
### Minor Changes
|
|
263
268
|
|
|
264
|
-
-
|
|
265
|
-
|
|
266
|
-
|
|
269
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
270
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
271
|
+
minor dependency bump
|
|
267
272
|
|
|
268
273
|
### Patch Changes
|
|
269
274
|
|
|
270
|
-
-
|
|
275
|
+
- Updated dependencies
|
|
271
276
|
|
|
272
277
|
## 32.1.0
|
|
273
278
|
|
|
274
279
|
### Minor Changes
|
|
275
280
|
|
|
276
|
-
-
|
|
277
|
-
|
|
278
|
-
|
|
281
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
|
|
282
|
+
[`7b0b33845fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b0b33845fe) - Added
|
|
283
|
+
file state simulation helpers
|
|
279
284
|
|
|
280
285
|
### Patch Changes
|
|
281
286
|
|
|
282
|
-
-
|
|
287
|
+
- Updated dependencies
|
|
283
288
|
|
|
284
289
|
## 32.0.0
|
|
285
290
|
|
|
286
291
|
### Major Changes
|
|
287
292
|
|
|
288
|
-
-
|
|
289
|
-
|
|
290
|
-
|
|
293
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
294
|
+
[`b85816dc2e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85816dc2e3) - MEX-2307
|
|
295
|
+
Change media-core dependencies in media-test-helpers
|
|
291
296
|
|
|
292
297
|
### Patch Changes
|
|
293
298
|
|
|
294
|
-
-
|
|
295
|
-
|
|
296
|
-
-
|
|
299
|
+
- [`0f99ed9df35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f99ed9df35) - Updated
|
|
300
|
+
Media Client mock util and Media Database Mock
|
|
301
|
+
- Updated dependencies
|
|
297
302
|
|
|
298
303
|
## 31.0.0
|
|
299
304
|
|
|
300
305
|
### Major Changes
|
|
301
306
|
|
|
302
|
-
-
|
|
303
|
-
|
|
304
|
-
|
|
307
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
|
|
308
|
+
[`b37723f2cfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37723f2cfa) -
|
|
309
|
+
FeatureFlagsWrapper no longer filters feature flags. All Media flags will be listed.
|
|
305
310
|
|
|
306
311
|
### Patch Changes
|
|
307
312
|
|
|
308
|
-
-
|
|
313
|
+
- Updated dependencies
|
|
309
314
|
|
|
310
315
|
## 30.1.3
|
|
311
316
|
|
|
312
317
|
### Patch Changes
|
|
313
318
|
|
|
314
|
-
-
|
|
319
|
+
- Updated dependencies
|
|
315
320
|
|
|
316
321
|
## 30.1.2
|
|
317
322
|
|
|
318
323
|
### Patch Changes
|
|
319
324
|
|
|
320
|
-
-
|
|
325
|
+
- Updated dependencies
|
|
321
326
|
|
|
322
327
|
## 30.1.1
|
|
323
328
|
|
|
324
329
|
### Patch Changes
|
|
325
330
|
|
|
326
|
-
-
|
|
331
|
+
- Updated dependencies
|
|
327
332
|
|
|
328
333
|
## 30.1.0
|
|
329
334
|
|
|
330
335
|
### Minor Changes
|
|
331
336
|
|
|
332
|
-
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
-
|
|
336
|
-
|
|
337
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
338
|
+
[`79660ee4fa7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79660ee4fa7) -
|
|
339
|
+
Restructured the Media-Image and added CSS to make doc responsive.
|
|
340
|
+
- [`db73d317050`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db73d317050) - Added
|
|
341
|
+
ContentTabs component to be used in docs of media components.
|
|
337
342
|
|
|
338
343
|
### Patch Changes
|
|
339
344
|
|
|
340
|
-
-
|
|
345
|
+
- Updated dependencies
|
|
341
346
|
|
|
342
347
|
## 30.0.8
|
|
343
348
|
|
|
344
349
|
### Patch Changes
|
|
345
350
|
|
|
346
|
-
-
|
|
351
|
+
- Updated dependencies
|
|
347
352
|
|
|
348
353
|
## 30.0.7
|
|
349
354
|
|
|
350
355
|
### Patch Changes
|
|
351
356
|
|
|
352
|
-
-
|
|
357
|
+
- Updated dependencies
|
|
353
358
|
|
|
354
359
|
## 30.0.6
|
|
355
360
|
|
|
356
361
|
### Patch Changes
|
|
357
362
|
|
|
358
|
-
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
-
|
|
363
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
|
|
364
|
+
[`c59fd9d42f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c59fd9d42f8) - Fix
|
|
365
|
+
warnings due to jest being defined in non-test environments.
|
|
366
|
+
- Updated dependencies
|
|
362
367
|
|
|
363
368
|
## 30.0.5
|
|
364
369
|
|
|
365
370
|
### Patch Changes
|
|
366
371
|
|
|
367
|
-
-
|
|
372
|
+
- Updated dependencies
|
|
368
373
|
|
|
369
374
|
## 30.0.4
|
|
370
375
|
|
|
371
376
|
### Patch Changes
|
|
372
377
|
|
|
373
|
-
-
|
|
374
|
-
|
|
375
|
-
|
|
378
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
379
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
380
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
376
381
|
|
|
377
382
|
## 30.0.3
|
|
378
383
|
|
|
379
384
|
### Patch Changes
|
|
380
385
|
|
|
381
|
-
-
|
|
382
|
-
|
|
383
|
-
|
|
386
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
387
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
388
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
384
389
|
|
|
385
390
|
## 30.0.2
|
|
386
391
|
|
|
387
392
|
### Patch Changes
|
|
388
393
|
|
|
389
|
-
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
-
|
|
394
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
395
|
+
[`baece961cdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baece961cdd) - Add
|
|
396
|
+
media-card example for use by media-pollinator-test
|
|
397
|
+
- Updated dependencies
|
|
393
398
|
|
|
394
399
|
## 30.0.1
|
|
395
400
|
|
|
396
401
|
### Patch Changes
|
|
397
402
|
|
|
398
|
-
-
|
|
403
|
+
- Updated dependencies
|
|
399
404
|
|
|
400
405
|
## 30.0.0
|
|
401
406
|
|
|
402
407
|
### Major Changes
|
|
403
408
|
|
|
404
|
-
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
-
|
|
408
|
-
|
|
409
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
|
|
410
|
+
[`593d2d788e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/593d2d788e5) -
|
|
411
|
+
[MEX-1413] Remove Media-picker-auth-provider
|
|
412
|
+
- [`ad13b4d0bc6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad13b4d0bc6) -
|
|
413
|
+
[MEX-1525] Remove userAuth from Media-Core & Media-client
|
|
409
414
|
|
|
410
415
|
### Patch Changes
|
|
411
416
|
|
|
412
|
-
-
|
|
413
|
-
|
|
414
|
-
-
|
|
417
|
+
- [`bf0e7c8e46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf0e7c8e46b) -
|
|
418
|
+
[MEX-1413] Hot fix for remove useMediaPickerAuthProvider flag
|
|
419
|
+
- Updated dependencies
|
|
415
420
|
|
|
416
421
|
## 29.4.2
|
|
417
422
|
|
|
418
423
|
### Patch Changes
|
|
419
424
|
|
|
420
|
-
-
|
|
421
|
-
|
|
422
|
-
|
|
425
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
426
|
+
[`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes
|
|
427
|
+
to support Node 16 Typescript definitions from `@types/node`.
|
|
423
428
|
|
|
424
429
|
## 29.4.1
|
|
425
430
|
|
|
426
431
|
### Patch Changes
|
|
427
432
|
|
|
428
|
-
-
|
|
429
|
-
|
|
430
|
-
-
|
|
433
|
+
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
434
|
+
to TypeScript 4.2.4
|
|
435
|
+
- Updated dependencies
|
|
431
436
|
|
|
432
437
|
## 29.4.0
|
|
433
438
|
|
|
434
439
|
### Minor Changes
|
|
435
440
|
|
|
436
|
-
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
-
|
|
440
|
-
|
|
441
|
-
-
|
|
442
|
-
|
|
441
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
|
|
442
|
+
[`eaf810b0560`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaf810b0560) -
|
|
443
|
+
[MEX-1398] Remove PopUp implementation from Media-picker
|
|
444
|
+
- [`8f86bfe1961`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f86bfe1961) -
|
|
445
|
+
[MEX-1389] Remove types & interfaces related to media-picker popup
|
|
446
|
+
- [`a44c7c42fa7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a44c7c42fa7) - Added
|
|
447
|
+
payload publisher wrapper for logging ufo events in examples
|
|
443
448
|
|
|
444
449
|
### Patch Changes
|
|
445
450
|
|
|
446
|
-
-
|
|
451
|
+
- Updated dependencies
|
|
447
452
|
|
|
448
453
|
## 29.3.0
|
|
449
454
|
|
|
450
455
|
### Minor Changes
|
|
451
456
|
|
|
452
|
-
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
457
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
458
|
+
[`f862d5ae7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f862d5ae7aa) - remove
|
|
459
|
+
RxJs peer dependency
|
|
460
|
+
- [`118f3af101f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/118f3af101f) - Media
|
|
461
|
+
Client APIs has been updated to use MediaSubscribable which provides subscription functionality
|
|
462
|
+
(similar to RxJs observables). It exposes subscribe method that is called with MediaObserver as an
|
|
463
|
+
argument and returns MediaSubscription. MediaSubscription exposes unsubscribe method.
|
|
459
464
|
|
|
460
|
-
|
|
461
|
-
|
|
465
|
+
getFileState: The returned type of this function has changed from RxJs ReplaySubject to
|
|
466
|
+
MediaSubscribable.
|
|
462
467
|
|
|
463
|
-
|
|
464
|
-
|
|
468
|
+
```
|
|
469
|
+
import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
|
|
465
470
|
|
|
466
|
-
|
|
471
|
+
const mediaClient = new MediaClient({ authProvider });
|
|
467
472
|
|
|
468
|
-
|
|
473
|
+
const fileStateSubscribable: MediaSubscribable<FileState> = mediaClient.file.getFileState(id);
|
|
469
474
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
475
|
+
const mediaObserver: MediaObserver<FileState> = {
|
|
476
|
+
next: (fileState) => {
|
|
477
|
+
nextCallback(fileState)
|
|
478
|
+
},
|
|
479
|
+
error: (error) => {
|
|
480
|
+
errorCallback(error)
|
|
481
|
+
},
|
|
482
|
+
};
|
|
478
483
|
|
|
479
|
-
|
|
484
|
+
const subscription: MediaSubscription = fileStateSubscribable.subscribe(mediaObserver);
|
|
480
485
|
|
|
481
|
-
|
|
482
|
-
|
|
486
|
+
subscription.unsubscribe();
|
|
487
|
+
```
|
|
483
488
|
|
|
484
|
-
|
|
485
|
-
|
|
489
|
+
upload: The returned type of this function has changed from RxJs ReplaySubject to
|
|
490
|
+
MediaSubscribable.
|
|
486
491
|
|
|
487
|
-
|
|
488
|
-
|
|
492
|
+
```
|
|
493
|
+
import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
|
|
489
494
|
|
|
490
|
-
|
|
495
|
+
const mediaClient = new MediaClient({ authProvider });
|
|
491
496
|
|
|
492
|
-
|
|
497
|
+
const uploadFileSubscribable: MediaSubscribable<FileState> = mediaClient.file.upload(uploadableFile);
|
|
493
498
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
499
|
+
const mediaObserver: MediaObserver<FileState> = {
|
|
500
|
+
next: (fileState) => {
|
|
501
|
+
nextCallback(fileState)
|
|
502
|
+
},
|
|
503
|
+
error: (error) => {
|
|
504
|
+
errorCallback(error)
|
|
505
|
+
},
|
|
506
|
+
};
|
|
502
507
|
|
|
503
|
-
|
|
508
|
+
const subscription: MediaSubscription = uploadFileSubscribable.subscribe(mediaObserver);
|
|
504
509
|
|
|
505
|
-
|
|
506
|
-
|
|
510
|
+
subscription.unsubscribe();
|
|
511
|
+
```
|
|
507
512
|
|
|
508
|
-
|
|
509
|
-
|
|
513
|
+
getItems: The returned type of this function has changed from RxJs ReplaySubject to
|
|
514
|
+
MediaSubscribable.
|
|
510
515
|
|
|
511
|
-
|
|
512
|
-
|
|
516
|
+
```
|
|
517
|
+
import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
|
|
513
518
|
|
|
514
|
-
|
|
519
|
+
const mediaClient = new MediaClient({ authProvider });
|
|
515
520
|
|
|
516
|
-
|
|
521
|
+
const collectionItemsSubscribable: MediaSubscribable<MediaCollectionItem[]> = mediaClient.collection.getItems(collectionName);
|
|
517
522
|
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
523
|
+
const mediaObserver: MediaObserver<MediaCollectionItem[]> = {
|
|
524
|
+
next: (items) => {
|
|
525
|
+
nextCallback(items)
|
|
526
|
+
},
|
|
527
|
+
error: (error) => {
|
|
528
|
+
errorCallback(error)
|
|
529
|
+
},
|
|
530
|
+
};
|
|
526
531
|
|
|
527
|
-
|
|
532
|
+
const subscription: MediaSubscription = collectionItemsSubscribable.subscribe(mediaObserver);
|
|
528
533
|
|
|
529
|
-
|
|
530
|
-
|
|
534
|
+
subscription.unsubscribe();
|
|
535
|
+
```
|
|
531
536
|
|
|
532
537
|
### Patch Changes
|
|
533
538
|
|
|
534
|
-
-
|
|
539
|
+
- Updated dependencies
|
|
535
540
|
|
|
536
541
|
## 29.2.1
|
|
537
542
|
|
|
538
543
|
### Patch Changes
|
|
539
544
|
|
|
540
|
-
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
-
|
|
545
|
+
- [#19796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19796)
|
|
546
|
+
[`7b8ba79b71b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8ba79b71b) - use
|
|
547
|
+
mimeType in MediaMock when provided
|
|
548
|
+
- Updated dependencies
|
|
544
549
|
|
|
545
550
|
## 29.2.0
|
|
546
551
|
|
|
547
552
|
### Minor Changes
|
|
548
553
|
|
|
549
|
-
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
-
|
|
556
|
-
|
|
554
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
|
|
555
|
+
[`8bf4fdb8ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bf4fdb8ed4) - add
|
|
556
|
+
renderWithIntl helper
|
|
557
|
+
- [`8742dbe70bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8742dbe70bd) - MEX-1102
|
|
558
|
+
Removed lodash dependencies from media component and converted all to local functions (lightweight
|
|
559
|
+
helpers)
|
|
560
|
+
- [`94539e589cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94539e589cc) - MEX-1105
|
|
561
|
+
Migrated @atlaskit/button to @atlaskit/button/standard-button
|
|
557
562
|
|
|
558
563
|
### Patch Changes
|
|
559
564
|
|
|
560
|
-
-
|
|
565
|
+
- Updated dependencies
|
|
561
566
|
|
|
562
567
|
## 29.1.0
|
|
563
568
|
|
|
564
569
|
### Minor Changes
|
|
565
570
|
|
|
566
|
-
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
-
|
|
573
|
-
|
|
574
|
-
-
|
|
575
|
-
|
|
576
|
-
-
|
|
577
|
-
|
|
578
|
-
-
|
|
579
|
-
|
|
571
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
|
|
572
|
+
[`3ad0bbf0f93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ad0bbf0f93) - Log
|
|
573
|
+
media ssr getImageURLSync error in global variable ssr data.
|
|
574
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
575
|
+
[`2f682970bfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f682970bfe) -
|
|
576
|
+
Filestates Factory accepts options for MediaClientMock constructor
|
|
577
|
+
- [`da72247beeb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da72247beeb) - remove
|
|
578
|
+
styled-components from media-ui
|
|
579
|
+
- [`22a39ca6f66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22a39ca6f66) - expose
|
|
580
|
+
@atlaskit/media-test-helpers/smart-card-state
|
|
581
|
+
- [`4735277e315`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4735277e315) - Extended
|
|
582
|
+
FileState factory to update File Id internally
|
|
583
|
+
- [`5571b079998`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5571b079998) - Added A
|
|
584
|
+
File State simulator helper
|
|
580
585
|
|
|
581
586
|
### Patch Changes
|
|
582
587
|
|
|
583
|
-
-
|
|
588
|
+
- Updated dependencies
|
|
584
589
|
|
|
585
590
|
## 29.0.1
|
|
586
591
|
|
|
587
592
|
### Patch Changes
|
|
588
593
|
|
|
589
|
-
-
|
|
590
|
-
|
|
591
|
-
|
|
594
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
|
|
595
|
+
[`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
|
|
596
|
+
VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
592
597
|
|
|
593
598
|
## 29.0.0
|
|
594
599
|
|
|
595
600
|
### Major Changes
|
|
596
601
|
|
|
597
|
-
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
### Patch Changes
|
|
642
|
-
|
|
643
|
-
-
|
|
602
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
|
|
603
|
+
[`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
|
|
604
|
+
ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including
|
|
605
|
+
breaking API changes, types and tests in atlassian-frontend packages
|
|
606
|
+
|
|
607
|
+
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
|
|
608
|
+
now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with
|
|
609
|
+
actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade effort
|
|
610
|
+
across AF packages, as react-intl v2 is quite dated. How consumer should update their code: Ensure
|
|
611
|
+
react-intl ^5.18.1 is installed in consuming applications.
|
|
612
|
+
|
|
613
|
+
Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider
|
|
614
|
+
for the new version, using an npm alias
|
|
615
|
+
|
|
616
|
+
```js
|
|
617
|
+
"react-intl": "^2.6.0",
|
|
618
|
+
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
619
|
+
```
|
|
620
|
+
|
|
621
|
+
```js
|
|
622
|
+
import { IntlProvider } from 'react-intl';
|
|
623
|
+
import { IntlProvider as IntlNextProvider } from 'react-intl-next';
|
|
624
|
+
|
|
625
|
+
return (
|
|
626
|
+
<IntlProvider
|
|
627
|
+
key={locale}
|
|
628
|
+
data-test-language={locale}
|
|
629
|
+
locale={locale}
|
|
630
|
+
defaultLocale={DEFAULT_LOCALE}
|
|
631
|
+
messages={messages}
|
|
632
|
+
>
|
|
633
|
+
<IntlNextProvider
|
|
634
|
+
key={locale}
|
|
635
|
+
data-test-language={locale}
|
|
636
|
+
locale={locale}
|
|
637
|
+
defaultLocale={DEFAULT_LOCALE}
|
|
638
|
+
messages={messages}
|
|
639
|
+
>
|
|
640
|
+
{children}
|
|
641
|
+
</IntlNextProvider>
|
|
642
|
+
</IntlProvider>
|
|
643
|
+
);
|
|
644
|
+
```
|
|
645
|
+
|
|
646
|
+
### Patch Changes
|
|
647
|
+
|
|
648
|
+
- Updated dependencies
|
|
644
649
|
|
|
645
650
|
## 28.9.0
|
|
646
651
|
|
|
647
652
|
### Minor Changes
|
|
648
653
|
|
|
649
|
-
-
|
|
650
|
-
|
|
651
|
-
|
|
654
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
655
|
+
[`1724e1b8277`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1724e1b8277) - Extended
|
|
656
|
+
fakeMediaClient with getImageUrlSync mock
|
|
652
657
|
|
|
653
658
|
### Patch Changes
|
|
654
659
|
|
|
655
|
-
-
|
|
660
|
+
- Updated dependencies
|
|
656
661
|
|
|
657
662
|
## 28.8.1
|
|
658
663
|
|
|
659
664
|
### Patch Changes
|
|
660
665
|
|
|
661
|
-
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
-
|
|
665
|
-
|
|
666
|
-
-
|
|
667
|
-
|
|
668
|
-
-
|
|
666
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
|
|
667
|
+
[`11df2d9b882`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11df2d9b882) -
|
|
668
|
+
Re-enabling non stargate url for media examples
|
|
669
|
+
- [`d15fbde3a83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d15fbde3a83) -
|
|
670
|
+
Reverting media playground url change because of broken regression tests
|
|
671
|
+
- [`e362e52fc66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e362e52fc66) - Updating
|
|
672
|
+
the media playground urls for media examples, to avoid stargate auth
|
|
673
|
+
- Updated dependencies
|
|
669
674
|
|
|
670
675
|
## 28.8.0
|
|
671
676
|
|
|
672
677
|
### Minor Changes
|
|
673
678
|
|
|
674
|
-
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
679
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
|
|
680
|
+
[`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Make
|
|
681
|
+
`fakeIntl`'s `defaultMessage` member to be a `jest.fn` with default behvaiour returning provided
|
|
682
|
+
`{defaultMessage}` argument with `fakeIntl[]` wrapping
|
|
678
683
|
|
|
679
684
|
### Patch Changes
|
|
680
685
|
|
|
681
|
-
-
|
|
686
|
+
- Updated dependencies
|
|
682
687
|
|
|
683
688
|
## 28.7.5
|
|
684
689
|
|
|
685
690
|
### Patch Changes
|
|
686
691
|
|
|
687
|
-
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
-
|
|
692
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
693
|
+
[`4777a174e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4777a174e6d) - Added
|
|
694
|
+
analytics support for customMediaPlayer + screen event + entrypoint for locales
|
|
695
|
+
- Updated dependencies
|
|
691
696
|
|
|
692
697
|
## 28.7.4
|
|
693
698
|
|
|
694
699
|
### Patch Changes
|
|
695
700
|
|
|
696
|
-
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
-
|
|
701
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
702
|
+
[`254c7ae04bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/254c7ae04bc) - Refactor
|
|
703
|
+
CardView in Media Card to group UI elements by status
|
|
704
|
+
- Updated dependencies
|
|
700
705
|
|
|
701
706
|
## 28.7.3
|
|
702
707
|
|
|
703
708
|
### Patch Changes
|
|
704
709
|
|
|
705
|
-
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
-
|
|
710
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
711
|
+
[`6810728cd53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6810728cd53) - Ehance
|
|
712
|
+
test for new auth provider in media-image to prevent re-subscription
|
|
713
|
+
- Updated dependencies
|
|
709
714
|
|
|
710
715
|
## 28.7.2
|
|
711
716
|
|
|
712
717
|
### Patch Changes
|
|
713
718
|
|
|
714
|
-
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
-
|
|
719
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
720
|
+
[`6be6879ef6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6be6879ef6d) - Added
|
|
721
|
+
Media Feature Flags control in examples
|
|
722
|
+
- Updated dependencies
|
|
718
723
|
|
|
719
724
|
## 28.7.1
|
|
720
725
|
|
|
721
726
|
### Patch Changes
|
|
722
727
|
|
|
723
|
-
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
-
|
|
728
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
|
|
729
|
+
[`f0ee7740f45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0ee7740f45) - fix
|
|
730
|
+
fakeMediaClient
|
|
731
|
+
- Updated dependencies
|
|
727
732
|
|
|
728
733
|
## 28.7.0
|
|
729
734
|
|
|
730
735
|
### Minor Changes
|
|
731
736
|
|
|
732
|
-
-
|
|
733
|
-
|
|
734
|
-
|
|
737
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
|
|
738
|
+
[`bfd2f542849`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfd2f542849) - Add
|
|
739
|
+
JestSpy and JestFunction members
|
|
735
740
|
|
|
736
741
|
### Patch Changes
|
|
737
742
|
|
|
738
|
-
-
|
|
739
|
-
|
|
740
|
-
-
|
|
741
|
-
|
|
742
|
-
-
|
|
743
|
+
- [`a8c69bc44f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8c69bc44f9) - Added
|
|
744
|
+
missing mock function in fake Media Client implementation
|
|
745
|
+
- [`abc38bc9990`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abc38bc9990) - Added
|
|
746
|
+
request metadata to failed frontend SLIs
|
|
747
|
+
- Updated dependencies
|
|
743
748
|
|
|
744
749
|
## 28.6.0
|
|
745
750
|
|
|
746
751
|
### Minor Changes
|
|
747
752
|
|
|
748
|
-
-
|
|
749
|
-
|
|
750
|
-
|
|
753
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
754
|
+
[`37d4add135f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37d4add135f) - Provide
|
|
755
|
+
Media Client Error creators
|
|
751
756
|
|
|
752
757
|
### Patch Changes
|
|
753
758
|
|
|
754
|
-
-
|
|
759
|
+
- Updated dependencies
|
|
755
760
|
|
|
756
761
|
## 28.5.2
|
|
757
762
|
|
|
758
763
|
### Patch Changes
|
|
759
764
|
|
|
760
|
-
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
-
|
|
765
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425)
|
|
766
|
+
[`a4e37d0df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4e37d0df4) - Fix
|
|
767
|
+
EDM-1636 again
|
|
768
|
+
- Updated dependencies
|
|
764
769
|
|
|
765
770
|
## 28.5.1
|
|
766
771
|
|
|
767
772
|
### Patch Changes
|
|
768
773
|
|
|
769
|
-
-
|
|
774
|
+
- Updated dependencies
|
|
770
775
|
|
|
771
776
|
## 28.5.0
|
|
772
777
|
|
|
773
778
|
### Minor Changes
|
|
774
779
|
|
|
775
|
-
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
780
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571)
|
|
781
|
+
[`fa5ef18162`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa5ef18162) - Fixed
|
|
782
|
+
media client's DataLoader error handling
|
|
783
|
+
- [`dfd440f4b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfd440f4b5) - [ux] New
|
|
784
|
+
functionality to add and remove captions to images and videos. Select an image or video in the
|
|
785
|
+
editor to start using it! editor-core now exports dedupe which aids in not having duplicate
|
|
786
|
+
plugins added when initialising an editor
|
|
782
787
|
|
|
783
788
|
### Patch Changes
|
|
784
789
|
|
|
785
|
-
-
|
|
786
|
-
|
|
787
|
-
-
|
|
790
|
+
- [`4c6c92aee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c6c92aee6) - Fix
|
|
791
|
+
rendering of captions
|
|
792
|
+
- Updated dependencies
|
|
788
793
|
|
|
789
794
|
## 28.4.1
|
|
790
795
|
|
|
791
796
|
### Patch Changes
|
|
792
797
|
|
|
793
|
-
-
|
|
794
|
-
|
|
795
|
-
|
|
798
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
799
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
800
|
+
packages using babel rather than tsc
|
|
796
801
|
|
|
797
802
|
## 28.4.0
|
|
798
803
|
|
|
799
804
|
### Minor Changes
|
|
800
805
|
|
|
801
|
-
-
|
|
802
|
-
|
|
803
|
-
|
|
806
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228)
|
|
807
|
+
[`d6f279ecaa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f279ecaa) - Add
|
|
808
|
+
support for video files in MediaMock
|
|
804
809
|
|
|
805
810
|
### Patch Changes
|
|
806
811
|
|
|
807
|
-
-
|
|
812
|
+
- Updated dependencies
|
|
808
813
|
|
|
809
814
|
## 28.3.1
|
|
810
815
|
|
|
811
816
|
### Patch Changes
|
|
812
817
|
|
|
813
|
-
-
|
|
818
|
+
- Updated dependencies
|
|
814
819
|
|
|
815
820
|
## 28.3.0
|
|
816
821
|
|
|
817
822
|
### Minor Changes
|
|
818
823
|
|
|
819
|
-
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
-
|
|
823
|
-
|
|
824
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516)
|
|
825
|
+
[`52b1353be9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52b1353be9) - BMT-611
|
|
826
|
+
Added integration test for Giphy cloud files
|
|
827
|
+
- [`73613210d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73613210d4) - Adding
|
|
828
|
+
support for Code and Email files so that they are now able to be previewed in the viewer.
|
|
824
829
|
|
|
825
830
|
### Patch Changes
|
|
826
831
|
|
|
827
|
-
-
|
|
832
|
+
- Updated dependencies
|
|
828
833
|
|
|
829
834
|
## 28.2.2
|
|
830
835
|
|
|
831
836
|
### Patch Changes
|
|
832
837
|
|
|
833
|
-
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
838
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
839
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
840
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
841
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
842
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
843
|
+
`devDependencies` to denote version that the package was built with.
|
|
839
844
|
|
|
840
845
|
## 28.2.1
|
|
841
846
|
|
|
842
847
|
### Patch Changes
|
|
843
848
|
|
|
844
|
-
-
|
|
845
|
-
|
|
846
|
-
|
|
849
|
+
- [#5224](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5224)
|
|
850
|
+
[`b4cf0f9326`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4cf0f9326) - ED-10439 -
|
|
851
|
+
Modify loadImageMockSetup to ensure media-ui mock is not hoisted
|
|
847
852
|
|
|
848
853
|
## 28.2.0
|
|
849
854
|
|
|
850
855
|
### Minor Changes
|
|
851
856
|
|
|
852
|
-
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
-
|
|
856
|
-
|
|
857
|
-
-
|
|
858
|
-
|
|
857
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
|
|
858
|
+
[`821e8edaf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/821e8edaf8) - Make
|
|
859
|
+
MediaMock ApiRouter more realistic + replace tall image testing
|
|
860
|
+
- [`9c50fe8fd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c50fe8fd0) - Adding
|
|
861
|
+
Browser integration tests that simulate a using dragging and dropping a folder
|
|
862
|
+
- [`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated
|
|
863
|
+
to declarative entry points
|
|
859
864
|
|
|
860
865
|
### Patch Changes
|
|
861
866
|
|
|
862
|
-
-
|
|
867
|
+
- Updated dependencies
|
|
863
868
|
|
|
864
869
|
## 28.1.4
|
|
865
870
|
|
|
866
871
|
### Patch Changes
|
|
867
872
|
|
|
868
|
-
-
|
|
873
|
+
- Updated dependencies
|
|
869
874
|
|
|
870
875
|
## 28.1.3
|
|
871
876
|
|
|
872
877
|
### Patch Changes
|
|
873
878
|
|
|
874
|
-
-
|
|
879
|
+
- Updated dependencies
|
|
875
880
|
|
|
876
881
|
## 28.1.2
|
|
877
882
|
|
|
878
883
|
### Patch Changes
|
|
879
884
|
|
|
880
|
-
-
|
|
881
|
-
|
|
882
|
-
|
|
885
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
886
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
887
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
883
888
|
|
|
884
|
-
|
|
885
|
-
|
|
889
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
890
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
886
891
|
|
|
887
892
|
## 28.1.1
|
|
888
893
|
|
|
889
894
|
### Patch Changes
|
|
890
895
|
|
|
891
|
-
-
|
|
892
|
-
|
|
893
|
-
|
|
896
|
+
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
|
|
897
|
+
[`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
|
|
898
|
+
required because of conflicts on wadmal release
|
|
894
899
|
|
|
895
900
|
## 28.1.0
|
|
896
901
|
|
|
897
902
|
### Minor Changes
|
|
898
903
|
|
|
899
|
-
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
-
|
|
903
|
-
|
|
904
|
-
-
|
|
905
|
-
|
|
906
|
-
-
|
|
907
|
-
|
|
908
|
-
-
|
|
909
|
-
|
|
910
|
-
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
### Patch Changes
|
|
914
|
-
|
|
915
|
-
-
|
|
916
|
-
|
|
917
|
-
-
|
|
918
|
-
|
|
919
|
-
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
-
|
|
923
|
-
|
|
924
|
-
-
|
|
925
|
-
|
|
926
|
-
-
|
|
904
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
905
|
+
[`62eb1114c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62eb1114c4) - Enable
|
|
906
|
+
passing of MediaFeatureFlags through Editor Renderer via MediaOptions to Media components
|
|
907
|
+
- [`155125a472`](https://bitbucket.org/atlassian/atlassian-frontend/commits/155125a472) - Add
|
|
908
|
+
flushPromise
|
|
909
|
+
- [`5d20188710`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d20188710) - Added all
|
|
910
|
+
supported languages to I18NWrapper
|
|
911
|
+
- [`8cfc88423a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cfc88423a) - Added more
|
|
912
|
+
zip examples and added error handling for zip previews
|
|
913
|
+
- [`2202870181`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2202870181) - Added
|
|
914
|
+
support for zip previews in media viewer
|
|
915
|
+
- [`b8695823e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8695823e3) - Fixed
|
|
916
|
+
Giphy images display as plain text when inserted into Editor
|
|
917
|
+
|
|
918
|
+
### Patch Changes
|
|
919
|
+
|
|
920
|
+
- [`3a188fc905`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a188fc905) - Fixed
|
|
921
|
+
error when using empty mimeType in media examples
|
|
922
|
+
- [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
|
|
923
|
+
'lodash' package instead of single-function 'lodash.\*' packages
|
|
924
|
+
- [`0c1bb3fa88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c1bb3fa88) - Fixed
|
|
925
|
+
mocked response for "/file/copy/withToken" in MediaMock. Added isMediaCollectionItemFullDetails()
|
|
926
|
+
to media-client.
|
|
927
|
+
- [`fa6fb5dfbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6fb5dfbb) - Removing
|
|
928
|
+
unused code to be published
|
|
929
|
+
- [`7af030b047`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7af030b047) - Added
|
|
930
|
+
example for broken external file Id
|
|
931
|
+
- Updated dependencies
|
|
927
932
|
|
|
928
933
|
## 28.0.1
|
|
929
934
|
|
|
930
935
|
### Patch Changes
|
|
931
936
|
|
|
932
|
-
-
|
|
933
|
-
|
|
934
|
-
|
|
937
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
938
|
+
[`50d947cdae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50d947cdae) - Added
|
|
939
|
+
Media Card New Experience behind a feature flag
|
|
935
940
|
|
|
936
941
|
## 28.0.0
|
|
937
942
|
|
|
938
943
|
### Major Changes
|
|
939
944
|
|
|
940
|
-
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
946
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
947
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
948
|
+
IE11. For more information see:
|
|
949
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
945
950
|
|
|
946
951
|
### Patch Changes
|
|
947
952
|
|
|
948
|
-
-
|
|
953
|
+
- Updated dependencies
|
|
949
954
|
|
|
950
955
|
## 27.2.3
|
|
951
956
|
|
|
952
957
|
### Patch Changes
|
|
953
958
|
|
|
954
|
-
-
|
|
959
|
+
- Updated dependencies
|
|
955
960
|
|
|
956
961
|
## 27.2.2
|
|
957
962
|
|
|
958
963
|
### Patch Changes
|
|
959
964
|
|
|
960
|
-
-
|
|
961
|
-
|
|
962
|
-
|
|
965
|
+
- [#3229](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3229)
|
|
966
|
+
[`eac08411a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eac08411a3) - Updated
|
|
967
|
+
react-redux dependency to 5.1.0
|
|
963
968
|
|
|
964
969
|
## 27.2.1
|
|
965
970
|
|
|
966
971
|
### Patch Changes
|
|
967
972
|
|
|
968
|
-
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
-
|
|
972
|
-
|
|
973
|
-
-
|
|
974
|
-
|
|
975
|
-
-
|
|
973
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
974
|
+
[`a2ffde361d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2ffde361d) - MPT-131:
|
|
975
|
+
fetch remote preview for files not supported by the browser
|
|
976
|
+
- [`054e719497`](https://bitbucket.org/atlassian/atlassian-frontend/commits/054e719497) - Replace
|
|
977
|
+
deprecated Media URLs with latest
|
|
978
|
+
- [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
|
|
979
|
+
unused dependencies
|
|
980
|
+
- Updated dependencies
|
|
976
981
|
|
|
977
982
|
## 27.2.0
|
|
978
983
|
|
|
979
984
|
### Minor Changes
|
|
980
985
|
|
|
981
|
-
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
### Patch Changes
|
|
986
|
-
|
|
987
|
-
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
-
|
|
999
|
-
|
|
1000
|
-
-
|
|
1001
|
-
|
|
1002
|
-
-
|
|
1003
|
-
|
|
1004
|
-
-
|
|
1005
|
-
|
|
1006
|
-
-
|
|
1007
|
-
|
|
1008
|
-
-
|
|
1009
|
-
|
|
1010
|
-
-
|
|
1011
|
-
|
|
1012
|
-
-
|
|
1013
|
-
|
|
1014
|
-
-
|
|
1015
|
-
|
|
1016
|
-
-
|
|
1017
|
-
|
|
1018
|
-
-
|
|
1019
|
-
|
|
1020
|
-
-
|
|
1021
|
-
|
|
1022
|
-
-
|
|
1023
|
-
|
|
1024
|
-
-
|
|
1025
|
-
|
|
1026
|
-
-
|
|
1027
|
-
|
|
1028
|
-
-
|
|
1029
|
-
|
|
1030
|
-
-
|
|
1031
|
-
|
|
1032
|
-
-
|
|
1033
|
-
|
|
1034
|
-
-
|
|
1035
|
-
|
|
1036
|
-
-
|
|
1037
|
-
|
|
1038
|
-
-
|
|
1039
|
-
|
|
1040
|
-
-
|
|
1041
|
-
|
|
1042
|
-
-
|
|
1043
|
-
|
|
1044
|
-
-
|
|
1045
|
-
|
|
1046
|
-
-
|
|
1047
|
-
|
|
1048
|
-
-
|
|
1049
|
-
|
|
1050
|
-
-
|
|
1051
|
-
|
|
1052
|
-
-
|
|
1053
|
-
|
|
1054
|
-
-
|
|
1055
|
-
|
|
1056
|
-
-
|
|
1057
|
-
|
|
1058
|
-
-
|
|
1059
|
-
|
|
1060
|
-
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
986
|
+
- [minor][7e363d5aba](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e363d5aba):
|
|
987
|
+
|
|
988
|
+
Adding uploadFromDrag function in MediaMockControlsBackdoor
|
|
989
|
+
|
|
990
|
+
### Patch Changes
|
|
991
|
+
|
|
992
|
+
- [patch][6a6a991904](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a6a991904):
|
|
993
|
+
|
|
994
|
+
Refactoring uploadImageFromDrag-
|
|
995
|
+
[patch][84f82f7015](https://bitbucket.org/atlassian/atlassian-frontend/commits/84f82f7015):
|
|
996
|
+
|
|
997
|
+
Change media-mock /file/copy/withToken to be more similar to real implementation-
|
|
998
|
+
[patch][b2402fc3a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2402fc3a2):
|
|
999
|
+
|
|
1000
|
+
Change api-router logging- Updated dependencies
|
|
1001
|
+
[f459d99f15](https://bitbucket.org/atlassian/atlassian-frontend/commits/f459d99f15):
|
|
1002
|
+
|
|
1003
|
+
- Updated dependencies
|
|
1004
|
+
[17cc5dde5d](https://bitbucket.org/atlassian/atlassian-frontend/commits/17cc5dde5d):
|
|
1005
|
+
- Updated dependencies
|
|
1006
|
+
[3aedaac8c7](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aedaac8c7):
|
|
1007
|
+
- Updated dependencies
|
|
1008
|
+
[f061ed6c98](https://bitbucket.org/atlassian/atlassian-frontend/commits/f061ed6c98):
|
|
1009
|
+
- Updated dependencies
|
|
1010
|
+
[49dbcfa64c](https://bitbucket.org/atlassian/atlassian-frontend/commits/49dbcfa64c):
|
|
1011
|
+
- Updated dependencies
|
|
1012
|
+
[e9d555132d](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9d555132d):
|
|
1013
|
+
- Updated dependencies
|
|
1014
|
+
[5f8e3caf72](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f8e3caf72):
|
|
1015
|
+
- Updated dependencies
|
|
1016
|
+
[d7b07a9ca4](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7b07a9ca4):
|
|
1017
|
+
- Updated dependencies
|
|
1018
|
+
[318a1a0f2f](https://bitbucket.org/atlassian/atlassian-frontend/commits/318a1a0f2f):
|
|
1019
|
+
- Updated dependencies
|
|
1020
|
+
[fd4b237ffe](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd4b237ffe):
|
|
1021
|
+
- Updated dependencies
|
|
1022
|
+
[9691bb8eb9](https://bitbucket.org/atlassian/atlassian-frontend/commits/9691bb8eb9):
|
|
1023
|
+
- Updated dependencies
|
|
1024
|
+
[11ff95c0f0](https://bitbucket.org/atlassian/atlassian-frontend/commits/11ff95c0f0):
|
|
1025
|
+
- Updated dependencies
|
|
1026
|
+
[fb2b3c8a3b](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb2b3c8a3b):
|
|
1027
|
+
- Updated dependencies
|
|
1028
|
+
[692692ba24](https://bitbucket.org/atlassian/atlassian-frontend/commits/692692ba24):
|
|
1029
|
+
- Updated dependencies
|
|
1030
|
+
[5550919b98](https://bitbucket.org/atlassian/atlassian-frontend/commits/5550919b98):
|
|
1031
|
+
- Updated dependencies
|
|
1032
|
+
[b5f17f0751](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5f17f0751):
|
|
1033
|
+
- Updated dependencies
|
|
1034
|
+
[109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
|
|
1035
|
+
- Updated dependencies
|
|
1036
|
+
[e5c869ee31](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5c869ee31):
|
|
1037
|
+
- Updated dependencies
|
|
1038
|
+
[69b678b38c](https://bitbucket.org/atlassian/atlassian-frontend/commits/69b678b38c):
|
|
1039
|
+
- Updated dependencies
|
|
1040
|
+
[e9044fbfa6](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9044fbfa6):
|
|
1041
|
+
- Updated dependencies
|
|
1042
|
+
[fd782b0705](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd782b0705):
|
|
1043
|
+
- Updated dependencies
|
|
1044
|
+
[050781f257](https://bitbucket.org/atlassian/atlassian-frontend/commits/050781f257):
|
|
1045
|
+
- Updated dependencies
|
|
1046
|
+
[4635f8107b](https://bitbucket.org/atlassian/atlassian-frontend/commits/4635f8107b):
|
|
1047
|
+
- Updated dependencies
|
|
1048
|
+
[d80b8e8fdb](https://bitbucket.org/atlassian/atlassian-frontend/commits/d80b8e8fdb):
|
|
1049
|
+
- Updated dependencies
|
|
1050
|
+
[d38212e1be](https://bitbucket.org/atlassian/atlassian-frontend/commits/d38212e1be):
|
|
1051
|
+
- Updated dependencies
|
|
1052
|
+
[ba8c2c4129](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba8c2c4129):
|
|
1053
|
+
- Updated dependencies
|
|
1054
|
+
[d3547279dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3547279dd):
|
|
1055
|
+
- Updated dependencies
|
|
1056
|
+
[67bc25bc3f](https://bitbucket.org/atlassian/atlassian-frontend/commits/67bc25bc3f):
|
|
1057
|
+
- Updated dependencies
|
|
1058
|
+
[4aca202534](https://bitbucket.org/atlassian/atlassian-frontend/commits/4aca202534):
|
|
1059
|
+
- Updated dependencies
|
|
1060
|
+
[48fb5a1b6b](https://bitbucket.org/atlassian/atlassian-frontend/commits/48fb5a1b6b):
|
|
1061
|
+
- Updated dependencies
|
|
1062
|
+
[f3587bae11](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3587bae11):
|
|
1063
|
+
- Updated dependencies
|
|
1064
|
+
[8c8f0099d8](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c8f0099d8):
|
|
1065
|
+
- Updated dependencies
|
|
1066
|
+
[c28ff17fbd](https://bitbucket.org/atlassian/atlassian-frontend/commits/c28ff17fbd):
|
|
1067
|
+
- @atlaskit/media-ui@12.1.0
|
|
1068
|
+
- @atlaskit/media-client@6.1.0
|
|
1069
|
+
- @atlaskit/media-picker@54.1.0
|
|
1070
|
+
- @atlaskit/media-card@67.2.0
|
|
1066
1071
|
|
|
1067
1072
|
## 27.1.0
|
|
1068
1073
|
|
|
1069
1074
|
### Minor Changes
|
|
1070
1075
|
|
|
1071
|
-
-
|
|
1076
|
+
- [minor][6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
|
|
1072
1077
|
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1078
|
+
- Added Stargate integration to MediaPicker popup.
|
|
1079
|
+
- Added `useMediaPickerPopup` option to Editor which enables using MediaPicker popup even when
|
|
1080
|
+
userAuthProvider is not provided.
|
|
1076
1081
|
|
|
1077
|
-
|
|
1082
|
+
### Using Stargate Integration
|
|
1078
1083
|
|
|
1079
|
-
|
|
1080
|
-
|
|
1084
|
+
Stargate integration is enabled by default as long as an `userAuthProvider` is not provided to
|
|
1085
|
+
`MediaClient`.
|
|
1081
1086
|
|
|
1082
|
-
|
|
1083
|
-
|
|
1087
|
+
By default it uses the current domain as base URL. If you need to use a different base URL you can
|
|
1088
|
+
provide a `stargateBaseUrl` configuration:
|
|
1084
1089
|
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1090
|
+
```
|
|
1091
|
+
import { MediaClient } from '@atlaskit/media-client';
|
|
1092
|
+
const mediaClient = new MediaClient({ authProvider, stargateBaseUrl: 'http://stargate-url' });
|
|
1093
|
+
```
|
|
1089
1094
|
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1095
|
+
_Note_: Editor default behaviour is falling back to native file upload when `userAuthProvider` is
|
|
1096
|
+
not provided. In order to avoid that, and being able to use Stargate, you need to set Media option
|
|
1097
|
+
`useMediaPickerPopup` to true.-
|
|
1098
|
+
[minor][3cbc8a49a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cbc8a49a2):
|
|
1094
1099
|
|
|
1095
|
-
|
|
1100
|
+
Adding awaitUpload helper function
|
|
1096
1101
|
|
|
1097
1102
|
### Patch Changes
|
|
1098
1103
|
|
|
1099
|
-
-
|
|
1104
|
+
- [patch][d49ebd7c7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d49ebd7c7a):
|
|
1100
1105
|
|
|
1101
|
-
|
|
1102
|
-
|
|
1106
|
+
remove export \* from media-test-helpers- Updated dependencies
|
|
1107
|
+
[81684c1847](https://bitbucket.org/atlassian/atlassian-frontend/commits/81684c1847):
|
|
1103
1108
|
|
|
1104
|
-
-
|
|
1105
|
-
|
|
1106
|
-
-
|
|
1107
|
-
|
|
1108
|
-
-
|
|
1109
|
-
|
|
1110
|
-
-
|
|
1111
|
-
|
|
1112
|
-
-
|
|
1113
|
-
|
|
1114
|
-
-
|
|
1115
|
-
|
|
1116
|
-
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1109
|
+
- Updated dependencies
|
|
1110
|
+
[eb962d2c36](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb962d2c36):
|
|
1111
|
+
- Updated dependencies
|
|
1112
|
+
[9d2da865dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d2da865dd):
|
|
1113
|
+
- Updated dependencies
|
|
1114
|
+
[f83b67a761](https://bitbucket.org/atlassian/atlassian-frontend/commits/f83b67a761):
|
|
1115
|
+
- Updated dependencies
|
|
1116
|
+
[70b68943d1](https://bitbucket.org/atlassian/atlassian-frontend/commits/70b68943d1):
|
|
1117
|
+
- Updated dependencies
|
|
1118
|
+
[9a93eff8e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a93eff8e6):
|
|
1119
|
+
- Updated dependencies
|
|
1120
|
+
[13a0e50f38](https://bitbucket.org/atlassian/atlassian-frontend/commits/13a0e50f38):
|
|
1121
|
+
- Updated dependencies
|
|
1122
|
+
[6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
|
|
1123
|
+
- @atlaskit/media-picker@54.0.0
|
|
1124
|
+
- @atlaskit/media-client@6.0.0
|
|
1125
|
+
- @atlaskit/media-card@67.1.1
|
|
1126
|
+
- @atlaskit/media-ui@12.0.1
|
|
1127
|
+
- @atlaskit/media-core@31.1.0
|
|
1123
1128
|
|
|
1124
1129
|
## 27.0.0
|
|
1125
1130
|
|
|
1126
1131
|
### Major Changes
|
|
1127
1132
|
|
|
1128
|
-
-
|
|
1133
|
+
- [major][8b34c7371d](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b34c7371d):
|
|
1129
1134
|
|
|
1130
|
-
|
|
1135
|
+
MediaPickerPageObject methods API has changed.
|
|
1131
1136
|
|
|
1132
1137
|
### Minor Changes
|
|
1133
1138
|
|
|
1134
|
-
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
### Patch Changes
|
|
1147
|
-
|
|
1148
|
-
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
-
|
|
1157
|
-
|
|
1158
|
-
-
|
|
1159
|
-
|
|
1160
|
-
-
|
|
1161
|
-
|
|
1162
|
-
-
|
|
1163
|
-
|
|
1164
|
-
-
|
|
1165
|
-
|
|
1166
|
-
-
|
|
1167
|
-
|
|
1168
|
-
-
|
|
1169
|
-
|
|
1170
|
-
-
|
|
1171
|
-
|
|
1172
|
-
-
|
|
1173
|
-
|
|
1174
|
-
-
|
|
1175
|
-
|
|
1176
|
-
-
|
|
1177
|
-
|
|
1178
|
-
-
|
|
1179
|
-
|
|
1180
|
-
-
|
|
1181
|
-
|
|
1182
|
-
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1139
|
+
- [minor][41a2496393](https://bitbucket.org/atlassian/atlassian-frontend/commits/41a2496393):
|
|
1140
|
+
|
|
1141
|
+
New API is introduced: _ `isMediaMockOptedIn` - you can use this in `examples` to check if user
|
|
1142
|
+
wants to use mocked media backend _ `mediaMockQueryOptInFlag` - add this flag to query string to
|
|
1143
|
+
opt-in to mocked media backend-
|
|
1144
|
+
[minor][bbf5eb8824](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbf5eb8824):
|
|
1145
|
+
|
|
1146
|
+
Add asMockFunction utility-
|
|
1147
|
+
[minor][6b06a7baa9](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b06a7baa9):
|
|
1148
|
+
|
|
1149
|
+
Introduce a way to fail specific urls in media mock server via backdoor
|
|
1150
|
+
|
|
1151
|
+
### Patch Changes
|
|
1152
|
+
|
|
1153
|
+
- [patch][196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
|
|
1154
|
+
|
|
1155
|
+
move MockGlobalImage to media-test-helpers for reuse-
|
|
1156
|
+
[patch][d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
|
|
1157
|
+
|
|
1158
|
+
Remove export \* from media components- Updated dependencies
|
|
1159
|
+
[b408e050ab](https://bitbucket.org/atlassian/atlassian-frontend/commits/b408e050ab):
|
|
1160
|
+
|
|
1161
|
+
- Updated dependencies
|
|
1162
|
+
[dda84ee26d](https://bitbucket.org/atlassian/atlassian-frontend/commits/dda84ee26d):
|
|
1163
|
+
- Updated dependencies
|
|
1164
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1165
|
+
- Updated dependencies
|
|
1166
|
+
[fe9d471b88](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe9d471b88):
|
|
1167
|
+
- Updated dependencies
|
|
1168
|
+
[08935ea653](https://bitbucket.org/atlassian/atlassian-frontend/commits/08935ea653):
|
|
1169
|
+
- Updated dependencies
|
|
1170
|
+
[196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
|
|
1171
|
+
- Updated dependencies
|
|
1172
|
+
[77474b6821](https://bitbucket.org/atlassian/atlassian-frontend/commits/77474b6821):
|
|
1173
|
+
- Updated dependencies
|
|
1174
|
+
[be57ca3829](https://bitbucket.org/atlassian/atlassian-frontend/commits/be57ca3829):
|
|
1175
|
+
- Updated dependencies
|
|
1176
|
+
[d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
|
|
1177
|
+
- Updated dependencies
|
|
1178
|
+
[39ee28797d](https://bitbucket.org/atlassian/atlassian-frontend/commits/39ee28797d):
|
|
1179
|
+
- Updated dependencies
|
|
1180
|
+
[bb06388705](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb06388705):
|
|
1181
|
+
- Updated dependencies
|
|
1182
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1183
|
+
- Updated dependencies
|
|
1184
|
+
[832fd6f4f7](https://bitbucket.org/atlassian/atlassian-frontend/commits/832fd6f4f7):
|
|
1185
|
+
- Updated dependencies
|
|
1186
|
+
[695e1c1c31](https://bitbucket.org/atlassian/atlassian-frontend/commits/695e1c1c31):
|
|
1187
|
+
- Updated dependencies
|
|
1188
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1189
|
+
- @atlaskit/media-client@5.0.2
|
|
1190
|
+
- @atlaskit/media-picker@53.0.0
|
|
1191
|
+
- @atlaskit/media-ui@12.0.0
|
|
1192
|
+
- @atlaskit/icon@20.1.0
|
|
1193
|
+
- @atlaskit/media-card@67.1.0
|
|
1194
|
+
- @atlaskit/media-core@31.0.5
|
|
1195
|
+
- @atlaskit/dropdown-menu@9.0.2
|
|
1196
|
+
- @atlaskit/select@11.0.9
|
|
1192
1197
|
|
|
1193
1198
|
## 26.1.2
|
|
1194
1199
|
|
|
1195
1200
|
### Patch Changes
|
|
1196
1201
|
|
|
1197
|
-
-
|
|
1198
|
-
|
|
1199
|
-
-
|
|
1200
|
-
|
|
1201
|
-
-
|
|
1202
|
-
|
|
1203
|
-
-
|
|
1204
|
-
|
|
1205
|
-
-
|
|
1206
|
-
|
|
1207
|
-
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1202
|
+
- Updated dependencies
|
|
1203
|
+
[8c7f68d911](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c7f68d911):
|
|
1204
|
+
- Updated dependencies
|
|
1205
|
+
[f709e92247](https://bitbucket.org/atlassian/atlassian-frontend/commits/f709e92247):
|
|
1206
|
+
- Updated dependencies
|
|
1207
|
+
[0e562f2a4a](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e562f2a4a):
|
|
1208
|
+
- Updated dependencies
|
|
1209
|
+
[9e87af4685](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e87af4685):
|
|
1210
|
+
- Updated dependencies
|
|
1211
|
+
[eeaa647c31](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeaa647c31):
|
|
1212
|
+
- Updated dependencies
|
|
1213
|
+
[0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
|
|
1214
|
+
- @atlaskit/media-ui@11.9.0
|
|
1215
|
+
- @atlaskit/dropdown-menu@9.0.0
|
|
1216
|
+
- @atlaskit/media-card@67.0.4
|
|
1217
|
+
- @atlaskit/icon@20.0.2
|
|
1218
|
+
- @atlaskit/media-picker@52.0.3
|
|
1214
1219
|
|
|
1215
1220
|
## 26.1.1
|
|
1216
1221
|
|
|
1217
1222
|
### Patch Changes
|
|
1218
1223
|
|
|
1219
|
-
-
|
|
1224
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1220
1225
|
|
|
1221
|
-
|
|
1222
|
-
|
|
1226
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1227
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1223
1228
|
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1229
|
+
- @atlaskit/dropdown-menu@8.2.4
|
|
1230
|
+
- @atlaskit/icon@20.0.1
|
|
1231
|
+
- @atlaskit/select@11.0.7
|
|
1232
|
+
- @atlaskit/media-card@67.0.3
|
|
1233
|
+
- @atlaskit/media-client@5.0.1
|
|
1234
|
+
- @atlaskit/media-core@31.0.4
|
|
1235
|
+
- @atlaskit/media-picker@52.0.2
|
|
1236
|
+
- @atlaskit/media-ui@11.8.3
|
|
1232
1237
|
|
|
1233
1238
|
## 26.1.0
|
|
1234
1239
|
|
|
1235
1240
|
### Minor Changes
|
|
1236
1241
|
|
|
1237
|
-
-
|
|
1242
|
+
- [minor][fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
|
|
1238
1243
|
|
|
1239
|
-
|
|
1244
|
+
export testMediaGroupFileId and fakeImage
|
|
1240
1245
|
|
|
1241
1246
|
### Patch Changes
|
|
1242
1247
|
|
|
1243
|
-
-
|
|
1244
|
-
|
|
1245
|
-
-
|
|
1246
|
-
|
|
1247
|
-
-
|
|
1248
|
-
|
|
1249
|
-
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1248
|
+
- Updated dependencies
|
|
1249
|
+
[16b4549bdd](https://bitbucket.org/atlassian/atlassian-frontend/commits/16b4549bdd):
|
|
1250
|
+
- Updated dependencies
|
|
1251
|
+
[28edbccc0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/28edbccc0a):
|
|
1252
|
+
- Updated dependencies
|
|
1253
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
1254
|
+
- Updated dependencies
|
|
1255
|
+
[555818c33a](https://bitbucket.org/atlassian/atlassian-frontend/commits/555818c33a):
|
|
1256
|
+
- @atlaskit/media-picker@52.0.1
|
|
1257
|
+
- @atlaskit/icon@20.0.0
|
|
1258
|
+
- @atlaskit/media-ui@11.8.2
|
|
1259
|
+
- @atlaskit/dropdown-menu@8.2.3
|
|
1260
|
+
- @atlaskit/media-card@67.0.2
|
|
1261
|
+
- @atlaskit/select@11.0.6
|
|
1257
1262
|
|
|
1258
1263
|
## 26.0.0
|
|
1259
1264
|
|
|
1260
1265
|
### Major Changes
|
|
1261
1266
|
|
|
1262
|
-
-
|
|
1267
|
+
- [major][6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
|
|
1263
1268
|
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
+
Stream caches in media-client now use ReplaySubjects instead of Observables. For the most part,
|
|
1270
|
+
this is just the interface that's being updated, as under the hood ReplaySubject was already
|
|
1271
|
+
getting used. ReplaySubjects better suit our use case because they track 1 version of history of
|
|
1272
|
+
the file state. As a consumer, there shouldn't be any necessary code changes. ReplaySubjects
|
|
1273
|
+
extend Observable, so the current usage should continue to work.
|
|
1269
1274
|
|
|
1270
1275
|
### Patch Changes
|
|
1271
1276
|
|
|
1272
|
-
-
|
|
1277
|
+
- [patch][966622bd45](https://bitbucket.org/atlassian/atlassian-frontend/commits/966622bd45):
|
|
1273
1278
|
|
|
1274
|
-
|
|
1275
|
-
|
|
1279
|
+
Stop (large) document load on modal close- Updated dependencies
|
|
1280
|
+
[5504a7da8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/5504a7da8c):
|
|
1276
1281
|
|
|
1277
|
-
-
|
|
1278
|
-
|
|
1279
|
-
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1282
|
+
- Updated dependencies
|
|
1283
|
+
[4794f8d527](https://bitbucket.org/atlassian/atlassian-frontend/commits/4794f8d527):
|
|
1284
|
+
- Updated dependencies
|
|
1285
|
+
[6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
|
|
1286
|
+
- @atlaskit/media-card@67.0.1
|
|
1287
|
+
- @atlaskit/media-picker@52.0.0
|
|
1288
|
+
- @atlaskit/media-client@5.0.0
|
|
1289
|
+
- @atlaskit/media-core@31.0.3
|
|
1290
|
+
- @atlaskit/media-ui@11.8.1
|
|
1286
1291
|
|
|
1287
1292
|
## 25.2.7
|
|
1288
1293
|
|
|
1289
1294
|
### Patch Changes
|
|
1290
1295
|
|
|
1291
|
-
-
|
|
1292
|
-
|
|
1293
|
-
-
|
|
1294
|
-
|
|
1295
|
-
-
|
|
1296
|
-
|
|
1297
|
-
-
|
|
1298
|
-
|
|
1299
|
-
-
|
|
1300
|
-
|
|
1301
|
-
-
|
|
1302
|
-
|
|
1303
|
-
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1296
|
+
- Updated dependencies
|
|
1297
|
+
[90e2c5dd0c](https://bitbucket.org/atlassian/atlassian-frontend/commits/90e2c5dd0c):
|
|
1298
|
+
- Updated dependencies
|
|
1299
|
+
[8c7f8fcf92](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c7f8fcf92):
|
|
1300
|
+
- Updated dependencies
|
|
1301
|
+
[6e55ab88df](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e55ab88df):
|
|
1302
|
+
- Updated dependencies
|
|
1303
|
+
[d60a382185](https://bitbucket.org/atlassian/atlassian-frontend/commits/d60a382185):
|
|
1304
|
+
- Updated dependencies
|
|
1305
|
+
[a47d750b5d](https://bitbucket.org/atlassian/atlassian-frontend/commits/a47d750b5d):
|
|
1306
|
+
- Updated dependencies
|
|
1307
|
+
[8d2685f45c](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d2685f45c):
|
|
1308
|
+
- Updated dependencies
|
|
1309
|
+
[eb50389200](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb50389200):
|
|
1310
|
+
- @atlaskit/media-picker@51.0.0
|
|
1311
|
+
- @atlaskit/media-client@4.3.0
|
|
1312
|
+
- @atlaskit/select@11.0.5
|
|
1308
1313
|
|
|
1309
1314
|
## 25.2.6
|
|
1310
1315
|
|
|
1311
1316
|
### Patch Changes
|
|
1312
1317
|
|
|
1313
|
-
-
|
|
1314
|
-
|
|
1315
|
-
-
|
|
1316
|
-
|
|
1317
|
-
-
|
|
1318
|
-
|
|
1319
|
-
-
|
|
1320
|
-
|
|
1321
|
-
-
|
|
1322
|
-
|
|
1323
|
-
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1318
|
+
- Updated dependencies
|
|
1319
|
+
[28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
|
|
1320
|
+
- Updated dependencies
|
|
1321
|
+
[486a5aec29](https://bitbucket.org/atlassian/atlassian-frontend/commits/486a5aec29):
|
|
1322
|
+
- Updated dependencies
|
|
1323
|
+
[03c917044e](https://bitbucket.org/atlassian/atlassian-frontend/commits/03c917044e):
|
|
1324
|
+
- Updated dependencies
|
|
1325
|
+
[d3f4c97f6a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3f4c97f6a):
|
|
1326
|
+
- Updated dependencies
|
|
1327
|
+
[149560f012](https://bitbucket.org/atlassian/atlassian-frontend/commits/149560f012):
|
|
1328
|
+
- Updated dependencies
|
|
1329
|
+
[4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
1330
|
+
- @atlaskit/icon@19.1.0
|
|
1331
|
+
- @atlaskit/media-card@67.0.0
|
|
1332
|
+
- @atlaskit/media-ui@11.8.0
|
|
1333
|
+
- @atlaskit/select@11.0.4
|
|
1334
|
+
- @atlaskit/media-client@4.2.2
|
|
1335
|
+
- @atlaskit/media-core@31.0.2
|
|
1336
|
+
- @atlaskit/media-picker@50.0.5
|
|
1337
|
+
- @atlaskit/dropdown-menu@8.2.2
|
|
1333
1338
|
|
|
1334
1339
|
## 25.2.5
|
|
1335
1340
|
|
|
1336
1341
|
### Patch Changes
|
|
1337
1342
|
|
|
1338
|
-
-
|
|
1343
|
+
- [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
|
|
1339
1344
|
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1345
|
+
Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages-
|
|
1346
|
+
Updated dependencies
|
|
1347
|
+
[3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
|
|
1343
1348
|
|
|
1344
|
-
|
|
1349
|
+
- @atlaskit/select@11.0.2
|
|
1345
1350
|
|
|
1346
1351
|
## 25.2.4
|
|
1347
1352
|
|
|
1348
1353
|
### Patch Changes
|
|
1349
1354
|
|
|
1350
|
-
-
|
|
1355
|
+
- [patch][b967e41a6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b967e41a6b):
|
|
1351
1356
|
|
|
1352
|
-
|
|
1357
|
+
Add empty file example to media-viewer
|
|
1353
1358
|
|
|
1354
|
-
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1359
|
+
- Updated dependencies
|
|
1360
|
+
[ae6408e1e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae6408e1e4):
|
|
1361
|
+
- @atlaskit/media-picker@50.0.0
|
|
1357
1362
|
|
|
1358
1363
|
## 25.2.3
|
|
1359
1364
|
|
|
1360
|
-
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1365
|
+
- Updated dependencies
|
|
1366
|
+
[30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
|
|
1367
|
+
- @atlaskit/select@11.0.0
|
|
1368
|
+
- @atlaskit/media-picker@49.0.1
|
|
1364
1369
|
|
|
1365
1370
|
## 25.2.2
|
|
1366
1371
|
|
|
1367
|
-
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1372
|
+
- Updated dependencies
|
|
1373
|
+
[24b8ea2667](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24b8ea2667):
|
|
1374
|
+
- @atlaskit/media-client@4.0.0
|
|
1375
|
+
- @atlaskit/media-picker@49.0.0
|
|
1376
|
+
- @atlaskit/media-card@66.0.1
|
|
1377
|
+
- @atlaskit/media-core@31.0.0
|
|
1373
1378
|
|
|
1374
1379
|
## 25.2.1
|
|
1375
1380
|
|
|
1376
1381
|
### Patch Changes
|
|
1377
1382
|
|
|
1378
|
-
-
|
|
1383
|
+
- [patch][6ef4ae5768](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ef4ae5768):
|
|
1379
1384
|
|
|
1380
|
-
|
|
1385
|
+
Bump kakapo, to fix Router instantiation: we now use only 'fetch' as strategy.
|
|
1381
1386
|
|
|
1382
1387
|
## 25.2.0
|
|
1383
1388
|
|
|
1384
1389
|
### Minor Changes
|
|
1385
1390
|
|
|
1386
|
-
-
|
|
1391
|
+
- [minor][ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
|
|
1387
1392
|
|
|
1388
1393
|
**FABDODGEM-13 Editor Damask Release** - [Internal post](http://go.atlassian.com/damask-release)
|
|
1389
1394
|
|
|
1390
1395
|
**BREAKING CHANGES**
|
|
1391
1396
|
|
|
1392
|
-
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
-
|
|
1396
|
-
|
|
1397
|
-
-
|
|
1398
|
-
-
|
|
1399
|
-
-
|
|
1397
|
+
- **Media:** Removed deprecated "context" property from media components in favor of
|
|
1398
|
+
"mediaClientConfig". This affects all public media UI components.
|
|
1399
|
+
- https://product-fabric.atlassian.net/browse/MS-2038
|
|
1400
|
+
- **Tasks & Decisions:** Removed containerAri for task-decisions components.
|
|
1401
|
+
- https://product-fabric.atlassian.net/browse/ED-7631
|
|
1402
|
+
- **Renderer:** Adapts to task-decision changes.
|
|
1403
|
+
- **Editor Mobile Bridge:** Adapts to task-decision changes.
|
|
1404
|
+
- **Util Data Test:** Adapts to task-decision changes.
|
|
1400
1405
|
|
|
1401
1406
|
---
|
|
1402
1407
|
|
|
@@ -1406,1298 +1411,1288 @@ tables, media, mobile, emoji, tasks & decisions, analytics
|
|
|
1406
1411
|
|
|
1407
1412
|
**Editor**
|
|
1408
1413
|
|
|
1409
|
-
-
|
|
1410
|
-
|
|
1411
|
-
-
|
|
1412
|
-
|
|
1413
|
-
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
-
|
|
1423
|
-
|
|
1424
|
-
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1414
|
+
- Support nested actions in stage-0 schema; Change DOM representation of actions
|
|
1415
|
+
- https://product-fabric.atlassian.net/browse/ED-7674
|
|
1416
|
+
- Updated i18n translations
|
|
1417
|
+
- https://product-fabric.atlassian.net/browse/ED-7750
|
|
1418
|
+
- Improved analytics & crash reporting (via a new error boundary)
|
|
1419
|
+
- https://product-fabric.atlassian.net/browse/ED-7766
|
|
1420
|
+
- https://product-fabric.atlassian.net/browse/ED-7806
|
|
1421
|
+
- Improvements to heading anchor links.
|
|
1422
|
+
- https://product-fabric.atlassian.net/browse/ED-7849
|
|
1423
|
+
- https://product-fabric.atlassian.net/browse/ED-7860
|
|
1424
|
+
- Copy/Paste improvements
|
|
1425
|
+
- https://product-fabric.atlassian.net/browse/ED-7840
|
|
1426
|
+
- https://product-fabric.atlassian.net/browse/ED-7849
|
|
1427
|
+
- Fixes for the selection state of Smart links.
|
|
1428
|
+
- https://product-fabric.atlassian.net/browse/ED-7602?src=confmacro
|
|
1429
|
+
- Improvements for table resizing & column creation.
|
|
1430
|
+
- https://product-fabric.atlassian.net/browse/ED-7698
|
|
1431
|
+
- https://product-fabric.atlassian.net/browse/ED-7319
|
|
1432
|
+
- https://product-fabric.atlassian.net/browse/ED-7799
|
|
1428
1433
|
|
|
1429
1434
|
**Mobile**
|
|
1430
1435
|
|
|
1431
|
-
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
-
|
|
1435
|
-
- https://product-fabric.atlassian.net/browse/FM-2370
|
|
1436
|
+
- GASv3 Analytics Events are now relayed from the web to the native context, ready for dispatching.
|
|
1437
|
+
- https://product-fabric.atlassian.net/browse/FM-2502
|
|
1438
|
+
- Hybrid Renderer Recycler view now handles invalid ADF nodes gracefully.
|
|
1439
|
+
- https://product-fabric.atlassian.net/browse/FM-2370
|
|
1436
1440
|
|
|
1437
1441
|
**Media**
|
|
1438
1442
|
|
|
1439
|
-
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
-
|
|
1445
|
-
|
|
1446
|
-
-
|
|
1447
|
-
|
|
1448
|
-
-
|
|
1449
|
-
|
|
1450
|
-
-
|
|
1451
|
-
|
|
1443
|
+
- Improved analytics
|
|
1444
|
+
- https://product-fabric.atlassian.net/browse/MS-2036
|
|
1445
|
+
- https://product-fabric.atlassian.net/browse/MS-2145
|
|
1446
|
+
- https://product-fabric.atlassian.net/browse/MS-2416
|
|
1447
|
+
- https://product-fabric.atlassian.net/browse/MS-2487
|
|
1448
|
+
- Added shouldOpenMediaViewer property to renderer
|
|
1449
|
+
- https://product-fabric.atlassian.net/browse/MS-2393
|
|
1450
|
+
- Implemented analytics for file copy
|
|
1451
|
+
- https://product-fabric.atlassian.net/browse/MS-2036
|
|
1452
|
+
- New `media-viewed` event dispatched when media is interacted with via the media card or viewer.
|
|
1453
|
+
- https://product-fabric.atlassian.net/browse/MS-2284
|
|
1454
|
+
- Support for `alt` text attribute on media image elements.
|
|
1455
|
+
- https://product-fabric.atlassian.net/browse/ED-7776
|
|
1452
1456
|
|
|
1453
1457
|
**i18n-tools**
|
|
1454
1458
|
|
|
1455
1459
|
Bumped dependencies.
|
|
1456
1460
|
|
|
1457
|
-
-
|
|
1461
|
+
- [minor][00c11ee352](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/00c11ee352):
|
|
1458
1462
|
|
|
1459
|
-
|
|
1460
|
-
|
|
1463
|
+
Add `addGlobalEventEmitterListeners` util to be used in examples to see `globalMediaEventEmitter`
|
|
1464
|
+
events in console.
|
|
1461
1465
|
|
|
1462
|
-
-
|
|
1463
|
-
|
|
1464
|
-
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1466
|
+
- Updated dependencies
|
|
1467
|
+
[c3e65f1b9e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3e65f1b9e):
|
|
1468
|
+
- Updated dependencies
|
|
1469
|
+
[e7b5c917de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7b5c917de):
|
|
1470
|
+
- @atlaskit/media-client@3.0.0
|
|
1471
|
+
- @atlaskit/media-core@30.0.17
|
|
1472
|
+
- @atlaskit/media-store@12.0.14
|
|
1473
|
+
- @atlaskit/media-card@66.0.0
|
|
1474
|
+
- @atlaskit/media-picker@48.0.0
|
|
1471
1475
|
|
|
1472
1476
|
## 25.1.3
|
|
1473
1477
|
|
|
1474
1478
|
### Patch Changes
|
|
1475
1479
|
|
|
1476
|
-
-
|
|
1480
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
1477
1481
|
|
|
1478
|
-
|
|
1482
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
1479
1483
|
|
|
1480
1484
|
## 25.1.2
|
|
1481
1485
|
|
|
1482
1486
|
### Patch Changes
|
|
1483
1487
|
|
|
1484
|
-
-
|
|
1488
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
1485
1489
|
|
|
1486
|
-
|
|
1490
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
1487
1491
|
|
|
1488
1492
|
## 25.1.1
|
|
1489
1493
|
|
|
1490
|
-
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1494
|
+
- Updated dependencies
|
|
1495
|
+
[af72468517](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af72468517):
|
|
1496
|
+
- @atlaskit/media-client@2.1.2
|
|
1497
|
+
- @atlaskit/media-core@30.0.14
|
|
1498
|
+
- @atlaskit/media-picker@47.1.2
|
|
1499
|
+
- @atlaskit/media-store@12.0.12
|
|
1500
|
+
- @atlaskit/media-card@65.0.0
|
|
1497
1501
|
|
|
1498
1502
|
## 25.1.0
|
|
1499
1503
|
|
|
1500
1504
|
### Minor Changes
|
|
1501
1505
|
|
|
1502
|
-
-
|
|
1506
|
+
- [minor][e5c3f6ae3e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e5c3f6ae3e):
|
|
1503
1507
|
|
|
1504
|
-
|
|
1508
|
+
ED-6216: External images will now be uploaded to media services if possible
|
|
1505
1509
|
|
|
1506
1510
|
## 25.0.4
|
|
1507
1511
|
|
|
1508
1512
|
### Patch Changes
|
|
1509
1513
|
|
|
1510
|
-
-
|
|
1514
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
1511
1515
|
|
|
1512
|
-
|
|
1513
|
-
|
|
1516
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
1517
|
+
non-relative imports as relative imports
|
|
1514
1518
|
|
|
1515
1519
|
## 25.0.3
|
|
1516
1520
|
|
|
1517
1521
|
### Patch Changes
|
|
1518
1522
|
|
|
1519
|
-
-
|
|
1523
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
1520
1524
|
|
|
1521
|
-
|
|
1525
|
+
Upgraded Typescript to 3.3.x
|
|
1522
1526
|
|
|
1523
1527
|
## 25.0.2
|
|
1524
1528
|
|
|
1525
|
-
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1529
|
+
- Updated dependencies
|
|
1530
|
+
[3624730f44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3624730f44):
|
|
1531
|
+
- @atlaskit/media-client@2.0.2
|
|
1532
|
+
- @atlaskit/media-core@30.0.11
|
|
1533
|
+
- @atlaskit/media-picker@47.0.2
|
|
1534
|
+
- @atlaskit/media-store@12.0.9
|
|
1535
|
+
- @atlaskit/media-card@64.0.0
|
|
1532
1536
|
|
|
1533
1537
|
## 25.0.1
|
|
1534
1538
|
|
|
1535
|
-
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1539
|
+
- Updated dependencies
|
|
1540
|
+
[6879d7d01e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6879d7d01e):
|
|
1541
|
+
- @atlaskit/media-picker@47.0.0
|
|
1538
1542
|
|
|
1539
1543
|
## 25.0.0
|
|
1540
1544
|
|
|
1541
1545
|
### Major Changes
|
|
1542
1546
|
|
|
1543
|
-
-
|
|
1547
|
+
- [major][69586b5353](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69586b5353):
|
|
1544
1548
|
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1549
|
+
Remove following API members: `fakeContext()`, `getDefaultContextConfig()`,
|
|
1550
|
+
`createStorybookContext()`, `createUploadContext()`. You can use new methods introduced earlier:
|
|
1551
|
+
`fakeMediaClientConfig()`, `getDefaultMediaClientConfig()`, etc
|
|
1548
1552
|
|
|
1549
1553
|
## 24.3.5
|
|
1550
1554
|
|
|
1551
|
-
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1555
|
+
- Updated dependencies
|
|
1556
|
+
[ee804f3eeb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ee804f3eeb):
|
|
1557
|
+
- @atlaskit/media-card@63.3.9
|
|
1558
|
+
- @atlaskit/media-core@30.0.9
|
|
1559
|
+
- @atlaskit/media-picker@46.0.3
|
|
1560
|
+
- @atlaskit/media-store@12.0.6
|
|
1561
|
+
- @atlaskit/media-client@2.0.0
|
|
1558
1562
|
|
|
1559
1563
|
## 24.3.4
|
|
1560
1564
|
|
|
1561
1565
|
### Patch Changes
|
|
1562
1566
|
|
|
1563
|
-
-
|
|
1567
|
+
- [patch][4e8f6f609f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e8f6f609f):
|
|
1564
1568
|
|
|
1565
|
-
|
|
1569
|
+
Remove three fields from MediaFile interface: upfrontId, userUpfrontId and userOccurrenceKey.
|
|
1566
1570
|
|
|
1567
1571
|
## 24.3.3
|
|
1568
1572
|
|
|
1569
1573
|
### Patch Changes
|
|
1570
1574
|
|
|
1571
|
-
-
|
|
1575
|
+
- [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
|
|
1572
1576
|
|
|
1573
|
-
|
|
1577
|
+
bugfix, fixes missing version.json file
|
|
1574
1578
|
|
|
1575
1579
|
## 24.3.2
|
|
1576
1580
|
|
|
1577
1581
|
### Patch Changes
|
|
1578
1582
|
|
|
1579
|
-
-
|
|
1583
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1580
1584
|
|
|
1581
|
-
|
|
1585
|
+
In this PR, we are:
|
|
1582
1586
|
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1587
|
+
- Re-introducing dist build folders
|
|
1588
|
+
- Adding back cjs
|
|
1589
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
1590
|
+
- Creating folders at the root for entry-points
|
|
1591
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
1592
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
1593
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
1594
|
+
for further details
|
|
1591
1595
|
|
|
1592
1596
|
## 24.3.1
|
|
1593
1597
|
|
|
1594
|
-
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
+
- Updated dependencies
|
|
1599
|
+
[790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
|
|
1600
|
+
- @atlaskit/media-picker@45.0.1
|
|
1601
|
+
- @atlaskit/select@10.0.0
|
|
1598
1602
|
|
|
1599
1603
|
## 24.3.0
|
|
1600
1604
|
|
|
1601
1605
|
### Minor Changes
|
|
1602
1606
|
|
|
1603
|
-
-
|
|
1607
|
+
- [minor][13ca42c394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/13ca42c394):
|
|
1604
1608
|
|
|
1605
|
-
|
|
1609
|
+
# use getAuthFromContext from media when a file if pasted from a different collection
|
|
1606
1610
|
|
|
1607
|
-
|
|
1611
|
+
Now products can provide auth using **getAuthFromContext** on MediaClientConfig:
|
|
1608
1612
|
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1613
|
+
```
|
|
1614
|
+
import {MediaClientConfig} from '@atlaskit/media-core'
|
|
1615
|
+
import Editor from '@atlaskit/editor-core'
|
|
1612
1616
|
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
}
|
|
1620
|
-
}
|
|
1621
|
-
const mediaProvider: = {
|
|
1622
|
-
viewMediaClientConfig
|
|
1617
|
+
const viewMediaClientConfig: MediaClientConfig = {
|
|
1618
|
+
authProvider // already exists
|
|
1619
|
+
getAuthFromContext(contextId: string) {
|
|
1620
|
+
// here products can return auth for external pages.
|
|
1621
|
+
// in case of copy & paste on Confluence, they can provide read token for
|
|
1622
|
+
// files on the source collection
|
|
1623
1623
|
}
|
|
1624
|
+
}
|
|
1625
|
+
const mediaProvider: = {
|
|
1626
|
+
viewMediaClientConfig
|
|
1627
|
+
}
|
|
1624
1628
|
|
|
1625
|
-
|
|
1626
|
-
|
|
1629
|
+
<Editor {...otherNonRelatedProps} media={{provider: mediaProvider}} />
|
|
1630
|
+
```
|
|
1627
1631
|
|
|
1628
1632
|
## 24.2.0
|
|
1629
1633
|
|
|
1630
1634
|
### Minor Changes
|
|
1631
1635
|
|
|
1632
|
-
-
|
|
1636
|
+
- [minor][a552f93596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a552f93596):
|
|
1633
1637
|
|
|
1634
|
-
|
|
1638
|
+
Increase image preview max height and width to 4096px
|
|
1635
1639
|
|
|
1636
1640
|
## 24.1.3
|
|
1637
1641
|
|
|
1638
|
-
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1642
|
+
- Updated dependencies
|
|
1643
|
+
[e754b5f85e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e754b5f85e):
|
|
1644
|
+
- @atlaskit/media-picker@45.0.0
|
|
1641
1645
|
|
|
1642
1646
|
## 24.1.2
|
|
1643
1647
|
|
|
1644
|
-
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1648
|
+
- Updated dependencies
|
|
1649
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
1650
|
+
- @atlaskit/dropdown-menu@8.0.8
|
|
1651
|
+
- @atlaskit/select@9.1.8
|
|
1652
|
+
- @atlaskit/media-card@63.3.1
|
|
1653
|
+
- @atlaskit/media-picker@44.0.1
|
|
1654
|
+
- @atlaskit/media-ui@11.4.1
|
|
1655
|
+
- @atlaskit/icon@19.0.0
|
|
1652
1656
|
|
|
1653
1657
|
## 24.1.1
|
|
1654
1658
|
|
|
1655
|
-
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1659
|
+
- Updated dependencies
|
|
1660
|
+
[5f4afa52a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5f4afa52a9):
|
|
1661
|
+
- @atlaskit/media-picker@44.0.0
|
|
1658
1662
|
|
|
1659
1663
|
## 24.1.0
|
|
1660
1664
|
|
|
1661
1665
|
### Minor Changes
|
|
1662
1666
|
|
|
1663
|
-
-
|
|
1667
|
+
- [minor][10c2856bc0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10c2856bc0):
|
|
1664
1668
|
|
|
1665
|
-
|
|
1669
|
+
include defaultMediaPickerCollectionName into collectionNames array to get auth from playgrond
|
|
1666
1670
|
|
|
1667
1671
|
## 24.0.3
|
|
1668
1672
|
|
|
1669
|
-
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1673
|
+
- Updated dependencies
|
|
1674
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
1675
|
+
- @atlaskit/dropdown-menu@8.0.4
|
|
1676
|
+
- @atlaskit/select@9.1.5
|
|
1677
|
+
- @atlaskit/media-card@63.1.5
|
|
1678
|
+
- @atlaskit/media-picker@43.1.1
|
|
1679
|
+
- @atlaskit/media-ui@11.2.8
|
|
1680
|
+
- @atlaskit/icon@18.0.0
|
|
1677
1681
|
|
|
1678
1682
|
## 24.0.2
|
|
1679
1683
|
|
|
1680
1684
|
### Patch Changes
|
|
1681
1685
|
|
|
1682
|
-
-
|
|
1686
|
+
- [patch][0f47d97c78](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f47d97c78):
|
|
1683
1687
|
|
|
1684
|
-
|
|
1688
|
+
- fix getDefaultMediaClientConfig
|
|
1685
1689
|
|
|
1686
1690
|
## 24.0.1
|
|
1687
1691
|
|
|
1688
|
-
-
|
|
1692
|
+
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1689
1693
|
|
|
1690
|
-
|
|
1691
|
-
|
|
1694
|
+
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
1695
|
+
Request #5942 for details
|
|
1692
1696
|
|
|
1693
1697
|
## 24.0.0
|
|
1694
1698
|
|
|
1695
|
-
-
|
|
1699
|
+
- [major][9ecfef12ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ecfef12ac):
|
|
1696
1700
|
|
|
1697
|
-
|
|
1698
|
-
|
|
1701
|
+
- `createUserContext` was removed, with no alternatives to replace it. `asMockReturnValue` jest
|
|
1702
|
+
helper function was added to make it possible to be type safe.
|
|
1699
1703
|
|
|
1700
1704
|
## 23.1.1
|
|
1701
1705
|
|
|
1702
|
-
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1706
|
+
- Updated dependencies
|
|
1707
|
+
[051800806c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/051800806c):
|
|
1708
|
+
- @atlaskit/media-picker@43.0.0
|
|
1705
1709
|
|
|
1706
1710
|
## 23.1.0
|
|
1707
1711
|
|
|
1708
|
-
-
|
|
1712
|
+
- [minor][12aa76d5b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12aa76d5b5):
|
|
1709
1713
|
|
|
1710
|
-
|
|
1714
|
+
- ED-6814: fixed rendering mediaSingle without collection
|
|
1711
1715
|
|
|
1712
1716
|
## 23.0.0
|
|
1713
1717
|
|
|
1714
|
-
-
|
|
1718
|
+
- [major][ed3f034232](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed3f034232):
|
|
1715
1719
|
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
function which simplifies test data generation.
|
|
1720
|
+
- Changes to `MediaMock` signature: `MediaMock` constructor now takes an object where destination
|
|
1721
|
+
collection name is the key and the value is a list of `<MediaFile & {blob: Blob}>` objects that
|
|
1722
|
+
will be loaded directly into a database for the corresponding collections. MediaMock now also
|
|
1723
|
+
exports `generateFilesFromTestData` helper function which simplifies test data generation.
|
|
1721
1724
|
|
|
1722
1725
|
## 22.0.1
|
|
1723
1726
|
|
|
1724
|
-
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
+
- Updated dependencies
|
|
1728
|
+
[59cce82fd1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59cce82fd1):
|
|
1729
|
+
- @atlaskit/media-picker@42.0.0
|
|
1727
1730
|
|
|
1728
1731
|
## 22.0.0
|
|
1729
1732
|
|
|
1730
|
-
-
|
|
1733
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1731
1734
|
|
|
1732
|
-
|
|
1733
|
-
|
|
1735
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1736
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
1734
1737
|
|
|
1735
1738
|
## 21.4.0
|
|
1736
1739
|
|
|
1737
|
-
-
|
|
1740
|
+
- [minor][6f463c4d88](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6f463c4d88):
|
|
1738
1741
|
|
|
1739
|
-
|
|
1742
|
+
- add new methods to fake context
|
|
1740
1743
|
|
|
1741
|
-
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1744
|
+
- Updated dependencies
|
|
1745
|
+
[a1192ef860](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a1192ef860):
|
|
1746
|
+
- @atlaskit/media-card@62.0.0
|
|
1747
|
+
- @atlaskit/media-picker@40.0.0
|
|
1748
|
+
- @atlaskit/media-store@11.1.1
|
|
1749
|
+
- @atlaskit/media-core@29.3.0
|
|
1747
1750
|
|
|
1748
1751
|
## 21.3.0
|
|
1749
1752
|
|
|
1750
|
-
-
|
|
1753
|
+
- [minor][5489810e15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5489810e15):
|
|
1751
1754
|
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
+
- Add support for media-client objects: fakeMediaClient, getDefaultMediaClientConfig,
|
|
1756
|
+
createStorybookMediaClient, createStorybookMediaClientConfig, createUploadMediaClient,
|
|
1757
|
+
createUploadMediaClientConfig, createUserMediaClient
|
|
1755
1758
|
|
|
1756
|
-
-
|
|
1757
|
-
|
|
1758
|
-
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1759
|
+
- Updated dependencies
|
|
1760
|
+
[e38d662f7d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e38d662f7d):
|
|
1761
|
+
- Updated dependencies
|
|
1762
|
+
[e7292ab444](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7292ab444):
|
|
1763
|
+
- @atlaskit/media-client@1.0.0
|
|
1764
|
+
- @atlaskit/media-card@61.0.0
|
|
1765
|
+
- @atlaskit/media-picker@39.0.0
|
|
1766
|
+
- @atlaskit/media-store@11.1.0
|
|
1767
|
+
- @atlaskit/media-core@29.2.0
|
|
1765
1768
|
|
|
1766
1769
|
## 21.2.3
|
|
1767
1770
|
|
|
1768
|
-
-
|
|
1771
|
+
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
1769
1772
|
|
|
1770
|
-
|
|
1773
|
+
- Bump tslib
|
|
1771
1774
|
|
|
1772
1775
|
## 21.2.2
|
|
1773
1776
|
|
|
1774
|
-
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1777
|
+
- Updated dependencies
|
|
1778
|
+
[0ff405bd0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ff405bd0f):
|
|
1779
|
+
- @atlaskit/media-core@29.1.2
|
|
1780
|
+
- @atlaskit/media-store@11.0.5
|
|
1781
|
+
- @atlaskit/media-card@60.0.0
|
|
1782
|
+
- @atlaskit/media-picker@38.1.3
|
|
1780
1783
|
|
|
1781
1784
|
## 21.2.1
|
|
1782
1785
|
|
|
1783
|
-
-
|
|
1786
|
+
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
1784
1787
|
|
|
1785
|
-
|
|
1788
|
+
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
1786
1789
|
|
|
1787
1790
|
## 21.2.0
|
|
1788
1791
|
|
|
1789
|
-
-
|
|
1792
|
+
- [minor][e1c1fa454a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1c1fa454a):
|
|
1790
1793
|
|
|
1791
|
-
|
|
1794
|
+
- Support external image identifier in MediaViewer
|
|
1792
1795
|
|
|
1793
1796
|
## 21.1.0
|
|
1794
1797
|
|
|
1795
|
-
-
|
|
1798
|
+
- [minor][dd14a0a1f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd14a0a1f0):
|
|
1796
1799
|
|
|
1797
|
-
|
|
1800
|
+
- export getDefaultContextConfig
|
|
1798
1801
|
|
|
1799
|
-
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1802
|
+
- Updated dependencies
|
|
1803
|
+
[c2c36de22b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c2c36de22b):
|
|
1804
|
+
- @atlaskit/media-card@59.0.0
|
|
1805
|
+
- @atlaskit/media-picker@38.0.0
|
|
1806
|
+
- @atlaskit/media-store@11.0.3
|
|
1807
|
+
- @atlaskit/media-core@29.1.0
|
|
1805
1808
|
|
|
1806
1809
|
## 21.0.3
|
|
1807
1810
|
|
|
1808
|
-
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1811
|
+
- Updated dependencies
|
|
1812
|
+
[9c316bd8aa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c316bd8aa):
|
|
1813
|
+
- @atlaskit/media-core@29.0.2
|
|
1814
|
+
- @atlaskit/media-picker@37.0.3
|
|
1815
|
+
- @atlaskit/media-store@11.0.2
|
|
1816
|
+
- @atlaskit/media-card@58.0.0
|
|
1814
1817
|
|
|
1815
1818
|
## 21.0.2
|
|
1816
1819
|
|
|
1817
|
-
-
|
|
1820
|
+
- [patch][1d09298688](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d09298688):
|
|
1818
1821
|
|
|
1819
|
-
|
|
1822
|
+
- Remove axios dependency
|
|
1820
1823
|
|
|
1821
1824
|
## 21.0.1
|
|
1822
1825
|
|
|
1823
|
-
-
|
|
1826
|
+
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
1824
1827
|
|
|
1825
|
-
|
|
1826
|
-
index.js
|
|
1828
|
+
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
1827
1829
|
|
|
1828
1830
|
## 21.0.0
|
|
1829
1831
|
|
|
1830
|
-
-
|
|
1832
|
+
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1831
1833
|
|
|
1832
|
-
|
|
1834
|
+
- Dropped ES5 distributables from the typescript packages
|
|
1833
1835
|
|
|
1834
1836
|
## 20.1.8
|
|
1835
1837
|
|
|
1836
|
-
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1838
|
+
- Updated dependencies
|
|
1839
|
+
[7ab3e93996](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ab3e93996):
|
|
1840
|
+
- @atlaskit/media-card@56.0.0
|
|
1841
|
+
- @atlaskit/media-picker@36.0.0
|
|
1842
|
+
- @atlaskit/media-core@28.0.0
|
|
1843
|
+
- @atlaskit/media-store@10.0.0
|
|
1842
1844
|
|
|
1843
1845
|
## 20.1.7
|
|
1844
1846
|
|
|
1845
|
-
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1847
|
+
- Updated dependencies
|
|
1848
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1849
|
+
- @atlaskit/icon@16.0.4
|
|
1850
|
+
- @atlaskit/media-card@55.0.2
|
|
1851
|
+
- @atlaskit/media-core@27.2.3
|
|
1852
|
+
- @atlaskit/media-picker@35.0.1
|
|
1853
|
+
- @atlaskit/media-store@9.2.1
|
|
1854
|
+
- @atlaskit/media-ui@9.2.1
|
|
1855
|
+
- @atlaskit/dropdown-menu@7.0.0
|
|
1856
|
+
- @atlaskit/select@8.0.0
|
|
1855
1857
|
|
|
1856
1858
|
## 20.1.6
|
|
1857
1859
|
|
|
1858
|
-
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1860
|
+
- Updated dependencies
|
|
1861
|
+
[4aee5f3cec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4aee5f3cec):
|
|
1862
|
+
- @atlaskit/media-card@55.0.0
|
|
1863
|
+
- @atlaskit/media-picker@35.0.0
|
|
1864
|
+
- @atlaskit/media-core@27.2.0
|
|
1865
|
+
- @atlaskit/media-store@9.2.0
|
|
1864
1866
|
|
|
1865
1867
|
## 20.1.5
|
|
1866
1868
|
|
|
1867
|
-
-
|
|
1868
|
-
|
|
1869
|
-
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1869
|
+
- Updated dependencies
|
|
1870
|
+
[fc6164c8c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fc6164c8c2):
|
|
1871
|
+
- Updated dependencies
|
|
1872
|
+
[190c4b7bd3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/190c4b7bd3):
|
|
1873
|
+
- @atlaskit/media-card@54.0.0
|
|
1874
|
+
- @atlaskit/media-picker@34.0.0
|
|
1875
|
+
- @atlaskit/media-store@9.1.7
|
|
1876
|
+
- @atlaskit/media-core@27.1.0
|
|
1875
1877
|
|
|
1876
1878
|
## 20.1.4
|
|
1877
1879
|
|
|
1878
|
-
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1880
|
+
- Updated dependencies
|
|
1881
|
+
[46dfcfbeca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/46dfcfbeca):
|
|
1882
|
+
- @atlaskit/media-core@27.0.2
|
|
1883
|
+
- @atlaskit/media-picker@33.0.4
|
|
1884
|
+
- @atlaskit/media-store@9.1.6
|
|
1885
|
+
- @atlaskit/media-card@53.0.0
|
|
1884
1886
|
|
|
1885
1887
|
## 20.1.3
|
|
1886
1888
|
|
|
1887
|
-
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1889
|
+
- Updated dependencies
|
|
1890
|
+
[06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
|
|
1891
|
+
- @atlaskit/media-picker@33.0.3
|
|
1892
|
+
- @atlaskit/select@7.0.0
|
|
1891
1893
|
|
|
1892
1894
|
## 20.1.2
|
|
1893
1895
|
|
|
1894
|
-
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1896
|
+
- Updated dependencies
|
|
1897
|
+
[d5bce1ea15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5bce1ea15):
|
|
1898
|
+
- @atlaskit/media-card@52.0.4
|
|
1899
|
+
- @atlaskit/media-picker@33.0.2
|
|
1900
|
+
- @atlaskit/media-ui@9.0.0
|
|
1899
1901
|
|
|
1900
1902
|
## 20.1.1
|
|
1901
1903
|
|
|
1902
|
-
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1904
|
+
- Updated dependencies
|
|
1905
|
+
[65b73cc466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65b73cc466):
|
|
1906
|
+
- @atlaskit/media-picker@33.0.0
|
|
1905
1907
|
|
|
1906
1908
|
## 20.1.0
|
|
1907
1909
|
|
|
1908
|
-
-
|
|
1910
|
+
- [minor][4e82fedc90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e82fedc90):
|
|
1909
1911
|
|
|
1910
|
-
|
|
1912
|
+
- Expose real id upfront for remote files in MediaPicker
|
|
1911
1913
|
|
|
1912
|
-
-
|
|
1913
|
-
|
|
1914
|
-
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1914
|
+
- Updated dependencies
|
|
1915
|
+
[9d881f1eb8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d881f1eb8):
|
|
1916
|
+
- Updated dependencies
|
|
1917
|
+
[69c8d0c19c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c8d0c19c):
|
|
1918
|
+
- @atlaskit/media-picker@32.0.0
|
|
1919
|
+
- @atlaskit/media-card@52.0.0
|
|
1920
|
+
- @atlaskit/media-store@9.1.5
|
|
1921
|
+
- @atlaskit/media-core@27.0.0
|
|
1920
1922
|
|
|
1921
1923
|
## 20.0.1
|
|
1922
1924
|
|
|
1923
|
-
-
|
|
1925
|
+
- [patch][28353efea8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28353efea8):
|
|
1924
1926
|
|
|
1925
|
-
|
|
1927
|
+
- Fix expected/actual in expectToEqual utility
|
|
1926
1928
|
|
|
1927
1929
|
## 20.0.0
|
|
1928
1930
|
|
|
1929
|
-
-
|
|
1931
|
+
- [major][07a187bb30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07a187bb30):
|
|
1930
1932
|
|
|
1931
|
-
|
|
1933
|
+
- Fetch cloud accounts only on cloud folder opening
|
|
1932
1934
|
|
|
1933
1935
|
## 19.1.1
|
|
1934
1936
|
|
|
1935
|
-
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1937
|
+
- Updated dependencies
|
|
1938
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
1939
|
+
- @atlaskit/dropdown-menu@6.1.26
|
|
1940
|
+
- @atlaskit/select@6.1.19
|
|
1941
|
+
- @atlaskit/media-card@51.0.1
|
|
1942
|
+
- @atlaskit/media-ui@8.2.5
|
|
1943
|
+
- @atlaskit/icon@16.0.0
|
|
1942
1944
|
|
|
1943
1945
|
## 19.1.0
|
|
1944
1946
|
|
|
1945
|
-
-
|
|
1947
|
+
- [minor][b1627a5837](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1627a5837):
|
|
1946
1948
|
|
|
1947
|
-
|
|
1949
|
+
- Enable inline video player in Editor and Renderer
|
|
1948
1950
|
|
|
1949
|
-
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1951
|
+
- Updated dependencies
|
|
1952
|
+
[85d5d168fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85d5d168fd):
|
|
1953
|
+
- @atlaskit/media-card@51.0.0
|
|
1954
|
+
- @atlaskit/media-picker@31.0.0
|
|
1955
|
+
- @atlaskit/media-store@9.1.3
|
|
1956
|
+
- @atlaskit/media-core@26.2.0
|
|
1955
1957
|
|
|
1956
1958
|
## 19.0.0
|
|
1957
1959
|
|
|
1958
|
-
-
|
|
1960
|
+
- [major][3ad16f3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ad16f3):
|
|
1959
1961
|
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1962
|
+
- More jest utilities has been added: expectToEqual, expectConstructorToHaveBeenCalledWith and
|
|
1963
|
+
expectFunctionToHaveBeenCalledWith to allow for typed jest assertions. mountWithIntlContext got
|
|
1964
|
+
generics types.
|
|
1963
1965
|
|
|
1964
|
-
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1966
|
+
- Updated dependencies [dadef80](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dadef80):
|
|
1967
|
+
- @atlaskit/media-card@50.0.0
|
|
1968
|
+
- @atlaskit/media-picker@30.0.0
|
|
1969
|
+
- @atlaskit/media-store@9.1.2
|
|
1970
|
+
- @atlaskit/media-core@26.1.0
|
|
1969
1971
|
|
|
1970
1972
|
## 18.10.0
|
|
1971
1973
|
|
|
1972
|
-
-
|
|
1974
|
+
- [minor][e6516fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6516fb):
|
|
1973
1975
|
|
|
1974
|
-
|
|
1976
|
+
- Move media mocks into right location to prevent them to be included in dist
|
|
1975
1977
|
|
|
1976
1978
|
## 18.9.1
|
|
1977
1979
|
|
|
1978
|
-
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1980
|
+
- Updated dependencies [cbb8cb5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cbb8cb5):
|
|
1981
|
+
- @atlaskit/media-card@49.0.0
|
|
1982
|
+
- @atlaskit/media-store@9.1.1
|
|
1983
|
+
- @atlaskit/media-core@26.0.0
|
|
1982
1984
|
|
|
1983
1985
|
## 18.9.0
|
|
1984
1986
|
|
|
1985
|
-
-
|
|
1987
|
+
- [minor][72d37fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/72d37fb):
|
|
1986
1988
|
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1989
|
+
- Remove deprecated methods from media-core
|
|
1990
|
+
- Use context.collection methods in MediaViewer
|
|
1991
|
+
- Remove link support from media-card
|
|
1992
|
+
- Remove legacy services + providers from media-core
|
|
1993
|
+
- Remove link related methods from media-core
|
|
1994
|
+
- Remove axios dependency
|
|
1995
|
+
- Make context.getImage cancelable
|
|
1994
1996
|
|
|
1995
1997
|
## 18.8.0
|
|
1996
1998
|
|
|
1997
|
-
-
|
|
1999
|
+
- [minor][6bc785d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bc785d):
|
|
1998
2000
|
|
|
1999
|
-
|
|
2001
|
+
- default to HD video if available in video viewer
|
|
2000
2002
|
|
|
2001
2003
|
## 18.7.3
|
|
2002
2004
|
|
|
2003
|
-
-
|
|
2005
|
+
- [patch][b677631](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b677631):
|
|
2004
2006
|
|
|
2005
|
-
|
|
2007
|
+
- Add new example and ensure occurrenceKey is set for all copy/withToken calls
|
|
2006
2008
|
|
|
2007
2009
|
## 18.7.2
|
|
2008
2010
|
|
|
2009
|
-
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2011
|
+
- Updated dependencies [135ed00](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/135ed00):
|
|
2012
|
+
- @atlaskit/media-core@24.7.2
|
|
2013
|
+
- @atlaskit/media-store@9.0.2
|
|
2014
|
+
- @atlaskit/media-card@47.0.0
|
|
2013
2015
|
|
|
2014
2016
|
## 18.7.1
|
|
2015
2017
|
|
|
2016
|
-
-
|
|
2018
|
+
- [patch][ca16fa9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ca16fa9):
|
|
2017
2019
|
|
|
2018
|
-
|
|
2020
|
+
- Add SSR support to media components
|
|
2019
2021
|
|
|
2020
2022
|
## 18.7.0
|
|
2021
2023
|
|
|
2022
|
-
-
|
|
2024
|
+
- [minor][5c06476](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5c06476):
|
|
2023
2025
|
|
|
2024
|
-
|
|
2026
|
+
- Add touch endpoint to mock server
|
|
2025
2027
|
|
|
2026
|
-
-
|
|
2027
|
-
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2028
|
+
- Updated dependencies [b3738ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b3738ea):
|
|
2029
|
+
- Updated dependencies [096f898](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/096f898):
|
|
2030
|
+
- @atlaskit/media-card@46.0.0
|
|
2031
|
+
- @atlaskit/media-store@9.0.0
|
|
2032
|
+
- @atlaskit/media-core@24.7.0
|
|
2031
2033
|
|
|
2032
2034
|
## 18.6.2
|
|
2033
2035
|
|
|
2034
|
-
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2036
|
+
- Updated dependencies [80f765b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80f765b):
|
|
2037
|
+
- @atlaskit/media-card@45.0.0
|
|
2038
|
+
- @atlaskit/media-store@8.5.1
|
|
2039
|
+
- @atlaskit/media-core@24.6.0
|
|
2038
2040
|
|
|
2039
2041
|
## 18.6.1
|
|
2040
2042
|
|
|
2041
|
-
-
|
|
2043
|
+
- [patch][f621523](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f621523):
|
|
2042
2044
|
|
|
2043
|
-
|
|
2045
|
+
- fix MediaMocker router
|
|
2044
2046
|
|
|
2045
2047
|
## 18.6.0
|
|
2046
2048
|
|
|
2047
|
-
-
|
|
2049
|
+
- [minor][0f42ec1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f42ec1):
|
|
2048
2050
|
|
|
2049
|
-
|
|
2051
|
+
Use /items endpoint in media-core
|
|
2050
2052
|
|
|
2051
2053
|
## 18.5.2
|
|
2052
2054
|
|
|
2053
|
-
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2055
|
+
- Updated dependencies [5de3574](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5de3574):
|
|
2056
|
+
- @atlaskit/media-card@44.1.1
|
|
2057
|
+
- @atlaskit/media-ui@8.0.0
|
|
2056
2058
|
|
|
2057
2059
|
## 18.5.1
|
|
2058
2060
|
|
|
2059
|
-
-
|
|
2061
|
+
- [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
|
|
2060
2062
|
|
|
2061
|
-
|
|
2063
|
+
- Packages should not be shown in the navigation, search and overview
|
|
2062
2064
|
|
|
2063
2065
|
## 18.5.0
|
|
2064
2066
|
|
|
2065
|
-
-
|
|
2067
|
+
- [minor][c1ea81c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1ea81c):
|
|
2066
2068
|
|
|
2067
|
-
|
|
2069
|
+
- use custom video player for inline video in media-card
|
|
2068
2070
|
|
|
2069
2071
|
## 18.4.0
|
|
2070
2072
|
|
|
2071
|
-
-
|
|
2073
|
+
- [minor][b02ffa7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b02ffa7):
|
|
2072
2074
|
|
|
2073
|
-
|
|
2075
|
+
- add touch event helpers and canvas mocking
|
|
2074
2076
|
|
|
2075
2077
|
## 18.3.2
|
|
2076
2078
|
|
|
2077
|
-
-
|
|
2079
|
+
- [patch][5a6de24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a6de24):
|
|
2078
2080
|
|
|
2079
|
-
|
|
2081
|
+
- translate component properties in media components
|
|
2080
2082
|
|
|
2081
2083
|
## 18.3.1
|
|
2082
2084
|
|
|
2083
|
-
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2085
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
2086
|
+
- @atlaskit/dropdown-menu@6.1.23
|
|
2087
|
+
- @atlaskit/select@6.1.9
|
|
2088
|
+
- @atlaskit/media-card@44.0.2
|
|
2089
|
+
- @atlaskit/media-ui@7.6.2
|
|
2090
|
+
- @atlaskit/icon@15.0.0
|
|
2089
2091
|
|
|
2090
2092
|
## 18.3.0
|
|
2091
2093
|
|
|
2092
|
-
-
|
|
2094
|
+
- [minor][fa7d4c5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa7d4c5):
|
|
2093
2095
|
|
|
2094
|
-
|
|
2096
|
+
- asMock method was added; It can be used to convert any function into jest.Mock;
|
|
2095
2097
|
|
|
2096
|
-
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2098
|
+
- Updated dependencies [7e8b4b9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e8b4b9):
|
|
2099
|
+
- @atlaskit/media-card@44.0.0
|
|
2100
|
+
- @atlaskit/media-core@24.5.0
|
|
2099
2101
|
|
|
2100
2102
|
## 18.2.12
|
|
2101
2103
|
|
|
2102
|
-
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2104
|
+
- Updated dependencies [2c21466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2c21466):
|
|
2105
|
+
- @atlaskit/media-card@43.0.0
|
|
2106
|
+
- @atlaskit/media-core@24.4.0
|
|
2107
|
+
- @atlaskit/media-store@8.3.0
|
|
2106
2108
|
|
|
2107
2109
|
## 18.2.11
|
|
2108
2110
|
|
|
2109
|
-
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2111
|
+
- Updated dependencies [04c7192](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/04c7192):
|
|
2112
|
+
- @atlaskit/media-core@24.3.1
|
|
2113
|
+
- @atlaskit/media-card@42.0.0
|
|
2112
2114
|
|
|
2113
2115
|
## 18.2.10
|
|
2114
2116
|
|
|
2115
|
-
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2117
|
+
- [patch] Updated dependencies
|
|
2118
|
+
[ced32d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ced32d0)
|
|
2119
|
+
- @atlaskit/media-card@41.1.2
|
|
2120
|
+
- @atlaskit/media-ui@7.0.0
|
|
2119
2121
|
|
|
2120
2122
|
## 18.2.9
|
|
2121
2123
|
|
|
2122
|
-
-
|
|
2123
|
-
|
|
2124
|
+
- [patch] Cleanup media + editor integration 🔥
|
|
2125
|
+
[2f9d14d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2f9d14d)
|
|
2124
2126
|
|
|
2125
2127
|
## 18.2.8
|
|
2126
2128
|
|
|
2127
|
-
-
|
|
2128
|
-
|
|
2129
|
+
- [patch] Split Media + Editor cleanup part 1
|
|
2130
|
+
[b1ce691](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1ce691)
|
|
2129
2131
|
|
|
2130
2132
|
## 18.2.7
|
|
2131
2133
|
|
|
2132
|
-
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2134
|
+
- [patch] Updated dependencies
|
|
2135
|
+
[6e510d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e510d8)
|
|
2136
|
+
- @atlaskit/media-core@24.2.2
|
|
2137
|
+
- @atlaskit/media-card@40.0.0
|
|
2136
2138
|
|
|
2137
2139
|
## 18.2.6
|
|
2138
2140
|
|
|
2139
|
-
-
|
|
2140
|
-
|
|
2141
|
+
- [patch] Fix bug with download binary
|
|
2142
|
+
[71ebe0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/71ebe0b)
|
|
2141
2143
|
|
|
2142
2144
|
## 18.2.5
|
|
2143
2145
|
|
|
2144
|
-
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2146
|
+
- [patch] Updated dependencies
|
|
2147
|
+
[2afa60d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2afa60d)
|
|
2148
|
+
- @atlaskit/media-card@39.0.0
|
|
2149
|
+
- @atlaskit/media-core@24.2.0
|
|
2150
|
+
- @atlaskit/media-store@8.1.0
|
|
2149
2151
|
|
|
2150
2152
|
## 18.2.4
|
|
2151
2153
|
|
|
2152
|
-
-
|
|
2153
|
-
|
|
2154
|
+
- [patch] Add pagination to recents view in MediaPicker
|
|
2155
|
+
[4b3c1f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b3c1f5)
|
|
2154
2156
|
|
|
2155
2157
|
## 18.2.3
|
|
2156
2158
|
|
|
2157
|
-
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2159
|
+
- [patch] Deprecate context.uploadFile & context.getFile. Instead context.file.upload &
|
|
2160
|
+
context.file.getFileState should be used; media-store's uploadFile function now takes MediaStore
|
|
2161
|
+
as a second argument, not MediaApiConfig
|
|
2162
|
+
[8b2c4d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b2c4d3)
|
|
2163
|
+
- [patch] Deprecate context.uploadFile & context.getFile. Instead context.file.upload &
|
|
2164
|
+
context.file.getFileState should be used; media-store's uploadFile function now takes MediaStore
|
|
2165
|
+
as a second argument, not MediaApiConfig
|
|
2166
|
+
[3302d51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3302d51)
|
|
2165
2167
|
|
|
2166
2168
|
## 18.2.2
|
|
2167
2169
|
|
|
2168
|
-
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2170
|
+
- [patch] Updated dependencies
|
|
2171
|
+
[2d848cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d848cd)
|
|
2172
|
+
- @atlaskit/media-core@24.0.3
|
|
2173
|
+
- @atlaskit/media-store@7.0.0
|
|
2172
2174
|
|
|
2173
2175
|
## 18.2.1
|
|
2174
2176
|
|
|
2175
|
-
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2177
|
+
- [patch] Updated dependencies
|
|
2178
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
2179
|
+
- @atlaskit/dropdown-menu@6.1.17
|
|
2180
|
+
- @atlaskit/select@6.0.2
|
|
2181
|
+
- @atlaskit/media-card@37.0.1
|
|
2182
|
+
- @atlaskit/media-ui@6.0.1
|
|
2183
|
+
- @atlaskit/icon@14.0.0
|
|
2182
2184
|
|
|
2183
2185
|
## 18.2.0
|
|
2184
2186
|
|
|
2185
|
-
-
|
|
2186
|
-
|
|
2187
|
+
- [minor] Add I18n support to media-card
|
|
2188
|
+
[dae7792](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dae7792)
|
|
2187
2189
|
|
|
2188
2190
|
## 18.1.0
|
|
2189
2191
|
|
|
2190
|
-
-
|
|
2191
|
-
|
|
2192
|
+
- [minor] Support external image identifiers in media-card
|
|
2193
|
+
[82c8bb9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82c8bb9)
|
|
2192
2194
|
|
|
2193
2195
|
## 18.0.0
|
|
2194
2196
|
|
|
2195
|
-
-
|
|
2196
|
-
|
|
2197
|
+
- [major] Update RXJS dependency to ^5.5.0
|
|
2198
|
+
[927ae63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/927ae63)
|
|
2197
2199
|
|
|
2198
2200
|
## 17.1.0
|
|
2199
2201
|
|
|
2200
|
-
-
|
|
2201
|
-
|
|
2202
|
+
- [minor] expose new context.collection methods
|
|
2203
|
+
[6e1d642](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e1d642)
|
|
2202
2204
|
|
|
2203
2205
|
## 17.0.2
|
|
2204
2206
|
|
|
2205
|
-
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
- @atlaskit/media-core@23.1.1
|
|
2207
|
+
- [patch] Update TS to 3.0 [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
|
|
2208
|
+
- [none] Updated dependencies
|
|
2209
|
+
[f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
|
|
2210
|
+
- @atlaskit/media-core@23.1.1
|
|
2210
2211
|
|
|
2211
2212
|
## 17.0.1
|
|
2212
2213
|
|
|
2213
|
-
-
|
|
2214
|
-
|
|
2214
|
+
- [patch] fix media-test-helpers dist
|
|
2215
|
+
[20756c3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/20756c3)
|
|
2215
2216
|
|
|
2216
2217
|
## 17.0.0
|
|
2217
2218
|
|
|
2218
|
-
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
- @atlaskit/media-core@23.0.2
|
|
2219
|
+
- [major] Remove new upload service feature flag (useNewUploadService). Now new upload service will
|
|
2220
|
+
be used by default. [911a570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/911a570)
|
|
2221
|
+
- [none] Updated dependencies
|
|
2222
|
+
[911a570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/911a570)
|
|
2223
|
+
- @atlaskit/media-store@6.0.1
|
|
2224
|
+
- @atlaskit/media-core@23.0.2
|
|
2225
2225
|
|
|
2226
2226
|
## 16.0.0
|
|
2227
2227
|
|
|
2228
|
-
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2228
|
+
- [major] Synchronous property "serviceHost" as part of many Interfaces in media components (like
|
|
2229
|
+
MediaApiConfig) is removed and replaced with asynchronous "baseUrl" as part of Auth object.
|
|
2230
|
+
[d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
|
|
2231
|
+
- [major] Updated dependencies
|
|
2232
|
+
[d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
|
|
2233
|
+
- @atlaskit/media-store@6.0.0
|
|
2234
|
+
- @atlaskit/media-core@23.0.0
|
|
2235
2235
|
|
|
2236
2236
|
## 15.2.1
|
|
2237
2237
|
|
|
2238
|
-
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2238
|
+
- [patch] Updated dependencies
|
|
2239
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
2240
|
+
- @atlaskit/media-core@22.2.1
|
|
2241
|
+
- @atlaskit/media-store@5.1.1
|
|
2242
2242
|
|
|
2243
2243
|
## 15.2.0
|
|
2244
2244
|
|
|
2245
|
-
-
|
|
2246
|
-
|
|
2247
|
-
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2245
|
+
- [minor] use context.getFile in media-card
|
|
2246
|
+
[fad25ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad25ec)
|
|
2247
|
+
- [minor] Updated dependencies
|
|
2248
|
+
[fad25ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad25ec)
|
|
2249
|
+
- @atlaskit/media-store@5.1.0
|
|
2250
|
+
- @atlaskit/media-core@22.1.0
|
|
2251
2251
|
|
|
2252
2252
|
## 15.1.0
|
|
2253
2253
|
|
|
2254
|
-
-
|
|
2255
|
-
|
|
2256
|
-
-
|
|
2257
|
-
|
|
2258
|
-
-
|
|
2259
|
-
|
|
2260
|
-
-
|
|
2261
|
-
|
|
2262
|
-
-
|
|
2263
|
-
|
|
2264
|
-
-
|
|
2265
|
-
|
|
2254
|
+
- [patch] Implemented smart cards and common views for other cards
|
|
2255
|
+
[fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
|
|
2256
|
+
- [patch] Implemented smart cards and common UI elements
|
|
2257
|
+
[fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
|
|
2258
|
+
- [minor] Implement smart card
|
|
2259
|
+
[49c8425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c8425)
|
|
2260
|
+
- [patch] Updated dependencies
|
|
2261
|
+
[fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
|
|
2262
|
+
- [patch] Updated dependencies
|
|
2263
|
+
[fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
|
|
2264
|
+
- [none] Updated dependencies
|
|
2265
|
+
[49c8425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c8425)
|
|
2266
2266
|
|
|
2267
2267
|
## 15.0.0
|
|
2268
2268
|
|
|
2269
|
-
-
|
|
2270
|
-
|
|
2271
|
-
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2269
|
+
- [major] Updates to React ^16.4.0
|
|
2270
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
2271
|
+
- [major] Updated dependencies
|
|
2272
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
2273
|
+
- @atlaskit/media-core@22.0.0
|
|
2274
|
+
- @atlaskit/media-store@5.0.0
|
|
2275
|
+
- [major] Updated dependencies
|
|
2276
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
2277
|
+
- @atlaskit/media-store@5.0.0
|
|
2278
|
+
- @atlaskit/media-core@22.0.0
|
|
2279
2279
|
|
|
2280
2280
|
## 14.0.6
|
|
2281
2281
|
|
|
2282
|
-
-
|
|
2283
|
-
|
|
2284
|
-
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2282
|
+
- [patch] Use media.tsconfig in MediaViewer
|
|
2283
|
+
[42ee1ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42ee1ea)
|
|
2284
|
+
- [patch] Updated dependencies
|
|
2285
|
+
[42ee1ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42ee1ea)
|
|
2286
|
+
- @atlaskit/media-core@21.0.0
|
|
2287
2287
|
|
|
2288
2288
|
## 14.0.5
|
|
2289
2289
|
|
|
2290
|
-
-
|
|
2291
|
-
|
|
2292
|
-
-
|
|
2293
|
-
|
|
2290
|
+
- [patch] Replace faker with lightweight internal functions
|
|
2291
|
+
[1c3352a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c3352a)
|
|
2292
|
+
- [none] Updated dependencies
|
|
2293
|
+
[1c3352a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c3352a)
|
|
2294
2294
|
|
|
2295
2295
|
## 14.0.4
|
|
2296
2296
|
|
|
2297
|
-
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2297
|
+
- [patch] Updated dependencies
|
|
2298
|
+
[c57e9c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c57e9c1)
|
|
2299
|
+
- @atlaskit/media-store@4.2.0
|
|
2300
|
+
- @atlaskit/media-core@20.0.0
|
|
2301
2301
|
|
|
2302
2302
|
## 14.0.3
|
|
2303
2303
|
|
|
2304
|
-
-
|
|
2305
|
-
|
|
2306
|
-
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2304
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
2305
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
2306
|
+
- [none] Updated dependencies
|
|
2307
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
2308
|
+
- @atlaskit/media-store@4.1.1
|
|
2309
|
+
- @atlaskit/media-core@19.1.3
|
|
2310
2310
|
|
|
2311
2311
|
## 14.0.2
|
|
2312
2312
|
|
|
2313
|
-
-
|
|
2314
|
-
|
|
2315
|
-
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2313
|
+
- [patch] Update changelogs to remove duplicate
|
|
2314
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
2315
|
+
- [none] Updated dependencies
|
|
2316
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
2317
|
+
- @atlaskit/media-core@19.1.2
|
|
2318
2318
|
|
|
2319
2319
|
## 14.0.1
|
|
2320
2320
|
|
|
2321
|
-
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2321
|
+
- [none] Updated dependencies
|
|
2322
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
2323
|
+
- @atlaskit/media-core@19.1.1
|
|
2324
2324
|
|
|
2325
2325
|
## 14.0.0
|
|
2326
2326
|
|
|
2327
|
-
-
|
|
2328
|
-
|
|
2329
|
-
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2327
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
2328
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
2329
|
+
- [patch] Updated dependencies
|
|
2330
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
2331
|
+
- @atlaskit/media-store@4.0.0
|
|
2332
|
+
- @atlaskit/media-core@19.0.0
|
|
2333
2333
|
|
|
2334
2334
|
## 13.3.1
|
|
2335
2335
|
|
|
2336
|
-
-
|
|
2337
|
-
|
|
2338
|
-
-
|
|
2339
|
-
|
|
2336
|
+
- [patch] MSW-741 : handle unexpected media types without crashes
|
|
2337
|
+
[0353017](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0353017)
|
|
2338
|
+
- [none] Updated dependencies
|
|
2339
|
+
[0353017](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0353017)
|
|
2340
2340
|
|
|
2341
2341
|
## 13.3.0
|
|
2342
2342
|
|
|
2343
|
-
-
|
|
2344
|
-
|
|
2345
|
-
-
|
|
2346
|
-
|
|
2343
|
+
- [minor] Add new item to example items
|
|
2344
|
+
[602c46e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/602c46e)
|
|
2345
|
+
- [none] Updated dependencies
|
|
2346
|
+
[602c46e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/602c46e)
|
|
2347
2347
|
|
|
2348
2348
|
## 13.2.0
|
|
2349
2349
|
|
|
2350
|
-
-
|
|
2351
|
-
|
|
2352
|
-
-
|
|
2353
|
-
|
|
2350
|
+
- [minor] add custom video player under feature flag
|
|
2351
|
+
[9041109](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041109)
|
|
2352
|
+
- [none] Updated dependencies
|
|
2353
|
+
[9041109](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041109)
|
|
2354
2354
|
|
|
2355
2355
|
## 13.1.0
|
|
2356
2356
|
|
|
2357
|
-
-
|
|
2358
|
-
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2357
|
+
- [minor] add media mocks [1754450](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1754450)
|
|
2358
|
+
- [none] Updated dependencies
|
|
2359
|
+
[1754450](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1754450)
|
|
2360
|
+
- @atlaskit/media-store@3.1.0
|
|
2361
2361
|
|
|
2362
2362
|
## 13.0.2
|
|
2363
2363
|
|
|
2364
|
-
-
|
|
2365
|
-
-
|
|
2366
|
-
|
|
2364
|
+
- [patch][f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
|
|
2365
|
+
- [none] Updated dependencies
|
|
2366
|
+
[f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
|
|
2367
2367
|
|
|
2368
2368
|
## 13.0.1
|
|
2369
2369
|
|
|
2370
|
-
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2370
|
+
- [patch] Updated dependencies
|
|
2371
|
+
[bd26d3c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd26d3c)
|
|
2372
|
+
- @atlaskit/media-core@18.1.1
|
|
2373
2373
|
|
|
2374
2374
|
## 13.0.0
|
|
2375
2375
|
|
|
2376
|
-
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
- @atlaskit/media-core@18.1.0
|
|
2376
|
+
- [major] media-picker: <All but popup picker>.emitUploadEnd second argument shape has changed from
|
|
2377
|
+
MediaFileData to FileDetails; `upload-end` event payload body shape changed from MediaFileData to
|
|
2378
|
+
FileDetails; All the media pickers config now have new property `useNewUploadService: boolean`
|
|
2379
|
+
(false by default); popup media-picker .cancel can't be called with no argument, though types does
|
|
2380
|
+
allow for it; `File` is removed; --- media-store: MediaStore.createFile now has a required
|
|
2381
|
+
argument of type MediaStoreCreateFileParams; MediaStore.copyFileWithToken new method; uploadFile
|
|
2382
|
+
method result type has changed from just a promise to a UploadFileResult type; ---
|
|
2383
|
+
media-test-helpers: mediaPickerAuthProvider argument has changed from a component instance to just
|
|
2384
|
+
a boolean authEnvironment;
|
|
2385
|
+
[84f6f91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84f6f91)
|
|
2386
|
+
- [major] SUMMARY GOES HERE [9041d71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041d71)
|
|
2387
|
+
- [none] Updated dependencies
|
|
2388
|
+
[84f6f91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84f6f91)
|
|
2389
|
+
- @atlaskit/media-core@18.1.0
|
|
2390
|
+
- [major] Updated dependencies
|
|
2391
|
+
[9041d71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041d71)
|
|
2392
|
+
- @atlaskit/media-core@18.1.0
|
|
2394
2393
|
|
|
2395
2394
|
## 12.0.4
|
|
2396
2395
|
|
|
2397
|
-
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2396
|
+
- [patch] Updated dependencies
|
|
2397
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
2398
|
+
- @atlaskit/field-text@5.0.3
|
|
2399
|
+
- @atlaskit/media-core@18.0.3
|
|
2401
2400
|
|
|
2402
2401
|
## 12.0.1
|
|
2403
2402
|
|
|
2404
|
-
-
|
|
2405
|
-
|
|
2403
|
+
- [patch] Added missing dependencies and added lint rule to catch them all
|
|
2404
|
+
[0672503](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0672503)
|
|
2406
2405
|
|
|
2407
2406
|
## 12.0.0
|
|
2408
2407
|
|
|
2409
|
-
-
|
|
2410
|
-
|
|
2408
|
+
- [major] Bump to React 16.3.
|
|
2409
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
2411
2410
|
|
|
2412
2411
|
## 11.0.0
|
|
2413
2412
|
|
|
2414
|
-
-
|
|
2415
|
-
|
|
2416
|
-
[929731a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/929731a)
|
|
2413
|
+
- [major] Show upload button during recents load in media picker. + Inprove caching for auth
|
|
2414
|
+
provider used in examples [929731a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/929731a)
|
|
2417
2415
|
|
|
2418
2416
|
## 10.0.6
|
|
2419
2417
|
|
|
2420
|
-
-
|
|
2421
|
-
|
|
2418
|
+
- [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
|
|
2419
|
+
[c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
|
|
2422
2420
|
|
|
2423
2421
|
## 10.0.2
|
|
2424
2422
|
|
|
2425
|
-
-
|
|
2426
|
-
|
|
2423
|
+
- [patch] fix(media-test-helpers): bump xhr-mock and add error handling
|
|
2424
|
+
[304265f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/304265f)
|
|
2427
2425
|
|
|
2428
2426
|
## 10.0.1
|
|
2429
2427
|
|
|
2430
|
-
-
|
|
2431
|
-
|
|
2428
|
+
- [patch] feature(media-test-helpers): http mocks for media-picker
|
|
2429
|
+
[982085f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/982085f)
|
|
2432
2430
|
|
|
2433
2431
|
## 9.0.5
|
|
2434
2432
|
|
|
2435
|
-
-
|
|
2436
|
-
|
|
2433
|
+
- [patch] Remove TS types that requires styled-components v3
|
|
2434
|
+
[836e53b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/836e53b)
|
|
2437
2435
|
|
|
2438
2436
|
## 9.0.4
|
|
2439
2437
|
|
|
2440
|
-
-
|
|
2441
|
-
|
|
2438
|
+
- [patch] fix(media-test-helpers): configure fetch to send credentials and point calls to correct
|
|
2439
|
+
endpoint [8978f4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8978f4e)
|
|
2442
2440
|
|
|
2443
2441
|
## 9.0.3
|
|
2444
2442
|
|
|
2445
|
-
-
|
|
2446
|
-
|
|
2443
|
+
- [patch] Pointing base urls to media-playground behind Stargate
|
|
2444
|
+
[4979dc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4979dc5)
|
|
2447
2445
|
|
|
2448
2446
|
## 9.0.2
|
|
2449
2447
|
|
|
2450
|
-
-
|
|
2451
|
-
|
|
2448
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
2449
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
2452
2450
|
|
|
2453
2451
|
## 9.0.0
|
|
2454
2452
|
|
|
2455
|
-
-
|
|
2456
|
-
|
|
2453
|
+
- [patch] use impersonation endpoint in authProvider
|
|
2454
|
+
[85cf404](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85cf404)
|
|
2457
2455
|
|
|
2458
2456
|
## 8.6.1
|
|
2459
2457
|
|
|
2460
|
-
-
|
|
2461
|
-
|
|
2458
|
+
- [patch] Update atlassian.io domains
|
|
2459
|
+
[6ac1a8f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ac1a8f)
|
|
2462
2460
|
|
|
2463
2461
|
## 8.6.0
|
|
2464
2462
|
|
|
2465
|
-
-
|
|
2466
|
-
|
|
2463
|
+
- [minor] Add React 16 support.
|
|
2464
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
2467
2465
|
|
|
2468
2466
|
## 8.5.4
|
|
2469
2467
|
|
|
2470
|
-
-
|
|
2471
|
-
|
|
2468
|
+
- [patch] Use media-test-helpers instead of hardcoded values
|
|
2469
|
+
[f2b92f8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2b92f8)
|
|
2472
2470
|
|
|
2473
2471
|
## 8.5.3
|
|
2474
2472
|
|
|
2475
|
-
-
|
|
2476
|
-
|
|
2473
|
+
- [patch] Update dependencies
|
|
2474
|
+
[623f8ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/623f8ca)
|
|
2477
2475
|
|
|
2478
2476
|
## 8.5.2
|
|
2479
2477
|
|
|
2480
|
-
-
|
|
2481
|
-
|
|
2478
|
+
- [patch] Added new AppCardView v1.5 designs behind a feature flag.
|
|
2479
|
+
[92bc6c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92bc6c8)
|
|
2482
2480
|
|
|
2483
2481
|
## 8.5.1
|
|
2484
2482
|
|
|
2485
|
-
-
|
|
2486
|
-
|
|
2487
|
-
-
|
|
2488
|
-
|
|
2483
|
+
- [patch] Show static images for gifs in small cards
|
|
2484
|
+
[e2508f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e2508f9)
|
|
2485
|
+
- [patch] Show static images for gifs in small cards
|
|
2486
|
+
[e2508f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e2508f9)
|
|
2489
2487
|
|
|
2490
2488
|
## 8.4.0 (2017-10-10)
|
|
2491
2489
|
|
|
2492
|
-
-
|
|
2493
|
-
|
|
2494
|
-
-
|
|
2495
|
-
|
|
2490
|
+
- bug fix; fixed incompatible types between axioPromise and Promise.
|
|
2491
|
+
([a227432](https://bitbucket.org/atlassian/atlaskit/commits/a227432))
|
|
2492
|
+
- feature; created userAuthProvider for storybook
|
|
2493
|
+
([31b2e96](https://bitbucket.org/atlassian/atlaskit/commits/31b2e96))
|
|
2496
2494
|
|
|
2497
2495
|
## 8.3.0 (2017-09-19)
|
|
2498
2496
|
|
|
2499
|
-
-
|
|
2497
|
+
- feature; new LinkCards UI ([06d49d2](https://bitbucket.org/atlassian/atlaskit/commits/06d49d2))
|
|
2500
2498
|
|
|
2501
2499
|
## 8.2.1 (2017-09-15)
|
|
2502
2500
|
|
|
2503
|
-
-
|
|
2504
|
-
|
|
2501
|
+
- bug fix; fix bug where authProvider impl has wrong API
|
|
2502
|
+
([f8fbeee](https://bitbucket.org/atlassian/atlaskit/commits/f8fbeee))
|
|
2505
2503
|
|
|
2506
2504
|
## 8.2.0 (2017-09-14)
|
|
2507
2505
|
|
|
2508
|
-
-
|
|
2509
|
-
|
|
2506
|
+
- feature; add \`createStorybookContext\` default parameter
|
|
2507
|
+
([6814e95](https://bitbucket.org/atlassian/atlaskit/commits/6814e95))
|
|
2510
2508
|
|
|
2511
2509
|
## 8.1.0 (2017-09-13)
|
|
2512
2510
|
|
|
2513
|
-
-
|
|
2514
|
-
|
|
2515
|
-
-
|
|
2516
|
-
-
|
|
2517
|
-
|
|
2518
|
-
-
|
|
2519
|
-
|
|
2520
|
-
-
|
|
2521
|
-
-
|
|
2522
|
-
-
|
|
2523
|
-
|
|
2524
|
-
-
|
|
2511
|
+
- feature; bump media-core dep and introduce asap issuer way of auth
|
|
2512
|
+
([f348ccb](https://bitbucket.org/atlassian/atlaskit/commits/f348ccb))
|
|
2513
|
+
- breaking;
|
|
2514
|
+
- `createStorybookContext` now takes 1 parameter object of type `AuthParameter`. It takes
|
|
2515
|
+
`serviceHost`
|
|
2516
|
+
- and `authType`, that can be either `"client"` or `"asap"`, depending on what auth option you want
|
|
2517
|
+
to be used.
|
|
2518
|
+
- Notice: `clientId` is not required anymore.
|
|
2519
|
+
- breaking;
|
|
2520
|
+
- `StoryBookTokenProvider` is gone. Instead `StoryBookAuthProvider` has new method `create`, it
|
|
2521
|
+
takes
|
|
2522
|
+
- boolean `isAsapEnvironment` as first parameter and `scope` object as second.
|
|
2525
2523
|
|
|
2526
2524
|
## 7.2.0 (2017-08-08)
|
|
2527
2525
|
|
|
2528
|
-
-
|
|
2529
|
-
|
|
2526
|
+
- feature; add password protected PDF
|
|
2527
|
+
([5afbf6a](https://bitbucket.org/atlassian/atlaskit/commits/5afbf6a))
|
|
2530
2528
|
|
|
2531
2529
|
## 7.1.0 (2017-08-08)
|
|
2532
2530
|
|
|
2533
|
-
-
|
|
2534
|
-
|
|
2535
|
-
- feature; added link details
|
|
2536
|
-
([ed1c4aa](https://bitbucket.org/atlassian/atlaskit/commits/ed1c4aa))
|
|
2531
|
+
- feature; add large pdf file ([695e4d1](https://bitbucket.org/atlassian/atlaskit/commits/695e4d1))
|
|
2532
|
+
- feature; added link details ([ed1c4aa](https://bitbucket.org/atlassian/atlaskit/commits/ed1c4aa))
|
|
2537
2533
|
|
|
2538
2534
|
## 6.3.0 (2017-07-31)
|
|
2539
2535
|
|
|
2540
|
-
-
|
|
2541
|
-
|
|
2536
|
+
- feature; added minimal link details which contain a smart card
|
|
2537
|
+
([e016c4b](https://bitbucket.org/atlassian/atlaskit/commits/e016c4b))
|
|
2542
2538
|
|
|
2543
2539
|
## 6.2.1 (2017-07-25)
|
|
2544
2540
|
|
|
2545
|
-
-
|
|
2546
|
-
|
|
2541
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
2542
|
+
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
2547
2543
|
|
|
2548
2544
|
## 6.2.0 (2017-06-29)
|
|
2549
2545
|
|
|
2550
|
-
-
|
|
2551
|
-
|
|
2546
|
+
- feature; add new image id to mediaExamples
|
|
2547
|
+
([5573611](https://bitbucket.org/atlassian/atlaskit/commits/5573611))
|
|
2552
2548
|
|
|
2553
2549
|
## 6.1.0 (2017-06-08)
|
|
2554
2550
|
|
|
2555
|
-
-
|
|
2556
|
-
|
|
2557
|
-
-
|
|
2558
|
-
|
|
2551
|
+
- fix; use read/write access scope for all sample collections
|
|
2552
|
+
([62380c2](https://bitbucket.org/atlassian/atlaskit/commits/62380c2))
|
|
2553
|
+
- feature; cache token for custom scoped access
|
|
2554
|
+
([c97cf14](https://bitbucket.org/atlassian/atlaskit/commits/c97cf14))
|
|
2559
2555
|
|
|
2560
2556
|
## 6.0.3 (2017-06-05)
|
|
2561
2557
|
|
|
2562
|
-
-
|
|
2563
|
-
|
|
2558
|
+
- fix; updated link ids so they point to links that exist in their associated collections
|
|
2559
|
+
([ce844c1](https://bitbucket.org/atlassian/atlaskit/commits/ce844c1))
|
|
2564
2560
|
|
|
2565
2561
|
## 6.0.2 (2017-05-22)
|
|
2566
2562
|
|
|
2567
|
-
-
|
|
2563
|
+
- fix; fix link id ([ae82433](https://bitbucket.org/atlassian/atlaskit/commits/ae82433))
|
|
2568
2564
|
|
|
2569
2565
|
## 6.0.1 (2017-05-19)
|
|
2570
2566
|
|
|
2571
|
-
-
|
|
2572
|
-
|
|
2567
|
+
- fix; actualize media-test-helpers dependencies
|
|
2568
|
+
([6ffff96](https://bitbucket.org/atlassian/atlaskit/commits/6ffff96))
|
|
2573
2569
|
|
|
2574
2570
|
## 5.0.0 (2017-05-19)
|
|
2575
2571
|
|
|
2576
|
-
-
|
|
2577
|
-
|
|
2578
|
-
-
|
|
2572
|
+
- feature; bumped version of media-core
|
|
2573
|
+
([16674d9](https://bitbucket.org/atlassian/atlaskit/commits/16674d9))
|
|
2574
|
+
- breaking; bumped version of media-core
|
|
2579
2575
|
|
|
2580
2576
|
## 4.8.5 (2017-05-15)
|
|
2581
2577
|
|
|
2582
|
-
-
|
|
2583
|
-
|
|
2578
|
+
- fix; fixed the default fakeContextProvider with a more robust mock
|
|
2579
|
+
([5b703f2](https://bitbucket.org/atlassian/atlaskit/commits/5b703f2))
|
|
2584
2580
|
|
|
2585
2581
|
## 4.8.4 (2017-05-09)
|
|
2586
2582
|
|
|
2587
|
-
-
|
|
2588
|
-
([b998940](https://bitbucket.org/atlassian/atlaskit/commits/b998940))
|
|
2583
|
+
- fix; add missing dependency ([b998940](https://bitbucket.org/atlassian/atlaskit/commits/b998940))
|
|
2589
2584
|
|
|
2590
2585
|
## 4.8.2 (2017-05-05)
|
|
2591
2586
|
|
|
2592
|
-
-
|
|
2587
|
+
- fix; bumping media-core ([85f448f](https://bitbucket.org/atlassian/atlaskit/commits/85f448f))
|
|
2593
2588
|
|
|
2594
2589
|
## 4.8.1 (2017-05-01)
|
|
2595
2590
|
|
|
2596
|
-
-
|
|
2597
|
-
|
|
2598
|
-
-
|
|
2599
|
-
|
|
2591
|
+
- fix; changed video url preview to one that is identified by endpoint with player attribut
|
|
2592
|
+
([76f0895](https://bitbucket.org/atlassian/atlaskit/commits/76f0895))
|
|
2593
|
+
- fix; update for media-test-helpers with updated context signature
|
|
2594
|
+
([10ae6e2](https://bitbucket.org/atlassian/atlaskit/commits/10ae6e2))
|
|
2600
2595
|
|
|
2601
2596
|
## 4.8.0 (2017-04-27)
|
|
2602
2597
|
|
|
2603
|
-
-
|
|
2604
|
-
|
|
2598
|
+
- feature; added data uri gif required by FIL-4001
|
|
2599
|
+
([e2ffb80](https://bitbucket.org/atlassian/atlaskit/commits/e2ffb80))
|
|
2605
2600
|
|
|
2606
2601
|
## 4.7.0 (2017-04-27)
|
|
2607
2602
|
|
|
2608
|
-
-
|
|
2609
|
-
|
|
2603
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
2604
|
+
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
2610
2605
|
|
|
2611
2606
|
## 4.6.0 (2017-04-27)
|
|
2612
2607
|
|
|
2613
|
-
-
|
|
2614
|
-
|
|
2615
|
-
-
|
|
2616
|
-
|
|
2608
|
+
- feature; add imageLinkId to examples
|
|
2609
|
+
([64a48ad](https://bitbucket.org/atlassian/atlaskit/commits/64a48ad))
|
|
2610
|
+
- feature; added file details required by FIL-4001
|
|
2611
|
+
([7586dfd](https://bitbucket.org/atlassian/atlaskit/commits/7586dfd))
|
|
2617
2612
|
|
|
2618
2613
|
## 4.5.2 (2017-04-26)
|
|
2619
2614
|
|
|
2620
|
-
-
|
|
2621
|
-
|
|
2622
|
-
-
|
|
2623
|
-
|
|
2615
|
+
- fix; update legal copy and fix broken links for component README on npm. New contribution and
|
|
2616
|
+
([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
|
|
2617
|
+
- fix; updated media packages key words and maintainers
|
|
2618
|
+
([01bcbc5](https://bitbucket.org/atlassian/atlaskit/commits/01bcbc5))
|
|
2624
2619
|
|
|
2625
2620
|
## 4.5.1 (2017-04-26)
|
|
2626
2621
|
|
|
2627
|
-
-
|
|
2628
|
-
|
|
2622
|
+
- fix; fixed typescript/validate errors by using explicit type
|
|
2623
|
+
([d7e1639](https://bitbucket.org/atlassian/atlaskit/commits/d7e1639))
|
|
2629
2624
|
|
|
2630
2625
|
## 4.5.0 (2017-04-26)
|
|
2631
2626
|
|
|
2632
|
-
-
|
|
2633
|
-
|
|
2627
|
+
- feature; added file and url preview identifiers
|
|
2628
|
+
([5fd08f1](https://bitbucket.org/atlassian/atlaskit/commits/5fd08f1))
|
|
2634
2629
|
|
|
2635
2630
|
## 4.4.0 (2017-04-21)
|
|
2636
2631
|
|
|
2637
|
-
-
|
|
2638
|
-
|
|
2632
|
+
- feature; added example details
|
|
2633
|
+
([fbb8fc1](https://bitbucket.org/atlassian/atlaskit/commits/fbb8fc1))
|
|
2639
2634
|
|
|
2640
2635
|
## 4.3.0 (2017-04-19)
|
|
2641
2636
|
|
|
2642
|
-
-
|
|
2643
|
-
-
|
|
2644
|
-
|
|
2637
|
+
- fix; fix spotify URL ([395c9db](https://bitbucket.org/atlassian/atlaskit/commits/395c9db))
|
|
2638
|
+
- feature; added a audio file changed video/youtube url previews
|
|
2639
|
+
([5add9d6](https://bitbucket.org/atlassian/atlaskit/commits/5add9d6))
|
|
2645
2640
|
|
|
2646
2641
|
## 4.2.0 (2017-04-19)
|
|
2647
2642
|
|
|
2648
|
-
-
|
|
2649
|
-
|
|
2650
|
-
-
|
|
2651
|
-
|
|
2652
|
-
-
|
|
2653
|
-
|
|
2654
|
-
-
|
|
2655
|
-
|
|
2643
|
+
- fix; fix example media item names and add collectionName (otherwise they don't work)
|
|
2644
|
+
([9cd2b34](https://bitbucket.org/atlassian/atlaskit/commits/9cd2b34))
|
|
2645
|
+
- fix; fix naming to be consistent
|
|
2646
|
+
([e86740e](https://bitbucket.org/atlassian/atlaskit/commits/e86740e))
|
|
2647
|
+
- feature; add createMouseEvent helper method
|
|
2648
|
+
([794d681](https://bitbucket.org/atlassian/atlaskit/commits/794d681))
|
|
2649
|
+
- feature; added example media item identifiers to media-test-helpers
|
|
2650
|
+
([8554af2](https://bitbucket.org/atlassian/atlaskit/commits/8554af2))
|
|
2656
2651
|
|
|
2657
2652
|
## 4.1.0 (2017-04-11)
|
|
2658
2653
|
|
|
2659
|
-
-
|
|
2660
|
-
|
|
2654
|
+
- feature; update storybook context with insert/update permissions
|
|
2655
|
+
([3fcb6f0](https://bitbucket.org/atlassian/atlaskit/commits/3fcb6f0))
|
|
2661
2656
|
|
|
2662
2657
|
## 4.0.1 (2017-04-10)
|
|
2663
2658
|
|
|
2664
|
-
-
|
|
2665
|
-
|
|
2659
|
+
- fix; return an expected value from default fake fetchImageDataUri
|
|
2660
|
+
([c107164](https://bitbucket.org/atlassian/atlaskit/commits/c107164))
|
|
2666
2661
|
|
|
2667
2662
|
## 3.0.0 (2017-04-03)
|
|
2668
2663
|
|
|
2669
|
-
-
|
|
2670
|
-
|
|
2671
|
-
-
|
|
2664
|
+
- fix; moved media-core into peer dependency for media-test-helpers
|
|
2665
|
+
([bc24c11](https://bitbucket.org/atlassian/atlaskit/commits/bc24c11))
|
|
2666
|
+
- breaking; moved media-core to peer dependency for media-test-helpers
|
|
2672
2667
|
|
|
2673
2668
|
## 1.49.0 (2017-03-27)
|
|
2674
2669
|
|
|
2675
|
-
-
|
|
2676
|
-
|
|
2677
|
-
-
|
|
2678
|
-
|
|
2670
|
+
- feature; bump media-test-helpers version
|
|
2671
|
+
([2e390f9](https://bitbucket.org/atlassian/atlaskit/commits/2e390f9))
|
|
2672
|
+
- feature; update dependency media-core to 3.0.0
|
|
2673
|
+
([f07416c](https://bitbucket.org/atlassian/atlaskit/commits/f07416c))
|
|
2679
2674
|
|
|
2680
2675
|
## 1.2.0 (2017-03-23)
|
|
2681
2676
|
|
|
2682
|
-
-
|
|
2683
|
-
-
|
|
2684
|
-
|
|
2685
|
-
-
|
|
2686
|
-
-
|
|
2687
|
-
-
|
|
2688
|
-
|
|
2689
|
-
-
|
|
2690
|
-
|
|
2691
|
-
-
|
|
2692
|
-
|
|
2693
|
-
-
|
|
2694
|
-
|
|
2695
|
-
-
|
|
2696
|
-
|
|
2677
|
+
- fix; fixing the build ([ba21a9d](https://bitbucket.org/atlassian/atlaskit/commits/ba21a9d))
|
|
2678
|
+
- feature; added 'super' card component
|
|
2679
|
+
([559579f](https://bitbucket.org/atlassian/atlaskit/commits/559579f))
|
|
2680
|
+
- breaking; Card API, LinkCard API, FileCard API
|
|
2681
|
+
- ISSUES CLOSED: FIL-3919
|
|
2682
|
+
- fix; maintainers for all the packages were added
|
|
2683
|
+
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
2684
|
+
- fix; avoid UI flickering when showing an already loaded collection
|
|
2685
|
+
([5637ffb](https://bitbucket.org/atlassian/atlaskit/commits/5637ffb))
|
|
2686
|
+
- feature; allow media-api token generation with access
|
|
2687
|
+
([d337480](https://bitbucket.org/atlassian/atlaskit/commits/d337480))
|
|
2688
|
+
- feature; added application links to media-card and restructured
|
|
2689
|
+
([618650e](https://bitbucket.org/atlassian/atlaskit/commits/618650e))
|
|
2690
|
+
- feature; media Test Helpers portion of shipit/house_of_cards
|
|
2691
|
+
([b9e6db9](https://bitbucket.org/atlassian/atlaskit/commits/b9e6db9))
|
|
2697
2692
|
|
|
2698
2693
|
## 1.1.0 (2017-03-09)
|
|
2699
2694
|
|
|
2700
|
-
-
|
|
2701
|
-
|
|
2702
|
-
-
|
|
2703
|
-
|
|
2695
|
+
- feature; cleaned and updated link card
|
|
2696
|
+
([5dcae43](https://bitbucket.org/atlassian/atlaskit/commits/5dcae43))
|
|
2697
|
+
- feature; migrate FilmStrip component + create media-test-helpers
|
|
2698
|
+
([8896543](https://bitbucket.org/atlassian/atlaskit/commits/8896543))
|