Releases: internet4000/radio4000-player
Releases · internet4000/radio4000-player
v0.6.24
0.6.0
Full changelog available here: 0.5.2...0.6.0
New event: mediaNotAvailable
mediaNotAvailable
- This event fires when a track
model which media could not be played by its provider player (youtube etc.).
It can be used the same way trackChanged
and trackEnded
.
0.5.0
Improved the way changing track via the track-id
attribute works. Now it makes less network requests and is a lot faster.
0.4.6
Forgot to include minified build in 0.4.5, so…
Release 0.4.5
0.4.1
Fix missing build in 0.4.0
0.4.0
0.3.0
- Styled the track lits more like radio4000.com
- Added proper links to all tracks, making it possible to share them
- Some build updates and code cleanup
0.1.7
Now dist/radio4000-player.js
and dist/radio4000-player.min.js
are transpiled through Babel to ensure the ES6/7 code runs on older browsers as ES5. It was also necessary for uglify to minify it.