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