Skip to content

Releases: leapmotion/leapjs

v1.1.1

07 Jun 23:58
5a89a25
Compare
Choose a tag to compare

RELEASE 1.1.1

This is a small patch release to add basic ES6 Module support and to fix npm's Vulnerability Auditing alerts.

#254 - [UPGRADE] Upgrade ws 7.4.6, bump version to 1.1.1
#253 - Bump ws from 7.4.0 to 7.4.6
#252 - Bump lodash from 4.17.20 to 4.17.21
#250 - Bump y18n from 4.0.0 to 4.0.1
#249 - [FEAT] Patch in ES6 Compatibility
#245 - [FIX] Fix Dependabot ecstatic Dependency

CHANGES

  • Adds a Patch for ES6 Module Importing
    • Import as a module (import "../../../node_modules/leapjs/leap-1.1.1.js";) access via: window.Leap
  • Updates ws, grunt-browserify, and several other dependencies
  • Removes the ecstatic dependency (use Five-Server for live-previews now)

v1.1.0

23 Nov 22:46
f2c4856
Compare
Choose a tag to compare

RELEASE 1.0.0

#242 - [FEAT] Prune and Upgrade Dependencies; Add Github Actions

Removes the runtime dependencies of Leap.js and updates the package to use ES5 Modules.

Additional changes and excisions to bring the exposed API up-to-date, as well as the contact area with three.js.

CHANGES

  • Remove underscore (Use ES5 Replacements)
  • Used for NodeJS Connections...
  • Ensure Compatibility with Modern Three.js
  • Add Github Actions
  • Update Test and Minification Harnesses
  • Remove All References to Gestures
  • Remove All References to Tools (Fingers inherit from Pointables)
  • Fix npm Vulnerability Audits...

v1.0.0

11 Dec 02:23
56576ce
Compare
Choose a tag to compare

NOTE
This is strictly a maintenance release and brings version 0.6.4 of this library up to version 1.0.0

This is due to a large number of updates for the underlying dependencies to address deprecated/archived packages and security vulnerabilities that were discovered and disclosed since the original 0.6.4 release. There are no additional features or fixes provided by this version.

#236 - Update packages to address security vulnerabilities and deprecations
#237 - Fix remaining depend/package issues; Misc updates

  • Uses Node v12
  • Removes old/deprecated/archived/vulnerable package dependencies
  • Minor compat change for v3 of wss (Websockets)
  • Migrates from mocha-phantomjs to mocha-chrome for headless testing
  • Misc cleanup and tweaks