Skip to content

Releases: thiagopnts/kaleidoscope

v1.0.5

10 Oct 21:18
Compare
Choose a tag to compare
  • Force frame update when using audio driver
  • Use the audio driver when inside iOS WebViews

v1.0.4

14 Sep 19:34
Compare
Choose a tag to compare
  • Force video playback loop to start when render is called for in between canvas implementation
  • Update camera aspect when resizing

v1.0.3

12 Sep 20:40
Compare
Choose a tag to compare
  • Perfomance Improvements
  • Fixed squashed images on some window sizes

v1.0.2

07 Sep 16:50
Compare
Choose a tag to compare
  • Perfomance improvements
  • Fix iOS 10 inline playback
  • add onDragStart and onDragStop callbacks

v1.0.1

19 Aug 21:05
Compare
Choose a tag to compare
  • Add support for device motion/orientation when embedded inside an iframe

v1.0.0

18 Aug 17:53
Compare
Choose a tag to compare
  • Element passing option now unified as source parameter
  • Added a new output target wrapped in a iife

v0.0.7

15 Aug 21:01
Compare
Choose a tag to compare
  • Add option to disable vertical panning
  • Fixed inverted motion controls when device is in landscape
  • Some enhancements for mobile(drag inertia, disable user select, etc)
  • Fix drag state when mouse leaves the canvas

v0.0.6

04 Aug 18:04
Compare
Choose a tag to compare
  • Fixes IE10 and Edge rendering bug

v0.0.5

29 Jul 22:27
Compare
Choose a tag to compare
  • Added inertia to camera movements
  • Added support for a initial yaw parameter
  • Added .centralize() method that moves camera back to the initial yaw
  • Changed initial yaw to 90 instead of 0.

v0.0.4

25 Jul 21:02
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Fix destroy method. Now after destroying in instance, it stops the animation loop, removes the canvas element and event listeners.