Skip to content

Releases: clappr/clappr

0.6.0

06 May 13:42
Compare
Choose a tag to compare

0.5.0

13 Jan 14:11
Compare
Choose a tag to compare

Dependencies:

  • #2085 Update @clappr/hlsjs-playback, remove /dist folder and update dependencies
  • aa4a4a2 Update @clappr/core and @clappr/plugins

Improvements / Bug Fixes:

  • #2016: Improve template Bug
  • #2054: Remove deprecated code

Docummentation:

  • #2064 Improve grammar
  • #2080 Add Vue to Docs
  • #2085 Adding Clappr Logo link to docs
  • 67ede07 Resolve broken links on docs

0.4.7

02 Dec 03:48
Compare
Choose a tag to compare

Dependencies:

0.4.6

08 Oct 22:36
Compare
Choose a tag to compare

Dependencies:

0.4.5

14 May 04:00
Compare
Choose a tag to compare
  • Update outdated dev dependencies
    • Use @clappr/plugins version 0.4.13
    • Use @clappr/hlsjs-playback version 0.6.0

0.4.4

29 Mar 21:23
Compare
Choose a tag to compare
  • Update outdated dev dependencies
    • Use @clappr/core version 0.4.18
    • Use @clappr/plugins version 0.4.11
    • Use @clappr/hlsjs-playback version 0.5.3

0.4.3

19 Jan 13:06
Compare
Choose a tag to compare
  • Update outdated dev dependencies
    • Use @clappr/core version 0.4.17
    • Use @clappr/plugins version 0.4.10
    • Use @clappr/hlsjs-playback version 0.5.2

0.4.2

19 Nov 20:06
Compare
Choose a tag to compare

0.4.1

23 Sep 22:51
Compare
Choose a tag to compare

0.4.0

28 Jun 05:16
Compare
Choose a tag to compare

This latest Clappr version brings a lot of breaking changes, it uses the new projects created at the Clappr.org: clappr-core and clappr-plugins.

The main repository(https:github.com/clappr/clappr) remains the same for the sake of simplicity, but the modules are deployed into a new scope: the @clappr/player. As you can imagine, the code in @clappr/player is not relevant for most of the Clappr use cases. The current repository contains just a specific code to generate bundles after this release.

The old versions are still available on npm and jsdelivr, but we recommend the use of the @clappr/player module.

We re-designed the Clappr architecture to add even more modularity to maintainers and users, we'll dig a little bit about them later here. From now on, instead of having a single repository, we'll have three main projects:

  • The clappr-core: Contains all the essential features from Clappr (its plugin architecture, class abstractions, public interfaces, events handlers, etc).
  • The clappr-plugins: To manage the plugins maintained by the Clappr team.
  • The clappr-player: The entry point for those looking for the main Clappr's distribution, it was built to use this new design, aggregating all the required modules and adding some default plugins.

The playback plugins are the components that are responsible to play the content, they used to be kept inside the main project, they are now decomposed into separate projects. This means each playback will have its repository, for instance, HLSPlayback. (https://github.com/clappr/hlsjs-playback)

The API of these decoupled playbacks remains the same, as with any other external playbacks (like DashShakaPlayback for instance), however, the HLSPlayback is bundled by default onto the clappr-player's project, which still has the HTML5Playback as well.

Now when you have issues about Clappr features or you're interested to contribute with Clappr core functionalities or for specific plugins, use the related repository to do so.

One breaking change that worth mentioning is related to the use of external plugins/playbacks, you can read the list of changes @clappr/core 0.4.0 version changelog. We'll keep adding, ASAP, examples to demonstrate how to migrate plugins from the version 0.3.x to the 0.4.x on the wiki.

We also want to create a new documentation site to aggregate all the Clappr's projects, but it's still in the conception process. If the READMEs/Wikis doesn't help with your issue, open an issue so we can help!

For any questions, contact us!