# 0.4.0 / 2015-08-19

- updated to deku `0.5.x` (deku's `dom` is replaced by [magic-virtual-element](https://github.com/dekujs/magic-virtual-element))

# 0.3.6 / 2015-07-21

- udpated dependencies
- fixed exception when artwork is missed

# 0.3.4 / 2015-07-15

- update to latest [deku-soundplayer](https://github.com/soundblogs/deku-soundplayer) which api is in sync with [react-soundplayer](https://github.com/soundblogs/react-soundplayer) now.

# 0.3.3 / 2015-07-14

- create and export `Player` deku component consisted from [deku-soundplayer](https://github.com/soundblogs/deku-soundplayer) components

Now it's possible to use widget's player through npm:

```javascript
import Player from 'soundcloud-widget';
// create Player component inside your deku app
```

- update class names and styles
- update dependencies to latest 

# 0.2.0 / 2015-06-15

- move all components to separate module - [deku-soundplayer](https://github.com/soundblogs/deku-soundplayer)

# 0.1.3 / 2015-06-05

- expose `Player` component

# 0.1.2 / 2015-06-04

- inline styles

# 0.1.1 / 2015-06-03

- hey ho, let's go! 🎸

<img src="https://raw.githubusercontent.com/soundblogs/embed-soundplayer-widget/master/example/screenshots/glass-candy-widget.png" width="350" />
