@atlaskit/media-client 33.3.1 → 33.4.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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atlaskit/media-client
2
2
 
3
+ ## 33.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#169909](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169909)
8
+ [`78e7ec6d4b08f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/78e7ec6d4b08f) -
9
+ Added getDocumentContent and getDocumentPageImage to the media client to enable the new media
10
+ document viewer
11
+
12
+ ## 33.3.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [#134528](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134528)
17
+ [`61165836daa36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/61165836daa36) -
18
+ [ux] Use latest media token on video resume or seek
19
+
20
+ Previously when resuming a video after the current token had expired the video player would fail
21
+ to load and would show an error boundary page.
22
+
23
+ The same bug would occur when seeking to a new `currentTime` after the token expired.
24
+
25
+ Now both the dedicated and inline player will update their `src` to a new URL with the latest
26
+ cached token.
27
+
3
28
  ## 33.3.1
4
29
 
5
30
  ### Patch Changes