@atlaskit/media-ui 28.7.6 → 28.7.8
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 +12 -62
- package/dist/cjs/customMediaPlayer/index.js +1 -1
- package/dist/cjs/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/es2019/customMediaPlayer/index.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/esm/customMediaPlayer/index.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/media-ui
|
|
2
2
|
|
|
3
|
+
## 28.7.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 28.7.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 28.7.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -717,7 +729,6 @@
|
|
|
717
729
|
- [#141583](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141583)
|
|
718
730
|
[`ba6def6b9d3ce`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba6def6b9d3ce) -
|
|
719
731
|
Updated Media card and UI to avoid contributing to TTVC metrics
|
|
720
|
-
|
|
721
732
|
- Media card will always render the `img`, even while it is still loading (in that case, the `img`
|
|
722
733
|
will just be hidden). It will also use a custom loading spinner with no interaction context.
|
|
723
734
|
- Media image will allow a null value for the image source. It will also always render the `img`
|
|
@@ -1786,7 +1797,6 @@
|
|
|
1786
1797
|
[`3592e304adc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3592e304adc) - [ux]
|
|
1787
1798
|
Underlying icons used in MediaTypeIcon (that is also used as part of MimeTypeIcon) has been
|
|
1788
1799
|
replaced. This mean they will change size (2px) and in some cases colour (like for audio file).
|
|
1789
|
-
|
|
1790
1800
|
- Add `data-type` attribute for easier testing for both MediaTypeIcon and MimeTypeIcon components
|
|
1791
1801
|
- Add `testId` prop to both MediaTypeIcon and MimeTypeIcon
|
|
1792
1802
|
|
|
@@ -2088,7 +2098,6 @@
|
|
|
2088
2098
|
**Ticket:** EDM-1120
|
|
2089
2099
|
|
|
2090
2100
|
**Changes:**
|
|
2091
|
-
|
|
2092
2101
|
- Refactored Card Link `view` tests to separate files to be more maintainable;
|
|
2093
2102
|
- Added unit tests to all Card Link actions;
|
|
2094
2103
|
- Added unit tests to Card Link PreviewAction;
|
|
@@ -2111,7 +2120,6 @@
|
|
|
2111
2120
|
|
|
2112
2121
|
Added integration tests across the board, asserting that a new window is opened to kick off the
|
|
2113
2122
|
3LO flow.
|
|
2114
|
-
|
|
2115
2123
|
- Added integration test for account connection and try another account flows for Inline Links;
|
|
2116
2124
|
- Added integration test for account connection and try another account flows for Card Links;
|
|
2117
2125
|
- Added integration test for account connection and try another account flows for Embed Links;
|
|
@@ -2121,7 +2129,6 @@
|
|
|
2121
2129
|
|
|
2122
2130
|
Further, added an `AuthorizationWindow` method to the `@atlaskit/media-integration-test-helpers`,
|
|
2123
2131
|
with the following methods:
|
|
2124
|
-
|
|
2125
2132
|
- `AuthorizationWindow.open()` - to open a window to authorize, dependent on which card state it
|
|
2126
2133
|
is being activated from;
|
|
2127
2134
|
- `AuthorizationWindow.checkUrl()` - to check if the window URL when redirected is the same as the
|
|
@@ -2633,7 +2640,6 @@
|
|
|
2633
2640
|
|
|
2634
2641
|
- Updated dependencies
|
|
2635
2642
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
2636
|
-
|
|
2637
2643
|
- @atlaskit/docs@8.3.2
|
|
2638
2644
|
- @atlaskit/avatar-group@5.0.4
|
|
2639
2645
|
- @atlaskit/avatar@17.1.7
|
|
@@ -3000,7 +3006,6 @@ Bumped dependencies.
|
|
|
3000
3006
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
3001
3007
|
|
|
3002
3008
|
In this PR, we are:
|
|
3003
|
-
|
|
3004
3009
|
- Re-introducing dist build folders
|
|
3005
3010
|
- Adding back cjs
|
|
3006
3011
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -3105,7 +3110,6 @@ Bumped dependencies.
|
|
|
3105
3110
|
## 11.2.6
|
|
3106
3111
|
|
|
3107
3112
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
3108
|
-
|
|
3109
3113
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
3110
3114
|
Request #5942 for details
|
|
3111
3115
|
|
|
@@ -3128,7 +3132,6 @@ Bumped dependencies.
|
|
|
3128
3132
|
## 11.2.3
|
|
3129
3133
|
|
|
3130
3134
|
- [patch][391c93daf7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/391c93daf7):
|
|
3131
|
-
|
|
3132
3135
|
- Prevents inline videos in Editor/Renderer to be played simulteneously in the same page
|
|
3133
3136
|
|
|
3134
3137
|
## 11.2.2
|
|
@@ -3142,19 +3145,16 @@ Bumped dependencies.
|
|
|
3142
3145
|
## 11.2.1
|
|
3143
3146
|
|
|
3144
3147
|
- [patch][1c9586e1a0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c9586e1a0):
|
|
3145
|
-
|
|
3146
3148
|
- Reverted strings to the original format
|
|
3147
3149
|
|
|
3148
3150
|
## 11.2.0
|
|
3149
3151
|
|
|
3150
3152
|
- [minor][061eb57bab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/061eb57bab):
|
|
3151
|
-
|
|
3152
3153
|
- Added partial i18n support to media-ui
|
|
3153
3154
|
|
|
3154
3155
|
## 11.1.2
|
|
3155
3156
|
|
|
3156
3157
|
- [patch][6a52b3d258](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6a52b3d258):
|
|
3157
|
-
|
|
3158
3158
|
- fix for clicking behaviour in view/edit mode for Inline Smart Links.
|
|
3159
3159
|
|
|
3160
3160
|
## 11.1.1
|
|
@@ -3166,53 +3166,45 @@ Bumped dependencies.
|
|
|
3166
3166
|
## 11.1.0
|
|
3167
3167
|
|
|
3168
3168
|
- [minor][121c945cc6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/121c945cc6):
|
|
3169
|
-
|
|
3170
3169
|
- fix padding, hover, icon for Inline Links.
|
|
3171
3170
|
|
|
3172
3171
|
## 11.0.0
|
|
3173
3172
|
|
|
3174
3173
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
3175
|
-
|
|
3176
3174
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
3177
3175
|
this package, please ensure you use at least this version of react and react-dom.
|
|
3178
3176
|
|
|
3179
3177
|
## 10.1.11
|
|
3180
3178
|
|
|
3181
3179
|
- [patch][682279973f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/682279973f):
|
|
3182
|
-
|
|
3183
3180
|
- Changed Unauthorized and Errored inline view for smart cards to be text only and added color
|
|
3184
3181
|
theming for smart link titles
|
|
3185
3182
|
|
|
3186
3183
|
## 10.1.10
|
|
3187
3184
|
|
|
3188
3185
|
- [patch][1a18876567](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a18876567):
|
|
3189
|
-
|
|
3190
3186
|
- Changed behaviour so that icon and first 8 characters of a smart link no longer break when
|
|
3191
3187
|
wrapping.
|
|
3192
3188
|
|
|
3193
3189
|
## 10.1.9
|
|
3194
3190
|
|
|
3195
3191
|
- [patch][d3cad2622e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3cad2622e):
|
|
3196
|
-
|
|
3197
3192
|
- Removes babel-runtime in favour of @babel/runtime
|
|
3198
3193
|
|
|
3199
3194
|
## 10.1.8
|
|
3200
3195
|
|
|
3201
3196
|
- [patch][687f535a12](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/687f535a12):
|
|
3202
|
-
|
|
3203
3197
|
- Changed smart link selection in editor mode to not include text selection, but retain it in
|
|
3204
3198
|
renderer mode
|
|
3205
3199
|
|
|
3206
3200
|
## 10.1.7
|
|
3207
3201
|
|
|
3208
3202
|
- [patch][cfec2f0b70](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfec2f0b70):
|
|
3209
|
-
|
|
3210
3203
|
- Fixed a text selection bug for inline smart links
|
|
3211
3204
|
|
|
3212
3205
|
## 10.1.6
|
|
3213
3206
|
|
|
3214
3207
|
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
3215
|
-
|
|
3216
3208
|
- Bump tslib
|
|
3217
3209
|
|
|
3218
3210
|
## 10.1.5
|
|
@@ -3236,7 +3228,6 @@ Bumped dependencies.
|
|
|
3236
3228
|
## 10.1.4
|
|
3237
3229
|
|
|
3238
3230
|
- [patch][bee4101a63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bee4101a63):
|
|
3239
|
-
|
|
3240
3231
|
- instrument analytics for audio and video play and error events
|
|
3241
3232
|
|
|
3242
3233
|
## 10.1.3
|
|
@@ -3259,19 +3250,16 @@ Bumped dependencies.
|
|
|
3259
3250
|
## 10.1.2
|
|
3260
3251
|
|
|
3261
3252
|
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
3262
|
-
|
|
3263
3253
|
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
3264
3254
|
|
|
3265
3255
|
## 10.1.1
|
|
3266
3256
|
|
|
3267
3257
|
- [patch][106d046114](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/106d046114):
|
|
3268
|
-
|
|
3269
3258
|
- Fix issue with media-viewer opening in CC on inline video player controlls clicked
|
|
3270
3259
|
|
|
3271
3260
|
## 10.1.0
|
|
3272
3261
|
|
|
3273
3262
|
- [minor][5d70c1ee30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5d70c1ee30):
|
|
3274
|
-
|
|
3275
3263
|
- MediaImage component added (moved from @atlaskit/media-card). With extra fields: crossOrigin,
|
|
3276
3264
|
onImageLoad, onImageError
|
|
3277
3265
|
|
|
@@ -3284,43 +3272,36 @@ Bumped dependencies.
|
|
|
3284
3272
|
## 10.0.4
|
|
3285
3273
|
|
|
3286
3274
|
- [patch][62834d5210](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/62834d5210):
|
|
3287
|
-
|
|
3288
3275
|
- update dependency version of @atlaskit/spinner
|
|
3289
3276
|
|
|
3290
3277
|
## 10.0.3
|
|
3291
3278
|
|
|
3292
3279
|
- [patch][9b0dd21ce7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b0dd21ce7):
|
|
3293
|
-
|
|
3294
3280
|
- allow the appearance of lozenges within smart link tasks to be configured
|
|
3295
3281
|
|
|
3296
3282
|
## 10.0.2
|
|
3297
3283
|
|
|
3298
3284
|
- [patch][aa117f5341](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aa117f5341):
|
|
3299
|
-
|
|
3300
3285
|
- fix alignment and UI for inline Smart Links.
|
|
3301
3286
|
|
|
3302
3287
|
## 10.0.1
|
|
3303
3288
|
|
|
3304
3289
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
3305
|
-
|
|
3306
3290
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
3307
3291
|
|
|
3308
3292
|
## 10.0.0
|
|
3309
3293
|
|
|
3310
3294
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
3311
|
-
|
|
3312
3295
|
- Dropped ES5 distributables from the typescript packages
|
|
3313
3296
|
|
|
3314
3297
|
## 9.2.3
|
|
3315
3298
|
|
|
3316
3299
|
- [patch][8ed53a1cbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8ed53a1cbb):
|
|
3317
|
-
|
|
3318
3300
|
- fix padding, wrapping for inline smart links.
|
|
3319
3301
|
|
|
3320
3302
|
## 9.2.2
|
|
3321
3303
|
|
|
3322
3304
|
- [patch][be479e2335](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be479e2335):
|
|
3323
|
-
|
|
3324
3305
|
- fix link opening logic for view and edit mode.
|
|
3325
3306
|
|
|
3326
3307
|
## 9.2.1
|
|
@@ -3346,69 +3327,58 @@ Bumped dependencies.
|
|
|
3346
3327
|
## 9.2.0
|
|
3347
3328
|
|
|
3348
3329
|
- [minor][b7ead07438](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b7ead07438):
|
|
3349
|
-
|
|
3350
3330
|
- New messages to support media-editor changes
|
|
3351
3331
|
|
|
3352
3332
|
## 9.1.0
|
|
3353
3333
|
|
|
3354
3334
|
- [minor][41147bbc4c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/41147bbc4c):
|
|
3355
|
-
|
|
3356
3335
|
- Fix for links in editor
|
|
3357
3336
|
|
|
3358
3337
|
## 9.0.1
|
|
3359
3338
|
|
|
3360
3339
|
- [patch][9aa8faebd4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9aa8faebd4):
|
|
3361
|
-
|
|
3362
3340
|
- Added strict typing for i18n messages
|
|
3363
3341
|
|
|
3364
3342
|
## 9.0.0
|
|
3365
3343
|
|
|
3366
3344
|
- [major][d5bce1ea15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5bce1ea15):
|
|
3367
|
-
|
|
3368
3345
|
- Breaking change. ModalSpinner props has changed. now it's blankedColor: string and
|
|
3369
3346
|
invertSpinnerColor: boolean
|
|
3370
3347
|
|
|
3371
3348
|
## 8.5.1
|
|
3372
3349
|
|
|
3373
3350
|
- [patch][ef469cbb0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ef469cbb0b):
|
|
3374
|
-
|
|
3375
3351
|
- MS-357 replaced @atlaskit/util-shared-styles from media components by @atlaskit/theme
|
|
3376
3352
|
|
|
3377
3353
|
## 8.5.0
|
|
3378
3354
|
|
|
3379
3355
|
- [minor][be66d1da3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be66d1da3a):
|
|
3380
|
-
|
|
3381
3356
|
- Introduce ModalSpinner component to be used in modal type component while those loading via code
|
|
3382
3357
|
split
|
|
3383
3358
|
|
|
3384
3359
|
## 8.4.2
|
|
3385
3360
|
|
|
3386
3361
|
- [patch][af3918bc89](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af3918bc89):
|
|
3387
|
-
|
|
3388
3362
|
- The url part of the unauthorized link is now grey
|
|
3389
3363
|
|
|
3390
3364
|
## 8.4.1
|
|
3391
3365
|
|
|
3392
3366
|
- [patch][56c5a4b41f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/56c5a4b41f):
|
|
3393
|
-
|
|
3394
3367
|
- Fix "try again" should not be showing when there are no auth methods
|
|
3395
3368
|
|
|
3396
3369
|
## 8.4.0
|
|
3397
3370
|
|
|
3398
3371
|
- [minor][63e6f7d420](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/63e6f7d420):
|
|
3399
|
-
|
|
3400
3372
|
- Fix missing attributes for link view
|
|
3401
3373
|
|
|
3402
3374
|
## 8.3.1
|
|
3403
3375
|
|
|
3404
3376
|
- [patch][bef9abc8de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bef9abc8de):
|
|
3405
|
-
|
|
3406
3377
|
- added background colour to inline card views, fixed icon alignment.
|
|
3407
3378
|
|
|
3408
3379
|
## 8.3.0
|
|
3409
3380
|
|
|
3410
3381
|
- [minor][89668941e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89668941e6):
|
|
3411
|
-
|
|
3412
3382
|
- Flip width and height around when image is on it's side according to metadata orientation;
|
|
3413
3383
|
Introduce isRotated utility
|
|
3414
3384
|
|
|
@@ -3435,7 +3405,6 @@ Bumped dependencies.
|
|
|
3435
3405
|
## 8.2.4
|
|
3436
3406
|
|
|
3437
3407
|
- [patch][e7100a8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7100a8):
|
|
3438
|
-
|
|
3439
3408
|
- Minor tests realted changes
|
|
3440
3409
|
|
|
3441
3410
|
- Updated dependencies [3ad16f3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ad16f3):
|
|
@@ -3444,25 +3413,21 @@ Bumped dependencies.
|
|
|
3444
3413
|
## 8.2.3
|
|
3445
3414
|
|
|
3446
3415
|
- [patch][e6516fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6516fb):
|
|
3447
|
-
|
|
3448
3416
|
- Move media mocks into right location to prevent them to be included in dist
|
|
3449
3417
|
|
|
3450
3418
|
## 8.2.2
|
|
3451
3419
|
|
|
3452
3420
|
- [patch][ca16fa9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ca16fa9):
|
|
3453
|
-
|
|
3454
3421
|
- Add SSR support to media components
|
|
3455
3422
|
|
|
3456
3423
|
## 8.2.1
|
|
3457
3424
|
|
|
3458
3425
|
- [patch][9c50550](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c50550):
|
|
3459
|
-
|
|
3460
3426
|
- Do not show connect button if there are no auth methods.
|
|
3461
3427
|
|
|
3462
3428
|
## 8.2.0
|
|
3463
3429
|
|
|
3464
3430
|
- [minor][95f98cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/95f98cc):
|
|
3465
|
-
|
|
3466
3431
|
- User can click on a smart card to open a new window/tab
|
|
3467
3432
|
|
|
3468
3433
|
## 8.1.2
|
|
@@ -3486,13 +3451,11 @@ Bumped dependencies.
|
|
|
3486
3451
|
## 8.1.1
|
|
3487
3452
|
|
|
3488
3453
|
- [patch][e375b42](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e375b42):
|
|
3489
|
-
|
|
3490
3454
|
- Update props description
|
|
3491
3455
|
|
|
3492
3456
|
## 8.1.0
|
|
3493
3457
|
|
|
3494
3458
|
- [minor][8fbb36f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8fbb36f):
|
|
3495
|
-
|
|
3496
3459
|
- Change impl. of CustomVideoPlayer; add disableThumbTooltip property to TimeRange component; Add
|
|
3497
3460
|
ability to mouse click and drag right away to TimeRange even if clicked outside of thumb
|
|
3498
3461
|
control;
|
|
@@ -3500,26 +3463,22 @@ Bumped dependencies.
|
|
|
3500
3463
|
## 8.0.0
|
|
3501
3464
|
|
|
3502
3465
|
- [major][5de3574](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5de3574):
|
|
3503
|
-
|
|
3504
3466
|
- CustomVideoPlayer is now CustomMediaPlayer and supports audio through type property. Media
|
|
3505
3467
|
Viewer now uses custom audio player for audio everywhere except IE11.
|
|
3506
3468
|
|
|
3507
3469
|
## 7.11.0
|
|
3508
3470
|
|
|
3509
3471
|
- [minor][01697a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/01697a6):
|
|
3510
|
-
|
|
3511
3472
|
- CustomVideoPlayer improvements: fix currentTime origin + apply custom theme
|
|
3512
3473
|
|
|
3513
3474
|
## 7.10.0
|
|
3514
3475
|
|
|
3515
3476
|
- [minor][c1ea81c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1ea81c):
|
|
3516
|
-
|
|
3517
3477
|
- use custom video player for inline video in media-card
|
|
3518
3478
|
|
|
3519
3479
|
## 7.9.0
|
|
3520
3480
|
|
|
3521
3481
|
- [minor][c61f828](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c61f828):
|
|
3522
|
-
|
|
3523
3482
|
- add bounds to camera module
|
|
3524
3483
|
|
|
3525
3484
|
## 7.8.2
|
|
@@ -3542,19 +3501,16 @@ Bumped dependencies.
|
|
|
3542
3501
|
## 7.8.1
|
|
3543
3502
|
|
|
3544
3503
|
- [patch][4c0c2a0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4c0c2a0):
|
|
3545
|
-
|
|
3546
3504
|
- Fix Cards throwing Error when client is not provided.
|
|
3547
3505
|
|
|
3548
3506
|
## 7.8.0
|
|
3549
3507
|
|
|
3550
3508
|
- [minor][5a6de24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a6de24):
|
|
3551
|
-
|
|
3552
3509
|
- translate component properties in media components
|
|
3553
3510
|
|
|
3554
3511
|
## 7.7.0
|
|
3555
3512
|
|
|
3556
3513
|
- [minor][df32968](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df32968):
|
|
3557
|
-
|
|
3558
3514
|
- Introduced pending state (which is represented as a link) and a race between resolving state and
|
|
3559
3515
|
the data fetch.
|
|
3560
3516
|
|
|
@@ -3589,26 +3545,22 @@ Bumped dependencies.
|
|
|
3589
3545
|
## 7.6.0
|
|
3590
3546
|
|
|
3591
3547
|
- [minor][b9d9e9a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b9d9e9a):
|
|
3592
|
-
|
|
3593
3548
|
- Support advanced i18n mode in MediaPicker
|
|
3594
3549
|
|
|
3595
3550
|
## 7.5.0
|
|
3596
3551
|
|
|
3597
3552
|
- [minor][2cac27f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2cac27f):
|
|
3598
|
-
|
|
3599
3553
|
- InfiniteScroll component now triggers on load and on change (where is previously only onScroll
|
|
3600
3554
|
event)
|
|
3601
3555
|
|
|
3602
3556
|
## 7.4.1
|
|
3603
3557
|
|
|
3604
3558
|
- [patch][a567cc9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a567cc9):
|
|
3605
|
-
|
|
3606
3559
|
- Improve rendering of Smart Cards.
|
|
3607
3560
|
|
|
3608
3561
|
## 7.4.0
|
|
3609
3562
|
|
|
3610
3563
|
- [minor][b758737](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b758737):
|
|
3611
|
-
|
|
3612
3564
|
- add i18n support to media-avatar-picker
|
|
3613
3565
|
|
|
3614
3566
|
## 7.3.1
|
|
@@ -3620,7 +3572,6 @@ Bumped dependencies.
|
|
|
3620
3572
|
## 7.3.0
|
|
3621
3573
|
|
|
3622
3574
|
- [minor][023cb45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/023cb45" d):
|
|
3623
|
-
|
|
3624
3575
|
- Add i18n support to MediaViewer
|
|
3625
3576
|
|
|
3626
3577
|
## 7.2.1
|
|
@@ -3632,7 +3583,6 @@ Bumped dependencies.
|
|
|
3632
3583
|
## 7.2.0
|
|
3633
3584
|
|
|
3634
3585
|
- [minor][439dde6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/439dde6" d):
|
|
3635
|
-
|
|
3636
3586
|
- rotate local image preview in cards based on the file orientation
|
|
3637
3587
|
|
|
3638
3588
|
## 7.1.1
|
|
@@ -16,7 +16,7 @@ var CustomMediaPlayerBase = exports.CustomMediaPlayerBase = function CustomMedia
|
|
|
16
16
|
return (0, _platformFeatureFlags.fg)('platform_media_compiled') ? /*#__PURE__*/_react.default.createElement(_indexCompiled.CustomMediaPlayerBase, props) : /*#__PURE__*/_react.default.createElement(_indexEmotion.CustomMediaPlayerBase, props);
|
|
17
17
|
};
|
|
18
18
|
var packageName = "@atlaskit/media-ui";
|
|
19
|
-
var packageVersion = "
|
|
19
|
+
var packageVersion = "28.7.7";
|
|
20
20
|
|
|
21
21
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
22
22
|
var CustomMediaPlayer = exports.CustomMediaPlayer = (0, _mediaCommon.withMediaAnalyticsContext)({
|
|
@@ -15,7 +15,7 @@ var _useTextTracks2 = require("./useTextTracks");
|
|
|
15
15
|
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
16
16
|
var _excluded = ["onPlay"];
|
|
17
17
|
var packageName = "@atlaskit/media-ui";
|
|
18
|
-
var packageVersion = "
|
|
18
|
+
var packageVersion = "28.7.7";
|
|
19
19
|
var MediaPlayerWihtoutContext = exports.MediaPlayerWihtoutContext = function MediaPlayerWihtoutContext(_ref) {
|
|
20
20
|
var _onPlay = _ref.onPlay,
|
|
21
21
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
@@ -7,7 +7,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
|
|
|
7
7
|
import { withMediaAnalyticsContext } from '@atlaskit/media-common';
|
|
8
8
|
export const CustomMediaPlayerBase = props => fg('platform_media_compiled') ? /*#__PURE__*/React.createElement(CompiledCustomMediaPlayerBase, props) : /*#__PURE__*/React.createElement(EmotionCustomMediaPlayerBase, props);
|
|
9
9
|
const packageName = "@atlaskit/media-ui";
|
|
10
|
-
const packageVersion = "
|
|
10
|
+
const packageVersion = "28.7.7";
|
|
11
11
|
|
|
12
12
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
13
13
|
export const CustomMediaPlayer = withMediaAnalyticsContext({
|
|
@@ -6,7 +6,7 @@ import { MediaPlayerBase } from './mediaPlayerBase';
|
|
|
6
6
|
import { useTextTracks } from './useTextTracks';
|
|
7
7
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
8
8
|
const packageName = "@atlaskit/media-ui";
|
|
9
|
-
const packageVersion = "
|
|
9
|
+
const packageVersion = "28.7.7";
|
|
10
10
|
export const MediaPlayerWihtoutContext = ({
|
|
11
11
|
onPlay,
|
|
12
12
|
...props
|
|
@@ -9,7 +9,7 @@ export var CustomMediaPlayerBase = function CustomMediaPlayerBase(props) {
|
|
|
9
9
|
return fg('platform_media_compiled') ? /*#__PURE__*/React.createElement(CompiledCustomMediaPlayerBase, props) : /*#__PURE__*/React.createElement(EmotionCustomMediaPlayerBase, props);
|
|
10
10
|
};
|
|
11
11
|
var packageName = "@atlaskit/media-ui";
|
|
12
|
-
var packageVersion = "
|
|
12
|
+
var packageVersion = "28.7.7";
|
|
13
13
|
|
|
14
14
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
15
15
|
export var CustomMediaPlayer = withMediaAnalyticsContext({
|
|
@@ -8,7 +8,7 @@ import { MediaPlayerBase } from './mediaPlayerBase';
|
|
|
8
8
|
import { useTextTracks } from './useTextTracks';
|
|
9
9
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
10
10
|
var packageName = "@atlaskit/media-ui";
|
|
11
|
-
var packageVersion = "
|
|
11
|
+
var packageVersion = "28.7.7";
|
|
12
12
|
export var MediaPlayerWihtoutContext = function MediaPlayerWihtoutContext(_ref) {
|
|
13
13
|
var _onPlay = _ref.onPlay,
|
|
14
14
|
props = _objectWithoutProperties(_ref, _excluded);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-ui",
|
|
3
|
-
"version": "28.7.
|
|
3
|
+
"version": "28.7.8",
|
|
4
4
|
"description": "Includes common components and utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@atlaskit/code": "^17.2.0",
|
|
30
30
|
"@atlaskit/css": "^0.15.0",
|
|
31
31
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
32
|
-
"@atlaskit/flag": "^17.
|
|
32
|
+
"@atlaskit/flag": "^17.5.0",
|
|
33
33
|
"@atlaskit/form": "^14.2.0",
|
|
34
34
|
"@atlaskit/icon": "^28.5.0",
|
|
35
35
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"@atlaskit/media-state": "^1.8.0",
|
|
43
43
|
"@atlaskit/modal-dialog": "^14.5.0",
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
|
-
"@atlaskit/primitives": "^
|
|
45
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
46
46
|
"@atlaskit/range": "^9.2.0",
|
|
47
|
-
"@atlaskit/react-ufo": "^4.
|
|
47
|
+
"@atlaskit/react-ufo": "^4.12.0",
|
|
48
48
|
"@atlaskit/select": "^21.3.0",
|
|
49
49
|
"@atlaskit/spinner": "^19.0.0",
|
|
50
50
|
"@atlaskit/theme": "^21.0.0",
|
|
51
|
-
"@atlaskit/tokens": "^
|
|
51
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
52
52
|
"@atlaskit/tooltip": "^20.5.0",
|
|
53
53
|
"@atlaskit/width-detector": "^5.0.0",
|
|
54
54
|
"@babel/runtime": "^7.0.0",
|
|
55
|
-
"@compiled/react": "^0.18.
|
|
55
|
+
"@compiled/react": "^0.18.6",
|
|
56
56
|
"@emotion/styled": "^11.0.0",
|
|
57
57
|
"blueimp-load-image": "2.19.0",
|
|
58
58
|
"bytes": "^3.1.0",
|