Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Feb 29, 2016
1 parent fbf1328 commit f4569a3
Show file tree
Hide file tree
Showing 32 changed files with 2,853 additions and 1,003 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## CHANGELOG
### 0.2.0
Complete rewrite, better API, use of context in place of spreading props.
35 changes: 30 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,43 @@
## React Media Player 0.1.0
## React Media Player 0.2.0

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

## Docs Coming Soon

Please refer to `example/index.jsx` until then.

## Warning

This library makes heavy use of [context](https://facebook.github.io/react/docs/context.html), please be advised that with new releases of React the way context is handled in this library is subject to change.

## Running Locally

clone repo

`git clone git@github.com:souporserious/react-media-player.git`

move into folder

`cd ~/react-media-player`

install dependencies

`npm install`

run dev mode

`npm run dev`

open your browser and visit: `http://localhost:8080/`

## TODOS

- [ ] 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 public methods
- [ ] Playback speed option
- [ ] Keyboard friendly
- [ ] ARIA a11y ready
- [ ] Move controls into addons
- [ ] Add tests
- [ ] Check browser support
- [ ] Add SoundCloud API 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.1.0",
"version": "0.2.0",
"homepage": "https://github.com/souporserious/react-media-player",
"authors": [
"Travis Arnold <ftntravis@gmail.com>"
Expand Down
Loading

0 comments on commit f4569a3

Please sign in to comment.