@atlaskit/media-common 11.1.0 → 11.2.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 +326 -141
- package/analytics/package.json +1 -1
- package/dist/cjs/mediaFeatureFlags/mediaFeatureFlags.js +2 -1
- package/dist/cjs/mediaFeatureFlags/productKeys.js +4 -2
- package/dist/es2019/mediaFeatureFlags/mediaFeatureFlags.js +2 -1
- package/dist/es2019/mediaFeatureFlags/productKeys.js +4 -2
- package/dist/esm/mediaFeatureFlags/mediaFeatureFlags.js +2 -1
- package/dist/esm/mediaFeatureFlags/productKeys.js +4 -2
- package/dist/types/mediaFeatureFlags/mediaFeatureFlags.d.ts +1 -1
- package/dist/types/mediaFeatureFlags/productKeys.d.ts +1 -1
- package/dist/types/mediaFeatureFlags/types.d.ts +1 -0
- package/dist/types-ts4.5/mediaFeatureFlags/mediaFeatureFlags.d.ts +1 -1
- package/dist/types-ts4.5/mediaFeatureFlags/productKeys.d.ts +1 -1
- package/dist/types-ts4.5/mediaFeatureFlags/types.d.ts +1 -0
- package/downloadUrl/package.json +1 -1
- package/mediaFeatureFlags/package.json +1 -1
- package/mediaTypeUtils/package.json +1 -1
- package/package.json +5 -5
- package/test-helpers/package.json +1 -1
- package/dist/cjs/docs/index.js +0 -26
- package/dist/cjs/docs/media-use-only.js +0 -33
- package/dist/cjs/docs/rxjs-notice.js +0 -17
- package/dist/cjs/docs/singleton-notice.js +0 -19
- package/dist/es2019/docs/index.js +0 -3
- package/dist/es2019/docs/media-use-only.js +0 -25
- package/dist/es2019/docs/rxjs-notice.js +0 -10
- package/dist/es2019/docs/singleton-notice.js +0 -12
- package/dist/esm/docs/index.js +0 -3
- package/dist/esm/docs/media-use-only.js +0 -26
- package/dist/esm/docs/rxjs-notice.js +0 -10
- package/dist/esm/docs/singleton-notice.js +0 -12
- package/dist/types/docs/index.d.ts +0 -3
- package/dist/types/docs/media-use-only.d.ts +0 -5
- package/dist/types/docs/rxjs-notice.d.ts +0 -2
- package/dist/types/docs/singleton-notice.d.ts +0 -2
- package/dist/types-ts4.5/docs/index.d.ts +0 -3
- package/dist/types-ts4.5/docs/media-use-only.d.ts +0 -5
- package/dist/types-ts4.5/docs/rxjs-notice.d.ts +0 -2
- package/dist/types-ts4.5/docs/singleton-notice.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,493 +1,678 @@
|
|
|
1
1
|
# @atlaskit/media-common
|
|
2
2
|
|
|
3
|
+
## 11.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#96489](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96489)
|
|
8
|
+
[`0055bf04acc6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0055bf04acc6) -
|
|
9
|
+
Don't render comment badge on media if FF is false
|
|
10
|
+
|
|
11
|
+
## 11.1.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
16
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
17
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
18
|
+
|
|
3
19
|
## 11.1.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
23
|
+
- [#80866](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80866)
|
|
24
|
+
[`4ecbec4ed2f1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4ecbec4ed2f1) -
|
|
25
|
+
Exposes utility to sanitise event log payloads
|
|
8
26
|
|
|
9
27
|
## 11.0.0
|
|
10
28
|
|
|
11
29
|
### Major Changes
|
|
12
30
|
|
|
13
|
-
-
|
|
31
|
+
- [#42702](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42702)
|
|
32
|
+
[`9565884ac81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9565884ac81) -
|
|
33
|
+
ED-19543 clean up unused caption FF for Jira
|
|
14
34
|
|
|
15
35
|
## 10.0.0
|
|
16
36
|
|
|
17
37
|
### Major Changes
|
|
18
38
|
|
|
19
|
-
-
|
|
39
|
+
- [#42757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42757)
|
|
40
|
+
[`73c66d2c6db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73c66d2c6db) - remove
|
|
41
|
+
media securedClipboard FF
|
|
20
42
|
|
|
21
43
|
## 9.0.3
|
|
22
44
|
|
|
23
45
|
### Patch Changes
|
|
24
46
|
|
|
25
|
-
-
|
|
47
|
+
- [#41501](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41501)
|
|
48
|
+
[`b3cb749dc67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3cb749dc67) - Fix TS
|
|
49
|
+
errors in AFM
|
|
26
50
|
|
|
27
51
|
## 9.0.2
|
|
28
52
|
|
|
29
53
|
### Patch Changes
|
|
30
54
|
|
|
31
|
-
-
|
|
55
|
+
- [#41371](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41371)
|
|
56
|
+
[`a5766038a35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5766038a35) - Fix TS
|
|
57
|
+
errors in AFM
|
|
32
58
|
|
|
33
59
|
## 9.0.1
|
|
34
60
|
|
|
35
61
|
### Patch Changes
|
|
36
62
|
|
|
37
|
-
-
|
|
63
|
+
- [#39320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39320)
|
|
64
|
+
[`ec4867e1376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec4867e1376) -
|
|
65
|
+
Removed captions flag and replaced with a new media prop `allowCaptions`. `allowCaptions` is set
|
|
66
|
+
to `false` by default and products will need to opt in to be able to use captions from now on.
|
|
38
67
|
|
|
39
68
|
## 9.0.0
|
|
40
69
|
|
|
41
70
|
### Major Changes
|
|
42
71
|
|
|
43
|
-
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
72
|
+
- [#38532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38532)
|
|
73
|
+
[`7b6a2c6671b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6a2c6671b) -
|
|
74
|
+
Introducing 'media-state' for handling media internal file state. Introducing
|
|
75
|
+
'media-client-react' to provide hooks for seamless media-client integration with React.
|
|
76
|
+
Introducing 'MediaCardV2' with a feature flag to replace rxjs based fileState subscription with
|
|
77
|
+
'useFileState' hook. Removed unused feature flags APIs from 'media-client' and its helper
|
|
78
|
+
functions from 'media-common'.
|
|
47
79
|
|
|
48
80
|
## 8.2.0
|
|
49
81
|
|
|
50
82
|
### Minor Changes
|
|
51
83
|
|
|
52
|
-
-
|
|
84
|
+
- [#39255](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39255)
|
|
85
|
+
[`ede6ee7aaab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ede6ee7aaab) -
|
|
86
|
+
Updated tests, examples and moving towards /test-helper export in packages to prevent circular
|
|
87
|
+
dependancies
|
|
53
88
|
|
|
54
89
|
## 8.1.0
|
|
55
90
|
|
|
56
91
|
### Minor Changes
|
|
57
92
|
|
|
58
|
-
-
|
|
93
|
+
- [#39007](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39007)
|
|
94
|
+
[`b06cd74349c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b06cd74349c) - #
|
|
95
|
+
Media Picker
|
|
59
96
|
|
|
60
|
-
|
|
97
|
+
Make Clipboard secured by adding `container` and `onPaste()` to `config` `prop`. These two
|
|
98
|
+
params address customer dissatisfaction when attachments are pasted duplicated, or to unwanted
|
|
99
|
+
Jira issues (https://product-fabric.atlassian.net/browse/MEX-2454).
|
|
61
100
|
|
|
62
|
-
|
|
63
|
-
|
|
101
|
+
Note for migration: The added `container` parameter sets a boundary for copy-paste zone. This is
|
|
102
|
+
to filter out noise from existing practice that is problematic. **To ensure the effectiveness of
|
|
103
|
+
this fix, please avoid using global `document` as `container` in best effort; please avoid
|
|
104
|
+
overlapped boundary in best effort**.
|
|
64
105
|
|
|
65
|
-
|
|
106
|
+
When `container` is not added, the behaviour falls back to legacy mechanism.
|
|
66
107
|
|
|
67
|
-
|
|
108
|
+
# Media Common
|
|
68
109
|
|
|
69
|
-
|
|
110
|
+
Add feature toggle (`securedClipboard` in `MediaFeatureFlags`) to control the rollout of Secured
|
|
111
|
+
Clipboard (https://product-fabric.atlassian.net/browse/MEX-2454).
|
|
70
112
|
|
|
71
|
-
|
|
113
|
+
# Editor Core
|
|
72
114
|
|
|
73
|
-
|
|
115
|
+
Add support of the Secured Clipboard (https://product-fabric.atlassian.net/browse/MEX-2454).
|
|
74
116
|
|
|
75
|
-
|
|
117
|
+
Use feature flag `securedClipboard` to protect such change.
|
|
76
118
|
|
|
77
119
|
## 8.0.0
|
|
78
120
|
|
|
79
121
|
### Major Changes
|
|
80
122
|
|
|
81
|
-
-
|
|
123
|
+
- [#37897](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37897)
|
|
124
|
+
[`ed81e630547`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed81e630547) -
|
|
125
|
+
MEX-2089 Remove timestamp feature flag on AFP
|
|
82
126
|
|
|
83
127
|
## 7.1.0
|
|
84
128
|
|
|
85
129
|
### Minor Changes
|
|
86
130
|
|
|
87
|
-
-
|
|
131
|
+
- [#36051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36051)
|
|
132
|
+
[`9d91eb4b59b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d91eb4b59b) -
|
|
133
|
+
MEX-2411 Remove Observed Width feature flag
|
|
88
134
|
|
|
89
135
|
## 7.0.0
|
|
90
136
|
|
|
91
137
|
### Major Changes
|
|
92
138
|
|
|
93
|
-
-
|
|
139
|
+
- [#34912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34912)
|
|
140
|
+
[`5dcaf51b269`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5dcaf51b269) -
|
|
141
|
+
Removed memoryCacheLogging feature flag
|
|
94
142
|
|
|
95
143
|
## 6.0.0
|
|
96
144
|
|
|
97
145
|
### Major Changes
|
|
98
146
|
|
|
99
|
-
-
|
|
147
|
+
- [#34887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34887)
|
|
148
|
+
[`a425ccdeb0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a425ccdeb0c) - Remove
|
|
149
|
+
'newCardExperience' feature flag
|
|
100
150
|
|
|
101
151
|
## 5.0.0
|
|
102
152
|
|
|
103
153
|
### Major Changes
|
|
104
154
|
|
|
105
|
-
-
|
|
155
|
+
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192)
|
|
156
|
+
[`e725edbb0d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e725edbb0d9) -
|
|
157
|
+
Removed feature flag fetchFileStateAfterUpload
|
|
106
158
|
|
|
107
159
|
## 4.1.2
|
|
108
160
|
|
|
109
161
|
### Patch Changes
|
|
110
162
|
|
|
111
|
-
-
|
|
163
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
164
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
165
|
+
legacy types are published for TS 4.5-4.8
|
|
112
166
|
|
|
113
167
|
## 4.1.1
|
|
114
168
|
|
|
115
169
|
### Patch Changes
|
|
116
170
|
|
|
117
|
-
-
|
|
171
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
172
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
173
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
118
174
|
|
|
119
175
|
## 4.1.0
|
|
120
176
|
|
|
121
177
|
### Minor Changes
|
|
122
178
|
|
|
123
|
-
-
|
|
179
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
180
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
181
|
+
minor dependency bump
|
|
124
182
|
|
|
125
183
|
### Patch Changes
|
|
126
184
|
|
|
127
|
-
-
|
|
185
|
+
- Updated dependencies
|
|
128
186
|
|
|
129
187
|
## 4.0.0
|
|
130
188
|
|
|
131
189
|
### Major Changes
|
|
132
190
|
|
|
133
|
-
-
|
|
134
|
-
|
|
191
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
|
|
192
|
+
[`b37723f2cfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37723f2cfa) -
|
|
193
|
+
Removed unused method filterFeatureFlagKeysAllProducts Added new method
|
|
194
|
+
getFeatureFlagKeysAllProducts
|
|
135
195
|
|
|
136
196
|
### Patch Changes
|
|
137
197
|
|
|
138
|
-
-
|
|
198
|
+
- [`5859ee7d4e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5859ee7d4e6) -
|
|
199
|
+
Refactored code for better testing
|
|
139
200
|
|
|
140
201
|
## 3.0.0
|
|
141
202
|
|
|
142
203
|
### Major Changes
|
|
143
204
|
|
|
144
|
-
-
|
|
205
|
+
- [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248)
|
|
206
|
+
[`c2bc38829e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2bc38829e1) -
|
|
207
|
+
Removed mediaUploadApiV2 feature flag (now as a breaking change)
|
|
145
208
|
|
|
146
209
|
### Minor Changes
|
|
147
210
|
|
|
148
|
-
-
|
|
211
|
+
- [`8a0a92b2885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a0a92b2885) -
|
|
212
|
+
MEX-2210 improve inconsistent behaviour on timestampOnVideo playback
|
|
149
213
|
|
|
150
214
|
## 2.19.2
|
|
151
215
|
|
|
152
216
|
### Patch Changes
|
|
153
217
|
|
|
154
|
-
-
|
|
218
|
+
- Updated dependencies
|
|
155
219
|
|
|
156
220
|
## 2.19.1
|
|
157
221
|
|
|
158
222
|
### Patch Changes
|
|
159
223
|
|
|
160
|
-
-
|
|
224
|
+
- [#29320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29320)
|
|
225
|
+
[`9a88e254997`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a88e254997) -
|
|
226
|
+
Recovered Media Feature Flag mediaUploadApiV2
|
|
161
227
|
|
|
162
228
|
## 2.19.0
|
|
163
229
|
|
|
164
230
|
### Minor Changes
|
|
165
231
|
|
|
166
|
-
-
|
|
232
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
|
|
233
|
+
[`2b3859896cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b3859896cc) - Added
|
|
234
|
+
new Feature Flag to control internal Media Client behaviour
|
|
167
235
|
|
|
168
236
|
## 2.18.0
|
|
169
237
|
|
|
170
238
|
### Minor Changes
|
|
171
239
|
|
|
172
|
-
-
|
|
173
|
-
|
|
240
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
241
|
+
[`81573c1dfa7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81573c1dfa7) - Items
|
|
242
|
+
call creates a batched metadata trace Id
|
|
243
|
+
- [`0bccac57db6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bccac57db6) - remove
|
|
244
|
+
mediaUploadApiV2 Feature flag
|
|
174
245
|
|
|
175
246
|
### Patch Changes
|
|
176
247
|
|
|
177
|
-
-
|
|
178
|
-
|
|
179
|
-
-
|
|
248
|
+
- [`a8eeb045e3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8eeb045e3a) - adding
|
|
249
|
+
media only callouts to docs
|
|
250
|
+
- [`3d40d5e9b37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d40d5e9b37) -
|
|
251
|
+
Refactor traceId generator getRandomHex function to avoid id collision
|
|
252
|
+
- [`10480433c71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10480433c71) - Fix
|
|
253
|
+
getRandomHex function to mitigate the issue of lacking digits in hex value.
|
|
180
254
|
|
|
181
255
|
## 2.17.0
|
|
182
256
|
|
|
183
257
|
### Minor Changes
|
|
184
258
|
|
|
185
|
-
-
|
|
259
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
|
|
260
|
+
[`2c402e87213`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c402e87213) -
|
|
261
|
+
[Experimental] Add traceId in media card get image request.
|
|
186
262
|
|
|
187
263
|
### Patch Changes
|
|
188
264
|
|
|
189
|
-
-
|
|
265
|
+
- [`19141d537a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19141d537a4) -
|
|
266
|
+
Removes use of console.info in runtime
|
|
190
267
|
|
|
191
268
|
## 2.16.4
|
|
192
269
|
|
|
193
270
|
### Patch Changes
|
|
194
271
|
|
|
195
|
-
-
|
|
196
|
-
-
|
|
272
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
273
|
+
[`42116304154`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42116304154) - Mocks
|
|
274
|
+
console when it's not available
|
|
275
|
+
- Updated dependencies
|
|
197
276
|
|
|
198
277
|
## 2.16.3
|
|
199
278
|
|
|
200
279
|
### Patch Changes
|
|
201
280
|
|
|
202
|
-
-
|
|
281
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
282
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
283
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
203
284
|
|
|
204
285
|
## 2.16.2
|
|
205
286
|
|
|
206
287
|
### Patch Changes
|
|
207
288
|
|
|
208
|
-
-
|
|
209
|
-
-
|
|
289
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
290
|
+
[`c81ee725277`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c81ee725277) - Add
|
|
291
|
+
attribute fileMediaType into media viewer loadSucceeded event
|
|
292
|
+
- Updated dependencies
|
|
210
293
|
|
|
211
294
|
## 2.16.1
|
|
212
295
|
|
|
213
296
|
### Patch Changes
|
|
214
297
|
|
|
215
|
-
-
|
|
298
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
299
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
300
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
216
301
|
|
|
217
302
|
## 2.16.0
|
|
218
303
|
|
|
219
304
|
### Minor Changes
|
|
220
305
|
|
|
221
|
-
-
|
|
306
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
307
|
+
[`a332288b5ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a332288b5ea) - Added
|
|
308
|
+
analytics for media-card memoryCacheLogging and added relevant featureFlag keys for media-common
|
|
309
|
+
package.
|
|
222
310
|
|
|
223
311
|
## 2.15.0
|
|
224
312
|
|
|
225
313
|
### Minor Changes
|
|
226
314
|
|
|
227
|
-
-
|
|
315
|
+
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
|
|
316
|
+
[`1a76e2839e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a76e2839e6) -
|
|
317
|
+
Default value for mediaUploadApiV2 Media feature flag set to true.
|
|
228
318
|
|
|
229
319
|
## 2.14.0
|
|
230
320
|
|
|
231
321
|
### Minor Changes
|
|
232
322
|
|
|
233
|
-
-
|
|
234
|
-
|
|
323
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
324
|
+
[`bfde909c9b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfde909c9b4) - Add
|
|
325
|
+
new feature flag mediaUploadApiV2
|
|
326
|
+
- [`8d6064cece4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d6064cece4) - Add
|
|
327
|
+
missing values for the launch darkly feature flags name
|
|
235
328
|
|
|
236
329
|
## 2.13.0
|
|
237
330
|
|
|
238
331
|
### Minor Changes
|
|
239
332
|
|
|
240
|
-
-
|
|
241
|
-
|
|
242
|
-
|
|
333
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
|
|
334
|
+
[`501240ef964`](https://bitbucket.org/atlassian/atlassian-frontend/commits/501240ef964) - Export
|
|
335
|
+
`filterFeatureFlagKeysAllProducts`
|
|
336
|
+
- [`a09f961b9b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a09f961b9b2) - Add
|
|
337
|
+
filterFeatureFlagNamesWithAllProducts for returning the feature flags for all the products
|
|
338
|
+
- [`a4f822c2d5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4f822c2d5d) - Add
|
|
339
|
+
MediaFeatureFlagMap for Confluence and Jira
|
|
243
340
|
|
|
244
341
|
## 2.12.1
|
|
245
342
|
|
|
246
343
|
### Patch Changes
|
|
247
344
|
|
|
248
|
-
-
|
|
345
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
346
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
347
|
+
Upgrade to TypeScript 4.2.4
|
|
249
348
|
|
|
250
349
|
## 2.12.0
|
|
251
350
|
|
|
252
351
|
### Minor Changes
|
|
253
352
|
|
|
254
|
-
-
|
|
353
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
|
|
354
|
+
[`bac667f95d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bac667f95d5) - Export
|
|
355
|
+
utility filterFeatureFlagNames and type RequiredMediaFeatureFlags
|
|
255
356
|
|
|
256
357
|
## 2.11.0
|
|
257
358
|
|
|
258
359
|
### Minor Changes
|
|
259
360
|
|
|
260
|
-
-
|
|
361
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
|
|
362
|
+
[`8742dbe70bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8742dbe70bd) -
|
|
363
|
+
MEX-1102 Removed lodash dependencies from media component and converted all to local functions
|
|
364
|
+
(lightweight helpers)
|
|
261
365
|
|
|
262
366
|
## 2.10.3
|
|
263
367
|
|
|
264
368
|
### Patch Changes
|
|
265
369
|
|
|
266
|
-
-
|
|
370
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
|
|
371
|
+
[`5293a48368e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5293a48368e) - fix
|
|
372
|
+
image size in layout with ref and width observer
|
|
267
373
|
|
|
268
374
|
## 2.10.2
|
|
269
375
|
|
|
270
376
|
### Patch Changes
|
|
271
377
|
|
|
272
|
-
-
|
|
273
|
-
|
|
378
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
379
|
+
[`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) -
|
|
380
|
+
Switched as false default value for FF "Timestamp on video"
|
|
381
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Adding
|
|
382
|
+
a feature flag for TimestampOnVideo
|
|
274
383
|
|
|
275
384
|
## 2.10.1
|
|
276
385
|
|
|
277
386
|
### Patch Changes
|
|
278
387
|
|
|
279
|
-
-
|
|
388
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
|
|
389
|
+
[`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
|
|
390
|
+
VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
280
391
|
|
|
281
392
|
## 2.10.0
|
|
282
393
|
|
|
283
394
|
### Minor Changes
|
|
284
395
|
|
|
285
|
-
-
|
|
396
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
397
|
+
[`f461edcfd05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f461edcfd05) - Added
|
|
398
|
+
a comparer helper for Media Feature Flags objects
|
|
286
399
|
|
|
287
400
|
### Patch Changes
|
|
288
401
|
|
|
289
|
-
-
|
|
290
|
-
|
|
291
|
-
-
|
|
292
|
-
|
|
293
|
-
-
|
|
402
|
+
- [`fc70978492a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc70978492a) - Using
|
|
403
|
+
type for SSR prop to reduce dependency on media-common
|
|
404
|
+
- [`2b24fcc59f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b24fcc59f2) -
|
|
405
|
+
Removed Code Viewer and Zip Previews Feature Flags
|
|
406
|
+
- [`f461edcfd05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f461edcfd05) - Update
|
|
407
|
+
CardLoader to use react-loadable Add SSR feature prop to be passed in renderer and media card
|
|
408
|
+
- [`01a41e75803`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01a41e75803) -
|
|
409
|
+
Removes `allowMediaInline` media prop and replaces with Inline Files feature flag for editor and
|
|
410
|
+
mobile bridge
|
|
294
411
|
|
|
295
412
|
## 2.9.1
|
|
296
413
|
|
|
297
414
|
### Patch Changes
|
|
298
415
|
|
|
299
|
-
-
|
|
416
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
|
|
417
|
+
[`fe9ced0cd70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe9ced0cd70) -
|
|
418
|
+
Removed feature flags for polling settings
|
|
300
419
|
|
|
301
420
|
## 2.9.0
|
|
302
421
|
|
|
303
422
|
### Minor Changes
|
|
304
423
|
|
|
305
|
-
-
|
|
424
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
425
|
+
[`46d9d2872b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46d9d2872b4) - Video
|
|
426
|
+
Analytics - Add UI events for CustomMediaPlayer
|
|
306
427
|
|
|
307
428
|
### Patch Changes
|
|
308
429
|
|
|
309
|
-
-
|
|
310
|
-
|
|
311
|
-
-
|
|
430
|
+
- [`4777a174e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4777a174e6d) - Added
|
|
431
|
+
analytics support for customMediaPlayer + screen event + entrypoint for locales
|
|
432
|
+
- [`b77bfe8e99c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77bfe8e99c) - Add
|
|
433
|
+
performance attributes to Commenced, Succeeded, Failed events for media card
|
|
434
|
+
- [`35d85025b4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35d85025b4d) -
|
|
435
|
+
MEX-860 Changed base track events payload + added CustomMediaPlayerType
|
|
312
436
|
|
|
313
437
|
## 2.8.0
|
|
314
438
|
|
|
315
439
|
### Minor Changes
|
|
316
440
|
|
|
317
|
-
-
|
|
441
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
442
|
+
[`c74e598326e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c74e598326e) - Add
|
|
443
|
+
new members (see below). Extra entry point `mediaTypeUtils` for all of them is added.
|
|
318
444
|
|
|
319
|
-
|
|
445
|
+
New members:
|
|
320
446
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
447
|
+
- getMediaTypeFromMimeType
|
|
448
|
+
- isImageMimeTypeSupportedByBrowser
|
|
449
|
+
- isDocumentMimeTypeSupportedByBrowser
|
|
450
|
+
- isMimeTypeSupportedByBrowser
|
|
451
|
+
- isImageMimeTypeSupportedByServer
|
|
452
|
+
- isDocumentMimeTypeSupportedByServer
|
|
453
|
+
- isAudioMimeTypeSupportedByServer
|
|
454
|
+
- isVideoMimeTypeSupportedByServer
|
|
455
|
+
- isUnknownMimeTypeSupportedByServer
|
|
456
|
+
- isMimeTypeSupportedByServer
|
|
331
457
|
|
|
332
458
|
### Patch Changes
|
|
333
459
|
|
|
334
|
-
-
|
|
460
|
+
- [`8cba1694b5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cba1694b5e) - Remove
|
|
461
|
+
pollingMaxFailuresExceeded error from implementation and feature flags
|
|
335
462
|
|
|
336
463
|
## 2.7.0
|
|
337
464
|
|
|
338
465
|
### Minor Changes
|
|
339
466
|
|
|
340
|
-
-
|
|
467
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
468
|
+
[`3cd9ee2d15b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cd9ee2d15b) - Added
|
|
469
|
+
RxJS compatiblity notice in Media docs
|
|
341
470
|
|
|
342
471
|
### Patch Changes
|
|
343
472
|
|
|
344
|
-
-
|
|
473
|
+
- [`6be6879ef6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6be6879ef6d) -
|
|
474
|
+
Enforce types
|
|
345
475
|
|
|
346
476
|
## 2.6.2
|
|
347
477
|
|
|
348
478
|
### Patch Changes
|
|
349
479
|
|
|
350
|
-
-
|
|
351
|
-
-
|
|
480
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
|
|
481
|
+
[`49363db4abf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49363db4abf) - Modify
|
|
482
|
+
getLocalMediaFeature to accept extra param and add unit tests
|
|
483
|
+
- Updated dependencies
|
|
352
484
|
|
|
353
485
|
## 2.6.1
|
|
354
486
|
|
|
355
487
|
### Patch Changes
|
|
356
488
|
|
|
357
|
-
-
|
|
489
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
490
|
+
[`db441ee18c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db441ee18c3) - Handle
|
|
491
|
+
localStorage and sessionStorage safely
|
|
358
492
|
|
|
359
493
|
## 2.6.0
|
|
360
494
|
|
|
361
495
|
### Minor Changes
|
|
362
496
|
|
|
363
|
-
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
497
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
498
|
+
[`e5413204ba8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5413204ba8) - Add
|
|
499
|
+
optional errorDetail to FailAttributes for extra debugging context
|
|
500
|
+
- [`b7b0cdea03f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7b0cdea03f) - add
|
|
501
|
+
generic type for MediaAnalyticsContext<DataType>
|
|
502
|
+
- [`f2db5a33953`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2db5a33953) - Added
|
|
503
|
+
withMediaAnalyticsContext() in media-common for use by media components
|
|
504
|
+
- [`ce5671da5e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce5671da5e7) - keep
|
|
505
|
+
media analytics fileAttributes nested in attributes move FileStatus from media-client to
|
|
506
|
+
media-common, maintaing export from media-client
|
|
507
|
+
|
|
508
|
+
### Patch Changes
|
|
509
|
+
|
|
510
|
+
- [`08000e61e72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/08000e61e72) -
|
|
511
|
+
Patched withMediaAnalyticsContext() to accept React refs + minor Analytics types change
|
|
512
|
+
- [`bfd3311eb16`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfd3311eb16) - Fixed
|
|
513
|
+
withMediaAnalyticsContext() typing issue
|
|
514
|
+
- [`ea425224c8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea425224c8f) -
|
|
515
|
+
Updated Screen & Operational Event types in media-common
|
|
516
|
+
- [`4f1d3a6b22a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f1d3a6b22a) -
|
|
517
|
+
Refactored Media Analytics Namespaced Context (now delivered by our HOC in media-common)
|
|
518
|
+
- [`ed20a0c50b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed20a0c50b0) - Fixed
|
|
519
|
+
MediaAnalyticsContext to correctly attach static properties Made 'attributes' a mandatory member
|
|
520
|
+
of BaseEventPayload
|
|
521
|
+
- Updated dependencies
|
|
378
522
|
|
|
379
523
|
## 2.5.1
|
|
380
524
|
|
|
381
525
|
### Patch Changes
|
|
382
526
|
|
|
383
|
-
-
|
|
527
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425)
|
|
528
|
+
[`ab112f3020`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab112f3020) - Updated
|
|
529
|
+
media-common analytics exports
|
|
384
530
|
|
|
385
531
|
## 2.5.0
|
|
386
532
|
|
|
387
533
|
### Minor Changes
|
|
388
534
|
|
|
389
|
-
-
|
|
535
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
536
|
+
[`ad2a0e3352`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad2a0e3352) - add
|
|
537
|
+
common analytics types for media
|
|
390
538
|
|
|
391
539
|
### Patch Changes
|
|
392
540
|
|
|
393
|
-
-
|
|
394
|
-
-
|
|
395
|
-
-
|
|
541
|
+
- [`56b5424269`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56b5424269) -
|
|
542
|
+
BMPT-1075 improve media common analytics
|
|
543
|
+
- [`b611cc4044`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b611cc4044) - improve
|
|
544
|
+
common generic analytics types
|
|
545
|
+
- [`52d4b2cbfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52d4b2cbfb) - Updated
|
|
546
|
+
media-common analytics types
|
|
396
547
|
|
|
397
548
|
## 2.4.4
|
|
398
549
|
|
|
399
550
|
### Patch Changes
|
|
400
551
|
|
|
401
|
-
-
|
|
402
|
-
|
|
552
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571)
|
|
553
|
+
[`91061fed3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91061fed3e) - Updated
|
|
554
|
+
default values for Polling feature Flags
|
|
555
|
+
- [`11b4fc8033`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11b4fc8033) - ensure
|
|
556
|
+
maximum media poll interval ms is 3.3min not 33min
|
|
403
557
|
|
|
404
558
|
## 2.4.3
|
|
405
559
|
|
|
406
560
|
### Patch Changes
|
|
407
561
|
|
|
408
|
-
-
|
|
562
|
+
- [#6521](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6521)
|
|
563
|
+
[`956cf2d5ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/956cf2d5ee) -
|
|
564
|
+
HOT-93465 docs(changeset): ensure maximum media poll interval ms is 3.3min not 33min
|
|
409
565
|
|
|
410
566
|
## 2.4.2
|
|
411
567
|
|
|
412
568
|
### Patch Changes
|
|
413
569
|
|
|
414
|
-
-
|
|
570
|
+
- [#6478](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6478)
|
|
571
|
+
[`0698db3a1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0698db3a1f) - Updated
|
|
572
|
+
default values for Polling feature Flags
|
|
415
573
|
|
|
416
574
|
## 2.4.1
|
|
417
575
|
|
|
418
576
|
### Patch Changes
|
|
419
577
|
|
|
420
|
-
-
|
|
578
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
579
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
580
|
+
Transpile packages using babel rather than tsc
|
|
421
581
|
|
|
422
582
|
## 2.4.0
|
|
423
583
|
|
|
424
584
|
### Minor Changes
|
|
425
585
|
|
|
426
|
-
-
|
|
586
|
+
- [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228)
|
|
587
|
+
[`f2b871e61d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2b871e61d) - expose
|
|
588
|
+
NumericalCardDimensions from media-common
|
|
427
589
|
|
|
428
590
|
## 2.3.0
|
|
429
591
|
|
|
430
592
|
### Minor Changes
|
|
431
593
|
|
|
432
|
-
-
|
|
433
|
-
|
|
594
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516)
|
|
595
|
+
[`bf98a47a0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf98a47a0f) - Enhance
|
|
596
|
+
polling strategy to limit to finite attempts with timing backoff
|
|
597
|
+
- [`73613210d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73613210d4) - Adding
|
|
598
|
+
support for Code and Email files so that they are now able to be previewed in the viewer.
|
|
434
599
|
|
|
435
600
|
## 2.2.1
|
|
436
601
|
|
|
437
602
|
### Patch Changes
|
|
438
603
|
|
|
439
|
-
-
|
|
440
|
-
|
|
441
|
-
|
|
604
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
605
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
606
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
607
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
608
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
609
|
+
`devDependencies` to denote version that the package was built with.
|
|
442
610
|
|
|
443
611
|
## 2.2.0
|
|
444
612
|
|
|
445
613
|
### Minor Changes
|
|
446
614
|
|
|
447
|
-
-
|
|
615
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
|
|
616
|
+
[`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated
|
|
617
|
+
to declarative entry points
|
|
448
618
|
|
|
449
619
|
## 2.1.1
|
|
450
620
|
|
|
451
621
|
### Patch Changes
|
|
452
622
|
|
|
453
|
-
-
|
|
623
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
624
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
625
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
454
626
|
|
|
455
|
-
|
|
456
|
-
|
|
627
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
628
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
457
629
|
|
|
458
630
|
## 2.1.0
|
|
459
631
|
|
|
460
632
|
### Minor Changes
|
|
461
633
|
|
|
462
|
-
-
|
|
463
|
-
|
|
464
|
-
|
|
634
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
635
|
+
[`62eb1114c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62eb1114c4) - Enable
|
|
636
|
+
passing of MediaFeatureFlags through Editor Renderer via MediaOptions to Media components
|
|
637
|
+
- [`6faafb144c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6faafb144c) -
|
|
638
|
+
Introduce MediaFeatureFlags. Refactor components to use.
|
|
639
|
+
- [`2202870181`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2202870181) - Added
|
|
640
|
+
support for zip previews in media viewer
|
|
465
641
|
|
|
466
642
|
### Patch Changes
|
|
467
643
|
|
|
468
|
-
-
|
|
469
|
-
|
|
470
|
-
-
|
|
644
|
+
- [`fa6fb5dfbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6fb5dfbb) - Removing
|
|
645
|
+
unused code to be published
|
|
646
|
+
- [`37f235e7f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37f235e7f7) - remove
|
|
647
|
+
FF override warning for localhost
|
|
648
|
+
- [`641c4c54e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/641c4c54e6) - Format
|
|
649
|
+
comments of getMediaFeatureFlag utility
|
|
471
650
|
|
|
472
651
|
## 2.0.0
|
|
473
652
|
|
|
474
653
|
### Major Changes
|
|
475
654
|
|
|
476
|
-
-
|
|
477
|
-
|
|
655
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
656
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
|
|
657
|
+
Officially dropping IE11 support, from this version onwards there are no warranties of the
|
|
658
|
+
package working in IE11. For more information see:
|
|
659
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
478
660
|
|
|
479
661
|
## 1.1.0
|
|
480
662
|
|
|
481
663
|
### Minor Changes
|
|
482
664
|
|
|
483
|
-
-
|
|
665
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
666
|
+
[`3ae1f77dd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ae1f77dd4) - Expose
|
|
667
|
+
MediaType from media-common
|
|
484
668
|
|
|
485
669
|
## 1.0.1
|
|
486
670
|
|
|
487
671
|
### Patch Changes
|
|
488
672
|
|
|
489
|
-
-
|
|
673
|
+
- [patch][bb2fe95478](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb2fe95478):
|
|
490
674
|
|
|
491
|
-
|
|
675
|
+
Create @atlaskit/media-common- Updated dependencies
|
|
676
|
+
[168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
|
|
492
677
|
|
|
493
|
-
|
|
678
|
+
- @atlaskit/docs@8.5.1
|