Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Oct 21, 2015
1 parent 1b25319 commit d39cab9
Show file tree
Hide file tree
Showing 8 changed files with 1,584 additions and 16 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
## React Media Player 0.0.2
## React Media Player 0.1.0

React media container component to help build video & audio players.

## TODOS

- [x] Fix Progress component
- [x] Fix Volume getting locked up when player is muted
- [x] SeekBar crashes Safari
- [x] Playlist feature
- [ ] Loading new videos for Youtube/Vimeo
- [ ] Loading state to allow loaders for loading big/new media
- [ ] Show time/thumbnail preview when hovering seekbar
- [ ] Subtitle support
- [ ] Forward / Rewind
- [ ] Forward / Rewind public methods
- [ ] Playback speed option
- [ ] Keyboard friendly
- [ ] ARIA a11y ready
- [ ] Move controls into addons
- [x] Fullscreen control example
- [ ] Add tests
- [ ] Check browser support
- [ ] Add SoundCloud API support
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-media-player",
"version": "0.0.2",
"version": "0.1.0",
"homepage": "https://github.com/souporserious/react-media-player",
"authors": [
"Travis Arnold <ftntravis@gmail.com>"
Expand Down
Loading

0 comments on commit d39cab9

Please sign in to comment.