Skip to content

Releases: APMG/apm-html5-player

Version 1.0.0

01 Aug 22:03
Compare
Choose a tag to compare

Differences from v0.x.x:

  • Removes all dependencies, including jQuery.
  • Allows usage of multiple audio sources, e.g. AAC with an MP3 fallback
  • Changes the API by instantiating the library differently (and in a more friendly, less complex way)

Some developer-oriented features:

  • Has no dependency on Babel for build. A .babelrc is currently included for testing
  • Uses rollup in place of webpack for builds

Version 0.3.1

04 Mar 22:15
Compare
Choose a tag to compare

use width not outerWidth for zepto compatibility