Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@zalo zalo released this 07 Jun 23:58
5a89a25

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)