Skip to content

Latest commit

 

History

History
190 lines (116 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

190 lines (116 loc) · 10.8 KB

1.5.0 (2018-09-17)

Features

Bug Fixes

  • Remove the postinstall script to prevent install issues (#134) (d6d9ac0)

Chores

  • update to generator-videojs-plugin@7.2.0 (634be2b)
  • package: update videojs-generate-rollup-config to version 2.2.0 🚀 (#135) (d42d1f2)

1.4.7 (2018-08-23)

Chores

1.4.6 (2018-08-08)

Chores

1.4.5 (2018-08-03)

Bug Fixes

  • babel the es dist, by updating the generator (#117) (2d4468d)

1.4.4 (2018-08-01)

Bug Fixes

  • dispose event listeners on window correctly (#119) (b6a8125)

1.4.3 (2018-07-20)

Bug Fixes

1.4.2 (2018-07-05)

Chores

1.4.1 (2018-06-18)

Bug Fixes

  • ios sizing issue when deactivating vr display (#104) (3a83a05)

1.4.0 (2018-06-08)

Bug Fixes

  • hide control bar while moving, allow clicking to play/pause, allow right click (#96) (21b66ca)

Chores

  • package: update rollup and rollup-plugin-json (#93) (33db8a8)

1.3.0 (2018-05-23)

Features

  • handle 360_CUBE projection (thanks dillontiner!) (#86) (19ae76d)

Bug Fixes

  • FrontSide -> BackSide for 360 videos due to changes in three.js (#88) (e58862d)
  • no rotate instructions and ios back arrow fix (#75) (0c525cd)
  • re-implement touch pan controls (#89) (0cde016)
  • remove safari video image canvas work-around (#74) (4a9d500)
  • vjs fluid class usage, and remove hacky mutationobserver work-around (#76) (db749dc)

Chores

  • package: update rollup to version 0.58.2 (#77) (a4d611f)
  • package: update rollup-plugin-babel to version 3.0.4 (#70) (7ae874a)
  • package: update rollup-plugin-commonjs to version 9.1.3 (#79) (90d5fb6)
  • package: update three to version 0.92.0 (#78) (b9668cb)

Documentation

  • remove webvr-boilerplate from the readme (a2015e1)

1.2.1 (2018-05-08)

Bug Fixes

  • Correctly show an error in IE/Safari when webvr is unsupported (#67) (67988da)

1.2.0 (2018-03-27)

Bug Fixes

  • chrome m55 android gyro breakage by updating webvr-polyfill (#64) (ff8e461)

Chores

  • package: update rollup to version 0.57.1 (#62) (d81a5a4), closes #57

1.1.1 (2018-02-20)

Bug Fixes

  • expose version correctly (#51) (dd7adc1)
  • OrbitControls: no pan, less speed, no zoom (#52) (44b6d41)
  • rework three example build, to fix webpack (#53) (382156b)

1.1.0 (2018-01-31)

Features

  • remove threejs files from the repo (#43) (a5cf671)

Bug Fixes

1.0.3 (2017-12-04)

Bug Fixes

  • workaround for firefox/polyfill display issue (#41) (76e6e03)

1.0.2 (2017-10-19)

Bug Fixes

1.0.1 (2017-08-29)

Bug Fixes

  • equirectangular should be equivelent to 360 (#28) (f0e5422)

Chores

1.0.0 (2017-08-24)

Features

  • add an option to force cardboard button (#20) (1dee5f7)
  • expose more of vrs methods (#10) (3cc1092)

Bug Fixes

  • add a cardboard button for native webvr support (#22) (e946219)
  • auto projection should be set to the correct value and not auto (#4) (377e8a6)
  • cleanup window listeners (#15) (d3e45ad)
  • correctly check for cardboard button on control bar so we don't add two (#26) (9184472)
  • encode svg in css, use exact button replacement size (#3) (9a37374)
  • make cardboard button pseudo fullscreen on iOS (#12) (17a41c0)
  • pin webvr-polyfill to 0.9.23 (#21) (a644d1e)
  • pixelation issues on some devices (#17) (6f09814)
  • prevent initialization from happening twice (#9) (33deadc)
  • separate and reset CardboardButton and BigVrPlayButton (#11) (3ae105e)
  • use player fullscreenchange event so fullscreen toggle works on Safari (#2) (05c0f23)