diff options
author | Sam Potts <me@sampotts.me> | 2015-04-06 11:47:23 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-04-06 11:47:23 +1000 |
commit | 5322f4c62fc05aa0caafa66592677d67aa55bd05 (patch) | |
tree | 25ee9cc46ff4ff952e8db54012a3f4b1ca145bd8 /changelog.md | |
parent | 2f4c56176d031369449e3f348aa80cdd2735f2ac (diff) | |
download | plyr-5322f4c62fc05aa0caafa66592677d67aa55bd05.tar.lz plyr-5322f4c62fc05aa0caafa66592677d67aa55bd05.tar.xz plyr-5322f4c62fc05aa0caafa66592677d67aa55bd05.zip |
Fullscreen API methods (Fixes #74), onSetup callback
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index ae0b2ff3..5e54864e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## v1.1.2 +- Added an onSetup callback option +- Added fullscreen API methods toggleFullscreen() (must be user iniated), and isFullscreen() + ## v1.1.1 - Fix for unsupported browser handling - Fix for config.controls having no effect |