Reveal Leap Motion Versions Save

The Leap Motion plugin for Reveal.js

v1.1.0

6 years ago

License Changes

๐ŸŽ‰Changed back to MIT ๐ŸŽ‰

Enhancements

  • Updated to LeapJS 0.64.0
  • Updated README
  • Updated all dependencies

Additional Changes

  • Refactored the codebase into modules
    • Moved pointing logic to its own file
    • Moved gesturing logic to its own file
    • Moved config to its own file
    • Added documentation
    • Added tests for all modules (100% coverage ๐ŸŽ†)
  • Migrated from Webpack 1 to Webpack 2
  • Removed Yarn dependency
    • Added package-lock.json
  • .eslintrc โ†’ .eslintrc.yaml
  • Updated travis to use Node 8

v1.0.0

7 years ago

License Changes

  • Updated to Apache-2.0

Enhancements

  • Added contribution guide
  • Renamed consumable file to match project
  • Updated README
  • Updated to LEAPJS v0.6.3

Additional Changes

  • Added .nvmrc file
  • Added eslint
  • Added mocha/chai tests for lib methods
  • Added yarn.lock
  • Refactored code base
  • Rewrote in ES6
  • Setup Webpack

0.1.0

7 years ago

Direct port from the Reveal.js codebase per #1268.

Added the project to NPM.