Skip to content

Latest commit

 

History

History
315 lines (188 loc) · 16.9 KB

CHANGELOG.md

File metadata and controls

315 lines (188 loc) · 16.9 KB

2.0.0 (2023-02-15)

Chores

  • update build tooling to drop older browser support (#276) (0947a0f)

BREAKING CHANGES

  • This drops support for older browsers such as IE

1.10.1 (2022-08-16)

Chores

Documentation

  • add caveats section for safari (eb80c8a)

1.10.0 (2021-08-31)

Chores

  • skip syntax check with vjsverify due to three (#249) (3d9df3c)

1.9.0 (2021-08-31)

Features

Chores

1.8.0 (2021-06-15)

Features

  • Add an option to prevent clicks from toggling playback (#239) (7dc2684)
  • add option to change the detail level of the projection sphere (#225) (9293eb4)

Bug Fixes

  • include edited three.js examples in module dist files (#238) (93bec48)
  • separate 180_LR/180_TB, add 180_MONO, fix cropping in 180 views. (91b7963)

Chores

  • fix publish by skipping require verification (360abb7)
  • update dependencies, readme, examples, and switch to github actions ci (#242) (bf97c5b)

Documentation

1.7.2 (2020-03-03)

Bug Fixes

  • null check fullscreen toggle to fix ios without it (#197) (24f2483)

1.7.1 (2019-11-18)

Bug Fixes

  • increase touchmove threshold for "taps" on mobile (#190) (4e92c33)

Chores

  • add generator-helper deps back in (0b8a8cd)
  • add lint-staged as dev-dep (4844494)
  • fixup package-lock urls (2ba689d)

1.7.0 (2019-09-09)

Features

  • Add support for Spatial audio rendering via Omnitone (#181) (2af9aa3)

1.6.1 (2019-09-05)

Bug Fixes

  • build css files before publish (9a85fc9)

1.6.0 (2019-08-28)

Features

Bug Fixes

  • Prevent switching to lowest resolution HLS resolution, due to non-displayed video (#177) (7338726)

Chores

  • package: update npm-run-all to 4.1.5 (#160) (b2ee794)

Documentation

  • Fix JavaScript highlight in README.md (#143) (dd73e51)
  • update examples and readme (2440f77)

Tests

  • Add a test, fix the build, update generator version (#184) (17c7ee0)

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)