This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
Releases: kean/NukeUI
Releases · kean/NukeUI
NukeUI 0.8.3
NukeUI 0.8.2
- Fix an issue with video playback not resuming when retruning from background - #46, thanks to Andy Meagher
NukeUI 0.8.1
- Fix an issue with previous custom
contentView
not removed on reuse - #40, thanks to [Jon Funkhouser](https://github.com/jonfunkhouser
NukeUI 0.8.0
- Add
DisappearBehavior.lowerPriority
- #33, thanks to Peter Kurzok - Deprecate
DisappearBehavior.reset
(crashy) - Add more options to control video: loop, finish callback – #32, thanks to Son Changwoo
- Fix GIF playback when using customizing image view using
LazyImageState
- #34
NukeUI 0.7.0
- Update to Nuke 10.5 (video support moved to the core framework)
NukeUI 0.6.8
- Fix a compilation issue on Catalyst - #16
NukeUI 0.6.7
Update podspec to support the remaining platforms
NukeUI 0.6.6
- Add podspec (currently iOS-only)
NukeUI 0.6.5
- Fix an issue with incorrect
source
change handling - #14
NukeUI 0.6.4
- Fix an issue with video decoder not being registered automatically for
LazyImage
- #495