Releases: soundcloud/soundcloud-javascript
Releases · soundcloud/soundcloud-javascript
v3.3.2
Updates the playback library
v3.3.1
- Updates the playback library
v3.3.0
- Updates the playback library
- Adds new method
SC.stream.activateAudioElement()
(#87). If you call this from a user interaction a play()
call should work at any point in the future.
v3.2.2
Updates the playback library which fixes a few memory leaks and also a bug that could occur if there are multiple players and both are in the playing state.
v3.2.1
- Updates the playback library #81
- Adjust the connect popup to be optimised for the new appearance #78
- Uses prebuilt node binary in Makefile and update to 6.11.1 #82
v3.1.2
- #63: Fixes an issue with Safari and CORS requests, which was preventing /resolve functionality from working within the SDK.
v3.1.1
This release fixes a bug that prevented browsers from loading sdk.js. #55