Skip to content

Releases: wiserim/WMPlayer

WMPlayer (1.0.0)

19 Jun 21:26
Compare
Choose a tag to compare

WMPlayer (1.0.0)

Updates

  • removed default YouTube API key
  • WMPlayer.addTrack method now accepts duration argument
  • YouTube tracks can now fetch title by YouTube Data API (if API key is provided)
  • optimized YouTube Data API query
  • if YouTube track has not set track duration it'll be set on play
  • not having set YouTube API key doesn't set YouTube tracks status to 'error' anymore
  • added playlistDoubleClickSelect option.
  • added YTAutoload option.
  • YouTube Iframe API is no longer loaded on player creation by default, unless YTAutoload is set true.

Bug fixes

  • YouTube track not starting if YouTube Data API key is not defined
  • plalist loop is not working properly when YouTube track is the last
  • Loop flag isn't checked properly on audio track end

WMPlayer (0.8)

23 May 08:07
c3f4f0d
Compare
Choose a tag to compare

WMPlayer (0.8)

Changelog:
0.8:

  • slight changes to default template and theme
  • "WMPlayerEvent" is now WMPlayer's internal class and is renamed to "_Event"
  • "WMPlayerModel" is now WMPlayer's internal class and is renamed to "_Model"
  • "WMPlayerView" is now WMPlayer's internal class and is renamed to "_View"
  • parent method accept now string selectors
  • playerClass method is renamed to "theme"
  • theme (player's container class) can be defined in config options
  • BUGFIX: [IE 9] Changing player's theme class sometimes merge player's main class and status class.

WMPlayer (0.7.3)

22 May 11:05
Compare
Choose a tag to compare

WMPlayer (0.7.3)

Changelog:
0.7.3:

  • added playerClass method
  • added dark theme
  • BUGFIX: problems with assigning duration to playlist item, when url is a relative path to parent directory

WMPlayer (0.7.2) - method chaining

03 Feb 23:28
Compare
Choose a tag to compare

WMPlayer (0.7.2)

Changelog:
0.7.2:

  • added method chaining

WMPlayer (0.7.1) - YouTube support

03 Feb 21:55
67c00ad
Compare
Choose a tag to compare

WMPlayer (0.7.1)

Changelog:
0.7.1:

  • BUGFIX: IE9: class can be added multiple times to player's body
  • BUGFIX: IE9: if className contains multiple identical classes, only first one will be removed

0.7:

  • added support for YouTube videos;

WMPlayer (0.6.4) - JQuery bugfix

24 Oct 19:39
Compare
Choose a tag to compare

WMPlayer (0.6.4)

Changelog:

  • added destroy() method,
  • BUGFIX: After using "parent" method with JQuery, player hasn't changed storing element.

WMPlayer (0.6.3)

21 Oct 21:29
Compare
Choose a tag to compare
WMPlayer distributed version