Releases: wiserim/WMPlayer
Releases · wiserim/WMPlayer
WMPlayer (1.0.0)
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)
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)
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
WMPlayer (0.7.2)
Changelog:
0.7.2:
- added method chaining
WMPlayer (0.7.1) - YouTube support
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
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)
WMPlayer distributed version