Skip to content

Releases: LonnyGomes/vjs-video

0.1.8

07 Jan 04:04
Compare
Choose a tag to compare
  • fixed error where v0.1.7 failed to include proper minified files (#58)
  • added video.js and angular dependencies to the package.json (#59)
  • updated README regaurding dependencies on video.js and angular

0.1.7

07 Jan 04:06
Compare
Choose a tag to compare

NOTE: Do not use this build as it failed to contain a proper distribution copy (see #58)

  • added support for CommonJS and AMD module loaders (#42)
  • updated documentation for legibility and clarity (#56)

0.1.6

26 Jun 01:37
Compare
Choose a tag to compare
  • added support for using vjs-video with the audio tag; contribution by @cvn (#36)
  • updated documentation to fix typos and better explain how vjs-video works (#27)

0.1.5

10 Feb 01:50
Compare
Choose a tag to compare
  • added player object to vjsVideoReady callback and deprecated the vid object (#22)
  • fixed README typos contributed by @adrienbrunet

0.1.4

10 Feb 01:51
Compare
Choose a tag to compare
  • added vjs-ratio support to vjs-video directive when using video.js >= 5.x (#19)

0.1.3

10 Feb 01:52
Compare
Choose a tag to compare
  • fixed issue where vjs-ratio threw an angular error in certain cases (#15)
  • added reference to a video's controlBar in the vjsVideoReady callback (#17)

0.1.2

10 Feb 01:53
Compare
Choose a tag to compare
  • added checks for mixed use of the vjs-video and vjs-video-container directives (#13)
  • updated documentation for clarity and fixed typos

0.1.1

10 Feb 01:54
Compare
Choose a tag to compare
  • fixed issue where vjs-video didn't consistently work on mobile devices (#10)
  • updated GitHub pages site to be more mobile friendly

0.1.0

10 Feb 01:55
Compare
Choose a tag to compare
  • initial release of vjs-video