Gary Katsevman
44312bc060
chore(test): upgrade qunit and karma-qunit to latest ( #5051 )
...
Since we no longer support IE8, we can actually update our qunit version.
2018-03-26 10:40:59 -04:00
Gary Katsevman
bc2da7c67b
refactor: remove IE8 specific changes ( #5041 )
...
BREAKING CHANGE: remove IE8, IE9, and IE10 specific JavaScript and CSS code. Remove Android 2.3 workaround.
2018-03-23 13:25:12 -04:00
Gary Katsevman
874779402c
6.8.0
2018-03-19 14:50:48 -04:00
Gary Katsevman
9519740ea7
chore: update package-lock.json
2018-03-19 14:50:34 -04:00
Gary Katsevman
5d689041fb
6.7.4
2018-03-05 17:32:08 -05:00
greenkeeper[bot]
270a23196a
chore(package): update grunt-accessibility to version 6.0.0 🚀 ( #4968 )
...
* chore(package): update grunt-accessibility to version 6.0.0
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-02-28 11:15:25 -05:00
Gary Katsevman
76bff32f7b
6.7.3
2018-02-22 17:30:40 -05:00
Gary Katsevman
6a66e80c47
6.7.2
2018-02-13 10:43:54 -05:00
Gary Katsevman
7145a9cf1d
6.7.1
2018-01-31 11:19:12 -05:00
Gary Katsevman
4404e071ba
6.7.0
2018-01-30 13:54:57 -05:00
Gary Katsevman
dcab42e3d0
chore(package): update dependencies ( #4908 )
2018-01-30 11:18:04 -05:00
Gary Katsevman
f6eaa5e2ae
6.6.3
2018-01-24 14:29:48 -05:00
Gary Katsevman
dc1813c7dc
ignore: update package-lock.json
2018-01-24 14:29:38 -05:00
Gary Katsevman
ddfaf14b00
chore(docs site): use git commit message for netlify build ( #4900 )
2018-01-24 13:47:07 -05:00
Gary Katsevman
f22cb50574
6.6.2
2018-01-05 17:04:12 -05:00
Calvin Correli
baf0982515
fix: silence unhandled promise rejection in Safari when seeking ( #4860 )
...
Fix #4853 .
2018-01-05 15:29:34 -05:00
Gary Katsevman
7272a8a5c0
6.6.1
2018-01-04 11:59:59 -05:00
Gary Katsevman
dede592ab7
chore: remove unused deps ( #4814 )
2017-12-14 17:36:57 -05:00
Gary Katsevman
f6f996d158
chore: switch to node 8 ( #4813 )
2017-12-14 17:34:30 -05:00
shahlabs
1fcd5ae4b1
fix: trigger timeupdate during seek ( #4754 )
...
If the player is paused, when we seek, the time displays don't update. So, we trigger a timeupdate manually to let components know that the time has updated.
2017-11-17 12:01:29 -05:00
Pat O'Neill
26b0d2cadd
fix(Player#play): Wait for loadstart in play() when changing sources instead of just ready. ( #4743 )
...
The core goal here is to make sure the following works in light of some middleware process that makes setting the source more async than next tick:
```js
player.src('...');
player.ready(() => player.play());
```
In fact, given this change, we should even be able to do:
```js
player.src('...');
player.play();
```
Unlike #4665 , which would have clarified/changed the meaning of "ready", it remains a reflection of the tech's state and we make better use of the ability to queue things on that state and on the middleware `setSource` process.
2017-11-16 16:41:01 -05:00
Pat O'Neill
ec5b60329f
chore: Add package-lock.json file. ( #4641 )
2017-10-19 11:49:04 -04:00