Skip to content

Commit

Permalink
change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Milloy committed Mar 14, 2018
1 parent 4d86772 commit 32cf58a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.2.0 (14-03-2018)
Added in new event hooks for users to take advantage of... These are: onPlay, onPause, onEnterFullscreen and onExitFullscreen. Shout out to @dashracer and @Gregoirevda.

## 2.1.0 (23-02-2018)
Added in `disablePlayPause` prop. Shout out to @afilp.

## 2.0.2 (11-01-2018)
Fix for [#67](https://github.com/itsnubix/react-native-video-controls/issues/67)
- Changed renderNullControl to return empty `<View/>`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-video-controls",
"version": "2.1.0",
"version": "2.2.0",
"description": "A set of GUI controls for the react-native-video component",
"license": "MIT",
"main": "VideoPlayer.js",
Expand Down

0 comments on commit 32cf58a

Please sign in to comment.