@atlaskit/media-test-helpers 39.0.6 → 39.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -36
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/media-test-helpers
2
2
 
3
+ ## 39.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 39.0.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 39.0.6
4
16
 
5
17
  ### Patch Changes
@@ -1655,7 +1667,6 @@
1655
1667
  ### Minor Changes
1656
1668
 
1657
1669
  - [minor][6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
1658
-
1659
1670
  - Added Stargate integration to MediaPicker popup.
1660
1671
  - Added `useMediaPickerPopup` option to Editor which enables using MediaPicker popup even when
1661
1672
  userAuthProvider is not provided.
@@ -1806,7 +1817,6 @@
1806
1817
 
1807
1818
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1808
1819
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1809
-
1810
1820
  - @atlaskit/dropdown-menu@8.2.4
1811
1821
  - @atlaskit/icon@20.0.1
1812
1822
  - @atlaskit/select@11.0.7
@@ -1926,7 +1936,6 @@
1926
1936
  Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages-
1927
1937
  Updated dependencies
1928
1938
  [3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1929
-
1930
1939
  - @atlaskit/select@11.0.2
1931
1940
 
1932
1941
  ## 25.2.4
@@ -2164,7 +2173,6 @@ Bumped dependencies.
2164
2173
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
2165
2174
 
2166
2175
  In this PR, we are:
2167
-
2168
2176
  - Re-introducing dist build folders
2169
2177
  - Adding back cjs
2170
2178
  - Replacing es5 by cjs and es2015 by esm
@@ -2265,20 +2273,17 @@ Bumped dependencies.
2265
2273
  ### Patch Changes
2266
2274
 
2267
2275
  - [patch][0f47d97c78](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f47d97c78):
2268
-
2269
2276
  - fix getDefaultMediaClientConfig
2270
2277
 
2271
2278
  ## 24.0.1
2272
2279
 
2273
2280
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
2274
-
2275
2281
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
2276
2282
  Request #5942 for details
2277
2283
 
2278
2284
  ## 24.0.0
2279
2285
 
2280
2286
  - [major][9ecfef12ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ecfef12ac):
2281
-
2282
2287
  - `createUserContext` was removed, with no alternatives to replace it. `asMockReturnValue` jest
2283
2288
  helper function was added to make it possible to be type safe.
2284
2289
 
@@ -2291,13 +2296,11 @@ Bumped dependencies.
2291
2296
  ## 23.1.0
2292
2297
 
2293
2298
  - [minor][12aa76d5b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12aa76d5b5):
2294
-
2295
2299
  - ED-6814: fixed rendering mediaSingle without collection
2296
2300
 
2297
2301
  ## 23.0.0
2298
2302
 
2299
2303
  - [major][ed3f034232](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed3f034232):
2300
-
2301
2304
  - Changes to `MediaMock` signature: `MediaMock` constructor now takes an object where destination
2302
2305
  collection name is the key and the value is a list of `<MediaFile & {blob: Blob}>` objects that
2303
2306
  will be loaded directly into a database for the corresponding collections. MediaMock now also
@@ -2312,14 +2315,12 @@ Bumped dependencies.
2312
2315
  ## 22.0.0
2313
2316
 
2314
2317
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
2315
-
2316
2318
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
2317
2319
  this package, please ensure you use at least this version of react and react-dom.
2318
2320
 
2319
2321
  ## 21.4.0
2320
2322
 
2321
2323
  - [minor][6f463c4d88](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6f463c4d88):
2322
-
2323
2324
  - add new methods to fake context
2324
2325
 
2325
2326
  - Updated dependencies
@@ -2332,7 +2333,6 @@ Bumped dependencies.
2332
2333
  ## 21.3.0
2333
2334
 
2334
2335
  - [minor][5489810e15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5489810e15):
2335
-
2336
2336
  - Add support for media-client objects: fakeMediaClient, getDefaultMediaClientConfig,
2337
2337
  createStorybookMediaClient, createStorybookMediaClientConfig, createUploadMediaClient,
2338
2338
  createUploadMediaClientConfig, createUserMediaClient
@@ -2350,7 +2350,6 @@ Bumped dependencies.
2350
2350
  ## 21.2.3
2351
2351
 
2352
2352
  - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
2353
-
2354
2353
  - Bump tslib
2355
2354
 
2356
2355
  ## 21.2.2
@@ -2365,19 +2364,16 @@ Bumped dependencies.
2365
2364
  ## 21.2.1
2366
2365
 
2367
2366
  - [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
2368
-
2369
2367
  - Enable esModuleInterop for typescript, this allows correct use of default exports
2370
2368
 
2371
2369
  ## 21.2.0
2372
2370
 
2373
2371
  - [minor][e1c1fa454a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1c1fa454a):
2374
-
2375
2372
  - Support external image identifier in MediaViewer
2376
2373
 
2377
2374
  ## 21.1.0
2378
2375
 
2379
2376
  - [minor][dd14a0a1f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd14a0a1f0):
2380
-
2381
2377
  - export getDefaultContextConfig
2382
2378
 
2383
2379
  - Updated dependencies
@@ -2399,19 +2395,16 @@ Bumped dependencies.
2399
2395
  ## 21.0.2
2400
2396
 
2401
2397
  - [patch][1d09298688](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d09298688):
2402
-
2403
2398
  - Remove axios dependency
2404
2399
 
2405
2400
  ## 21.0.1
2406
2401
 
2407
2402
  - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
2408
-
2409
2403
  - Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
2410
2404
 
2411
2405
  ## 21.0.0
2412
2406
 
2413
2407
  - [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
2414
-
2415
2408
  - Dropped ES5 distributables from the typescript packages
2416
2409
 
2417
2410
  ## 20.1.8
@@ -2489,7 +2482,6 @@ Bumped dependencies.
2489
2482
  ## 20.1.0
2490
2483
 
2491
2484
  - [minor][4e82fedc90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e82fedc90):
2492
-
2493
2485
  - Expose real id upfront for remote files in MediaPicker
2494
2486
 
2495
2487
  - Updated dependencies
@@ -2504,13 +2496,11 @@ Bumped dependencies.
2504
2496
  ## 20.0.1
2505
2497
 
2506
2498
  - [patch][28353efea8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28353efea8):
2507
-
2508
2499
  - Fix expected/actual in expectToEqual utility
2509
2500
 
2510
2501
  ## 20.0.0
2511
2502
 
2512
2503
  - [major][07a187bb30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07a187bb30):
2513
-
2514
2504
  - Fetch cloud accounts only on cloud folder opening
2515
2505
 
2516
2506
  ## 19.1.1
@@ -2526,7 +2516,6 @@ Bumped dependencies.
2526
2516
  ## 19.1.0
2527
2517
 
2528
2518
  - [minor][b1627a5837](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1627a5837):
2529
-
2530
2519
  - Enable inline video player in Editor and Renderer
2531
2520
 
2532
2521
  - Updated dependencies
@@ -2539,7 +2528,6 @@ Bumped dependencies.
2539
2528
  ## 19.0.0
2540
2529
 
2541
2530
  - [major][3ad16f3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ad16f3):
2542
-
2543
2531
  - More jest utilities has been added: expectToEqual, expectConstructorToHaveBeenCalledWith and
2544
2532
  expectFunctionToHaveBeenCalledWith to allow for typed jest assertions. mountWithIntlContext got
2545
2533
  generics types.
@@ -2553,7 +2541,6 @@ Bumped dependencies.
2553
2541
  ## 18.10.0
2554
2542
 
2555
2543
  - [minor][e6516fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6516fb):
2556
-
2557
2544
  - Move media mocks into right location to prevent them to be included in dist
2558
2545
 
2559
2546
  ## 18.9.1
@@ -2566,7 +2553,6 @@ Bumped dependencies.
2566
2553
  ## 18.9.0
2567
2554
 
2568
2555
  - [minor][72d37fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/72d37fb):
2569
-
2570
2556
  - Remove deprecated methods from media-core
2571
2557
  - Use context.collection methods in MediaViewer
2572
2558
  - Remove link support from media-card
@@ -2578,13 +2564,11 @@ Bumped dependencies.
2578
2564
  ## 18.8.0
2579
2565
 
2580
2566
  - [minor][6bc785d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bc785d):
2581
-
2582
2567
  - default to HD video if available in video viewer
2583
2568
 
2584
2569
  ## 18.7.3
2585
2570
 
2586
2571
  - [patch][b677631](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b677631):
2587
-
2588
2572
  - Add new example and ensure occurrenceKey is set for all copy/withToken calls
2589
2573
 
2590
2574
  ## 18.7.2
@@ -2597,13 +2581,11 @@ Bumped dependencies.
2597
2581
  ## 18.7.1
2598
2582
 
2599
2583
  - [patch][ca16fa9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ca16fa9):
2600
-
2601
2584
  - Add SSR support to media components
2602
2585
 
2603
2586
  ## 18.7.0
2604
2587
 
2605
2588
  - [minor][5c06476](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5c06476):
2606
-
2607
2589
  - Add touch endpoint to mock server
2608
2590
 
2609
2591
  - Updated dependencies [b3738ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b3738ea):
@@ -2622,7 +2604,6 @@ Bumped dependencies.
2622
2604
  ## 18.6.1
2623
2605
 
2624
2606
  - [patch][f621523](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f621523):
2625
-
2626
2607
  - fix MediaMocker router
2627
2608
 
2628
2609
  ## 18.6.0
@@ -2640,25 +2621,21 @@ Bumped dependencies.
2640
2621
  ## 18.5.1
2641
2622
 
2642
2623
  - [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
2643
-
2644
2624
  - Packages should not be shown in the navigation, search and overview
2645
2625
 
2646
2626
  ## 18.5.0
2647
2627
 
2648
2628
  - [minor][c1ea81c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1ea81c):
2649
-
2650
2629
  - use custom video player for inline video in media-card
2651
2630
 
2652
2631
  ## 18.4.0
2653
2632
 
2654
2633
  - [minor][b02ffa7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b02ffa7):
2655
-
2656
2634
  - add touch event helpers and canvas mocking
2657
2635
 
2658
2636
  ## 18.3.2
2659
2637
 
2660
2638
  - [patch][5a6de24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a6de24):
2661
-
2662
2639
  - translate component properties in media components
2663
2640
 
2664
2641
  ## 18.3.1
@@ -2673,7 +2650,6 @@ Bumped dependencies.
2673
2650
  ## 18.3.0
2674
2651
 
2675
2652
  - [minor][fa7d4c5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa7d4c5):
2676
-
2677
2653
  - asMock method was added; It can be used to convert any function into jest.Mock;
2678
2654
 
2679
2655
  - Updated dependencies [7e8b4b9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e8b4b9):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-test-helpers",
3
- "version": "39.0.6",
3
+ "version": "39.0.8",
4
4
  "description": "Collection of test helpers used in media component stories and specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,10 +35,10 @@
35
35
  "@atlaskit/media-ui": "^28.7.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
37
  "@atlaskit/popup": "^4.4.0",
38
- "@atlaskit/primitives": "^15.0.0",
38
+ "@atlaskit/primitives": "^16.0.0",
39
39
  "@atlaskit/tabs": "^18.2.0",
40
40
  "@atlaskit/textfield": "^8.0.0",
41
- "@atlaskit/tokens": "^6.5.0",
41
+ "@atlaskit/tokens": "^7.0.0",
42
42
  "@atlaskit/tooltip": "^20.5.0",
43
43
  "@atlaskit/ufo": "^0.4.0",
44
44
  "@babel/runtime": "^7.0.0",