Skip to content

Releases: kaltura/playkit-js-qna

v2.1.5

19 Jan 13:55
Compare
Choose a tag to compare
v2.1.5

v2.1.4

01 Dec 16:33
Compare
Choose a tag to compare
chore: publish version 2.1.4

v2.1.3

05 Jul 22:48
Compare
Choose a tag to compare

Release contains:

The script below is a copy-paste from previous version. The version is expected to be the same version of this release, please validate the numbers and paths before you apply it as typos might happen

Use the following script to automatically extract the version content from npm, given version 2.1.3:

cd /opt/kaltura/html5/html5lib/playkitSources/playkit-qna
mkdir 2.1.3
cd 2.1.3
npm v @playkit-js/[email protected] dist.tarball | xargs curl | tar -xz --strip-components=2 - package/dist

v2.1.2

13 May 10:52
Compare
Choose a tag to compare

Release contains:

The script below is a copy-paste from previous version. The version is expected to be the same version of this release, please validate the numbers and paths before you apply it as typos might happen

Use the following script to automatically extract the version content from npm, given version 2.1.2:

cd /opt/kaltura/html5/html5lib/playkitSources/playkit-qna
mkdir 2.1.2
cd 2.1.2
npm v @playkit-js/[email protected] dist.tarball | xargs curl | tar -xz --strip-components=2 - package/dist

v2.1.1

21 Apr 15:55
Compare
Choose a tag to compare

Release contains:

  • upgrade contrib;

The script below is a copy-paste from previous version. The version is expected to be the same version of this release, please validate the numbers and paths before you apply it as typos might happen

Use the following script to automatically extract the version content from npm, given version 2.1.1:

cd /opt/kaltura/html5/html5lib/playkitSources/playkit-qna
mkdir 2.1.1
cd 2.1.1
npm v @playkit-js/[email protected] dist.tarball | xargs curl | tar -xz --strip-components=2 - package/dist

v2.1.0

04 Jan 10:51
Compare
Choose a tag to compare

Release contains:

  • upgrade contrib;
  • upgrade core version to v1.2.1;

The script below is a copy-paste from previous version. The version is expected to be the same version of this release, please validate the numbers and paths before you apply it as typos might happen

Use the following script to automatically extract the version content from npm, given version 2.1.0:

cd /opt/kaltura/html5/html5lib/playkitSources/playkit-qna
mkdir 2.1.0
cd 2.1.0
npm v @playkit-js/[email protected] dist.tarball | xargs curl | tar -xz --strip-components=2 - package/dist

v2.0.4

06 Aug 11:33
Compare
Choose a tag to compare

The script below is a copy-paste from previous version. The version is expected to be the same version of this release, please validate the numbers and paths before you apply it as typos might happen

Use the following script to automatically extract the version content from npm, given version 2.0.4:

cd /opt/kaltura/html5/html5lib/playkitSources/playkit-qna
mkdir 2.0.4
cd 2.0.4
npm v @playkit-js/[email protected] dist.tarball | xargs curl | tar -xz --strip-components=2 - package/dist

v2.0.3

01 Jul 09:49
Compare
Choose a tag to compare

Overview

Read 'changelog.md' file to see content of version.

The script below is a copy-paste from previous version. The version is expected to be the same version of this release, please validate the numbers and paths before you apply it as typos might happen

Use the following script to automatically extract the version content from npm, given version 2.0.3:

cd /opt/kaltura/html5/html5lib/playkitSources/playkit-qna
mkdir 2.0.3
cd 2.0.3
npm v @playkit-js/[email protected] dist.tarball | xargs curl | tar -xz --strip-components=2 - package/dist

v2.0.1

27 Jun 01:03
Compare
Choose a tag to compare

Overview

Read 'changelog.md' file to see content of version.

Installation guide

  1. In production bundler servers, under folder /opt/kaltura/html5/html5lib/playkitSources/, make sure a plugin folder exists named playkit-qna.
    • for example /opt/kaltura/html5/html5lib/playkitSources/playkit-qna.
  2. Navigate into that folder and create a sub-folder for the version, name it by the version name (without v prefix).
    • for example /opt/kaltura/html5/html5lib/playkitSources/playkit-qna/2.0.1.
  3. run the script written below in Automate the process section directly into the version folder.

Point latest tag to new version

  1. in relevant kaltura servers, find the template uiconf that has tag playerV3OvpVersions and update the key playkit-qna with the version number.
    • for example given version 2.0.1 -> "playkit-qna": "2.0.1"
    • if the key is missing, add it. NOTE that this must be a valid json structure

Automate the process

Use the following script to automatically extract the version content from npm, given version 2.0.1:

cd /opt/kaltura/html5/html5lib/playkitSources/playkit-qna
mkdir 2.0.1
cd 2.0.1
npm v @playkit-js/[email protected] dist.tarball | xargs curl | tar -xz --strip-components=2 - package/dist

v2.0.0

04 May 16:31
Compare
Choose a tag to compare

Adjustments to new cotrib with preact