Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Releases: jwplayer/jw-showcase

JW Showcase v3.9.3

07 Nov 12:02
3daeb51
Compare
Choose a tag to compare
  • Fix height of video player in mobile media query

JW Showcase v3.9.2

26 Oct 13:13
a931bc2
Compare
Choose a tag to compare
  • Updates to ServiceWorker

JW Showcase v3.9.1

03 Jan 13:02
Compare
Choose a tag to compare
  • Fix scrolling to top of video page

JW Showcase v3.9.0

27 Nov 12:47
Compare
Choose a tag to compare
  • Support linebreaks and Markdown headers in video description

JW Showcase v3.8.0

16 Nov 09:41
Compare
Choose a tag to compare
  • Fix #125: Remove Bower
  • Merge complete jw-showcase-lib into this repository
  • Fix several Karma and Protractor tests
  • Remove siteName from SEO title on video page

JW Showcase v3.7.1

20 Oct 12:10
Compare
Choose a tag to compare
  • Fix compatibility with deprecation of skins in JW8
  • Fix highlight color in stack icons

JW Showcase v3.7.0

17 Oct 11:43
Compare
Choose a tag to compare
  • Updated URL structure
  • Added showcaseContentOnly option
  • Added settings page
  • Added browser upgrade page
  • Removed enableGlobalSearch option

JW Showcase v3.6.0

06 Sep 17:30
Compare
Choose a tag to compare
  • Right rail design enhancements
  • Added new display ad slot "below-rail" for mobile screen size
  • Added in-video-search feature
  • Added enableAddToHome option
  • Fixed "Copy link" text not visible in dark and blue themes

JW Showcase v3.5.0

01 Aug 13:52
Compare
Choose a tag to compare
  • Updated right rail layout
  • Updated "add to homescreen" dialog design
  • Added support for DFP display ads
  "options": {
    "displayAds": {
      "client": "dfp",
      "slots": {
        "above-video": "/1234567/unit-identifier1",
        "below-video": "/1234567/unit-identifier2",
        "rail": "/1234567/unit-identifier3"
      }
    }
  }
  • Added option to show all videos from your JW dashboard in the search results. By default the search results are limited to only list the videos that are included in the content feeds in your Showcase config.
  "options": {
    ...
    "enableGlobalSearch": true
  }
  • Added option to choose the position of the video title. This can either be "above" or "below". By default this is "below".
  "options": {
    ...
    "videoTitlePosition": "above"
  }
  • Fixed issue with auto scroll
  • Fixed issue with right rail in IE11
  • Fixed lazy load not working after breakpoint change
  • Fixed card menus not closing when opening other card menu
  • Disabled muted autostart for mobile devices

JW Showcase v3.4.0

21 Jun 14:31
Compare
Choose a tag to compare

New in this release:

  • Updated light theme
  • Updated dark theme
  • Added a new "blue" theme
  • Added right side rail playlist to video watch page (displays the video's parent playlist to the right of the video player instead of as a shelf; can also be populated with JW Recommendations by specifying the useRecommendationPlaylist option in your config.json).
  • Improve readability for screen readers
  • Improve accessibility when using keyboard only (tab and arrow key navigation)
  • Add support for upcoming JW thumbstrip format
  • Added support for including clickable tags in video descriptions
  • Add page for listing all videos with a specific tag
  • Add a highlightColor configuration parameter to change color of page elements like loading spinner, UI buttons, etc.
  • Update theme structure to allow for easier customization
  • Added configuration options for changing the aspect ratio of a shelf's thumbnail images ("aspectRatio") and the number of images displayed in the shelf ("cols")