Releases: skybrud/Skybrud.VideoPicker
Releases · skybrud/Skybrud.VideoPicker
Skybrud.VideoPicker v1.0.0-beta005
Installation
Changelog
- Fixed an issue with the version check in
Videos.js
(see d63940e)
The incorrect version check would wrongly determine that 7.10 and above were less than 7.4, which caused the old dialog service to be used instead of the newer overlay directive introduced in 7.4. The dialog service doesn't play with other dialogs, which then caused some problems.
Skybrud.VideoPicker v1.0.0-beta004
Installation
Changelog
Skybrud.VideoPicker v1.0.0-beta003
Installation
Changelog
Skybrud.VideoPicker v1.0.0-beta002
Skybrud.VideoPicker v1.0.0-beta001
Installation
Changelog
Replaced the Skybrud.Social
dependency with Skybrud.Social.Google
and Skybrud.Social.Core
.
Skybrud.VideoPicker v0.0.7
Skybrud.VideoPicker v0.0.6
Installation
Skybrud.VideoPicker v0.0.5
Installation
Changelog
-
The editor is now translated to both English and Danish - opposed to being hardcoded in Danish (see 8607e59, 5cec290, 8454732, dba66b1 and 5cedf88).
-
Updated the Skybrud.Essentials dependency to
v1.0.11
(see d38a469). -
Introduced a property value converter to the video picker property now exposes an instance of
VideoPickerList
- instead of justJObject
(see df036b0). -
Properties are now decorated with
JsonProperty
andJsonIgnore
attributes to make sure the JSON looks right when the models are serialized (see df036b0). -
Introduced
GetVideoPickerItem
andGetVideoPickerList
extensions methods forIPublishedContent
(see df036b0).
Skybrud.VideoPicker v0.0.4
Changelog
- As V2 of the Vimeo API now has been discontiunued, I've added a hotfix so we're now using V3.x instead (see b9018bf).