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