Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 851 Bytes

CHANGELOG.md

File metadata and controls

16 lines (9 loc) · 851 Bytes

Changelog

master

🛠 Breaking changes

  • DeviceMotion.addListener emits events with rotationRate in degrees instead of radians on all platforms. (#7876 by @evanbacon)
  • DeviceMotion.addListener emits events with rotationRate in the form of alpha = x, beta = y, gamma = z on all platforms. (#7876 by @evanbacon)

🎉 New features

  • DeviceMotion.addListener emits events with interval property. (#7876 by @evanbacon)

🐛 Bug fixes

  • All sensors use more precise gravity 9.80665 instead of 9.8. (#7876 by @evanbacon)