Playlist UI Plugin Changelog
Changelog
7 May 2020
v3.8.0
- Enabled option to display video descriptions in playlist thumbnails
10 Feb 2020
v3.7.0
- Added Arabic translations
- Fixed an error being thrown during initialization when using next overlay
9 Oct 2019
v3.6.3
- Display playlist tab when in focus
8 Oct 2019
v3.6.2
- Resolved a follow-on UI issue with horizontal playlists in Firefox and IE11
9 Sep 2019
v3.6.1
- Fixed an issue with horizontal playlists not displaying correctly on IE11 and Firefox
27 Aug 2019
v3.6.0
- Added translations for Chinese, German, Spanish, French, Japanese, and Korean
16 Jul 2019
v3.5.0
- Adds support for iframe-like playlist UI for in-page players via a container element
20 Mar 2019
v3.4.4
- Update videojs-playlist to 4.3.1; this resolves regressions introduced in videojs-playlist 4.3.0
14 Jan 2019
v3.4.3
- Updated videojs-playlist to 4.3.0; this resolves an uncommon issue with playlists containing multiple items with the same source URL
29 Oct 2018
v3.4.2
- Added
playlistPicker
option, defaulting totrue
, to allow removal of the playlist picker (when passed asfalse
) - Bug Fix: Make the horizontal playlist in iframe players have a static 20% height, instead of a variable height
- Bug Fix: Fix an issue where a vertical scrollbar would appear on horizontal playlists
- Bug Fix: Remove the playlist UI when the player is disposed
3 Oct 2018
v3.4.1
- Fixed an issue where a vertical scrollbar would appear on horizontal playlists
- Remove the playlist UI when the player is disposed
25 Sep 2018
v3.4.0
- Added playlistPicker option, defaulting to true, to allow removal of the playlist picker.
17 Sep 2018
v3.3.2
- Fixed an issue where a playlist player loaded at the wrong time could cause the UI not to render
- Removed the postinstall script to prevent install issues
- Silenced a
play
promise exception in playlists - Updated using plugin generator v7.2.0
13 Jun 2018
v3.3.1
- Fixed an issue where the next item button did not have a pointer cursor
23 May 2018
v3.3.0
- Support associating a playlist element explicitly with a player via attributes
9 May 2018
v3.2.1
- Fixed an issue where an embed code which places a script before a playlist container on a page with multiple players with playlists could result in those playlists getting out of order
9 April 2018
v3.2.0
- Added shuffle option to randomize playlist each time it's changed
29 Mar 2018
v3.1.1
- Truncate longer video titles with ellipses when they overflow
25 Jan 2018
v3.1.0
- Update to videojs-playlist 4.2.0, adding
duringplaylistchange
event andrest
option for theshuffle()
method
17 Jan 2018
v3.0.1
- Addressed case where the playlist was empty, but the playlist sidebar in an iframe would still show
- Fixed an issue where auto-advance would occur even if the user restarted playback after an ended event
- Fixed clicking/tapping on icons in next overlay and endscreen on mobile
22 Dec 2017
v3.0.0
- Features
- Add optional Up Next closable overlay card
- Add optional Up Next endscreen modal
- Better support for multiple in-page players by more intelligently finding a player's associated playlist element
- Bundle videojs-playlist as a direct dependency
- Support horizontal playlists in iframe players
- Code Refactoring
- Move sidebar to component and refactor plugin to be class-based
- Refactor new Up Next feature
- Update tooling to plugin generator v5.1.1
- BREAKING CHANGES
- Removes support for IE8
- No longer supports Video.js/Brightcove Player v5
21 Sep 2017
v2.1.2
- No changes
25 Jul 2017
v2.1.1
- No changes
26 Apr 2017
v2.1.0
- Features
- Add optional "Up Next" closable overlay card
- Add optional "Up Next" endscreen modal
- Better support for multiple in-page players by more intelligently finding a player's associated playlist element
- Bundle videojs-playlist as a direct dependency
- Support horizontal playlists in iframe players
- Code Refactoring
- Move sidebar to component and refactor plugin to be class-based
- Refactor new 'Up Next' feature
- Update tooling to plugin generator v5.1.1
- BREAKING CHANGES
- Removes support for IE8
- No longer supports Video.js/Brightcove Player v5
8 Sep 2016
v2.0.0
- Redesigned UI
- Overall look and feel improvements
- Bigger thumbnails
- Room for longer video titles
- Playlist drawer in iframe embeds
- More responsive layout
6 Sep 2016
v1.0.1
- Fix bug embedding playlist with in-page embed
16 Aug 2016
v1.0.0
- Moved playlist UI into a new plugin