Skip to content

Releases: bbc/VideoContext

v0.53.1

05 Jul 12:03
Compare
Choose a tag to compare
  • fixes #86 which caused audio to play in the background for some browsers
  • updates some deps
  • cleans up and adds to some docs

Many thanks to: @MysteryPancake, @richski & @PTaylour for their contributions

Custom Nodes

08 Apr 11:29
Compare
Choose a tag to compare

We're starting to push out Custom Nodes. Many thanks to @gsouquet for your hard work on this.

This release also contains a bug fix from @munwaikong.

Otherwise it's dev dependency updates and general behind the scenes improvements.

Add Audio Node

29 May 09:45
Compare
Choose a tag to compare

Many thanks to @Sacharified for this PR.

adds an audio SourceNode type by moving the VideoNode's functionality to a generic MediaNode, and extending that MediaNode into Video and Audio nodes.
The new AudioNode class is essentially the same as the VideoNode class, with 2 differences:

  • Creates an Audio element instead of a Video element
  • Overrides the update method to prevent trying to paint the element to the canvas.

bug fix

09 Mar 11:23
Compare
Choose a tag to compare

This release fixes an edge case bug which intermittently crashed nodes on load.

We're in need of a few more tests and until a release like this can be made in good confidence. So I apologise in advance if anything breaks.

I've published to the main release channel (this is still a project in alpha)