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