1150 Commits

Author SHA1 Message Date
Calvin Tam
c8b2867b1f Removed useless spaces 2015-08-12 23:13:13 -07:00
Calvin Tam
e56132ae3b Standardized syntax 2015-08-12 22:58:33 -07:00
Sam Potts
45d4091c20 Merge branch 'master' of github.com:selz/plyr v1.3.3 2015-08-11 22:38:45 +10:00
Sam Potts
60c53a5894 Removed captions being read by screen readers 2015-08-11 22:38:06 +10:00
Sam Potts
032c823d3a Merge pull request #108 from ChristianPV/patch-2
Update plyr.scss - Fix new scss!
2015-08-10 23:31:31 +10:00
khrizpv
66f724a3be Update plyr.scss - Fix new scss!
This is a fix the newly added scss.
2015-08-10 10:03:21 -03:00
Sam Potts
bf0c81b484 Docs 2015-08-09 09:29:33 +10:00
Sam Potts
aa72a17f44 Version bump 2015-08-08 21:02:55 +10:00
Sam Potts
8825e82634 Merge branch 'master' of github.com:selz/plyr v1.3.2 2015-08-08 21:01:39 +10:00
Sam Potts
f700d50dc8 Fix for voiceover 2015-08-08 21:01:06 +10:00
Sam Potts
a585270d21 Update readme.md 2015-08-08 20:38:21 +10:00
Sam Potts
7a23dda294 Typo 2015-08-08 18:13:14 +10:00
Sam Potts
f3c324038f ARIA improvements for caption reading v1.3.1 2015-08-08 15:16:42 +10:00
Sam Potts
34c9bdc84c Readme v1.3.0 2015-08-08 14:37:28 +10:00
Sam Potts
38a206892b YouTube, Captions and Control improvements
- Controls improvements (Fixes #103)
- YouTube bug fixes (Fixes #105)
- Internationalization support (Fixes #101)
- Captions legibility improvements
2015-08-08 14:37:12 +10:00
Sam Potts
12a737a49e Merge branch 'master' of github.com:selz/plyr 2015-08-08 11:14:19 +10:00
Sam Potts
e7946189c6 Icon updates 2015-08-08 11:14:11 +10:00
Sam Potts
850720d8f2 Merge pull request #106 from calvintam236/master
Fixed certain YouTube player issues
2015-08-08 11:13:03 +10:00
Sam Potts
b130a13c8a Merge pull request #107 from ChristianPV/patch-1
Update plyr.scss - Make it work V3!
2015-08-07 11:50:01 +10:00
khrizpv
75c090e8b9 Update plyr.scss - Make it work V3! 2015-08-06 14:21:36 -03:00
Calvin Tam
f983f0771b Revert "Eliminated running try catch when player.type="youtube""
This reverts commit 5fcfd5fa4f56f657a53de24c20f8522c37241e0d.
2015-08-05 20:36:48 -07:00
Calvin Tam
9f1e5a55f4 Disabled YouTube embed player keyboard control to match with plyr's control 2015-08-05 20:33:04 -07:00
Calvin Tam
5fcfd5fa4f Eliminated running try catch when player.type="youtube" 2015-08-05 20:09:05 -07:00
Calvin Tam
e135309670 Fixed youtube video cannot seek before video started with controls 2015-08-05 19:57:24 -07:00
Calvin Tam
e97b616811 Fixed events are not fired in YouTube embed player 2015-08-05 19:55:30 -07:00
Sam Potts
c504ecffe6 Merge pull request #104 from ChristianPV/patch-1
Update plyr.scss - Make it work V2!
2015-08-01 00:35:21 +10:00
khrizpv
9534db823d Update plyr.scss - Make it work V2!
Hi, thanks for accepting my previous pull request. I made this request because the variables control-color and control-color-hover weren't being set inside the mixin so i took them out and it's working now again. I hope you can merge this as it isnt completly working yet and sorry for the delay. Thanks again! :)
2015-07-31 10:59:03 -03:00
Sam Potts
1ba1bec066 Merge branch 'master' of github.com:selz/plyr
# Conflicts:
#	src/sass/plyr.scss
2015-07-31 21:34:07 +10:00
Sam Potts
aad4a720dc Tooltip fix for NVDA 2015-07-31 21:32:12 +10:00
Sam Potts
a978348123 Version bump v1.2.6 2015-07-28 11:31:32 +10:00
Sam Potts
00cf797c20 Restored !default and fullscreen logic in SASS 2015-07-28 11:29:49 +10:00
Sam Potts
6b0f58dab2 Merge pull request #102 from ChristianPV/patch-1
Update plyr.scss - Make it work
2015-07-28 10:13:47 +10:00
khrizpv
04cf5dfda1 Update plyr.scss - Make it work
There were some things that needed to be changed for the sass preprocessor to work. There were some variables declared as @ that need to be declared with the right syntax: $. Also sass evaluation is eager, while less evaluation is _lazy_ that means in sass, mixins should be declared before they are use. I hope you can accept this change as it's currently not working. Thanks!
2015-07-27 13:04:02 -03:00
Sam Potts
fe1989dea1 gulp 2015-07-25 22:06:13 +10:00
Sam Potts
5d19b43888 Tooltip tweak 2015-07-25 21:35:12 +10:00
Sam Potts
06ed345f29 YouTube quality tweak v1.2.5 2015-07-25 21:11:17 +10:00
Sam Potts
e0cd34c996 Fix for omitted kind attribute on <track> (fixes #88) v1.2.4 2015-07-25 20:45:11 +10:00
Sam Potts
06641d5709 Docs 2015-07-25 20:29:54 +10:00
Sam Potts
a0d2d5cd24 Minor tweaks 2015-07-25 20:29:19 +10:00
Sam Potts
e9cdbfb8da Safari fix (fixes #96), YouTube tweaks, docs v1.2.3 2015-07-25 19:51:32 +10:00
Sam Potts
df64fdac9e Tab focus and caption position fixes (fixes #61, fixes #92) v1.2.2 2015-07-25 18:30:47 +10:00
Sam Potts
4dbbbd04cc Merge pull request #99 from ChristianPV/patch-1
Update bower.json - fix sass file name
2015-07-25 10:59:56 +10:00
khrizpv
c9c3ee9014 Update bower.json - fix sass file name
I installed this package with bower and encountered an error while checking for existence of main bower files. I changed the filename to the correct one. Please take a look. Thanks!
2015-07-24 11:51:16 -03:00
Sam Potts
67191c2a75 Merge branch 'master' of github.com:selz/plyr 2015-07-22 11:36:35 +10:00
Sam Potts
8ba4522b3e Docs 2015-07-22 11:36:24 +10:00
Sam Potts
52eaf62b58 Update readme.md 2015-07-21 12:30:41 +10:00
Sam Potts
8d43f412ac Docs CSS 2015-07-21 10:48:31 +10:00
Sam Potts
e9ea90f527 Update readme.md 2015-07-21 10:38:48 +10:00
Sam Potts
5dc0d84300 Version bump v1.2.1 2015-07-21 08:51:44 +10:00
Sam Potts
ec8923ef08 Merge branch 'master' of github.com:selz/plyr 2015-07-21 08:51:25 +10:00