Skip to content

Commit f1a7294

Browse files
committed
1.0.0
1 parent 9184472 commit f1a7294

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<a name="1.0.0"></a>
2+
# 1.0.0 (2017-08-24)
3+
4+
### Features
5+
6+
* add an option to force cardboard button ([#20](https://github.com/videojs/videojs-vr/issues/20)) ([1dee5f7](https://github.com/videojs/videojs-vr/commit/1dee5f7))
7+
* expose more of vrs methods ([#10](https://github.com/videojs/videojs-vr/issues/10)) ([3cc1092](https://github.com/videojs/videojs-vr/commit/3cc1092))
8+
9+
### Bug Fixes
10+
11+
* add a cardboard button for native webvr support ([#22](https://github.com/videojs/videojs-vr/issues/22)) ([e946219](https://github.com/videojs/videojs-vr/commit/e946219))
12+
* auto projection should be set to the correct value and not auto ([#4](https://github.com/videojs/videojs-vr/issues/4)) ([377e8a6](https://github.com/videojs/videojs-vr/commit/377e8a6))
13+
* cleanup window listeners ([#15](https://github.com/videojs/videojs-vr/issues/15)) ([d3e45ad](https://github.com/videojs/videojs-vr/commit/d3e45ad))
14+
* correctly check for cardboard button on control bar so we don't add two ([#26](https://github.com/videojs/videojs-vr/issues/26)) ([9184472](https://github.com/videojs/videojs-vr/commit/9184472))
15+
* encode svg in css, use exact button replacement size ([#3](https://github.com/videojs/videojs-vr/issues/3)) ([9a37374](https://github.com/videojs/videojs-vr/commit/9a37374))
16+
* make cardboard button pseudo fullscreen on iOS ([#12](https://github.com/videojs/videojs-vr/issues/12)) ([17a41c0](https://github.com/videojs/videojs-vr/commit/17a41c0))
17+
* pin webvr-polyfill to 0.9.23 ([#21](https://github.com/videojs/videojs-vr/issues/21)) ([a644d1e](https://github.com/videojs/videojs-vr/commit/a644d1e))
18+
* pixelation issues on some devices ([#17](https://github.com/videojs/videojs-vr/issues/17)) ([6f09814](https://github.com/videojs/videojs-vr/commit/6f09814))
19+
* prevent initialization from happening twice ([#9](https://github.com/videojs/videojs-vr/issues/9)) ([33deadc](https://github.com/videojs/videojs-vr/commit/33deadc))
20+
* separate and reset CardboardButton and BigVrPlayButton ([#11](https://github.com/videojs/videojs-vr/issues/11)) ([3ae105e](https://github.com/videojs/videojs-vr/commit/3ae105e))
21+
* use player `fullscreenchange` event so fullscreen toggle works on Safari ([#2](https://github.com/videojs/videojs-vr/issues/2)) ([05c0f23](https://github.com/videojs/videojs-vr/commit/05c0f23))
22+

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "videojs-vr",
3-
"version": "0.3.4",
3+
"version": "1.0.0",
44
"description": "A plugin to add 360 and VR video support to video.js.",
55
"author": {
66
"name": "James Broberg",

0 commit comments

Comments
 (0)