From d2580b8d22b29c6244418d8e4b568f3162191460 Mon Sep 17 00:00:00 2001 From: kean Date: Fri, 4 Jun 2021 17:45:32 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c0372..2bdc42c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # NukeUI 0.x +*Jun 4, 2021* + +- Allow user interaction during animated transitions +- Animated transitions are now supported for video +- Add access to the underlying `videoPlayerView`, remove separate `videoGravity` property +- Add `isLooping` property to `VideoPlayerView` which is `true` by default +- Add `contentView` where all content views (both images and video) are displayed. It simplified animations. + ## Nuke 0.2.0 +*Jun 3, 2021* + - Display the first frame of the video as a preview until the video is downloaded and ready to be played - Enable video rendering by default. The option renamed from `isExperimentalVideoSupportEnabled` to `isVideoRenderingEnabled`. - Make sure video doesn't prevent the display from sleeping by setting `preventsDisplaySleepDuringVideoPlayback` to `false` @@ -11,4 +21,7 @@ ## Nuke 0.1.0 +*Jun 1, 2021* + - Initial release +